@charset 'UTF-8';

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(//fonts.googleapis.com/css?family=Abril+Fatface|Josefin+Slab:700|Noto+Serif:400,700);

/*----------------------------------------
	clearfix
----------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,700);

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,700);

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

#ieError
{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;
    padding: 20px;

    text-align: center;

    opacity: .8;
    color: #fff;
    background: #000;

        filter: alpha(opacity=80);
    -ms-filter: 'alpha( opacity=80 )';
}

#ieError strong
{
    color: #fff;
}

#ieError a
{
    text-decoration: underline;

    color: #d90000;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

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

img
{
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search']
{
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/*----------------------------------------
	reset
----------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video
{
    font: inherit;
    font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 100%;
    line-height: 1;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    color: #2b2b2b;
    border: 0;
    outline: 0;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time
{
    display: block;
}

li
{
    list-style: none;
}

ol,
ul
{
    list-style: none;
}

img
{
    font-size: 0;
    line-height: 0;

    vertical-align: top;

    border: 0;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

h1,
h2,
p,
pre
{
    word-wrap: break-word;
}

caption,
th,
td
{
    font-weight: 400;

    text-align: left;
    vertical-align: middle;
}

caption
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}

tbody,
tfoot,
thead,
tr
{
    vertical-align: baseline;
}

tbody,
tfoot,
thead,
tr,
th,
td
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

input,
button,
textarea,
select
{
    margin: 0;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button
{
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select::-ms-expand
{
    display: none;
}

.clearfix
{
    min-height: 1px;

    _height: 1%;
}

.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

html,
body
{
    height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    -webkit-text-size-adjust: none;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

html
{
    /*	font-size: 62.5%;*/
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    font-family: 'Noto Sans Japanese';
    font-size: 12px;
    line-height: 1;

    letter-spacing: .02em;

    color: #2b2b2b;

    -moz-osx-font-smoothing: grayscale;
}

a
{
    cursor: pointer;
    text-decoration: none;

    color: #2b2b2b;
}

img
{
    width: 100%;

    vertical-align: bottom;
    pointer-events: none;
}

.sp-display
{
    display: none !important;
}

.cf:after
{
    display: block;
    clear: both;

    content: '';
}

.fade__item
{
    opacity: 0;
}

.show
{
    display: block;

    opacity: 1;
}

.js__show
{
    display: block;
}

.t__link
{
    position: relative;

    display: inline-block;

    text-decoration: none;
}

.t__link::before
{
    position: absolute;
    bottom: -8px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';
    -webkit-transition: compact(transform .3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
            transition: compact(transform .3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;

    background: #fff;
}

.t__link:hover::before
{
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}

.h__link
{
    position: relative;

    display: inline-block;

    padding: 5px 2px 7px 2px;

    -webkit-transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
            transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
    text-decoration: none;

    color: #0058a1;
}

.h__link::after
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';
    -webkit-transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
            transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);

    background: #0058a1;
}

.h__link:hover
{
    color: #fff !important;
}

.h__link:hover::after
{
    height: 100%;
}

.m-active
{
    position: relative;
}

.m-active::before
{
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}

/** flex_display **/

.flex_display
{
    display: -webkit-flex;
    display:    -moz-flex;
    display:      -o-flex;
    display:     -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-justify-content: center;
         -o-justify-content: center;
        -ms-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
        -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.flex_list_display
{
    display: -webkit-flex;
    display:    -moz-flex;
    display:      -o-flex;
    display:     -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
         -o-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-align-items: flex-start;
         -o-align-items: flex-start;
        -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
}

.m_button
{
    font-size: 11.5px;
    font-weight: 900;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 240px;
    padding: 20px 0;

    -webkit-transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
            transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
    letter-spacing: .3em;

    border: 1px solid #000;
}

.m_button:hover
{
    color: #fff;
    background: #000;
}

.mbt
{
    -webkit-transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
            transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);

    color: #fff;
    background-color: #000;
}

.mbt:hover
{
    color: #000;
    background: #fff;
}

.m_links
{
    font-size: 11px;
    font-weight: 700;

    position: relative;

    display: inline-block;

    letter-spacing: .2em;
}

.m_links::before
{
    position: absolute;
    bottom: -15px;
    left: 0;

    width: 40px;
    height: 2px;

    content: '';
    -webkit-transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
            transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);

    background: #000;
}

.m_links:hover::before
{
    width: 80px;
}

/*font-weight*/

.bold
{
    font-weight: bold;
}

/* //////////////////////////////////////////
  container, l-contents, is-content
//////////////////////////////////////////*/

#container
{
    overflow: hidden;

    -webkit-transition: compact(all .2s ease, false, false, false, false, false, false, false, false, false);
            transition: compact(all .2s ease, false, false, false, false, false, false, false, false, false);
}

/** is-content **/

.is-content
{
    position: relative;

    max-width: 1280px;
    margin: 0 auto;
}

.p-content
{
    padding: 0 20px;

    opacity: 0;
}

.checkbox
{
    line-height: 20px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: calc(20px + 5px);

    cursor: pointer;
}

.checkbox:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            box-sizing: border-box;
    width: 20px;
    height: 20px;

    content: '';

    border: 1px solid #d5d5d5;
}

.checkbox:after
{
    position: absolute;
    z-index: 1;
    top: calc(50% - (((14px / 12 ) * 5) / 2));
    left: calc((20px / 2) - (((14px / 12 ) * 5) / 2));

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(((14px / 12 ) * 5));
    height: 14px;
    margin-top: calc(((14px / 12 ) * 5) * -1);

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.checkbox input[type='checkbox']
{
    position: absolute;
    z-index: 2;
    left: calc(20px * -1);

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    -webkit-transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
            transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);

    outline: none;
    -webkit-box-shadow: 20px 0 #fff;
            box-shadow: 20px 0 #fff;

       -moz-appearance: none;
    -webkit-appearance: none;
}

