@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/*  Noto Sans Japanese
--------------------------------------------- */
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Noto Sans Japanese';
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf") format("opentype");
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'Noto Sans Japanese';
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf") format("opentype");
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Noto Sans Japanese';
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf") format("opentype");
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: 'Noto Sans Japanese';
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format("opentype");
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff");
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #333f48;
    font-size: 14px;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 738px) {
    html,
    body {
        font-size: 3.73333vw;
    }
}

body {
    line-height: 1.5;
}

@media screen and (max-width: 738px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

a.underline-link {
  text-decoration: underline;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   hover
--------------------------------------------- */
.hover {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.hover:hover {
    opacity: 0.8;
}

/* ---------------------------------------------
*   <hr> tag as anchor target
--------------------------------------------- */
hr[id^="anchor-"] {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 0;
    border: 0;
    background: 0;
}

hr[id^="anchor-"] {
    margin-top: 0px;
    padding-top: 0px;
}

@media screen and (max-width: 738px) {
    hr[id^="anchor-"] {
        margin-top: 0px;
        padding-top: 0px;
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    outline: none;
    cursor: default;
}

.js-tel-disabled:hover {
    text-decoration: none;
    opacity: 1;
}

/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 738px) {
    .header {
        padding: 11.09333px 0 12.8px;
    }
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.71429vw;
    padding-left: 0.71429vw;
    max-width: 1160px;
    width: 84.28571vw;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-property: padding;
    transition-property: padding;

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

.header--english .header-container {
    padding: 24px 0;
}

.header--english.header--active .header-container {
    padding: 12px 0;
}

@media screen and (max-width: 1025px) {
    .header-container {
        padding: 29.5px 0;
    }
    .header--active .header-container {
        padding: 12px 0;
    }
    .header--english .header-container {
        padding: 0;
    }
}

@media screen and (max-width: 738px) {
    .header-container {
        padding: 0;
        width: 94.66667%;
    }
    .header--english .header-container {
        padding: 0;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    width: 202px;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.header--active .header-logo {
    width: 148px;
}

.header-logo__link {
    display: block;
    width: 100%;
    line-height: 1;
}

@media screen and (max-width: 738px) {
    .header-logo {
        width: 132.26667px;
    }
    .header--active .header-logo {
        width: 148px;
    }
}

/*  header-contents
--------------------------------------------- */
.header-contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 75%;

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

@media screen and (max-width: 1025px) {
    .header-contents {
        position: fixed;
        top: 92px;
        right: 0;
        display: block;
        overflow-y: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 45px 55px;
        width: 50%;
        height: calc(100vh - 92px);
        background-color: #191f24;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        transition-property: transform, top;
        transition-property: transform, top, -webkit-transform;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    .header--active .header-contents {
        top: 54px;
        height: calc(100vh - 54px);
    }
    .body-global-nav-opened .header-contents {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 738px) {
    .header-contents {
        top: 45.88px;
        padding: 19.2px 23.46667px;
        height: calc(100vh - 45.88888px);
    }
    .header--active .header-contents {
        top: 53px;
    }
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    width: 73.5%;
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    height: 100%;

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

.header-nav__list-item:nth-of-type(n+2) {
    margin-left: 2%;
}

.header-nav__link {
    position: relative;
    display: block;
    padding: 35px 0;
    font-size: 1.07143rem;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-property: padding,color;
    transition-property: padding,color;
}

.header--active .header-nav__link {
    padding: 18px 0;
}

.header-nav__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: transparent;
    content: "";
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.header-nav__link:hover,
.header-nav__list-item--current .header-nav__link {
    color: #063190;
}

.header-nav__link:hover:after,
.header-nav__list-item--current .header-nav__link:after {
    background-color: #082f90;
}

@media screen and (max-width: 1025px) {
    .header-nav {
        width: 100%;
    }
    .header-nav__list {
        display: block;
        color: #fff;
    }
    .header-nav__list-item:nth-of-type(n+2) {
        margin-top: 30px;
        margin-left: 0;
    }
    .header-nav__link {
        padding: 0 !important;
        font-size: 1.85714rem;
    }
    .header-nav__link:hover,
    .header-nav__list-item--current .header-nav__link {
        color: #fff;
    }
    .header-nav__link:hover:after,
    .header-nav__list-item--current .header-nav__link:after {
        content: none;
    }
}

@media screen and (max-width: 738px) {
    .header-nav__list-item:nth-of-type(n+2) {
        margin-top: 14.93333px;
    }
    .header-nav__link {
        padding: 0;
        font-size: 13.65333px;
    }
    .header-nav__link:hover,
    .header-nav__list-item--current .header-nav__link {
        color: #fff;
    }
    .header-nav__link:hover:after,
    .header-nav__list-item--current .header-nav__link:after {
        content: none;
    }
}

/*  header-language
--------------------------------------------- */
.header-language {
    position: absolute;
    right: 0;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 22px 0 27px;
    width: 140px;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

.header--active .header-language {
    visibility: hidden;
    opacity: 0;
}

.header--english .header-language {
    top: -42px;
}

.header-language__upper {
    padding: 10px 0;
    background: url(../img/common/icon_arrow_down.png) 86% center no-repeat;
    cursor: pointer;
}

.header-language__lower {
    display: none;
    cursor: pointer;
}

.header-language__lower a {
    display: block;
    padding: 10px 0;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .header-language {
        position: static;
        margin-top: 45px;
        width: 230px;
        border-radius: 30px;
        font-size: 1.85714rem;
    }
    .header--active .header-language {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 738px) {
    .header-language {
        margin-top: 21.33333px;
        width: 119.46667px;
        border-radius: 20px;
        font-size: 11.94667px;
    }
}

/*  header-sp-trigger
--------------------------------------------- */
.header-sp-trigger {
    position: relative;
    display: none;
    width: 40px;
    height: 30px;
}

.header-sp-trigger__text {
    position: absolute;
    left: calc(50% - 10px);
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-sp-trigger__text:nth-of-type(1) {
    top: 0;
}

.header-sp-trigger__text:nth-of-type(2) {
    top: calc(50% - 2px);
}

.header-sp-trigger__text:nth-of-type(3) {
    bottom: 0;
}

.body-global-nav-opened .header-sp-trigger__text {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-global-nav-opened .header-sp-trigger__text:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.body-global-nav-opened .header-sp-trigger__text:nth-of-type(2) {
    top: calc(50% - 2px);
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.body-global-nav-opened .header-sp-trigger__text:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media screen and (max-width: 1025px) {
    .header-sp-trigger {
        display: block;
    }
}

@media screen and (max-width: 738px) {
    .header-sp-trigger {
        width: 27.73333px;
        height: 21.33333px;
    }
    .header-sp-trigger__text {
        left: 0;
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    overflow-x: hidden;
    padding-top: 92px;
}

@media screen and (max-width: 738px) {
    .wrapper {
        overflow: hidden;
        padding-top: 45px;
        width: 100%;
    }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   main
--------------------------------------------- */
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
/* ---------------------------------------------
*   sidebar
--------------------------------------------- */
/* ---------------------------------------------
*   sidebar-nav
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    overflow: hidden;
    background-color: #fff;
}

.footer__upper {
    padding: 33px 0 50px;
    background-color: #e5eaf3;
}

.footer__lower {
    background-color: #fff;
}

.footer--english .footer__lower {
    background-color: #e5eaf3;
}

.footer__copyright {
    padding: 40px 0;
    text-align: center;
    font-weight: 500;
    font-size: 0.71429rem;
    line-height: 1;
}

@media screen and (max-width: 738px) {
    .footer__upper {
        padding: 0;
    }
    .footer__copyright {
        padding: 8vw 0;
        font-size: 2.66667vw;
    }
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
}

@media screen and (max-width: 738px) {
    .footer-pagetop {
        right: 8vw;
        bottom: 8vw;
        width: 15vw;
    }
}

/*  footer__container
--------------------------------------------- */
.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.71429vw;
    padding-left: 0.71429vw;
    max-width: 1030px;
    width: 75vw;

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

@media screen and (max-width: 738px) {
    .footer__container {
        padding: 0;
        width: 100%;
    }
}

/*  footer__privacy
--------------------------------------------- */
@media screen and (max-width: 738px) {
    .footer__privacy {
        display: none;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    margin-top: 20px;
    width: 92%;
}

.footer-nav__list {
    height: 170px;
    font-weight: 500;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-fill: auto;
    column-fill: auto;
}

.footer-nav__list-item:nth-of-type(n+2) {
    margin-top: 7px;
}

.footer-nav__list-item:nth-of-type(6) {
    margin-bottom: 2em;
}

.footer-nav__list-item .fa {
    margin-right: 5px;
}

.footer-nav__link:hover {
    text-decoration: underline;
}

.footer-nav__sublist {
    margin-left: 1em;
}

.footer-nav__sublist-item {
    margin-top: 7px;
}

.footer-nav__sublink:hover {
    text-decoration: underline;
}

@media screen and (max-width: 738px) {
    .footer-nav {
        margin-top: 0;
        width: 100%;
    }
    .footer-nav__list {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: calc(10.5vw * 4 + 3px);
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 1px solid #fff;
        column-rule: 1px solid #fff;
    }
    .footer-nav__list-item {
        border-bottom: 1px solid #fff;
    }
    .footer-nav__list-item:nth-of-type(n+2) {
        margin-top: 0;
    }
    .footer-nav__list-item:nth-of-type(6) {
        margin-bottom: 0;
    }
    .footer-nav__list-item:nth-of-type(4n) {
        border-bottom: none;
    }
    .footer-nav__list-item--facebook {
        display: none;
    }
    .footer-nav__link {
        display: block;
        padding: 0 2.66667vw;
        font-size: 3.73333vw;
        line-height: 10.5vw;
    }
    .footer-nav__sublist {
        display: none;
    }
}
