@charset "utf-8";

/* Font */
@import url("https://use.typekit.net/qji0fsc.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'HiraginoKakuGothic ProN', 'Yu Gothic', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666
}

@media screen and (min-width:768px) {
    body {
        line-height: 1.5;
        font-size: 1.6rem
    }
}

/* 画像右クリック禁止 */
img {
    pointer-events: none; 
}
img {
-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 0
}

figure {
    display: block;
    margin: 0
}

picture {
    display: block;
    margin: 0
}

ul,
li {
    list-style: none
}

a, a:link a:visited {
    width: 100%;
    height: 100%;
    color: #006994;
    text-decoration: underline;
    transition: .2s;
    word-break: break-word;
}
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-size: 2.2rem
}

p {
    line-height: 1.7
}

p+p {
    margin-top: .5rem;
}

input,
textarea,
select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size:100%;
}

.onlySmallDevise {
    display: block!important
}

.onlyMediumDevise {
    display: none!important
}

.onlyLargeDevise {
    display: none!important
}

@media screen and (min-width:768px) {
    .onlySmallDevise {
        display: none!important
    }
    .onlyMediumDevise {
        display: block!important
    }
    .onlyLargeDevise {
        display: none!important
    }
}

@media screen and (min-width:1000px) {
    .onlySmallDevise {
        display: none!important
    }
    .onlyMediumDevise {
        display: none!important
    }
    .onlyLargeDevise {
        display: block!important
    }
}

.moreMediumDevise {
    display: none!important
}

@media screen and (min-width:768px) {
    .moreMediumDevise {
        display: block!important
    }
}

@media screen and (min-width:1000px) {
    .moreMediumDevise {
        display: block!important
    }
}

.lessMediumDevise {
    display: block!important
}

@media screen and (min-width:768px) {
    .lessMediumDevise {
        display: block!important
    }
}

@media screen and (min-width:1000px) {
    .lessMediumDevise {
        display: none!important
    }
}

.inner {
    margin: 0;
    padding: 0 8%
}

.innerLarger {
    margin: 0;
    padding: 0 3%;
    max-width: 1200px;
}

@media screen and (min-width:1000px) {
    .inner {
        margin: 0 auto;
        padding: 0;
        width: 1000px
    }
    .innerLarger {
        margin: 0 auto;
        padding: 0 3%;
    }
}

.wrapper {
    position: relative;
}

/* Tel
---------------------------------------*/
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
    color: #666666;
    text-decoration: none;
  }
}

/* header
---------------------------------------*/
.header {
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 20%);
}
.header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .2rem 1.5rem 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}
@media screen and (min-width : 1200px) {
    .header {
        position: relative;
        height: 96px;
    }
    .header__inner {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
        margin: 0 auto;
        padding: 0 3.8rem;
    }
}

/* header-logo */
.header-logo-box {
    font-size: 1.2rem;
    color: #666666;
    width: 86%;
    margin: 1.2rem 0 0;
}
@media screen and (min-width : 1200px) {
    .header-logo-box {
        display: flex;
        align-items: center;
        width: 49%;
        margin: 2.5rem 0 0;
    }
}

.header-logo {
    margin: .5rem auto 0 0;
    font-size: 0;
    z-index: 1;
}
.header-logo svg {
    width: 124.8px;
    height: 20px;
    /*fill: #006994;*/
}
@media screen and (min-width : 1200px) {
    .header-logo {
        margin: 2px 0 0;
        width: 170px;
    }
    .header-logo svg {
        width: 156px;
        height: 25px;
    }
}

.header-logo-sub {
    margin: .5rem 0 0;
    line-height: 1.4;
    font-size: .9rem;
}
@media screen and (min-width : 1200px) {
    .header-logo-sub {
        margin: 0 0 0 1.5rem;
        line-height: 1.35;
        font-size: 1.1rem;
    }
}