.checkbox input[type='checkbox']:checked
{
    opacity: .1;
}

.checkbox input[type='checkbox']:checked:focus
{
    opacity: .1;
    /*box-shadow : 20px 0px #666;*/
}

.checkbox input[type='checkbox']:focus
{
    /*box-shadow : 20px 0px #EEE;*/
}

/* p-breadcrumbs */

.p-breadcrumbs
{
    max-width: 1280px;
    margin: 130px auto 0 auto;

    text-align: left;
}

.p-breadcrumbs a
{
    font-size: 10.5px;
    font-size: .65625rem;

    -webkit-transition: compact(all .3s ease, false, false, false, false, false, false, false, false, false);
            transition: compact(all .3s ease, false, false, false, false, false, false, false, false, false);
    letter-spacing: .03em;

    color: #969696;
}

.p-breadcrumbs a:hover
{
    color: #000;
}

.p-breadcrumbs .pb-child
{
    position: relative;

    padding-right: 25px;
}

.p-breadcrumbs .pb-child::before
{
    position: absolute;
    top: 54%;
    right: 10px;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 0;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
}

.p-breadcrumbs .pb-child::hover
{
    color: #000;
}

.p-breadcrumbs .pb-child-active::before
{
    display: none;
}

/* js__display */

.js__display
{
    position: relative;

    -webkit-transition: -webkit-transform 600ms ease,-webkit-box-shadow 300ms ease 600ms;
            transition: -webkit-transform 600ms ease,-webkit-box-shadow 300ms ease 600ms;
            transition:         transform 600ms ease,box-shadow 300ms ease 600ms;
            transition:         transform 600ms ease,box-shadow 300ms ease 600ms,-webkit-transform 600ms ease,-webkit-box-shadow 300ms ease 600ms;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
}

.js__display.js__show
{
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}

.js__display::after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform 600ms ease 600ms;
            transition: -webkit-transform 600ms ease 600ms;
            transition:         transform 600ms ease 600ms;
            transition:         transform 600ms ease 600ms, -webkit-transform 600ms ease 600ms;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;

    background-color: #000;
}

.js__display.js__show::after
{
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
}

/* js__trans */

.js__trans
{
    position: relative;

    overflow: hidden;
}

.js__trans:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform 1.8s cubic-bezier(.16, 1.08, .38, .98);
    -webkit-transition: 1.8s cubic-bezier(.16, 1.08, .38, .98);
            transition: -webkit-transform 1.8s cubic-bezier(.16, 1.08, .38, .98);
            transition: 1.8s cubic-bezier(.16, 1.08, .38, .98);
            transition:         transform 1.8s cubic-bezier(.16, 1.08, .38, .98), -webkit-transform 1.8s cubic-bezier(.16, 1.08, .38, .98);

    background: #fff;
}

.js__show.js__trans:after
{
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

/**** animation ****/

@-webkit-keyframes fadePage
{
    from
    {
        -webkit-transform: translateY(25px);
                transform: translateY(25px);

        opacity: 0;
    }
}

@keyframes fadePage
{
    from
    {
        -webkit-transform: translateY(25px);
                transform: translateY(25px);

        opacity: 0;
    }
}

@-webkit-keyframes fadeInUp
{
    from
    {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);

        opacity: 0;
    }
}

@keyframes fadeInUp
{
    from
    {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);

        opacity: 0;
    }
}

@-webkit-keyframes fadeInDown
{
    from
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);

        opacity: 0;
    }
}

@keyframes fadeInDown
{
    from
    {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);

        opacity: 0;
    }
}

@-webkit-keyframes fadeInRight
{
    from
    {
        -webkit-transform: translateX(100px);
                transform: translateX(100px);

        opacity: 0;
    }
}

@keyframes fadeInRight
{
    from
    {
        -webkit-transform: translateX(100px);
                transform: translateX(100px);

        opacity: 0;
    }
}

@-webkit-keyframes fadeInLeft
{
    from
    {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);

        opacity: 0;
    }
}

@keyframes fadeInLeft
{
    from
    {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);

        opacity: 0;
    }
}

@-webkit-keyframes fadeInCenter
{
    from
    {
        opacity: 0;
    }
}

@keyframes fadeInCenter
{
    from
    {
        opacity: 0;
    }
}

.fadePage
{
    -webkit-animation: fadePage .5s ease both;
            animation: fadePage .5s ease both;

    opacity: 1 !important;
}

.fadeInUp
{
    -webkit-animation: fadeInUp 1s ease both;
            animation: fadeInUp 1s ease both;

    opacity: 1 !important;
}

.fadeInDown
{
    -webkit-animation: fadeInDown 1s ease both;
            animation: fadeInDown 1s ease both;

    opacity: 1 !important;
}

.fadeInRight
{
    -webkit-animation: fadeInRight 1s ease both;
            animation: fadeInRight 1s ease both;

    opacity: 1 !important;
}

.fadeInLeft
{
    -webkit-animation: fadeInLeft 1s ease both;
            animation: fadeInLeft 1s ease both;

    opacity: 1 !important;
}

.fadeInCenter
{
    -webkit-animation: fadeInCenter .8s ease both;
            animation: fadeInCenter .8s ease both;

    opacity: 1 !important;
}

/*----------------------------------------
	footer
----------------------------------------*/

.footer
{
    padding: 250px 0;

    background: #555050;
}

.footer__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__inner .f-left figure img
{
    width: 100%;
}

.footer__inner .f-left .address
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    line-height: 1.6;

    margin-top: 60px;

    letter-spacing: .1rem;

    color: #fff;
}

