@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600&family=Oswald:wght@500&family=Outfit:wght@400;500;700;900&display=swap');

/* *****************************************************************************
=01 reset style
=02 option style
=03 common style
=04 layout style
***************************************************************************** */
/*---------- =01 reset style ----------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------- //end reset style ----------*/

/*---------- =02 option style ----------*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}
.mtNone{margin-top:0!important;}
.mbNone{margin-bottom:0!important;}
.mbShort{margin-bottom:1em!important;}
.mbMiddle{margin-bottom:2em!important;}
.mbLong{margin-bottom:3em!important;}
.bold{font-weight:bold;}
.red{color:#;}
.cf{zoom:1;}
.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}
/*---------- //end option style ----------*/

/*---------- =03 common style ----------*/
*{
	-o-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 120px;
	font-feature-settings: "palt";
}
a{
    color: #000000;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: none;
}
img{
    height: auto;
}
img,a img{
	border: none;
    vertical-align: bottom;
    display: block;
}
b,
strong,
.bold{
    font-weight: 700;
}
::selection{
	background-color: #000000;
	color: #ffffff;
}
::-moz-selection {
	background-color: #000000;
	color: #ffffff;
}
.en{
    font-family: 'Outfit', sans-serif;
}

@media print, screen and (max-width: 760px){
    body{
        margin-top: 70px;
    }
}

/*---------- //end common style ----------*/