/* header-global */
.header-global.pc { display: none!important }
.header-global.sp { display: block!important }
.header-global {
    width: 24px;
    height: 24px;
    margin: 2.2rem 1.2rem 0 0;
    z-index: 1;
}
.header-global a {
    display: block;
    height: 24px;
}
.header-global svg {
    width: 100%;
    fill: #50555A;
}
@media screen and (min-width : 1200px) {
    .header-global.pc { display: block!important }
    .header-global.sp { display: none!important }
    .header-global {
        position: absolute;
        top: 12px;
        right: 3.8rem;
        margin: 0;
        width: auto;
        color: #666666;
        font-size: 1.4rem;
    }
    .header-global a {
        display: inline-block;
        color: #AEB0B1;
        width: auto;
        transition: .2s ease;
        font-weight: 600;
        color: #006994;
    }
    .header-global a:hover {
        color: #006994;
    }
}

/* header-nav-trigger */
.header-nav-trigger {
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    margin: 2rem 0 0;
 }
 .header-nav-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
    transition: all .4s;
}
.header-nav-trigger span:nth-of-type(1) {
    top: 0;
}
.header-nav-trigger.is-active span:nth-of-type(1) {
    top: -4px;
    transform: translateY(12px) rotate(-45deg);
}
.header-nav-trigger span:nth-of-type(2) {
    top: 10px;
}
.header-nav-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
}
.header-nav-trigger span:nth-of-type(3) {
    bottom: 0;
}
.header-nav-trigger.is-active span:nth-of-type(3) {
    top: 12px;
    transform: translateY(-4px) rotate(45deg);
}
@media screen and (min-width : 1200px) {
    .header-nav-trigger {
        display: none;
        /* position: absolute;
        top: 7.8rem;
        right: 4rem; */
    }
}

/* header-nav  ** SP **
---------------------------------------*/
@media screen and (max-width : 1199px) {
    html.scroll-prevent {
        /*動き固定*/
        position: fixed;
        /*奥行きを管理*/
        z-index: -1;
        /*下2つで背景を元のサイズのまま表示することができる*/
        width: 100%;
        height: 100%;
    }
    .page-container {
        z-index: 98;
    }
    .page-container.is-under {
        z-index: 0;
    }
    .header-nav {
        position: fixed;
        width: 100%;
        height: 0;
        overflow: hidden;
        top: 81px;
        right: 0;
        opacity: 0;
        z-index: 99;
        transform: translate(0, -10px);
        transition: all .4s ease-in-out;
    }
    .header-nav.is-fixed {
        position: fixed;
    }
    .header-nav.is-open {
        height: calc(100% - 60px);
        opacity: 1;
        transform: translate(0, 0);
        /* overflow-y: auto; */
    }
    .header-nav__list {
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: left;
        cursor: pointer;
        overflow-y: auto;
    }
    .header-nav__list__item {
        position: relative;
    }
    .header-nav__list__item > a, .header-nav__list__item > span {
        display: block;
        position: relative;
        height: 53px;
        margin: 0;
        padding: 1.5rem 6.5rem 1.5rem 2.8rem;
        border-bottom: solid 1px #888a8e;
        font-weight: 300;
        color: #fff;
        cursor: pointer;
        transition: .2s ease;
        text-decoration: none;
        cursor: inherit;
    }
    .header-nav__list__item > a::after {
        transform: rotate(45deg);
    }
    .header-nav__list__item .accordion-btn {
        display: block;
        position: absolute;
        width: 60px;
        height: 53px;
        top: 0;
        right: 0;
        padding: 1rem;
        border: none;
        border-left: solid 1px #888a8e;
    }
    .header-nav__list__item .accordion-btn::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: solid 4px transparent;
        border-top: solid 6px #fff;
        transform: rotate(0deg);
        transition: .4s ease-out;
    }
    .header-nav__list__item .accordion-btn.is-active::after {
        top: -2px;
        transform: rotate(180deg);
    }
    .header-nav__list__item.home {
        display: block;
    }

    .header-nav__second {
        background: #666666;
    }
    .header-nav__third {
        background: #65686C;
    }
    .header-nav__third a.is-current, .header-nav__third span.is-current {
       color: #60d1ff;
    }

    .header-nav__sub-ttl {
    }

    /* アコーディオン */
    .header-nav__third .header-nav__list__item > a, .header-nav__third .header-nav__list__item > span, .header-nav__third__col__ttl a {
        height: 0;
        padding: 0 6.5rem 0 2.8rem;
        opacity: 0;
        border: none;
        transition: padding .4s ease-out, height .4s ease-out, opacity .1s ease-in;
    }
    .header-nav__third.is-open .header-nav__list__item > a, .header-nav__third.is-open .header-nav__list__item > span,  .header-nav__third.is-open .header-nav__third__col__ttl a {
        height: auto;
        padding: 1.5rem 2.8rem 1.5rem 2.8rem;
        opacity: 1;
        border-bottom: solid 1px #50555A;
    }

    .header-nav__third__col__ttl a {
        display: block;
        color: #fff;
        text-decoration: none;
        text-align: left;
        font-size: 2.0rem;
        position: relative;
    }
}