.footer__inner .f-left .info__list
{
    display: inline-block;

    margin-top: 60px;
}

.footer__inner .f-left .info__list li
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    line-height: 1.6;

    letter-spacing: .15rem;

    color: #fff;
}

.footer__inner .f-left .qr
{
    display: inline-block;

    width: 100px;
    margin-left: 20px;
}

.footer__inner .f-right .caption
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;

    letter-spacing: .1rem;

    color: #fff;
}

.footer__inner .f-right .f-btn
{
    margin-top: 60px;

    border: 1px solid #fff;
}

.footer__inner .f-right .f-btn a
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;

    display: block;

    padding: 40px 85px 35px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;
    letter-spacing: .1rem;

    color: #fff;
}

.footer__inner .f-right .f-btn a:hover
{
    color: #282828;
    background-color: #fff;
}

.footer__inner .f-right .copy
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 10px;
    font-size: .625rem;

    margin-top: 60px;

    letter-spacing: .1rem;

    color: #fff;
}

/*----------------------------------------
	header
----------------------------------------*/

.header
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.header__logo
{
    width: 100px;
}

.header__logo a
{
    display: block;

    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: 1;
}

.header__logo a:hover
{
    opacity: .5;
}

.header .nav__block .navList
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;

    display: inline-block;

    margin-left: 20px;

    letter-spacing: .05rem;
}

.header .nav__block li:last-child
{
    margin-left: 10px;
}

.header .nav__block li a
{
    display: block;

    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: 1;
}

.header .nav__block li a:hover
{
    opacity: .5;
}

.header .nav__block li a.icon
{
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
}

.header .nav__block li a.icon.wechat .qr-text
{
    font-size: 10px;
    font-size: .625rem;
    font-weight: normal;

    letter-spacing: .05rem;
}

.header .nav__block li a img
{
    width: 20px;
}

.menu-button-container
{
    position: relative;
}

.menu-button-container .menu-button
{
    position: fixed;
    z-index: 10000;
    top: 50px;
    left: 50px;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50px;
    height: 36px;
    padding: 22px;

    cursor: pointer;
}

.menu-button-container .menu-button span
{
    position: absolute;
    left: 0;

    display: block;

    width: 50px;
    height: 1px;

    -webkit-transition: all .3s linear 0s;
            transition: all .3s linear 0s;

    background-color: #000;
}

.menu-button-container .menu-button span:first-child
{
    top: 23px;
}

.menu-button-container .menu-button span:last-child
{
    bottom: 11px;
}

.menu-button-container p
{
    font-size: 12px;
    font-size: .75rem;

    position: fixed;
    z-index: 9999;

    display: inline-block;

    -webkit-transition: all .3s linear 0s;
            transition: all .3s linear 0s;
    letter-spacing: .26rem;
    text-transform: uppercase;
    word-wrap: normal;

    color: #000;
}

.menu-button-container .opening span:first-child
{
    -webkit-transform: translateY(4px) rotate(20deg);
        -ms-transform: translateY(4px) rotate(20deg);
            transform: translateY(4px) rotate(20deg);
}

.menu-button-container .opening span:last-child
{
    -webkit-transform: translateY(-5px) rotate(-20deg);
        -ms-transform: translateY(-5px) rotate(-20deg);
            transform: translateY(-5px) rotate(-20deg);
}

.op-hd
{
    height: 100vh;

    background-color: #fff;
}

.op-hd .header__logo
{
    position: absolute;
    top: 22px;
}

.op-hd .header__logo a
{
    display: block;
}

.op-hd .nav
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block !important;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.op-hd .nav .nav__block
{
    text-align: center;
}

.op-hd .nav .nav__block .navList
{
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 5rem;

    display: block;

    margin-left: 0;

    letter-spacing: .1rem;
}

@keyframes fadeInLeft
{
    from
    {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);

        opacity: 0;
    }

    to
    {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);

        opacity: 1;
    }
}

/*----------------------------------------
	message
----------------------------------------*/

.page-sub#company-container h4
{
    font-size: 20px;
    font-size: 1.25rem;

    margin-top: 30px;

    letter-spacing: .1rem;
}

.page-sub#company-container h4:after
{
    display: block;

    width: 27px;
    height: 3px;
    margin: 50px auto 0;

    content: '';

    background-color: #000;
}

.page-sub#company-container .company-detais
{
    width: 100%;
    max-width: 960px;
    margin: 100px auto 0;
}

.page-sub#company-container .company-detais table
{
    width: 100%;

    table-layout: fixed;
}

.page-sub#company-container .company-detais table tr
{
    letter-spacing: .05rem;

    border-bottom: 1px solid #ccc;
}

.page-sub#company-container .company-detais table tr th
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;

    padding: 50px 0;
}

.page-sub#company-container .company-detais table tr th span
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 12px;
    font-size: .75rem;

    display: block;

    margin-top: 4px;

    color: #999;
}

.page-sub#company-container .company-detais table tr .details__body
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;

    padding: 50px 0;
}

.page-sub#company-container .company-detais table tr .details__body--en
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
}

.page-sub#company-container .company-detais table tr .details__body--en ul
{
    margin-top: 10px;
}

.page-sub#company-container .company-detais table tr .details__body--en ul li
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;

    padding: 2px 0;
}

.page-sub#company-container .company-detais table tr .details__body ul
{
    margin-top: 10px;
}

.page-sub#company-container .company-detais table tr .details__body ul li
{
    padding: 2px 0;
}

.page-sub#company-container #map
{
    overflow: hidden;

    width: 100%;
    height: 365px;
    margin-top: 160px;

    -webkit-filter: grayscale(100);
            filter: grayscale(100);
}

