@charset "UTF-8";

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */


/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}


/* # =================================================================
   # General elements
   # ================================================================= */

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    /* 1 */
    text-decoration: none;
    /* 2 */
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* # =================================================================
   # Forms
   # ================================================================= */

input {
    /*    border-radius: 0;*/
}

input[type="text"] {
    -webkit-appearance: none;
}

[type="number"] {
    width: auto;
    /* 1 */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* 1 */
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
    /* 1 */
}

button {
    overflow: visible;
    /* 1 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
    /* 1 */
}

button,
input,
select,
textarea {
    /*
    background-color: transparent;
    color: inherit;
*/
    border-style: none;
}

select {
    -moz-appearance: none;
    /* 1*/
    -webkit-appearance: none;
    /* 2 */
}

select::-ms-expand {
    display: none;
    /* 1 */
}


/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */

select::-ms-value {
    color: currentColor;
    /* 1 */
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */

legend {
    border: 0;
    /* 1*/
    color: inherit;
    /* 2 */
    display: table;
    /* 3 */
    max-width: 100%;
    /* 4 */
    white-space: normal;
    /* 5 */
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/* # =================================================================
   # Specify media element style
   # ================================================================= */


/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */

img {
    border-style: none;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */

progress {
    vertical-align: baseline;
}


/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */

svg:not(:root) {
    overflow: hidden;
    /* 1 */
}


/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
}


/* # =================================================================
   # Acessibility
   # ================================================================= */


/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}


/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */


/* */

[aria-busy="true"] {
    cursor: progress;
}


/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */

[aria-controls] {
    cursor: pointer;
}


/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */

[aria-disabled] {
    cursor: default;
}


/* # =================================================================
   # Selection
   # ================================================================= */


/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */


/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */

::-moz-selection {
    background-color: #b3d4fc;
    /* 1 */
    color: #fff;
    text-shadow: none;
}


/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */

::-moz-selection {
    background-color: #b3d4fc;
    /* 1 */
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* 1 */
    color: #fff;
    text-shadow: none;
}

html {
    font-size: 62.5%;
}

@media screen and (max-width:750px) {
    html {
        font-size: 125%;
    }
    /*
     ::-webkit-scrollbar {
        height: 10px;
        width: 100%;
    }
     ::-webkit-scrollbar-track {
        border-top: solid 3px #838279;
    }
     ::-webkit-scrollbar-thumb {
        background: #834cb1;
    }    
*/
    .case_study_section {}
    .case_study_section::-webkit-scrollbar {
        height: 10px;
        width: 100%;
    }
    .case_study_section::-webkit-scrollbar-track {
        border-top: solid 3px #838279;
    }
    .case_study_section::-webkit-scrollbar-thumb {
        background: #834cb1;
    }
}

body {
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    text-rendering: optimizeLegibility;
    color: #000;
    background: #fbfae9;
}

body#us {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-rendering: optimizeLegibility;
}

.serif {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '小塚明朝 ProN', 'メイリオ', Meiryo, serif;
}

body#us .serif {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.century {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.garamond {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.hoefler {
    font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
}

.courier {
    font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}

.georgia {
    font-family: Georgia, Times, Times New Roman, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

.clear {
    overflow: hidden;
}

.gallery_section .right .gallery_contents ul .tate:after,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

a,
.link_color {
    color: #834cb1;
}

a:hover {
    opacity: .7;
}

.white {
    color: #fbfae9;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media screen and (min-width: 751px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
}

.effect {
    -webkit-transition: .8s;
    transition: .8s;
}

.effect_second {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.effect_thrid {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.effect_forth {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.img_bg {
    background-color: #d5d4c5;
}


/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    a[rel=bookmark]:link:after,
    a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }
}