/* header-nav  ** PC **
---------------------------------------*/
@media screen and (min-width : 1200px) {
    .header-nav {
        position: absolute;
        top: 44px;
        right: 3.8rem;
        width: 51%;
        max-width: 640px;
    }
    .header-nav__second {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        z-index: 100;
        padding: 0;
        width: 100%;
    }
    .header-nav__second .header-nav__list__item {
        position: relative;
        display: flex;
        width: auto;
        height: 100%;
        text-align: center;
        font-size: 1.7rem;
        padding: 0 1.1rem;
        height: 47px;
    }

    .header-nav__second .header-nav__list__item > a {
        position: relative;
        display: flex;
        /*display: inline-block;*/
        padding: 3px 0 17px;
        font-size: 1.4rem;
        font-weight: 400;
        color: #006994;
        border-top: 0;
        text-decoration: none;
        width: auto;
        line-height: 1.2;
        height: 100%;
    }
    .header-nav__second .header-nav__list__item > a > span {
        align-self: center;
    }
    .header-nav__second .header-nav__list__item > a:before,
    .header-nav__second .header-nav__list__item > a:after,
    .header-nav__third__col__ttl a:before,
    .header-nav__third__col__ttl a:after {
        position: absolute;
        bottom: -5px;
        content: ' ';
        display: inline-block;
        width: 0;
        height: 5px;
        background: #006994;
        transition: .2s
    }
    .header-nav__second .header-nav__list__item > a:before,
    .header-nav__third__col__ttl a:before {
        left: 50%
    }
    .header-nav__second .header-nav__list__item > a:after,
    .header-nav__third__col__ttl a:after {
        right: 50%
    }
    .header-nav__second .header-nav__list__item:not(.contact) a:not(.current):hover:before,
    .header-nav__second .header-nav__list__item:not(.contact) a:not(.current):hover:after,
    .header-nav__second .header-nav__list__item > a.current:before,
    .header-nav__second .header-nav__list__item > a.current:after,
    .header-nav__second .header-nav__list__item > a:hover:before,
    .header-nav__second .header-nav__list__item > a:hover:after {
        width: 50%
    }
    .header-nav__second .header-nav__list__item.contact {
        margin-right: 0;
        align-self: center;
        padding-right: 0;
        height: 30px;
        margin-top: -14px;
    }
    .header-nav__second .header-nav__list__item.contact a {
        margin-bottom: 14px;
        padding: 3px 14px 3px;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #006994;
    }
    .header-nav__second .header-nav__list__item.contact a:hover {
        color: #006994;
        border: 1px solid #006994;
        background: none;
    }
    .header-nav__second .header-nav__list__item.contact a:before,
    .header-nav__second .header-nav__list__item.contact a:after {
        display: none;
    }


    .header-nav__list__item.home {
        display: none;
    }

    /* ドロップダウンを開いている もしくは 現在のページをハイライト */
    .header-nav__second .header-nav__list__item > a.is-current, .header-nav__second .header-nav__list__item > span.is-current {
        color: #006994;
    }
    .header-nav__second .header-nav__list__item > a.is-current::before, .header-nav__second .header-nav__list__item > span.is-current::before {
        left: 0;
        width: 100%;
    }

    /* PC 第3階層メニュー */
    .header-nav__third {
        position: absolute;
        left: -3rem;
        right: 0;
        width: 330px;
        padding: 3rem 3rem .5rem;
        background: #fff;
        box-shadow: 3px 3px 6px rgba(0,0,0,.16);
    }
    .header-nav__third .header-nav__list {
        padding: 0 0 2rem;
    }
    .header-nav__third .header-nav__list__item {
        font-size: 1.8rem;
        padding: 0;
        height: auto;
    }
    .header-nav__third .header-nav__list__item > a, .header-nav__third .header-nav__list__item > span {
        position: relative;
        padding: .3rem 0 .1rem 0;
        text-align: left;
        color: #006994;
        border-bottom: solid 3px transparent;
        display: inline-block;
    }
    .header-nav__third .header-nav__list__item > a:hover, .header-nav__third .header-nav__list__item > span:hover {
        color: #006994;
    }

    /* header-nav__sub-ttl */
    .header-nav__third .header-nav__sub-ttl > a, .header-nav__third .header-nav__sub-ttl > span {
        font-size: 2.4rem;
        font-weight: 300;
    }
    .header-nav__third .header-nav__sub-ttl > span {
        color: #AEB0B1;
        cursor: default;
    }
    .header-nav__third .header-nav__sub-ttl > span:hover {
        color: #AEB0B1;
    }
    .header-nav__third .header-nav__sub-ttl > span:hover::before {
        width: 0!important;
    }

    /* Dropdown Menu */
    .header-nav__third {
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        top: 32px;
        transition: top .3s, visibility .3s, opacity .3s ease-in-out;
    }
    .header-nav__third .header-nav__list__item, .header-nav__third .header-nav__sub-ttl {
        opacity: 0;
        visibility: hidden;
        min-height: 0;
        transition: all .4s ease-in-out;
        font-size: 1.4rem;
    }
    .header-nav .parent:hover .header-nav__third {
        top: 52px;
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }
    .header-nav .parent:hover .header-nav__third .header-nav__list__item, .header-nav .parent:hover .header-nav__third .header-nav__sub-ttl {
        opacity: 1;
        visibility: visible;
        transition: all .2s ease-in-out;
    }
    .header-nav .parent:hover .header-nav__third .header-nav__list__item {
        min-height: 30px;
        max-height: auto;
        font-size: 1.4rem;
    }
    .header-nav .parent:hover .header-nav__third .header-nav__sub-ttl {
        min-height: 51px;
        max-height: auto;
    }
        .header-nav .parent:hover .header-nav__third .header-nav__third__col__ttl {
        min-height: 38px;
        max-height: auto;
    }

    .products .header-nav__third {
        left: -223%;
        width: 630px;
        padding: 4rem 4rem 1rem;
    }

    .header-nav__third__row {
        display: flex;
        gap: 5rem;
        justify-content: space-between;
    }
    .header-nav__third__col__ttl a {
        display: block;
        color: #006994;
        text-decoration: none;
        text-align: left;
        font-size: 2.0rem;
        position: relative;
        line-height: 1.5;
        margin: 0 0 .7rem;
    }
}

