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

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

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   font
--------------------------------------------- */
/*  DIN Bold
--------------------------------------------- */
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'DIN Bold';
    src: url("/fonts/DIN-Bold.otf") format("truetype");
    src: url("/fonts/DIN-Bold.woff") format("woff");
}

.ff_din {
    font-family: 'DIN Bold';
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #000;
    font-size: 14px;
    font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

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

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

html {
    overflow: auto;
}

html.target {
    overflow: hidden;
    height: 100%;
}

@media screen and (min-width: 1101px) {
    html.target {
        overflow: auto !important;
    }
}

body {
    overflow-x: hidden !important;
    line-height: 1.5;
}

@media screen and (min-width: 751px) {
    body {
        height: auto !important;
    }
}

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

body.page-fix {
    min-width: 1084px;
}

@media screen and (max-width: 750px) {
    body.page-fix {
        min-width: 320px;
    }
}

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

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

/* ---------------------------------------------
*   font
--------------------------------------------- */
/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 91px;
    background-color: #fff;
    font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 750px) {
    .header {
        height: 60px;
    }
}

.header.top {
    position: absolute;
    top: -91px;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1 !important;
}

@media screen and (max-width: 1100px) {
    .header.top.open {
        position: absolute;
        top: 0 !important;
    }
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    height: 91px;

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

@media screen and (max-width: 750px) {
    .header-container {
        height: 60px;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    margin-left: 30px;
}

@media screen and (max-width: 750px) {
    .header-logo {
        margin-top: 5px;
        margin-left: 20px;
    }
}

.header-logo__link {
    display: block;
    overflow: hidden;
    padding-top: 50px;
    width: 124px;
    height: 0;
    background: url(/img/common/icon_bri.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

.edge .header-logo__link {
    background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
    .header-logo__link {
        padding-top: 30px;
        width: 90px;
        background-size: 100% auto;
    }
}

/*  header-menu
--------------------------------------------- */
.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 30px 0 50px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

@media screen and (max-width: 1100px) {
    .header-menu {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 1100px) {
    .header-menu__title {
        margin-right: 15px;
        margin-bottom: 7px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .header-menu__title--first {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .header-menu__title-item {
        font-size: 29px;
        font-family: 'DIN Bold';
        line-height: 1.1;
    }
}

@media screen and (max-width: 1100px) {
    .header-menu__title-text {
        font-size: 12px;
    }
}

/* -- header-menu-wrapper -- */
.header-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

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

@media screen and (min-width: 1101px) {
    .header-menu-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 1100px) {
    .header-menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
        -webkit-overflow-scrolling: touch;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 27px;
        padding-bottom: 30px;
        width: 100%;
        height: 100%;
        height: 100dvh;
        background-color: #fff;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translate(100vw);
        transform: translate(100vw);
    }
}

@media screen and (max-width: 1100px) {
    .header-menu-wrapper.open {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@media screen and (max-width: 1100px) {
    .header-menu-wrapper.loaded {
        display: block;
    }
}

/*  header-trigger
--------------------------------------------- */
@media screen and (max-width: 1100px) {
    .header-trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 42px;
        height: 32px;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 750px) {
    .header-trigger {
        width: 28px;
        height: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .header-trigger span {
        position: absolute;
        left: 0;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 3px;
        background-color: #231815;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
}

@media screen and (max-width: 750px) {
    .header-trigger span {
        height: 2px;
    }
}

@media screen and (max-width: 1100px) {
    .header-trigger span:nth-of-type(1) {
        top: 0;
    }
}

@media screen and (max-width: 1100px) {
    .header-trigger span:nth-of-type(2) {
        top: 15px;
    }
}

@media screen and (max-width: 750px) {
    .header-trigger span:nth-of-type(2) {
        top: 11px;
    }
}

@media screen and (max-width: 1100px) {
    .header-trigger span:nth-of-type(3) {
        bottom: 0;
    }
}

/* -- header-trigger-frame -- */
@media screen and (max-width: 1100px) {
    .header-trigger-frame {
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 999;
        width: 55px;
        height: 55px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 750px) {
    .header-trigger-frame {
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 750px) {
    .header-trigger-frame.active {
        position: fixed;
    }
}

@media screen and (max-width: 1100px) {
    .header-trigger-frame.active span:nth-of-type(1) {
        top: -5px;
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
    }
}

@media screen and (max-width: 750px) {
    .header-trigger-frame.active span:nth-of-type(1) {
        top: 0;
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }
}

@media screen and (max-width: 1100px) {
    .header-trigger-frame.active span:nth-of-type(2) {
        opacity: 0;
    }
}

@media screen and (max-width: 1100px) {
    .header-trigger-frame.active span:nth-of-type(3) {
        bottom: -6px;
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
    }
}

@media screen and (max-width: 750px) {
    .header-trigger-frame.active span:nth-of-type(3) {
        bottom: 0;
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.global-nav__list.is-hide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.global-nav__list--first .global-nav__list-item {
    border-color: rgba(200, 200, 200, 0.2);
}

.global-nav__list--first .global-nav__list-item:first-child {
    border-color: rgba(200, 200, 200, 0.2);
}

.global-nav__list--first .global-nav__list-item:nth-of-type(2) {
    border-color: rgba(200, 200, 200, 0.2);
}

.global-nav__list-item {
    position: relative;
}

@media screen and (max-width: 1100px) {
    .global-nav__list-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__list-item:first-child {
        border-top: 1px solid #C8C8C8;
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__list-item:nth-of-type(2) {
        border-top: 1px solid #C8C8C8;
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__list-item:nth-of-type(2n) {
        border-right: none;
    }
}

.global-nav__list-item:nth-of-type(n + 2) {
    margin-left: 30px;
}

@media screen and (max-width: 1100px) {
    .global-nav__list-item:nth-of-type(n + 2) {
        margin-left: 0;
    }
}

@media screen and (min-width: 1101px) {
    .global-nav__list-item:hover .global-nav-sub {
        visibility: visible;
        opacity: 1;
    }
}

.global-nav__link {
    position: relative;
}

@media screen and (max-width: 1100px) {
    .global-nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 15px;
        height: 100px;
        font-size: 12px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.global-nav__link--arrow {
    padding-bottom: 23px;
    background: url(/img/common/arrow_black_bottom.svg) 50% 80% no-repeat;
    background-size: 13px 8px;
}

@media screen and (max-width: 1100px) {
    .global-nav__link--arrow {
        margin-right: 30px;
        padding-bottom: 10px;
        background: none;
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__link--next:before {
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 1;
        width: 17px;
        height: 10px;
        background: url(/img/common/arrow_black_link.svg) 50% 50% no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__link-title {
        letter-spacing: .1em;
        font-weight: bold;
        font-size: 14px;
        font-family: 'DIN Bold';
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__link-text {
        white-space: nowrap;
        font-size: 11px;
    }
}

.global-nav__button {
    display: none;
}

@media screen and (max-width: 1100px) {
    .global-nav__button {
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        z-index: 1;
        display: block;
        width: 61px;
        height: 61px;
        cursor: pointer;
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__button:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url(/img/common/arrow_white_bottom.svg) 50% 50% no-repeat;
        background-size: 18px 12px;
        content: "";
    }
}

@media screen and (max-width: 750px) {
    .global-nav__button:before {
        background-position-x: 33px;
        background-size: 13px 14px;
        content: "";
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__button.js-opened:before {
        background: url(/img/common/arrow_white_top.svg) 50% 50% no-repeat;
        background-size: 18px 12px;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__button.js-opened:before {
        background-position-x: 33px;
        background-size: 13px 7px;
    }
}

@media screen and (max-width: 750px) {
    .global-nav__button {
        right: 0px;
        width: 90px;
        height: 38px;
    }
}

@media screen and (max-width: 1100px) {
    .global-nav__return {
        position: relative;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
        padding: 10px 25px;
        color: #000;
        font-size: 12px;
        cursor: pointer;
    }
    .global-nav__return:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        width: 17px;
        height: 10px;
        background: url(/img/common/arrow_black_return.svg) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*  global-nav-menu
--------------------------------------------- */
@media screen and (max-width: 1100px) {
    .global-nav-menu {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        overflow-y: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform .25s ease-in;
        transition: -webkit-transform .25s ease-in;
        transition: transform .25s ease-in;
        transition: transform .25s ease-in, -webkit-transform .25s ease-in;
    }
    .global-nav-menu--sub {
        background-color: #EFEFEF;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .global-nav-menu.is-show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*  global-nav-target
--------------------------------------------- */
@media screen and (max-width: 1100px) {
    .global-nav-target {
        display: none;
    }
}

/*  global-nav-sub
--------------------------------------------- */
.global-nav-sub {
    position: absolute;
    top: 130%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 3px;
    background-color: #000;
}

@media screen and (min-width: 1101px) {
    .global-nav-sub {
        display: block !important;
        visibility: hidden;
        height: auto !important;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
}

@media screen and (max-width: 1100px) {
    .global-nav-sub {
        position: static;
        display: none;
        margin-bottom: 30px;
        padding: 25px 0;
        background-color: #646464;
    }
}

@media screen and (max-width: 750px) {
    .global-nav-sub {
        display: none;
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 20px 0;
    }
}

.global-nav-sub__item:nth-of-type(n + 2) {
    margin-top: 8px;
}

@media screen and (max-width: 1100px) {
    .global-nav-sub__item:nth-of-type(n + 2) {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .global-nav-sub__item:nth-of-type(n + 2) {
        margin-top: 7px;
    }
}

.global-nav-sub__link {
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width: 1100px) {
    .global-nav-sub__link {
        display: block;
        padding: 10px 50px;
    }
}

@media screen and (max-width: 750px) {
    .global-nav-sub__link {
        padding: 5px 30px;
        font-size: 12px;
    }
}

/* ---------------------------------------------
*   header-nav
--------------------------------------------- */
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    margin-bottom: 15px;

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

@media screen and (max-width: 1100px) {
    .header-nav {
        display: block;
        margin: 25px auto 35px;
    }
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

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

@media screen and (max-width: 1100px) {
    .header-nav__list-item:nth-of-type(n + 2) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1100px) {
    .header-nav__list-item {
        width: 50%;
    }
}

.header-nav__link {
    color: #646464;
    font-size: 0.85714rem;
}

@media screen and (max-width: 1100px) {
    .header-nav__link {
        display: block;
        padding: 8px 15px;
        color: #000;
        font-size: 13px;
    }
}

/* ---------------------------------------------
*   contact-item
--------------------------------------------- */
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1100px) {
    .contact-item {
        -ms-flex-pack: center;
        margin: 10px;
        padding-top: 20px;
        padding-bottom: 30px;

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

@media screen and (max-width: 750px) {
    .contact-item {
        margin: 15px 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.contact-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 140px;
    height: 91px;
    background-color: #000;
    color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;

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

.contact-item__link:hover {
    background-color: #7993AD;
}

@media screen and (max-width: 1100px) {
    .contact-item__link {
        width: 60%;
        height: 50px;
    }
}

@media screen and (max-width: 750px) {
    .contact-item__link {
        width: 199px;
        height: 38px;
        font-size: 12px;
    }
}

/* ---------------------------------------------
*   header-switching
--------------------------------------------- */
.header-switching {
    margin-right: 5px;
    margin-left: 25px;
}

.header-switching .bogo-language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

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

@media screen and (max-width: 1100px) {
    .header-switching .bogo-language-switcher {
        -ms-flex-pack: justify;
        margin: auto;
        width: 60%;

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

@media screen and (max-width: 750px) {
    .header-switching .bogo-language-switcher {
        -ms-flex-pack: center;
        width: 62.1875vw;

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

.header-switching .bogo-language-switcher li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 18px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 0.85714rem;
    font-family: 'DIN Bold';

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

@media screen and (max-width: 1100px) {
    .header-switching .bogo-language-switcher li {
        width: 50%;
        height: 34px;
        border: none;
        border-bottom: 1px solid transparent;
        font-weight: bold;
        font-size: 1rem;
    }
}

@media screen and (max-width: 750px) {
    .header-switching .bogo-language-switcher li {
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
}

.header-switching .bogo-language-switcher li.current {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .header-switching .bogo-language-switcher li.current {
        border-bottom: 1px solid #000;
        background-color: transparent;
        color: #000;
    }
}

.header-switching .bogo-language-switcher li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    background-color: #fff;

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

@media screen and (max-width: 1100px) {
    .header-switching .bogo-language-switcher li a {
        background-color: transparent;
    }
}

@media screen and (min-width: 1101px) {
    .header-switching--tab-hide {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .header-switching--tab-hide {
        display: none;
    }
}

@media screen and (min-width: 1101px) {
    .header-switching--tab-show {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .header-switching--tab-show {
        display: block;
        margin: 20px;
    }
}

@media screen and (max-width: 750px) {
    .header-switching--tab-show {
        margin: 30px auto 0;
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    overflow: hidden;
}

@media screen and (min-width: 1101px) {
    .wrapper.open {
        position: relative !important;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    padding-top: 91px;
}

@media screen and (max-width: 750px) {
    .main {
        padding-top: 60px;
    }
}

/*  main-index
--------------------------------------------- */
.main-index {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

@media screen and (min-width: 751px) {
    .main-index {
        margin-top: 100vh;
    }
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    position: relative;
    z-index: 1;
    padding-top: 115px;
}

@media screen and (max-width: 750px) {
    .footer {
        padding-top: 25vw;
    }
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .footer-pagetop {
        margin-bottom: 15.625vw;
    }
}

.footer-pagetop__link {
    text-align: center;
    font-family: 'DIN Bold';
}

.footer-pagetop__link-text {
    display: inline-block;
    padding-top: 20px;
    background: url(/img/common/arrow_top.svg) 50% 0 no-repeat;
    background-size: 27px 15px;
}

@media screen and (max-width: 750px) {
    .footer-pagetop__link-text {
        padding-top: 2.34375vw;
        background-size: 4.21875vw 2.34375vw;
        font-size: 3.4375vw;
    }
}

/*  footer-link
--------------------------------------------- */
.footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-bottom: 130px;

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

@media screen and (max-width: 750px) {
    .footer-link {
        margin-right: auto;
        margin-bottom: 20.3125vw;
        margin-left: auto;
        width: 90.625%;
    }
}

.footer-link__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 780px;
    width: 57.77778%;
    height: 120px;
    background-color: #000;
    color: #fff;
    letter-spacing: .3em;
    font-weight: 600;
    font-size: 1.85714rem;
    font-family: 'DIN Bold';
    -webkit-transition: .3s;
    transition: .3s;

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

@media screen and (min-width: 751px) {
    .footer-link__item:hover {
        border-color: #7993AD;
        background-color: #7993AD;
    }
}

@media screen and (max-width: 750px) {
    .footer-link__item {
        padding-right: 4.6875%;
        padding-left: 4.6875%;
        width: 100%;
        height: 18.75vw;
        font-size: 4.0625vw;
    }
}

/*  footer-cassette
--------------------------------------------- */
.footer-cassette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.footer-cassette__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3.7037%;
    width: calc(100% / 3);
    height: 240px;
    border-top: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    background-color: #fff;
    font-family: 'DIN Bold';
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
}

.ie .footer-cassette__link {
    width: calc(100% / 3 - 0.5px);
}

@media screen and (max-width: 1200px) {
    .footer-cassette__link {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 750px) {
    .footer-cassette__link {
        padding-left: 4.6875%;
        height: 28.125vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-cassette__link:nth-of-type(2n) {
        border-right: none;
    }
}

@media screen and (min-width: 751px) {
    .footer-cassette__link:hover {
        background-color: #7993AD;
    }
}

@media screen and (min-width: 751px) {
    .footer-cassette__link:hover .footer-cassette__link-title {
        color: #fff;
    }
}

@media screen and (min-width: 751px) {
    .footer-cassette__link:hover .footer-cassette__link-text {
        color: #fff;
    }
}

.footer-cassette__link--arrow {
    position: relative;
}

.footer-cassette__link--arrow:before {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 1;
    min-height: 1px;
    width: 34px;
    height: 14px;
    background: url(/img/common/arrow_footer.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (min-width: 751px) {
    .footer-cassette__link--arrow:hover:before {
        display: none;
    }
    .footer-cassette__link--arrow:hover .footer-cassette__link-inner--menu {
        opacity: 1;
    }
}

.footer-cassette__link-inner--menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1.85185vw;
    max-width: 210px;
    width: 14.81481vw;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
    .footer-cassette__link-inner--menu {
        max-width: none;
        width: auto;
    }
}

.footer-cassette__link-title {
    letter-spacing: .1em;
    font-size: 2rem;
    font-family: 'DIN Bold';
}

@media screen and (max-width: 750px) {
    .footer-cassette__link-title {
        margin-bottom: 0.78125vw;
        font-size: 4.375vw;
    }
}

.footer-cassette__link-text {
    letter-spacing: -.02em;
    font-size: 0.85714rem;
}

@media screen and (max-width: 750px) {
    .footer-cassette__link-text {
        font-size: 3.4375vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-cassette__link-text--small {
        letter-spacing: -.05em;
        font-size: 3.125vw;
    }
}

.footer-cassette__link-list {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0.74074vw;
    padding-left: 1.11111vw;
    color: #fff;
}

.footer-cassette__link-list:before {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 6px;
    height: 1px;
    background-color: #fff;
    content: "";
    pointer-events: none;
}

.footer-cassette__link-list:nth-of-type(n + 2) {
    margin-top: 15px;
}

/*  footer-main
--------------------------------------------- */
.footer-main {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    color: #fff;
    font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 750px) {
    .footer-main {
        padding-top: 10.9375vw;
        padding-bottom: 11.40625vw;
    }
}

.footer-main__image {
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
}

/*  footer-menu
--------------------------------------------- */
.footer-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 75px;
}

@media screen and (max-width: 1100px) {
    .footer-menu {
        margin-bottom: 50px;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    width: 88.88889%;
    border-bottom: 1px solid #C8C8C8;
}

@media screen and (max-width: 750px) {
    .footer-nav {
        padding-right: 4.6875%;
        padding-left: 4.6875%;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav {
        margin-bottom: 16.40625vw;
        padding-right: 0;
        padding-left: 0;
        width: 90.625%;
        border-width: 0.3125vw;
        border-color: #646464;
    }
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-bottom: 42px;

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

@media screen and (max-width: 750px) {
    .footer-nav__list {
        -ms-flex-pack: start;
        margin-bottom: 11.40625vw;

        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.footer-nav__list-item {
    margin: 8px 43px;
}

@media screen and (max-width: 1350px) {
    .footer-nav__list-item {
        margin: 8px 30px;
    }
}

@media screen and (max-width: 1180px) {
    .footer-nav__list-item {
        margin: 8px 20px;
    }
}

@media screen and (max-width: 1040px) {
    .footer-nav__list-item {
        margin: 8px 43px;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item:nth-of-type(n + 3) {
        margin-top: 4.375vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item:nth-of-type(n + 5) {
        margin-top: 0;
    }
}

.footer-nav__link {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .footer-nav__link {
        line-height: 1.3;
    }
}

/*  footer-company
--------------------------------------------- */
.footer-company {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 115px;

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

@media screen and (max-width: 750px) {
    .footer-company {
        display: block;
        margin-bottom: 10.9375vw;
    }
    .footer-company__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        padding: 5px 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        align-items: center;
    }
}

.footer-company a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    -ms-flex-align: center !important;
    background-color: #fff;

    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

@media screen and (min-width: 901px) {
    .footer-company a {
        width: 251px;
        height: 83px;
    }
}

@media screen and (max-width: 900px) {
    .footer-company a {
        width: 27.88889%;
        height: 83px;
    }
}

@media screen and (max-width: 750px) {
    .footer-company a {
        margin-right: 3.90625vw;
        margin-left: 3.90625vw;
        width: 65.3125vw;
        height: 21.5625vw;
    }
}

.footer-company a:nth-of-type(n + 2) {
    margin-left: 20px;
}

@media screen and (max-width: 750px) {
    .footer-company a:nth-of-type(n + 2) {
        margin-left: 3.90625vw;
    }
}

.footer-company a img {
    display: block;
}

.footer-company__link img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.footer-company__link:hover img {
    opacity: .5;
}

@media screen and (min-width: 901px) {
    .footer-company__link--1 img {
        width: 205px;
        height: 29px;
    }
}

@media screen and (max-width: 900px) {
    .footer-company__link--1 img {
        width: 205px;
        height: 29px;
    }
}

@media screen and (min-width: 901px) {
    .footer-company__link--2 img {
        width: 200px;
        height: 26px;
    }
}

@media screen and (max-width: 900px) {
    .footer-company__link--2 img {
        width: 200px;
        height: 26px;
    }
}

@media screen and (min-width: 901px) {
    .footer-company__link--3 img {
        width: 77px;
        height: 77px;
    }
}

@media screen and (max-width: 900px) {
    .footer-company__link--3 img {
        width: 77px;
        height: 77px;
    }
}

.footer-company__link-item--1 img {
    width: 205px;
    height: 29px;
}

@media screen and (max-width: 900px) {
    .footer-company__link-item--1 img {
        width: 81.67331%;
        height: 34.93976%;
    }
}

@media screen and (max-width: 750px) {
    .footer-company__link-item--1 img {
        width: 53.4375vw;
        height: 7.65625vw;
    }
}

.footer-company__link-item--2 img {
    width: 200px;
    height: 26px;
}

@media screen and (max-width: 900px) {
    .footer-company__link-item--2 img {
        width: 79.68127%;
        height: 31.3253%;
    }
}

@media screen and (max-width: 750px) {
    .footer-company__link-item--2 img {
        width: 50.78125vw;
        height: 6.5625vw;
    }
}

.footer-company__link-item--3 img {
    width: 77px;
    height: 77px;
}

@media screen and (max-width: 900px) {
    .footer-company__link-item--3 img {
        width: 30.67729%;
        height: 92.77108%;
    }
}

@media screen and (max-width: 750px) {
    .footer-company__link-item--3 img {
        width: 20vw;
        height: 20vw;
    }
}

@media screen and (max-width: 750px) {
    .footer-company .slick-prev,
    .footer-company .slick-next {
        top: 50%;
        z-index: 1;
        width: 5.9375vw;
        height: 11.875vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.footer-company .slick-prev:before,
.footer-company .slick-next:before {
    display: none;
}

.footer-company .slick-prev:hover,
.footer-company .slick-next:hover {
    opacity: 0.5;
}

@media screen and (max-width: 750px) {
    .footer-company .slick-prev {
        left: 0;
        background: url(/img/common/sp/arrow_left_slide.svg) 50% 50% no-repeat;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 750px) {
    .footer-company .slick-next {
        right: 0;
        background: url(/img/common/sp/arrow_right_slide.svg) 50% 50% no-repeat;
        background-size: 100% auto;
    }
}

.footer-company .slick-slide {
    outline: none;
}

/*  footer-bottom
--------------------------------------------- */
.footer-bottom {
    position: relative;
    z-index: 1;
    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-bottom: 25px;
    width: 88.88889%;

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

@media screen and (max-width: 750px) {
    .footer-bottom {
        padding-right: 4.6875%;
        padding-left: 4.6875%;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .footer-bottom {
        display: block;
        padding-bottom: 0;
    }
}

/*  footer-logo
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .footer-logo {
        margin-bottom: 3.125vw;
    }
}

.footer-logo__link {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    padding-top: 60px;
    width: 160px;
    height: 0;
    background: url(/img/common/icon_bri_white.svg) 50% 50% no-repeat;
    background-size: 120px 39.13043px;
}

@media screen and (max-width: 750px) {
    .footer-logo__link {
        margin-right: auto;
        margin-left: auto;
        padding-top: 17.8125vw;
        width: 47.5vw;
        background-size: 35.9375vw 11.71875vw;
    }
}

/*  footer-copyright
--------------------------------------------- */
@media screen and (max-width: 1100px) {
    .footer-copyright {
        text-align: center;
    }
}

.footer-copyright__text {
    color: #C8C8C8;
    font-size: 0.85714rem;
    font-family: Helvetica , Arial , Verdana , Roboto , sans-serif;
}

@media screen and (max-width: 750px) {
    .footer-copyright__text {
        font-size: 3.125vw;
    }
}
