:root{
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-red: #E50B00;
    --color-black-333333: #333333;
    --color-black-1F1F1F: #1F1F1F;
    --page-width: 150rem;
    --font-body-scale: 1.0;
    --font-heading-scale: 1.0;
}
html{
    font-size: calc(var(--font-body-scale) * 62.5%);
}
body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W4", "ヒラギノ角ゴ Std W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black);
}
html, body, div, h1 , h2, h3, h4, h5 , h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, span, a, img, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area, menu, hr, address, small, strong, i, b, article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command, datalist, keygen, output, progress, meter {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover,
button:hover  {
    opacity: 0.8;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    position: relative;
    margin: 0;
    padding: 0;
}

ul:after {
    content: "";
    display: table;
    clear: both;
}

li {
    list-style-type: none;
}

textarea{
    resize: none;
}
textarea.form-control:focus,
input.form-control:focus,
button:focus,
select.form-control:focus {
    outline: none;
}
button:focus{
    box-shadow: none;
}
img {
    vertical-align: middle;
    border-style: none;
}

.font-w300{
    font-weight: 300;
}
.font-w400{
    font-weight: 400;
}
.font-w500{
    font-weight: 500;
}
.font-w600{
    font-weight: 600;
}
.font-w700{
    font-weight: 700;
}
.font-wbold{
    font-weight: bold;
}
.font_Hiragino{
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}
.font_KakuGothic_W6{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', sans-serif;
}
.font_YuMincho{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}
/* ======= */
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.row>*{
    padding-left: 15px;
    padding-right: 15px;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .container_1070{
        max-width: 1070px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* =============== */
.lineheight-1 {
    line-height: 1;
}

.lineheight-15 {
    line-height: 1.5;
}

.lineheight-18 {
    line-height: 1.8;
}

.lineheight-2 {
    line-height: 2;
}

.zIndex-15{
    z-index: 15;
}
/* ==== */
img{
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.ml-auto{
    margin-left: auto;
}
.mrt-auto{
    margin-right: auto;
}
/* ==== */

@media (min-width: 1400px) {
    .row-20{
        margin-right: -20px;
        margin-left: -20px;
    }
    .row-20{
        margin-right: -20px;
        margin-left: -20px;
    }
    .pd-20{
        padding-left: 20px;
        padding-right: 20px;
    }
    .mpd-r40{
        padding-right: 40px;
    }
}
.h-100{
    height: 100%;
}
/*===============================================*/

.body__wrapper{
    position: relative;
}
.header__container_wrapper{
    padding: 40px;
    background-color: var(--color-white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #EAEAEA;
    position: sticky;
    top: 0;
    z-index: 265;
}
.header__container_wrapper.fs-nav{
    padding-top: 20px;
    padding-bottom: 20px;
}
.list__menu_head li:not(:last-child){
    margin-right: 70px;
}
.list__menu_head li a{
    color: var(--color-black);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list__menu_head li.active a{
    font-weight: 700;
    color: #284190;
}
.list__menu_head li a:hover{
    color: #284190;
}
.list__menu_head li:last-child a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 39px;
    border: 1px solid #707070;
    border-radius: 20px;
    font-size: 14px;
}
.list__menu_head li:last-child a:hover{
    background-color: var(--color-black);
    color: var(--color-white);
}
.list__menu_head li:last-child.active a{
    border-color: var(--color-red);
    background-color: var(--color-red);
    color: var(--color-white);
}
@media (min-width: 1400px) {
    .list__menu_head li:not(:last-child){
        margin-right: 108px;
    }
    .list__menu_head li:nth-last-child(2){
        margin-right: 130px;
    }
}


.menu__sub_page{
    background-color: #284190;
    position: relative;
}
.list_subMenu_page{
    margin-left: -15px;
    margin-right: -15px;
}
.list_subMenu_page li{
    flex: auto;
}
.list_subMenu_page a{
    color: var(--color-white);
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}
.list_subMenu_page a:hover{
    opacity: 1;
}
.list_subMenu_page a span{
    position: relative;
}
.list_subMenu_page a span::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list_subMenu_page li.active span::after,
.list_subMenu_page a:hover span::after{
    opacity: 1;
    bottom: -2px;
}


.footer__wrapper{
    background-color: #1E2129;
    padding:  75px 0 72px;
    color: var(--color-white);
}






/* ==========================|Menu--Mobile|=========================== */

.mmenu--mobile,
.navbar--address {
    display: none;
}
@media (max-width: 767px) {
    .mmenu--mobile {
        left: -100%;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 250;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        height: 100%;
        visibility: hidden;
        background-color: var(--color-black-1F1F1F);
    }
    .mmenu--mobile.active-mm {
        opacity: 1;
        left: 0;
        visibility: visible;
    }
    .mmenu--mobile .mmenu-body {
        position: relative;
        background-color: var(--color-B30120);
        height: 100%;
        z-index: 15;
        padding: 99px 24px 15px 20px;
    }
    .content-mm{
        height: 100%;
        overflow: auto;
    }
    .mmenu--mobile .logo--mobile {
        position: absolute;
        top: 17px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .mmenu--mobile .logo--mobile img {
        width: 210px;
        max-width: inherit;
    }
    .mmenu-ul li {
        position: relative;
        list-style-type: none;
    }
    .mmenu-ul li a {
        color: var(--color-white);
        font-size: 16px;
        position: relative;
        display: flex;
        align-items: center;
        height: 71px;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
    }
    .mmenu-ul li .icon---bar{
        position: absolute;
        right: 0;
        top: 10px;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 5px;
    }
    .mmenu-ul li .icon---bar img{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mmenu-ul li .icon---bar.toggle img{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mmenu-ul li.mmenu-close a{
        border: 1px solid var(--color-white);
        padding: 2px 10px;
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .m--backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: all .1s ease-in-out;
    }
    .active-mm .m--backdrop {
        left: 0;
        opacity: 1;
    }
    .mmenu-ul li .sub-menu{
        display: none;
        padding-left: 15px;
    }
    .mmenu-ul li .sub-menu li a{
        height: 59px;
        font-size: 13px;
    }
}
/* ==========================|Menu--Mobile|=========================== */



@media (max-width: 1199px) {
    .header__container_wrapper{
        padding: 25px 20px;
    }
    .head__logo img{
        max-width: 220px;
    }
    .list__menu_head li:not(:last-child) {
        margin-right: 40px;
    }
    .list__menu_head li:last-child a{
        width: 145px;
        font-size: 13px;
    }
}
@media (max-width: 1024px) {
    .footer__wrapper{
        padding: 54px 15px 50px;
    }
}
@media (max-width: 991px) {
    .head__logo img {
        max-width: 190px;
    }
    .list__menu_head li:not(:last-child) {
        margin-right: 30px;
    }
}
.m-sp767{
    display: none;
}
@media (max-width: 767px) {
    .m-pc767{
        display: none;
    }
    .m-sp767{
        display: block;
    }
}
.logo__fv{
    display: none;
}

@media (max-width: 767px) {
    .header__container_wrapper:has(.head__logo.toggle-active){
        background-color: transparent;
        border: none;
    }
    .header__container_wrapper .toggle-active .logo__fv{
        display: block;
    }
    .header__container_wrapper .toggle-active .logo__all{
        display: none;
    }
    .row__header__container{
        position: relative;
        z-index: 260;
    }
    .navbar__menu_sp{
        display: block;
        margin-right: 4px;
        cursor: pointer;
    }
    .navbar__menu_sp:hover{
        color: var(--color-red);
    }
    .navbar__menu_sp .icon-bar{
        display: block;
        height: 13px;
        width: 42px;
        position: relative;
    }
    .navbar__menu_sp .icon-bar span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-black-1F1F1F);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .navbar__menu_sp .icon-bar span:nth-child(2n+1){
        top: 0;
    }
    .navbar__menu_sp .icon-bar span:nth-child(2n+2){
        top: 10px;
    }
    .navbar__menu_sp.nav--active .icon-bar span:nth-child(2n+1){
        transform: rotate(45deg);
        top: 16px;
    }
    .navbar__menu_sp.nav--active .icon-bar span:nth-child(2n+2){
        transform: rotate(-45deg);
        top: 16px;
    }
    .navbar__menu_sp .fonts-10{
        line-height: 1;
    }
    .navbar__menu_sp.nav--active .icon-bar span{
        background-color: var(--color-white);
    }
    .navbar__menu_sp.nav--active .fonts-10 {
        opacity: 0;
    }
}
.m-sp575{
    display: none;
}
@media (max-width: 575px) {
    .m-sp575{
        display: block;
    }
    .header__container_wrapper{
        padding: 16px 10px;
    }
    .header__container_wrapper.fs-nav {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    .footer__wrapper{
        padding: 35px 15px;
    }
}

/* ================== */