.header-nav__list__item br.pc {
    display: none!important;
}
@media screen and (min-width : 1200px) {
    .header-nav__list__item br.pc {
        display: block!important;
    }
}

.page-container {
    opacity: 0;
    animation-name: fadein;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    position: relative;
}
.contents {
    position: relative;
    padding: 3rem 0 9rem;
    width: 100%;
    min-height: 50vh;
}
.contents.border {
    border-top: 6px solid #004ea2
}
@media screen and (min-width:768px){
    .contents {
        padding: 4rem 0 18rem;
    }
}

.toTopBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width:40px;
    z-index:2;
}
@media screen and (min-width:768px){
    .toTopBtn{
        bottom: 40px;
    }
}

.mainContent {
    padding: 10% 0 50px;
    width: 100%
}
@media screen and (min-width:768px) {
    .mainContent {
        padding: 90px 0 100px
    }
}

/*.footer {
    position: relative;
    padding: 40px 0 20px;
    color: #fff;
    background: #666666;
    z-index: 1
}
.footerMenu {
}
.footerMenu li {
    margin: 0 0 2rem;
    padding: 0 3rem;
    text-align: center;
    font-size: 1.6rem;
}
.footerMenu a {
    padding: 0 2px 2px;
    color: #fff;
    text-decoration: none;
}
.footerMenu a.current {
    border-bottom: 1px solid #fff
}
.footer .contact {
    margin: 3rem auto 0;
    width: 60%;
    text-align: center;
}
.footer .contact a {
    display: block;
    padding: 1.7rem 2rem;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}
.footer .footerBottom {
    margin: 30px 0 0;
    text-align: center;
    font-size: 1.1rem
}
.footer .footerBottom .copyright {
    margin-top: 15px;
}
.footer .footerBottom a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (min-width:768px) {
    .footer {
        padding: 50px 0 25px;
    }
    .footerMenu {
        display: flex;
        justify-content: center
    }
    .footer .contact {
        width: 220px
    }
    .footer .footerBottom {
        display: flex;
        align-items: center;
        margin: 4rem 0 0;
    }
    .footer .footerBottom .copyright {
        margin: 0 0 0 auto;
    }
    .footer .footerBottom a:hover {
        text-decoration: none;
    }
    .footerMenu .menuItem a {
        position: relative;
        display: inline-block;
        padding: 0 2px 2px;
        border-top: 0
    }
    .footerMenu .menuItem a:before,
    .footerMenu .menuItem a:after {
        position: absolute;
        bottom: -1px;
        content: ' ';
        display: inline-block;
        width: 0;
        height: 1px;
        background: #fff;
        transition: .2s;
    }
    .footerMenu .menuItem a:before {
        left: 50%
    }
    .footerMenu .menuItem a:after {
        right: 50%
    }
    .footerMenu .menuItem a:not(.current):hover:before,
    .footerMenu .menuItem a:not(.current):hover:after {
        width: 50%
    }
}*/