.page-sub#company-container #map iframe
{
    width: 100%;
    height: 100%;
}

/*----------------------------------------
	index
----------------------------------------*/

@-webkit-keyframes fadeinUp
{
    0%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);

        opacity: 1;
    }
}

@keyframes fadeinUp
{
    0%
    {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);

        opacity: 1;
    }
}

@-webkit-keyframes svgani
{
    0%
    {
        stroke-dashoffset: 2000;
        fill: rgba(0, 0, 0, .03);
    }

    50%
    {
    }

    100%
    {
        stroke-dashoffset: 0;
        fill: #333;
    }
}

@keyframes svgani
{
    0%
    {
        stroke-dashoffset: 2000;
        fill: rgba(0, 0, 0, .03);
    }

    50%
    {
    }

    100%
    {
        stroke-dashoffset: 0;
        fill: #333;
    }
}

/* //////////////////////////////////////////
  index-kv
//////////////////////////////////////////*/

#index-container
{
    overflow: hidden;
}

.kv
{
    width: 100%;
    padding: 20px;
}

.kv__bg
{
    position: relative;

    overflow: hidden;

    height: 900px;
}

.kv__bg video
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: auto;
    min-height: 100%;
    margin: auto;
}

.kv__bg _:-ms-lang(x),
.kv__bg video
{
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;

    width: 100%;
    min-height: auto;
}

.kv__bg .kv__ttl
{
    position: absolute;
    bottom: 35px;

    width: 100%;
    padding-right: 30px;

    text-align: right;
}

.kv__bg .kv__ttl .kv__ttl-text
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 100;

    letter-spacing: .1rem;
    text-transform: uppercase;

    color: #111;
}

.kv _:-ms-lang(x),
.kv .kv__bg
{
    height: auto;
    padding-bottom: 56.25%;
}

/* //////////////////////////////////////////
  messasge
//////////////////////////////////////////*/

.message
{
    margin-top: 150px;

    text-align: center;
}

.message__heading
{
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;

    letter-spacing: .1rem;
}

.message__text
{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;

    margin-top: 70px;
}

.message__text--en
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.6;

    width: 760px;
    margin: 50px auto 0;

    letter-spacing: .05rem;

    color: #999;
}

.message__btn,
.alliances__btn,
.service .service__btn
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;

    display: inline-block;
    overflow: hidden;

    margin-top: 70px;

    letter-spacing: .1rem;
    text-transform: uppercase;

    border: 1px solid #861f1f;
    border-radius: 50px;
}

.message__btn .btn__link,
.alliances__btn .btn__link,
.service .service__btn .btn__link
{
    display: block;

    padding: 30px 65px 25px;

    -webkit-transition: all .5s;
            transition: all .5s;

    color: #861f1f;
}

.message__btn .btn__link:hover,
.alliances__btn .btn__link:hover,
.service .service__btn .btn__link:hover
{
    color: #fff;
    background-color: #861f1f;
}

/* //////////////////////////////////////////
  alliances
//////////////////////////////////////////*/

.alliances
{
    max-width: 1520px;
    margin: 0 auto;
    margin-top: 120px;

    text-align: center;
}

.alliances .alliances__tab-block
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 45px;

    border: 1px solid #333;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
}

.alliances .alliances__tab-block .ChangeElem_Btn
{
    font-weight: 600;

    width: 16.6667%;

    -webkit-transition: all .5s;
            transition: all .5s;
    letter-spacing: .1rem;

    color: #ccc;
}

.alliances .alliances__tab-block .ChangeElem_Btn:hover
{
    color: #000;
}

.alliances .alliances__tab-block .ChangeElem_Btn:hover span
{
    color: #000;
}

.alliances .alliances__tab-block .ChangeElem_Btn.facility,
.alliances .alliances__tab-block .ChangeElem_Btn.education,
.alliances .alliances__tab-block .ChangeElem_Btn.architecture,
.alliances .alliances__tab-block .ChangeElem_Btn.media,
.alliances .alliances__tab-block .ChangeElem_Btn.government
{
    border-left: 1px solid #333;
}

.alliances .alliances__tab-block .ChangeElem_Btn.is-active
{
    color: #fff;
    background-color: #555050;
}

.alliances .alliances__tab-block .ChangeElem_Btn.is-active span
{
    color: #fff;
}

.alliances .alliances__tab-block .ChangeElem_Btn span
{
    -webkit-transition: all .5s;
            transition: all .5s;

    color: #ccc;
}