/*---------- =04 layout style ----------*/
/*========================================
header layout
========================================*/
/* site-header */
.site-header{
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
    padding-left: 3.4722%;
    padding-right: 3.4722%;
    /*overflow: hidden;*/
}
.site-header > .-inner{
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media print, screen and (max-width: 1420px){
    /* site-header */
    .site-header{
        padding-left: 18px;
        padding-right: 25px;
    }
}

@media print, screen and (max-width: 760px){
    /* site-header */
    .site-header{
        padding-left: 10px;
        height: 70px;
    }
    .site-header > .-inner{
        height: 70px;
    }
}

/* site-title */
.site-title{
    width: 384px;
}
.site-title > a{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-title > a:hover{
    opacity: 0.75;
}
.site-title > a > .-logo{
    width: 238px;
}
.site-title > a > .-logo > img{
    width: 100%;
}
.site-title > a > .-name{
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

@media print, screen and (max-width: 1420px){
    /* site-title */
    .site-title{
        width: 380px;
    }
}

@media print, screen and (max-width: 760px){
    /* site-title */
    .site-title{
        width: 290px
    }
    .site-title > a{
    }
    .site-title > a:hover{
        opacity: 1;
    }
    .site-title > a > .-logo{
        width: 185px;
    }
    .site-title > a > .-name{
        font-size: 1.3rem;
        padding-left: 8px;
    }
}

/* header-primary */
.header-primary{
    display: flex;
    align-items: center;
}

/* header-nav */
.header-nav > .-main{
    font-size: 0;
    white-space: nowrap;
}
.header-nav > .-main > .-item{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 30px;
    white-space: nowrap;
}
.header-nav > .-main > .-item:nth-child(1){
    margin-left: 0;   
}
.header-nav > .-main > .-item > a{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 120px;
    display: inline-block;
}
.header-nav > .-main > .-item > a:hover{
    color: #182d94;
}
.header-nav > .-main > .-item > a > .-link{
    position: relative;
}
.header-nav > .-main > .-item > a > .-link::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background: #182d94;
    position: absolute;
    left: 0;
    bottom: -6px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.header-nav > .-main > .-item > a:hover > .-link::after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media print, screen and (max-width: 1420px){
    /* header-nav */
    .header-nav > .-main > .-item{
        margin-left: 25px;
    }
}

@media print, screen and (max-width: 1280px){
    /* header-nav */
    .header-nav{
        display: none;
    }
}

/* language-nav */
.language-nav{
    display: flex;
    align-items: center;
    margin-left: 32px;
}
.language-nav > .-item{
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    border-left: 1px solid #000000;
    margin-left: 18px;
    padding-left: 18px;
    color: #a2a2a2;
}
.language-nav > .-item:nth-child(1){
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.language-nav > .-item > a{
    color: #000000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}
.language-nav > .-item > a:hover{
    color: #182d94;
}
.language-nav > .-item > a::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background: #182d94;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.language-nav > .-item > a:hover::after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media print, screen and (max-width: 1420px){
    /* language-nav */
    .language-nav{
        margin-left: 25px;
    }
    .language-nav > .-item{
        margin-left: 12px;
        padding-left: 12px;
    }
}

@media print, screen and (max-width: 1280px){
    /* language-nav */
    .language-nav{
        display: none;
    }
}

/* header-button */
.header-button{
    margin-left: 40px;
}
.header-button > a{
    display: inline-block;
    width: 160px;
    line-height: 50px;
    color: #ffffff;
    background-color: #182d94;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.header-button > a:hover{
    opacity: 0.75;
}

@media print, screen and (max-width: 1420px){
    /* header-button */
    .header-button{
        margin-left: 25px;
    }
    .header-button > a{
        width: 150px;
    }
}

@media screen and (max-width: 1280px){
    /* header-button */
    .header-button{
        display: none;
    }
}

/* hamburger-button */
.hamburger-button{
    display: none;
}

@media screen and (max-width: 1280px){
    /* hamburger-button */
    .hamburger-button{
        display: block;
        position: absolute;
        width: 120px;
        height: 120px;
        cursor: pointer;
        top: 0;
        right: 0;
        background-color: #182d94;
        z-index: 11;
    }
    .fixed .hamburger-button{
        position: fixed;        
    }
    .hamburger-button span{
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ffffff;
        display: block;
        height: 2px;
        position: absolute;
        width: 36px;
    }
    .hamburger-button span:nth-child(1){
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        top: 48px;
        left: 42px;
    }
    .hamburger-button span:nth-child(2){
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        top: 59px;
        left: 42px;
    }
    .hamburger-button span:nth-child(3){
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        top: 70px;
        left: 42px;
    }
    .hamburger-button.is-open span{
        width: 37px;
    }
    .hamburger-button.is-open span:nth-child(1){
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 46px;
        left: 47px;
    }
    .hamburger-button.is-open span:nth-child(2){
        display: none;
    }
    .hamburger-button.is-open span:nth-child(3){
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 46px;
        left: 36px;
    }
}

@media screen and (max-width: 760px){
    /* hamburger-button */
    .hamburger-button{
        width: 70px;
        height: 70px;
    }
    .hamburger-button span{
        width: 26px;
    }
    .hamburger-button span:nth-child(1){
        top: 26px;
        left: 22px;
    }
    .hamburger-button span:nth-child(2){
        top: 34px;
        left: 22px;
    }
    .hamburger-button span:nth-child(3){
        top: 42px;
        left: 22px;
    }
    .hamburger-button.is-open span{
        width: 31px;
    }
    .hamburger-button.is-open span:nth-child(1){
        top: 23px;
        left: 25px;
    }
    .hamburger-button.is-open span:nth-child(3){
        top: 23px;
        left: 16px;
    }
}

/* hamburger-nav */
.hamburger-nav{
    display: none;
}

@media screen and (max-width: 1280px){
    /* hamburger-nav */
    .hamburger-nav{
        background: #ffffff;
        display: block;
        height: 100%;
        opacity: 0;
        overflow: auto;
        padding-top: 120px;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        z-index: 10;
    }
    .hamburger-nav.is-show{
        opacity: 1;
        top: 0;
        visibility: visible;
    }
    .hamburger-nav-main{
        margin-top: 40px;
    }
    .hamburger-nav-main > li{
        margin-left: 60px;
        margin-right: 60px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: bold;
    }
    .hamburger-nav-main > li > a{
        background: url(/assets/images/arrow-link-blue.svg) right 15px center no-repeat;
        background-size: 10px auto;
        display: block;
        padding: 30px 5px;
    }
    .accordion-button{
        width: 100%;
        cursor: pointer;
        display: block;
        position: relative;
        padding: 30px 5px;
    }
    .accordion-button > span{
        display: block;
        position: relative;
    }
    .accordion-button > span::before,
    .accordion-button > span::after{
        content: '';
        display: block;
        width: 17px;
        height: 2px;
        background: #182d94;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    .accordion-button > span::after{
        background: #182d94;
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s;
    }
    .accordion-button.accordion-active > span::after{
        transform: rotate(0);
        transition: 0.5s;
        opacity: 0;
    }
    .hamburger-nav-sub > ul{
        border-top: 1px solid #dcdcdc;
        background-color: #f3f3fa;
    }
    .hamburger-nav-sub > ul > li{
        font-size: 1.6rem;
        line-height: 1;
    }
    .hamburger-nav-sub > ul > li > a{
        border-bottom: 1px solid #dcdcdc;
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        background: url(/assets/images/arrow-link-blue.svg) right 30px center no-repeat;
        background-size: 10px auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 700;
    }
    .hamburger-nav-sub > ul > li:last-child > a{
        border-bottom: none;
    }
}

@media screen and (max-width: 1000px){
    /* hamburger-nav */
    .hamburger-nav-main > li{
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 760px){
    /* hamburger-nav */
    .hamburger-nav{
        padding-top: 70px;
    }
    .hamburger-nav-main{
        margin-top: 20px;
    }
    .hamburger-nav-main > li{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1.7rem;
    }
    .hamburger-nav-main > li > a{
        background: url(/assets/images/arrow-link-blue.svg) right 10px center no-repeat;
        background-size: 9px auto;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .accordion-button{
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .accordion-button > span::before,
    .accordion-button > span::after{
        width: 15px;
    }
    .hamburger-nav-sub > ul > li{
        font-size: 1.5rem;
    }
    .hamburger-nav-sub > ul > li > a{
        padding-top: 28px;
        padding-bottom: 28px;
        background: url(/assets/images/arrow-link-blue.svg) right 20px center no-repeat;
        background-size: 8px auto;
    }

}

/* language-nav-sp */
.language-nav-sp{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.language-nav-sp > .-item{
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    border-left: 1px solid #000000;
    margin-left: 60px;
    padding-top: 2px;
    padding-left: 60px;
    padding-bottom: 2px;
    color: #a2a2a2;
}
.language-nav-sp > .-item:nth-child(1){
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.language-nav-sp > .-item > a{
    color: #000000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}
.language-nav-sp > .-item > a:hover{
    color: #182d94;
}
.language-nav-sp > .-item > a::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background: #182d94;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.language-nav-sp > .-item > a:hover::after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media screen and (max-width: 1000px){
    /* language-nav-sp */
    .language-nav-sp{
        margin-top: 50px;
    }
    .language-nav-sp > .-item{
        margin-left: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 760px){
    /* language-nav-sp */
    .language-nav-sp{
        margin-top: 40px;
    }
    .language-nav-sp > .-item{
        font-size: 1.6rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    .language-nav-sp > .-item > a:hover{
        color: #000000;
    }
    .language-nav-sp > .-item > a::after{
        display: none;
    }
}

/* header-button-sp */
.header-button-sp{
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}
.header-button-sp > a{
    display: inline-block;
    width: 100%;
    line-height: 70px;
    color: #ffffff;
    background-color: #182d94;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.header-button-sp > a:hover{
    opacity: 0.75;
}

@media screen and (max-width: 1000px){
    /* header-button-sp */
    .header-button-sp{
        margin-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 760px){
    /* header-button-sp */
    .header-button-sp{
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-button-sp > a{
        font-size: 1.5rem;
        line-height: 64px;
    }
    .header-button-sp > a:hover{
        opacity: 1;
    }
}

/* material-symbols-outlined */
.material-symbols-outlined{
    vertical-align: -6px;
    line-height: 1;
    height: 16px;
    font-size: 2.1rem;
    width: 20px;
    padding-left: 1px;
}

/* megamenu-sub */
.megamenu-sub{
    background-color: #182d94;
    left: 0;
    margin: 0 calc(50% - 50vw);
    opacity: 0;
    position: absolute;
    top: 120px;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100vw;
}
.megamenu-sub > .-inner{
    padding: 60px;
    margin-left: auto;
    margin-right: auto;
}
.megamenu:hover > .megamenu-sub{
    opacity: 1;
    visibility: visible;
}

/* megamenu-list */
.megamenu-list{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.megamenu-list > .-item{
    width: calc(25% - 3%);
    display: flex;
    margin-right: 1%;
}
.megamenu-list > .-item:last-child{
    margin-right: 0;
}
.megamenu-list > .-item > a{
    display: flex;
    width: 100%;
    background: #ffffff url(/assets/images/arrow-link-black.svg) right 20px center no-repeat;
    background-size: 8px auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    padding: 24px 20px;
    color: #000000;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}
.megamenu-list > .-item > a:hover{
    color: #182d94;
    background: #ffffff url(/assets/images/arrow-link-blue.svg) right 20px center no-repeat;
    background-size: 8px auto;
}
.megamenu-list > .-item > a::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background: #182d94;
    position: absolute;
    left: 0;
    bottom: 1px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.megamenu-list > .-item > a:hover::after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

/*========================================
contents layout
========================================*/
/* note */
.note{
    margin-left: 1em;
    display: block;
}
.note::before{
  content: '※';
  margin-left: -1em;
}

/* mt */
.mt-none{
    margin-top: 0!important;
}
.mt-shrot{
    margin-top: !important;
}
.mt-middle{
    margin-top: !important;
}
.mt-long{
    margin-top: !important;
}
.basic-space{
    margin-top: 2em;
}

@media print, screen and (max-width: 760px){
    /* mt */
    .mt-shrot{
        margin-top: !important;
    }
}

/* mb */
.mb-shrot{
    margin-bottom: !important;
}

@media print, screen and (max-width: 760px){
    /* mb */
    .mb-shrot{
        margin-bottom: !important;
    }
}

/* pagelink-anchor */
.pagelink-anchor{
    padding-top: 119px;
    margin-top: -119px;
}

@media print, screen and (max-width: 760px){
    /* pagelink-anchor */
    .pagelink-anchor{
        padding-top: 69px;
        margin-top: -69px;
    }
}

/* page-title */
.page-title{
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.page-title::after{
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f3f3fa;
    z-index: -1;
}
.breadcrumbs{
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: flex-end;
}
.breadcrumbs > .-primary{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    text-align: right;
    margin-bottom: 12px;
}
.breadcrumbs > .-primary > .-item{
    font-size: 1.2rem;
    line-height: 1.2;
    display: inline-block;
    padding-left: 17px;
    margin-left: 17px;
    border-left: 1px solid #000000;
    margin-top: 5px;
}
.breadcrumbs > .-primary > .-item:nth-child(1){
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.breadcrumbs > .-primary > .-item > a{
    color: #000000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.breadcrumbs > .-primary > .-item:last-child > a{
    color: #182d94;
    font-weight: 700;
}
.breadcrumbs > .-primary > .-item > a:hover{
    opacity: 0.75;
}
.page-title > .-inner{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    margin-top: -80px;
    padding-top: 115px;
    padding-left: 40px;
    padding-right: 40px;
}
.page-title > .-inner > .-primary{
    max-width: 926px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #f3f3fa;
    padding-bottom: 34px;
}
.page-title > .-inner > .-primary > .-en{
    font-family: 'Outfit', sans-serif;
    margin-bottom: 12px;
}
.page-title > .-inner > .-primary > .-en > .-category{
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
.page-title > .-inner > .-primary > .-en > .-base{
    font-size: 4.8rem;
    line-height: 1.05;
    font-weight: 400;
}
.page-title > .-inner > .-primary > .-main{
    font-size: 2rem;
    font-weight: 700;
    color: #182d94;
    line-height: 1.75;
}

@media print, screen and (max-width: 1000px){
    /* page-title */
    .page-title{
        padding-top: 180px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-title::after{
        height: 180px;
    }
    .breadcrumbs{
        padding-left: 20px;
        padding-right: 20px;
        height: 100px;
    }
    .page-title > .-inner{
        padding-top: 80px;
    }
    .page-title > .-inner > .-primary > .-en > .-base{
        font-size: 4.6rem;
    }
}

@media print, screen and (max-width: 760px){
    /* page-title */
    .page-title{
        padding-top: 120px;
    }    
    .page-title::after{
        height: 120px;
    }
    .breadcrumbs{
        display: none;
    }
    .page-title > .-inner{
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -40px;
    }
    .page-title > .-inner > .-primary{
        padding-bottom: 30px;
    }
    .page-title > .-inner > .-primary > .-en > .-category{
        font-size: 2.2rem;
    }
    .page-title > .-inner > .-primary > .-en > .-base{
        font-size: 3.6rem;
    }
    .page-title > .-inner > .-primary > .-main{
        font-size: 1.9rem;
    }
}

/* section-box */
.section-box{
    padding: 100px 60px 120px;
}
.section-box.-gray{
    background-color: #f3f3fa;
}
.section-box > .-inner{
    max-width: 926px;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (max-width: 1000px){
    /* section-box */
    .section-box{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 100px;
    }
}

@media print, screen and (max-width: 760px){
    /* section-box */
    .section-box{
        padding: 80px 20px;
    }
}

/* section-box-contents */
.section-box-contents > .-field{
    margin-top: 120px;
}
.section-box-contents > .-field:nth-child(1){
    margin-top: 0;
}

@media print, screen and (max-width: 760px){
    /* section-box-contents */
    .section-box-contents > .-field{
        margin-top: 80px;
    }
}

/* section-box-contents-sub */
.section-box-contents-sub{
    margin-top: 80px;    
}
.section-box-contents-sub > .-field{
    margin-top: 80px;
}
.section-box-contents-sub > .-field:nth-child(1){
    margin-top: 0;
}

@media print, screen and (max-width: 760px){
    /* section-box-contents-sub */
    .section-box-contents-sub{
        margin-top: 60px;    
    }
    .section-box-contents-sub > .-field{
        margin-top: 60px;
    }
}

/* heading-2 */
.heading-2{
    position: relative;
    padding-left: 48px;
    color: #182d94;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 40px;
}
.heading-2::after{
    content: "";
    width: 32px;
    height: 2px;
    position: absolute;
    top: 19px;
    left: 0;
    background-color: #182d94;
}

@media screen and (max-width: 760px){
    /* heading-2 */
    .heading-2{
        font-size: 2rem;
        margin-bottom: 25px;
        padding-left: 38px;
        margin-bottom: 35px;
    }
    .heading-2::after{
        width: 26px;
        top: 16px;
    }   
}

/* heading-3 */
.heading-3{
    font-size: 2.1rem;
    line-height: 1.9048;
    font-weight: 700;
    color: #182d94;
    margin-bottom: 25px;
}

@media screen and (max-width: 760px){
    /* heading-3 */
    .heading-3{
    font-size: 1.9rem;
    margin-bottom: 20px;
    }
}

/* basic-text */
.basic-text > p{
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 2em;
}
.basic-text > p:nth-child(1){
    margin-top: 0;
}
.basic-text > p > .-attention{
    position: relative;
    padding-left: 3em;
    display: block;
}
.basic-text > p > .-attention::before{
    content: "";
    position: absolute;
    background-color: #000000;
    width: 3em;
    height: 1px;
    top: 17px;
    left: 0;
}

@media screen and (max-width: 760px){
    /* .basic-text */
    .basic-text > p{
        font-size: 1.5rem;
    }
}

/* basic-text-large */
.basic-text-large > p{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.7857;
    margin-top: 2em;
}
.basic-text-large > p:nth-child(1){
    margin-top: 0;
}

@media screen and (max-width: 760px){
    /* basic-text-large */
    .basic-text-large > p{
        font-size: 2.4rem;
    }
}

/* basic-note */
.basic-note{
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width: 760px){
    /* basic-note */
    .basic-note{
        font-size: 1.5rem;
    }
}

/* basic-catch */
.basic-catch > p{
    color: #17288a;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.4444;
}

@media screen and (max-width: 760px){
    /* basic-catch */
    .basic-catch > p{
        font-size: 2.4rem;
    }
}

/* heading-disc */
.heading-disc{
    font-size: 1.6rem;
    padding-left: 16px;
    position: relative;
    margin-top: 5px;
}
.heading-disc::before{
    content: "";
    background-color: #17288a;
    position: absolute;
    top: 13px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/* basic-img-two-column */
.basic-img-two-column{
    display: flex;
}
.basic-img-two-column > .-item{
    width: 50%;
}
.basic-img-two-column > .-item:nth-child(1){
    padding-right: 4px;
}
.basic-img-two-column > .-item:nth-child(2){
    padding-left: 4px;
}
.basic-img-two-column > .-item > img{
    width: 100%;
}

@media screen and (max-width: 640px){
    /* basic-img-two-column */
    .basic-img-two-column{
        display: block;
    }
    .basic-img-two-column > .-item{
        width: 100%;
        margin-top: 5px;
    }
    .basic-img-two-column > .-item:nth-child(1){
        margin-top: 0;
        padding-right: 0;
    }
    .basic-img-two-column > .-item:nth-child(2){
        padding-left: 0;
    }
}

/* basic-table */
.basic-table{
    width: 100%;
}
.basic-table > tbody > tr > th,
.basic-table > tbody > tr > td{
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 25px;
    padding-bottom: 25px;
}
.basic-table > tbody > tr:nth-child(1) > th,
.basic-table > tbody > tr:nth-child(1) > td{
    padding-top: 0;
}
.basic-table > tbody > tr > th{
    font-weight: 700;
    text-align: left;
    color: #182d94;
    padding-right: 20px;
}

@media screen and (max-width: 760px){
    /* basic-table */
    .basic-table > tbody > tr > th,
    .basic-table > tbody > tr > td{
        font-size: 1.5rem;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 640px){
    /* basic-table */
    .basic-table > tbody > tr > th,
    .basic-table > tbody > tr > td{
        display: block;
        border-top: none;
    }
    .basic-table.-blue > tbody > tr > th,
    .basic-table.-blue > tbody > tr > td{
        border-top: none;
    }
    .basic-table > tbody > tr > th{
        border-bottom: none;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .basic-table.-blue > tbody > tr > th{
        border-bottom: none;
    }
    .basic-table > tbody > tr > td{
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .basic-table > tbody > tr:nth-child(1) > td{
        border-top: none;
    }
    .basic-table.-blue > tbody > tr:nth-child(1) > td{
        border-top: none;
    }
    .basic-table > tbody > tr > th{
        width: 100%;
    }
}

/* basic-list */
.basic-list{
    margin-top: 25px;
}
.basic-list > .-item{
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 16px;
    position: relative;
    margin-top: 5px;
}
.basic-list > .-item::before{
    content: "";
    background-color: #182d94;
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.basic-list > .-item:nth-child(1){
    margin-top: 0;
}

@media screen and (max-width: 760px){
    /* basic-list */
    .basic-list > .-item{
        font-size: 1.5rem;
        padding-left: 15px;
    }
    .basic-list > .-item::before{
        width: 6px;
        height: 6px;
        top: 11px;
    }
}

/* adjust-list */
.adjust-list{
    letter-spacing: -.4em;
}
.adjust-list > li{
    display: inline-block;
    letter-spacing: normal;
}

@media screen and (max-width: 760px){
    /* adjust-list */
    .adjust-list > li{
        display: inline;
    }
}

/* basic-number-list */
.basic-number-list{
    margin-top: 2em;
    list-style-type: decimal;
    margin-left: 1.3em;
}
.basic-number-list > .-item{
    margin-top: 0.2em;
    font-size: 1.6rem;
    line-height: 2;
}
.basic-number-list > li:last-child{
    margin-top: 0;
}

@media screen and (max-width: 760px){
    /* basic-number-list */
    .basic-number-list > .-item{
        font-size: 1.5rem;
    }
}

/* basic-text-link */
.basic-text-link > a{
    color: #17288a;
    text-decoration: underline;
}
.basic-text-link > a:hover{
    text-decoration: none;
}

/* basic-button */
.basic-button{
    margin-top: 60px;
}
.basic-button > a{
    width: 100%;
    max-width: 247px;
    text-align: left;
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    white-space: nowrap;
    font-weight: 700;
    line-height: 60px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #000000;
    padding-left: 30px;
    padding-right: 30px;
}
.basic-button.-en > a{
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}
.basic-button > a:hover{
    opacity: 0.75;
}
.basic-button > a > span{
    background:url(/assets/images/arrow-link-white.svg) right center no-repeat;
    background-size: 8px auto;
    display: inline-block;
    width: 100%;
    padding-right: 38px;
}
  
@media print, screen and (max-width: 760px){
    /* basic-button */
    .basic-button{
        margin-top: 35px;
    }
    .basic-button > a{
        max-width: 240px;
        font-size: 1.5rem;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 56px;
    }
    .basic-button > a:hover{
        opacity: 1;
    }
    .basic-button > a > span{
        background:url(/assets/images/arrow-link-white.svg) right center no-repeat;
        background-size: 7px auto;
        padding-right: 32px;
    }
  }

/* section-contact */
.section-contact{
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #182d94;
    color: #ffffff;
}
.section-contact::before{
    width: 50%;
    height: 400px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/assets/images/img-contact.jpg) center center no-repeat;
    background-size: cover;
}
.section-contact > .-inner{
    width: 50%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print, screen and (max-width: 1000px){
    /* section-contact */
    .section-contact > .-inner{
        padding-left: 40px;
        justify-content: flex-start;
    }
}

@media print, screen and (max-width: 760px){
    /* section-contact */
    .section-contact{
        height: 600px;
        padding-top: 300px;
    }
    .section-contact::before{
        width: 100%;
        height: 300px;
    }
    .section-contact > .-inner{
        padding-left: 0;
        width: 100%;
        height: 300px;
        justify-content: center;
    }
}

/* section-contact-heading */
.section-contact-heading > .-en{
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 5.9rem;
    line-height: 1;
    margin-bottom: 15px;
}
.section-contact-heading > .-main{
    font-size: 1.8rem;
    line-height: 1.75;
    font-weight: 700;
}

@media print, screen and (max-width: 760px){
    /* section-contact-heading */
    .section-contact-heading{
        text-align: center;
    }
    .section-contact-heading > .-en{
        font-size: 5rem;
        margin-bottom: 12px;
    }
    .section-contact-heading > .-main{
        font-size: 1.6rem;
    }
}

/* section-contact-button */
.section-contact-button{
    margin-top: 40px;
}
.section-contact-button > a{
    width: 100%;
    max-width: 247px;
    text-align: left;
    display: inline-block;
    color: #000000;
    font-size: 1.6rem;
    white-space: nowrap;
    font-weight: 700;
    line-height: 60px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}
.section-contact-button > a:hover{
    opacity: 0.75;
}
.section-contact-button > a > span{
    background: url(/assets/images/arrow-link-black.svg) right center no-repeat;
    background-size: 8px auto;
    display: inline-block;
    width: 100%;
    padding-right: 38px;
}

@media print, screen and (max-width: 760px){
    /* section-contact-button */
    .section-contact-button{
        margin-top: 35px;
        text-align: center;
    }
    .section-contact-button > a{
        max-width: 240px;
        font-size: 1.5rem;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 56px;
    }
    .section-contact-button > a:hover{
        opacity: 1;
    }
    .section-contact-button > a > span{
        background: url(/assets/images/arrow-link-black.svg) right center no-repeat;
        background-size: 7px auto;
        padding-right: 32px;
    }
}

/*========================================
footer layout
========================================*/
/* site-footer */
.site-footer{
    background-color: #dcdcdc;
    padding: 60px 60px 25px;
}
.site-footer > .-inner{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1000px){
    /* site-footer */
    .site-footer{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 760px){
    /* site-footer */
    .site-footer{
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* footer-primary */
.footer-primary{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media screen and (max-width: 1200px){
    /* footer-primary */
    .footer-primary{
        display: block;
    }
}

/* footer-nav */
.footer-nav{
    display: flex;
    justify-content: space-between;
}
.footer-nav > .-box{
    margin-left: 40px;
}
.footer-nav > .-box:nth-child(1){
    margin-left: 0;
}
.footer-nav > .-box .-item-group{
    margin-top: 2.5em;
}
.footer-nav > .-box .-item-group:nth-child(1){
    margin-top: 0;
}
.footer-nav > .-box .-item{
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 10px;
}
.footer-nav > .-box .-item:nth-child(1){
    margin-top: 0;
}
.footer-nav > .-box .-item > a{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}
.footer-nav > .-box .-item > a:hover{
    opacity: 0.75;
}
.footer-nav > .-box .-item-sub{
    margin-top: 10px;
}
.footer-nav > .-box .-item-sub > li{
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-nav > .-box .-item-sub > li:hover{
    opacity: 0.75;    
}
.footer-nav > .-box .-item-sub > li > a{
    position: relative;
    padding-left: 14px;
    display: inline-block;
}
.footer-nav > .-box .-item-sub > li > a::before{
    content: "";
    width: 7px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 11px;
    left: 0;
}
.footer-nav > .-box .-item-sub > li > a:nth-child(1){
    margin-top: 0;
}

@media screen and (max-width: 1200px){
    /* footer-nav */
    .footer-nav > .-box{
        margin-left: 0;
    }
}

@media screen and (max-width: 760px){
    /* footer-nav */
    .footer-nav{
        flex-wrap: wrap;
    }
    .footer-nav > .-box{
        width: 50%;
        margin-top: 2.5em;
    }
    .footer-nav > .-box:nth-child(odd){
        padding-right: 10px;
    }
    .footer-nav > .-box:nth-child(even){
        padding-left: 10px;
    }
    .footer-nav > .-box:nth-child(-n+2){
        margin-top: 0;
    }
    .footer-nav > .-box .-item > a:hover{
        opacity: 1;
    }
    .footer-nav > .-box .-item-sub > li:hover{
        opacity: 1;    
    }
    .footer-nav > .-box .-item-sub > li::before{
        width: 6px;
    }
}

/* footer-information */
.footer-information > .-name-block > a{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-information > .-name-block > a:hover{
    opacity: 0.75;
}
.footer-information > .-name-block > a > .-name{
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 900;
    margin-top: 20px;
}
.footer-information > .-address{
    font-size: 1.4rem;
    line-height: 1.7143;
    margin-top: 25px;
}
.footer-information > .-address > .-number > span{
    margin-left: 1em;
}
.footer-information > .-address > .-number > span:nth-child(1){
    margin-left: 0;
}

@media print, screen and (max-width: 1200px){
    /* footer-information */
    .footer-information{
        margin-top: 60px;
    }
}

@media print, screen and (max-width: 760px){
    /* footer-information */
    .footer-information{
        margin-top: 50px;
    }
    .footer-information > .-name-block > a:hover{
        opacity: 1;
    }
}

/* copyright */
.copyright{
    margin-top: 80px;
    font-size: 1.2rem;
    line-height: 1.9167;
}
.copyright > .-en{
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

@media print, screen and (max-width: 1200px){
    /* copyright */
    .copyright{
        margin-top: 60px;
    }
}

@media print, screen and (max-width: 760px){
    /* copyright */
    .copyright{
        margin-top: 50px;
    }
}