/* footer
---------------------------------------*/
.footer {
    position: relative;
    z-index: 97;
    color: #fff;
    background: #666666;
}
.footer a {
    color: #fff;
}

/* footer ** SP **
---------------------------------------*/
@media screen and (max-width : 959px) {
    .footer-top__inner {
        padding: 7.5rem 2rem 2rem;
        margin: 0 auto;
        text-align: center;
    }
    .footer-logo {
        width: 180px;
        margin: 0 auto 2rem;
    }
    .footer-logo a {
        display: block;
    }
    .footer-logo svg {
        width: 100%;
        fill: #AEB0B1;
    }
    .footer-nav {
        margin: 4rem auto 2rem;
    }
    .footer-nav a {
        color: #fff;
    }
    .footer-nav__list__item {
        margin: 1rem 0 0;
        width: 100%;
        font-size: 1.4rem;
        color: #fff;
    }
    .footer-nav__list__item a {
        padding: .6rem 0;
        text-decoration: none;
        font-size: 1.5rem;
        display: inline-block;
        width: auto;
    }
    .footer-nav-terms {
        margin: 4rem 0 0;
        padding: 3rem 0 0;
        border-top: solid 1px #86888A;
    }
    .footer-nav-terms__list__item {
        margin: 1rem 0 0;
        padding: 0 1.5rem;
    }
    .footer-nav-terms__list__item a {
        padding: .6rem 0;
        color: #fff;
        font-size: 1.4rem;
    }
    .footer-bottom__inner {
        padding: 0 2rem 40px;
    }
    .footer-bottom__blk {
        display: block;
        font-size: 1.2rem;
        text-align: center
    }
    .footer-privacy a {
        text-decoration: none;
    }
    /*.footer-bottom__youtube {
        width: 48px;
        margin: 1rem auto 2.5rem;
    }
    .footer-bottom__youtube a {
        display: block;
    }
    .footer-bottom__youtube svg {
        width: 100%;
        fill: #AEB0B1;
    }
    .footer-bottom__global {
        margin: 1rem auto 2rem;
        text-align: center;
    }
    .footer-bottom__global a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
        color: #AEB0B1;
    }
    .footer-bottom__global .icon {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        fill: #AEB0B1;
    }*/
    .footer-copyright {
        margin: 3.5rem auto 0;
        font-size: 1.2rem;
        text-align: center;
    }

    .footer-nav__list__item {
        position: relative;
        z-index: 1;
    }
    .footer-nav__list__item .parent {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: .6rem 2rem;
        color: #fff;
        cursor: pointer;
        transition: .2s ease;
        text-decoration: none;
    }
    .footer-nav__list__item > a::after {
        transform: rotate(45deg);
    }
    .footer-nav__list__item .accordion-btn {
        display: block;
        position: absolute;
        width: 12px;
        height: 100%;
        top: 0;
        right: 0;
        padding: 0;
        border: none;
        /* border-left: solid 1px #65686C; */
    }
    .footer-nav__list__item .accordion-btn::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 7px;
        bottom: 0;
        /*left: 0;*/
        right: 0;
        margin: auto;
        border: solid 4px transparent;
        border-top: solid 6px #fff;
        transform: rotate(0deg);
        transition: .4s ease-out;
    }
    .footer-nav__list__item .accordion-btn.is-active::after {
        top: -2px;
        transform: rotate(180deg);
    }
    .footer-nav__list__item.home {
        display: block;
    }

    /* アコーディオン */
    .footer-nav__list__item {
        transition: .4s ease-out;
    }
    .footer-nav__sub-list {
        display: none;
    }
    /*.footer-nav__sub-list {
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        height: 0;
        transition: height .4s ease-out, opacity .1s ease-in;
    }
    .footer-nav__sub-list.is-open {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        height: auto;
        transition: height .4s ease-out, opacity .1s ease-in;
    }
    .footer-nav__sub-list__item {
        transition: .2s ease-in-out;
    }
    .footer-nav__sub-list__item > a, .footer-nav__sub-list__item > span {
        display: inline-block;
        height: 0;
        opacity: 0;
        border: none;
        transition: padding .4s ease-out, height .4s ease-out, opacity .1s ease-in;
    }
    .is-open .footer-nav__sub-list__item > a, .is-open .footer-nav__sub-list__item > span {
        height: auto;
        opacity: 1;
    }*/

}