.alliances .ChangeElem_Panel
{
    display: none;

    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.alliances .ChangeElem_Panel__list
{
    position: relative;

    width: 25%;

    text-align: center;

    border-left: 1px solid #ccc;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.alliances .ChangeElem_Panel__list.nbl
{
    border-left: none;
}

.alliances .ChangeElem_Panel__list .city
{
    position: absolute;
    top: 20px;
    right: 20px;

    padding: 4px 10px;

    color: #fff;
    border-radius: 10px;
    background-color: #861f1f;
}

.alliances .ChangeElem_Panel__list .partnershipLogo
{
    max-width: 40%;
    margin: 30%;

    opacity: 0;
}

.alliances .ChangeElem_Panel__list .partnershipLogo.rectangle
{
    max-width: 55%;
    margin: 22.5%;
}

.alliances .ChangeElem_Panel__list .partner-name
{
    position: absolute;
    bottom: 20px;

    width: 100%;

    text-align: center;
}

.alliances .ChangeElem_Panel__list .partner-name__text
{
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;

    margin-top: 12px;

    letter-spacing: .05rem;

    color: #333;
}

.alliances .ChangeElem_Panel__list .partner-name__text--en
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 8px;
    font-size: .5rem;
    font-weight: 400;
    line-height: 1.2;

    letter-spacing: .05rem;
    text-transform: uppercase;
}

.alliances .ChangeElem_Panel.is-active
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.alliances .ChangeElem_Panel.is-active li figure
{
    -webkit-animation: fadeinUp 1000ms cubic-bezier(.25, .1, .25, 1) forwards;
            animation: fadeinUp 1000ms cubic-bezier(.25, .1, .25, 1) forwards;
}

.alliances .ChangeElem_Panel.is-active li:nth-child(2) figure
{
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
}

.alliances .ChangeElem_Panel.is-active li:nth-child(3) figure
{
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
}

.alliances .ChangeElem_Panel.is-active li:nth-child(4) figure
{
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
}

.alliances__btn
{
    margin: 80px auto 0;
}

/* //////////////////////////////////////////
  service
//////////////////////////////////////////*/

.service
{
    margin-top: 130px;
    padding-top: 150px;
    padding-bottom: 120px;

    background-color: #d6d1d0;
}

.service .content__heading
{
    color: #666;
}

.service .content__description
{
    line-height: 1.6;
}

.service__tab-block
{
    position: relative;
    z-index: 100;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
}

.service__tab-block .ChangeElem_Btn .ChangeElem_Btn__icon
{
    max-width: 75px;
    margin: 0 auto;
}

.service__tab-block .ChangeElem_Btn .ChangeElem_Btn__icon path
{
    fill: rgba(255, 255, 255, .8);
}

.service__tab-block .ChangeElem_Btn:hover
{
    opacity: 1;
}

.service__tab-block .ChangeElem_Btn:hover path
{
    -webkit-animation: svgani 1000ms ease-in forwards;
            animation: svgani 1000ms ease-in forwards;

    fill: rgba(255, 255, 255, .8);
    stroke: #333;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
}

.service__tab-block .ChangeElem_Btn:hover .ChangeElem_Btn__ttl
{
    color: #333;
}

.service__tab-block .ChangeElem_Btn:hover .ChangeElem_Btn__ttl--en
{
    color: #333;
}

.service__tab-block .ChangeElem_Btn__ttl
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;

    margin-top: 20px;

    color: rgba(255, 255, 255, .8);
}

.service__tab-block .ChangeElem_Btn__ttl--en
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 200;

    padding: 10px 0;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .8);
}

.service__tab-block .ChangeElem_Btn__ttl--en + .servicePanel__text
{
    font-weight: normal;
    line-height: 1.6;

    margin-top: 20px;
    padding: 0 15px;

    text-align: left;
    letter-spacing: .1rem;

    color: #000;
}

.service__tab-block .is-active
{
    border-bottom: 2px solid #000;
}

.service__tab-block .is-active .ChangeElem_Btn__icon
{
    opacity: 1;
}

.service__tab-block .is-active .ChangeElem_Btn__icon path
{
    -webkit-animation: none;
            animation: none;

    fill: #333;
}

.service__tab-block .is-active .ChangeElem_Btn__ttl
{
    color: #000;
}

.service__tab-block .is-active .ChangeElem_Btn__ttl--en
{
    color: #000;
}

.service .service__btn
{
    position: relative;
    z-index: 1000;

    display: none;

    margin-top: 60px;
}

.content
{
    padding-top: 120px;

    text-align: center;
}

.content__heading
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;

    letter-spacing: .2rem;
    text-transform: uppercase;
}

.content__description
{
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.4;

    margin-top: 45px;
}

.content .servicePanel
{
    width: 100%;
    max-width: 1000px;
    margin: 70px auto 0;
}

.content .servicePanel__text
{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2;
}

.content .servicePanel__text--en
{
    font-size: 10px;
    font-size: .625rem;
    font-weight: normal;
    line-height: 1.6;

    max-width: 640px;
    margin: 30px auto 0;

    letter-spacing: .1rem;
    text-transform: uppercase;

    color: #aaa;
}

/* //////////////////////////////////////////
  supportteam
//////////////////////////////////////////*/

.supportteam
{
    position: relative;

    padding-top: 180px;
    padding-bottom: 140px;

    background-color: #555050;
}

.supportteam .text-area
{
    max-width: 1340px;
    margin: 0 auto;

    text-align: left;
}

.supportteam .text-area__wrap
{
    width: 50%;
}

.supportteam .text-area__wrap .content__heading
{
    color: #ccc;
}

.supportteam .text-area__wrap .content__heading--ja
{
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.4;

    margin-top: 45px;

    color: #fff;
}

.supportteam .text-area__wrap .content__description
{
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;

    margin-top: 40px;

    color: #fff;
}

.supportteam .bg-slidein
{
    position: absolute;
    top: -450px;
    right: 0;

    width: 100%;
}

.supportteam .bg-slidein ul li
{
    position: absolute;
    top: 0;
    right: 0;
}

.supportteam .bg-slidein ul li img
{
    -webkit-transform: scaleY(.8);
        -ms-transform: scaleY(.8);
            transform: scaleY(.8);
}

.supportteam .bg-slidein ul li:nth-child(1)
{
    z-index: 100;
    top: 610px;
    left: calc(50% + 90px);

    width: 900px;
}

.supportteam .bg-slidein ul li:nth-child(2)
{
    z-index: 90;
    top: 270px;
    left: calc(50% + 470px);

    width: 1600px;
}

.supportteam .bg-slidein ul li:nth-child(3)
{
    z-index: 80;
    left: calc(45%);

    width: 2550px;
}

.supportteam .bg-slidein ul li:nth-child(4)
{
    top: 260px;
    left: calc(50%);

    width: 2000px;
}

.supportteam .supportteam-company
{
    position: relative;
    z-index: 1000;

    max-width: 1520px;
    margin: 130px auto 0;
}