/* footer ** PC **
---------------------------------------*/
@media screen and (min-width : 960px) {
    .footer a {
        color: #fff;
    }
    .footer-top__inner {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 8rem 3.8rem 10rem;
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer-logo {
        width: 112px;
        height: 22px;
        z-index: 1;
        margin: 0 auto 0 0;
    }
    .footer-logo a {
        display: block;
        width: 100%;
    }
    .footer-logo svg {
        width: 112px;
        height: 22px;
        fill: #AEB0B1;
    }
    .footer-nav {
        display: flex;
        justify-content: space-between;
        width: 77%;
    }
    .footer-nav a:hover, .footer-nav-terms a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .footer-nav__list {
        width: auto;
        max-width: calc(100%/3);
    }
    .footer-nav__list__item {
        margin: 0 0 1rem;
        font-size: 1.6rem;
        text-align: center
    }
    .footer-nav__list__item a, .footer-nav-terms__list__item a {
        color: #fff;
        transition: .2s ease;
        text-decoration: none;
        text-align: center;
        font-size: 1.4rem;
    }
    .footer-nav__list__item.ttl > a, .footer-nav__list__item.ttl > span, .footer-nav__list__item.ttl > span a {
        font-weight: 600;
        font-size: 1.6rem;
    }
    .footer-nav-terms {
        position: absolute;
        top: 150px;
        left: 4rem;
        z-index: 2;
    }
    .footer-nav-terms__list__item {
        margin: 0 0 .5rem;
        font-size: 1.6rem;
    }
    .footer-nav__sub-list {
        margin: 1rem 0 0;
    }
    .footer-nav__sub-list__item {
        margin: 0 0 1rem;
    }

    /* footer-bottom */
    .footer-bottom__inner {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 3.8rem 3rem;
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer-bottom__blk {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 1.2rem
    }
    /*.footer-bottom__youtube {
        order: 2;
        width: 48px;
        transition: .2s ease;
    }
    .footer-bottom__youtube svg {
        width: 48px;
        fill: #AEB0B1;
        transition: .2s ease;
    }
    .footer-bottom__youtube a:hover svg {
        fill: #EDEEEE;
    }
    .footer-bottom__global {
        order: 1;
        margin: 0 5rem .7rem 0;
        transition: .2s ease;
    }
    .footer-bottom__global svg {
        transition: .2s ease;
    }
    .footer-bottom__global a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
        color: #AEB0B1;
    }
    .footer-bottom__global a:hover {
        color: #EDEEEE;
    }
    .footer-bottom__global a:hover svg {
        fill: #EDEEEE;
    }
    .footer-bottom__global .icon {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        fill: #AEB0B1;
    }*/
    .footer-copyright {
        order: 1;
        text-align: left;
        font-size: 1.2rem;
    }
}


.isActive.showUp {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: showUp;
    -ms-animation-name: showUp;
    animation-name: showUp;
    visibility: visible!important
}

@-webkit-keyframes showUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes showUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.isActive.showLeft {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: showLeft;
    -ms-animation-name: showLeft;
    animation-name: showLeft;
    visibility: visible!important
}

@-webkit-keyframes showLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes showLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.isActive.showRight {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: showRight;
    -ms-animation-name: showRight;
    animation-name: showRight;
    visibility: visible!important
}

@-webkit-keyframes showRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes showRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.showFade {
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}
.showFade.isShow {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.anchorNav {
    margin: 30px 0 0;
    padding: 15px 25px;
    background: #f5f5f5;
}
.anchorNav .anchorNavList {
    justify-content: flex-start;
    align-content: center;
    margin: 0 !important;
}
.anchorNavItem {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}
.anchorNavItem::after {
    display: inline-block;
    content: '|';
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    vertical-align: middle;
    color: #cfcfcf;
}
.anchorNavItem:last-of-type {
    margin: 0;
}
.anchorNavItem:last-of-type::after {
    display: none;
}
.anchorNavItem a {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #006994;
}
.anchorNavItem a:hover {
    opacity: .7;
}

/*======================================================================
kmer.ruから流用
======================================================================*/
/* Animation
------------------------------------*/
.a-fadein {
    animation-name: fadein;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: .03s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeinUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeinDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes draw {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* Scroll Animation */
.sca-fadein {
    opacity: 0;
    transition: all .5s ease;
    animation-delay: .2s;
}
.sca-fadein.is-show {
    opacity: 1;
}

.sca-fadein-up {
    opacity: 0;
    transition: all .5s ease;
    animation-delay: .2s;
    transform: translateY(20px);
}
.sca-fadein-up.is-show {
    opacity: 1;
    transform: translateY(0);
}

/* breadcrumb
---------------------------------------*/
.breadcrumb {
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0;
   background: #F4F6F6;
}
.breadcrumb__inner {
    padding: .5rem 2rem .5rem;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2;
}
.breadcrumb li {
    padding: 0 2px 0 0;
    color: #86888A;
    line-height: 2;
    font-size: 1.1rem;
}
.breadcrumb li a {
    color: #86888A;
}
.breadcrumb li+li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 0 8px 2px 0;
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    transform: rotate(45deg);
}
/* .breadcrumb li:last-of-type {
    color: #006994;
} */

@media screen and (min-width : 768px) {
    .breadcrumb {
        width: 100%;
        margin: 0;
    }
    .breadcrumb__inner {
        position: relative;
        margin: 0 auto;
        padding: .3rem 4rem .3rem;
        max-width: 1200px;
    }
    .breadcrumb ul {
    }
    .breadcrumb li {
        padding: 0 5px 0 0;
        font-size: 1.2rem;
    }
    .breadcrumb a:hover {
        color: #006994;
    }
}


/* jQuery colorbox
------------------------------------*/
#colorbox {
    min-width: 600px !important;
}
#cboxOverlay {
    background: #808080;
}
.modalContentWrapper {
    display: none;
    width: 100%;
}
.modalContentBlock {
    width: 100%;
    padding: 6% 6%;
    border-radius: 8px;
    background: #fff;
}
.modalTitle {
    margin: 0 auto 4rem;
    padding: 0 0 1rem;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 600;
    border-bottom: 5px solid #0092e2;
}
.modalTitle .sub {
    font-size: 1.8rem;
    font-weight: 400;
}
.modalText {
    margin: 2rem auto 0;
    padding: 2rem 5%;
    background: #e7e6e6;
}
.modalFig {
    width: 100%;
    max-width: 641px;
    margin: 0 auto;
}
.modalFig img {
    width: 100%;
}
@media screen and (min-width : 768px) {
    .modalContentBlock {
        padding: 3% 4%;
    }
}

/* jQuery colorbox parts */
#cboxLoadingOverlay {
    border-radius: 8px;
}
#colorbox {
    overflow: visible!important;
}
#cboxWrapper {
    overflow: visible!important;
}
#cboxClose {
    top: -6rem;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(/indonesia/resources/images/common/modal_icn.png) no-repeat 0 0;
    background-size: calc( 100 / 48 * 100% );
    border: none;
    outline: none;
}
#cboxPrevious, #cboxNext {
    top: 48%;
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
}
#cboxPrevious {
    left: -7rem;
    background: url(/indonesia/resources/images/common/modal_icn.png) no-repeat 0 bottom;
    background-size: calc( 100 / 48 * 100% );
}
#cboxNext {
    right: -7rem;
    background: url(/indonesia/resources/images/common/modal_icn.png) no-repeat right bottom;
    background-size: calc( 100 / 48 * 100% );
}
@media screen and (max-width : 767px) {
    #cboxClose {
    top: 1rem;
    right: 1rem;
    width: 28px;
    height: 28px;
    }
    #cboxPrevious, #cboxNext {
        top: 49%;
        width: 28px;
        height: 28px;
    }
}

/* contact-blk
---------------------------------------*/
.contact-blk {
    position: relative;
    margin: 0;
    padding: 6rem 0 7rem;
    text-align: center;
    background: #EDEEEE;
    z-index: 2;
}
.contact-blk__headline {
    text-align: center;
    font-weight: 300;
    font-size: 3.2rem;
}
.contact-blk__lead {
    position: relative;
    text-align: center;
    margin: 1rem 0 0;
    padding: 2rem 0 0;
    color: #50555A;
}
.contact-blk__btns {
    margin: 3rem 0 0;
}
.contact-blk__btn {
    width: 100%;
    margin: .7rem auto;
    padding: 1.6rem 3rem;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    transition: .2s ease-in-out;
    background: #006994;
    box-shadow: 1px 1px 2px rgba(0,0,0,.16);
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media screen and (min-width : 768px) {
    .contact-blk {
        margin: 0 0 0;
        padding: 9rem 0 12rem;
    }
    .contact-blk__headline {
        font-size: 4.0rem;
    }
    .contact-blk__lead {
        margin: 0 auto;
        padding: 1rem 2rem 2.2rem;
        font-size: 1.8rem;
        max-width: 1200px;
    }
    .contact-blk__btns {
        display: flex;
        justify-content: center;
    }
    .contact-blk__btn {
        display: block;
        width: 270px;
        min-height: 1px;
        margin: 0 2rem;
        padding: 1.7rem 2rem;
        font-size: 2.2rem;
        border: solid 1px transparent;
    }
    .contact-blk__btn:hover {
        background: #fff;
        color: #006994;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        border: solid 1px #006994;
        text-decoration: none;
    }
    .contact-blk__btn:hover:before {
        opacity: 0;
    }
}