.supportteam .supportteam-company__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border: 1px solid #666;
}

.supportteam .supportteam-company__list .list
{
    position: relative;

    width: 25%;

    border-left: 1px solid #666;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.supportteam .supportteam-company__list .list.nbl
{
    border-left: none;
}

.supportteam .supportteam-company__list .list__genre
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;

    position: absolute;
    top: 30px;

    width: 100%;

    letter-spacing: .15rem;
    text-transform: uppercase;

    color: #aaa;
}

.supportteam .supportteam-company__list .list figure
{
    max-width: 50%;
    margin: 25%;
}

.supportteam .supportteam-company__list .list figcaption
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 10px;
    font-size: .625rem;

    position: absolute;
    bottom: 25px;

    width: 100%;

    letter-spacing: .1rem;
    text-transform: uppercase;

    color: #ccc;
}

.information
{
    width: 100%;
    max-width: 1520px;
    margin: 100px auto;
    padding: 60px 0;
}

.information .content__heading
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.information .content__heading:before
{
    display: block;

    width: 70%;
    height: 1px;

    content: '';

    border-top: 1px solid #000;
}

.information .content__heading:after
{
    display: block;

    width: 70%;
    height: 1px;

    content: '';

    border-top: 1px solid #000;
}

.information .content__heading p
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;

    padding: 0 30px;

    color: #aaa;
}

.information .information-content
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 600;

    margin-top: 25px;

    text-align: center;
    letter-spacing: 0;

    color: #333;
}

.break_mov
{
    height: 30vh;
}

/*----------------------------------------
	message
----------------------------------------*/

.page-sub .content
{
    margin-top: 200px;
}

.page-sub .content h2
{
    font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 600;

    letter-spacing: .4rem;
}

.page-sub .content h3
{
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;

    margin-top: 30px;

    letter-spacing: .2rem;
}

.page-sub .content h4
{
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;

    margin-top: 130px;
}

.page-sub .content .message__text
{
    line-height: 2.4;

    width: 100%;
    max-width: 640px;
    margin: 120px auto 0;

    text-align: left;
}

.page-sub .content .company
{
    margin-top: 150px;
}

.page-sub .content .company__name
{
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

.page-sub .content .company__position
{
    font-size: 17px;
    font-size: 1.0625rem;

    margin-top: 40px;
}

.page-sub .content .company .ceo__image
{
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    margin-top: 25px;
}

.page-sub .content .company .ceo__profile
{
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;

    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 80px;

    text-align: left;
}

.page-sub .namecard
{
    width: 100%;
    margin-top: 190px;
}

.page-sub .namecard img
{
    width: 100%;
}

@media (max-width: 1049px)
{
    #container
    {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 787px)
{
    .sp-display
    {
        display: block !important;
    }

    .sp-invisible
    {
        display: none !important;
    }

    .t__link
    {
        padding: 0;
    }

    .footer
    {
        padding: 100px 0;
    }

    .footer__inner
    {
        display: block;
    }

    .footer__inner .f-left figure
    {
        width: 60%;
    }

    .footer__inner .f-left .address
    {
        font-size: 11px;
        font-size: .6875rem;

        margin-top: 40px;

        color: #fff;
    }

    .footer__inner .f-left .info__list
    {
        margin-top: 20px;
    }

    .footer__inner .f-left .info__list li
    {
        font-size: 11px;
        font-size: .6875rem;

        color: #fff;
    }

    .footer__inner .f-left .qr
    {
        display: block;

        margin: 40px 0 0 0;
    }

    .footer__inner .f-right .caption
    {
        font-size: 10px;
        font-size: .625rem;
        line-height: 1.6;

        margin-top: 60px;

        color: #888;
    }

    .footer__inner .f-right .f-btn
    {
        margin-top: 30px;
    }

    .footer__inner .f-right .copy
    {
        margin-top: 30px;
    }

    .header
    {
        padding: 22px 0 0 20px;
    }

    .header__logo
    {
        width: 80px;
    }

    .header .nav
    {
        display: none;
    }

    .header .nav__block li
    {
        opacity: 0;
    }

    .header .nav__block li a.icon
    {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .header .nav__block li a.icon.wechat
    {
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .header .nav__block li a.icon.wechat img
    {
        width: 100%;
    }

    .header .nav__block li a img
    {
        width: 20%;
    }

    .menu-button-container .menu-button
    {
        top: 16px;
        right: 15px;
        left: auto;
    }

    .menu-button-container .menu-button span
    {
        right: 5px;
        left: auto;

        width: 42px;
    }

    .menu-button-container p
    {
        top: 20px;
        right: 18px;
        left: auto;

        letter-spacing: .15rem;
    }

    .op-hd .nav .nav__block li
    {
        -webkit-animation: fadeInLeft .6s linear forwards;
                animation: fadeInLeft .6s linear forwards;
    }

    .op-hd .nav .nav__block li:nth-child(1)
    {
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
    }

    .op-hd .nav .nav__block li:nth-child(2)
    {
        -webkit-animation-delay: .4s;
                animation-delay: .4s;
    }

    .op-hd .nav .nav__block li:nth-child(3)
    {
        -webkit-animation-delay: .6s;
                animation-delay: .6s;
    }

    .page-sub#company-container h4
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: normal;

        margin-top: 5px;

        text-align: left;
        letter-spacing: .1rem;

        color: #ccc;
    }

    .page-sub#company-container .company-detais
    {
        margin: 40px auto 0;
    }

    .page-sub#company-container .company-detais table tr th
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;

        display: block;

        padding: 55px 0 0;

        letter-spacing: .15rem;
    }

    .page-sub#company-container .company-detais table tr th span
    {
        font-weight: normal;

        letter-spacing: .1rem;
    }

    .page-sub#company-container .company-detais table tr .details__body
    {
        display: block;

        padding: 20px 0 0;
    }

    .page-sub#company-container .company-detais table tr .details__body--en
    {
        font-size: 12px;
        font-size: .75rem;

        display: block;

        padding: 0 0 50px;
    }

    .page-sub#company-container .company-detais table tr:nth-child(3) .details__body
    {
        padding-bottom: 50px;
    }

    .page-sub#company-container .company-detais table tr:nth-child(3) .details__body ul li span
    {
        font-family: 'Montserrat', 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
        font-size: 12px;
        font-size: .75rem;

        display: block;

        margin-top: 10px;
    }

    .page-sub#company-container .company-detais table tr:nth-child(4) .details__body
    {
        padding-bottom: 20px;
    }

    .page-sub#company-container .company-detais table tr:nth-child(5) .details__body
    {
        margin-bottom: 50px;
    }

    .page-sub#company-container .company-detais table tr:nth-child(6) .details__body
    {
        padding-bottom: 20px;
    }

    .page-sub#company-container #map
    {
        margin-top: 60px;
    }

    .kv
    {
        padding: 20px;
    }

    .kv__bg
    {
        height: auto;
        padding-bottom: 130%;
    }

    .kv__bg video
    {
        top: 50px;
        right: auto;
        left: -52%;

        width: 100%;
        min-width: 204%;
        min-height: auto;
        margin: 0;
    }

    .kv__bg .kv__ttl
    {
        bottom: 15px;

        padding-right: 0;

        text-align: center;
    }

    .kv__bg .kv__ttl .kv__ttl-text
    {
        opacity: .4;
        color: #fff;
    }

    .message
    {
        margin-top: 20px;
        padding: 0 6.25%;

        text-align: center;
    }

    .message__heading
    {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.3;

        text-align: left;

        color: #333;
    }

    .message__text
    {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.7;

        margin-top: 30px;

        text-align: left;
    }

    .message__text--en
    {
        width: 100%;
        margin-top: 30px;
    }

    .message__btn,
    .alliances__btn,
    .service .service__btn
    {
        font-size: 16px;
        font-size: 1rem;

        width: 90%;
        margin-top: 45px;

        text-align: center;
    }

    .message__btn .btn__link,
    .alliances__btn .btn__link,
    .service .service__btn .btn__link
    {
        padding: 20px 0 18px;
    }

    .alliances
    {
        margin-top: 50px;
        padding: 20px;
    }

    .alliances .alliances__tab-block
    {
        height: 145px;

        border: 1px solid #666;
        border-bottom: 1px solid #ccc;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .alliances .alliances__tab-block .ChangeElem_Btn
    {
        width: 33.3333%;
        padding: 20px 0;

        letter-spacing: .1rem;

        background-color: #f7f8f8;
    }

    .alliances .alliances__tab-block .ChangeElem_Btn.facility,
    .alliances .alliances__tab-block .ChangeElem_Btn.education,
    .alliances .alliances__tab-block .ChangeElem_Btn.architecture,
    .alliances .alliances__tab-block .ChangeElem_Btn.media,
    .alliances .alliances__tab-block .ChangeElem_Btn.government
    {
        border-left: none;
    }

    .alliances .alliances__tab-block .ChangeElem_Btn.government
    {
        border-left: none;
    }

    .alliances .alliances__tab-block .ChangeElem_Btn.facility,
    .alliances .alliances__tab-block .ChangeElem_Btn.media,
    .alliances .alliances__tab-block .ChangeElem_Btn.government
    {
        border-top: 1px solid #ccc;
    }

    .alliances .alliances__tab-block .ChangeElem_Btn span
    {
        color: #fff;
    }

    .alliances .ChangeElem_Panel
    {
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
        border-left: 1px solid #666;
    }

    .alliances .ChangeElem_Panel__list
    {
        width: 50%;
    }

    .alliances .ChangeElem_Panel__list .city
    {
        font-size: 10px;
        font-size: .625rem;

        top: 10px;
        right: 10px;
    }

    .alliances .ChangeElem_Panel__list .partnershipLogo
    {
        max-width: 50%;
        margin: 25%;
    }

    .alliances .ChangeElem_Panel__list .partnershipLogo.rectangle
    {
        max-width: 65%;
        margin: 17.5%;
    }

    .alliances .ChangeElem_Panel__list .partner-name
    {
        bottom: 15px;
        left: 10%;

        width: 80%;
    }

    .alliances .ChangeElem_Panel__list .partner-name__text
    {
        font-size: 10px;
        font-size: .625rem;
        font-weight: normal;
        line-height: 1.2;
    }

    .alliances .ChangeElem_Panel__list .partner-name__text--en
    {
        display: none;
    }

    .alliances .ChangeElem_Panel__list:nth-child(3)
    {
        border-top: 1px solid #ccc;
        border-left: none;
    }

    .alliances .ChangeElem_Panel__list:nth-child(4)
    {
        border-top: 1px solid #ccc;
    }

    .service
    {
        margin-top: 40px;
        padding: 60px 6.25% 20px;
    }

    .service .content__heading
    {
        font-size: 0;

        width: 28%;
        margin: 0 auto;
        padding-bottom: 6.6%;

        background-image: url(../images/common/ttl_service.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .service .content__description
    {
        text-align: center;
    }

    .service__tab-block
    {
        display: block;

        margin: 0 auto 0;
    }

    .service__tab-block .ChangeElem_Btn
    {
        display: block;

        margin: 0 auto;
        margin-top: 40px;
        padding-bottom: 50px;

        border-bottom: 1px solid #ccc;
    }

    .service__tab-block .ChangeElem_Btn .ChangeElem_Btn__icon path
    {
        fill: #861f1f;
    }

    .service__tab-block .ChangeElem_Btn__ttl
    {
        font-weight: bold;

        margin-top: 10px;

        letter-spacing: .1rem;

        color: #000;
    }

    .service__tab-block .ChangeElem_Btn__ttl--en
    {
        color: #000;
    }

    .service__tab-block .ChangeElem_Btn__ttl--en + .servicePanel__text
    {
        font-size: 15px;
        font-size: .9375rem;

        text-align: center;
        letter-spacing: .05rem;
    }

    .service__tab-block button:last-child
    {
        border-bottom: none;
    }

    .service .service__btn
    {
        display: none;

        margin-top: 0;
    }

    .content__heading
    {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .content__description
    {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.4;

        margin-top: 10px;

        text-align: left;
        letter-spacing: .1rem;
    }

    .supportteam
    {
        padding: 60px 6.25% 60px;
    }

    .supportteam .text-area__wrap
    {
        width: 100%;
    }

    .supportteam .text-area__wrap .content__heading
    {
        font-size: 0;

        width: 48%;
        padding-bottom: 4.6%;

        background-image: url(../images/common/ttl_support.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .supportteam .text-area__wrap .content__heading--ja
    {
        font-size: 24px;
        font-size: 1.5rem;

        margin-top: 10px;
    }

    .supportteam .text-area__wrap .content__description
    {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;

        margin-top: 20px;
    }

    .supportteam .bg-slidein
    {
        position: relative;
        z-index: 10;
        top: -15vw;

        padding-bottom: 60%;
    }

    .supportteam .bg-slidein ul li img
    {
        -webkit-transform: scaleY(.6);
            -ms-transform: scaleY(.6);
                transform: scaleY(.6);
    }

    .supportteam .bg-slidein ul li:nth-child(1)
    {
        top: -1vw;
        left: -10%;

        width: 150%;
    }

    .supportteam .bg-slidein ul li:nth-child(2)
    {
        top: 5vw;
        left: 10%;

        width: 220%;
    }

    .supportteam .bg-slidein ul li:nth-child(3)
    {
        top: -30vw;
        left: -55%;

        width: 360%;
    }

    .supportteam .bg-slidein ul li:nth-child(4)
    {
        top: 0vw;
        left: -10%;

        width: 290%;
    }

    .supportteam .supportteam-company
    {
        z-index: 1;
    }

    .supportteam .supportteam-company__list
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .supportteam .supportteam-company__list .list
    {
        width: 50%;
    }

    .supportteam .supportteam-company__list .list__genre
    {
        font-size: 10px;
        font-size: .625rem;

        top: 15px;
    }

    .supportteam .supportteam-company__list .list figure
    {
        max-width: 70%;
        margin: 15%;
    }

    .supportteam .supportteam-company__list .list figcaption
    {
        bottom: 15px;

        color: #6b6b6b;
    }

    .supportteam .supportteam-company__list li:nth-child(3),
    .supportteam .supportteam-company__list li:nth-child(4)
    {
        border-top: 1px solid #666;
    }

    .supportteam .supportteam-company__list li:nth-child(3)
    {
        border-left: none;
    }

    .information
    {
        margin: 0 auto;
        padding: 100px 0;
    }

    .information .content__heading
    {
        width: 87.5%;
        margin: 0 auto;

        text-align: center;
    }

    .information .content__heading:before
    {
        width: 50%;
        margin-right: 20px;

        border-color: #ccc;
    }

    .information .content__heading:after
    {
        width: 50%;
        margin-left: 20px;

        border-color: #ccc;
    }

    .information .content__heading p
    {
        font-size: 0;

        width: 60%;
        margin: 0;
        padding-bottom: 3.8%;

        text-align: center;

        background-image: url(../images/common/ttl_information.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .information .information-content
    {
        font-size: 30px;
        font-size: 1.875rem;

        margin-top: 15px;
    }

    .page-sub .content
    {
        margin-top: 0;
        padding: 150px 6.25% 0;
    }

    .page-sub .content h2
    {
        font-size: 22px;
        font-size: 1.375rem;

        text-align: left;
        letter-spacing: .20rem;

        color: #000;
    }

    .page-sub .content h3
    {
        font-size: 14px;
        font-size: .875rem;

        margin-top: 10px;

        text-align: left;
        letter-spacing: .1rem;

        color: #ccc;
    }

    .page-sub .content h4
    {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.45;

        margin-top: 40px;

        text-align: left;
        letter-spacing: .05rem;
    }

    .page-sub .content h4 br
    {
        display: none;
    }

    .page-sub .content .message__text
    {
        line-height: 1.9;

        margin: 40px auto 0;
    }

    .page-sub .content .company
    {
        margin-top: 100px;
    }

    .page-sub .content .company__name
    {
        font-size: 13px;
        font-size: .8125rem;

        letter-spacing: .07rem;
    }

    .page-sub .content .company__position
    {
        font-size: 14px;
        font-size: .875rem;

        margin-top: 20px;

        letter-spacing: .1rem;
    }

    .page-sub .content .company .ceo__image
    {
        width: 30%;
    }

    .page-sub .content .company .ceo__profile
    {
        width: 80%;
        margin-top: 40px;
    }

    .page-sub .namecard
    {
        position: relative;

        overflow: hidden;

        height: 40vw;
        margin-top: 80px;
    }

    .page-sub .namecard img
    {
        position: absolute;
        top: -30%;
        left: -20%;

        width: 300%;
    }
}

@media all and (-ms-high-contrast: none\0)
{
    .alliances .ChangeElem_Panel__list .partnershipLogo
    {
        opacity: 1;
    }
}
