@charset "utf-8";
/*	ヘッダーa
---------------------------------*/
:root{
	--header: 60px;
	scroll-padding: var(--header);
    --mc: #004EA2;
}
@media screen and (min-width: 768px){
    :root{
        --header: 90px;
    }
}
@media screen and (min-width: 1230px){
    :root{
        --header: 130px;
    }
}
.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}

.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.gjs-dashed .header{
}
.header{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.header.open{
    z-index: 101;
}
.hd-inr{
    height: 60px;
    padding: 5px 10px;
    position: relative;
}
.hd-logo{
    width: 220px;
    position: relative;
    align-items: center;
    z-index: 1000;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.sp-phone{
    margin-bottom: 30px;
}
.sp-phone__txt{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.sp-phone__num{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.hd-nav{
    height: 100vh;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: auto;
    }
    .hd-phone01{
        font-size: 3rem;
    }
    .hd-phone01:before{
        width: 22px;
    }
}
@media screen and (min-width: 1300px){
    .hd-inr{
        height: auto;
        padding: 20px;
    }
    .hd-logo{
        width: 220px;
    }
    .hd-right{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
    }
    .hd-phone{
    }
    .hd-nav{
        height: auto;
    }
    .hd-nav .li{
        padding-left: 30px;
    }
    .hd-nav .li:first-of-type{
        padding-left: 0;
    }
    .hd-nav .li a{
        display: block;
        text-align: center;
        cursor: pointer;
    }
    .hd-nav .li a p{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1;
    }
    .hd-nav .li a p.hd-nav__jp{
        margin-bottom: 5px;
    }
    .hd-nav .li a p.hd-nav__en{
        color: var(--mc);
    }
    .hd-btn{
        width: 270px;
        background-color: var(--mc);
        border-radius: 10px;
        text-align: center;
        padding: 20px 15px;
        margin-left: 40px;
    }
    .hd-btn a{
        display: block;
    }
    .hd-btn p{
    }
    .hd-btn__txt{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #fff;
    }
    .hd-btn__num{
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3rem;
        font-weight: 900;
        line-height: 1;
        color: #fff;
    }
}
@media screen and (min-width: 1400px){
    .hd-inr{
        padding: 20px 30px;
    }
    .hd-logo{
        width: auto;
    }
    .hd-nav .li a p{
        font-size: 1.8rem;
    }
    .hd-btn{
    }
}

/*ハンバーガーボタン*/
.navToggle {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
    z-index: 9999;
}
.navToggle div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
.navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #ffffff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 0;
}
.navToggle span:nth-child(2) {
	top: 7px;
}
.navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
.open .navToggle {
	position: fixed;
    z-index: 10002;
}
.open .navToggle span{
    background: #333333;
}
.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #f99103;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.gjs-dashed .navbar{
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
}
.hd-sp-menu{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.hd-sp-menu.open{
    overflow: scroll;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.gjs-dashed .hd-sp-menu{
    max-width: 500px;
    width: 100%;
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 22.5px 10px;
    margin-left: auto;
}
.navbar.open{
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 20px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #000;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: #000;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #ADC6E1;
}
.nav-item:first-of-type{
    border-top: solid 1px #ADC6E1;
}
.nav-item p{
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 50px;
}
.hd-btn-sp{
    max-width: 350px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 20px;
    position: relative;
}
.hd-btn-sp:last-of-type{
    margin-bottom: 0;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--mc);
    line-height:3.75;
    padding-left: 50px;
    position: relative;
}
.hd-btn-sp p:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_top_contact01.png);
    width: 40px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hd-btn-sp.hd-btn-sp--02 p:before{
    background-image: url(/system_panel/uploads/images/icon_top_contact02.png);
}
.sp-nav__info{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_nav01.jpg);
    padding: 40px 0;
    margin: -30px -10px -22.5px;
}
.sp-nav__icon{
    max-width: max-content;
    width: 70%;
    margin: 0 auto;
}
.sp-nav__contact__txt{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){
    .navbar{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 3px;
    }
    .navbar-collapse.show{
        height: calc(100vh - 90px);
    }
    .bg-hum-blue{
        width: 90px;
        height: 90px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 13px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 13px;
    }
    .hd-nav__item__cont__a__p{
        font-size: 1.8rem;
    }
    .sp-nav__info{
        padding: 50px 0;
        margin: -40px -15px -30px;
    }
}
@media screen and (min-width: 1080px){
    .bg-hum-blue{
        display: none;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    padding: 80px 0 60px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft.jpg);
}
.ft-contact__inr.flex-btw{
    display: block;
}
.ft-contact__cont__txt{
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}
.ft-contact__cont__txt strong{
    font-weight: 500;
}
.ft-contact__cont__txt strong br{
    display: none;
}
.ft-contact__cont__icon{
    max-width: max-content;
    width: 70%;
    margin: 0 auto;
}
.ft-contact__info{
    padding-top: 40px;
}
.ft-contact__phone{
    text-align: center;
    margin-bottom: 60px;
}
.ft-contact__phone__ttl{
    color: #fff;
    margin-bottom: 20px;
}
.ft-contact__phone__num{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.ft-contact__mail__ttl{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.ft-contact__mail__btn{
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
}
.ft-contact__mail__btn:last-of-type{
    margin-bottom: 0;
}
.ft-contact__mail__btn a{
    display: block;
    text-align: center;
}
.ft-contact__mail__btn p{
    display: inline-block;
    font-weight: 700;
    color: var(--mc);
    line-height: 5;
    padding-left: 60px;
    position: relative;
}
.ft-contact__mail__btn p:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_top_contact01.png);
    width: 40px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-contact__mail__btn.ft-contact__mail__btn--02 p:before{
    background-image: url(/system_panel/uploads/images/icon_top_contact02.png);
}
.ft-access{
    background-color: #F2F4F7;
}
.ft-access__cont{
    position: relative;
}
.ft-access__cont.flex-btw{
    display: block;
}
.ft-access__cont__ttl{
    display: none;
}
.ft-access__cont__info .access-map{
    width: 100vw;
    margin: 0 -15px 30px;
}
.ft-access__cont__info__txt{
    font-size: min(3.6vw, 1.6rem);
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.ft-access__cont__icon{
    max-width: max-content;
    width: 70%;
    margin: 0 auto;
}
.ft-copy{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft.jpg);
    padding: 20px 0;
}
@media screen and (min-width: 768px){
    .ft-contact{
        padding: 150px 0 100px;
    }
    .ft-contact__cont .top-ttl .top-ttl__en{
        font-size: min(13vw, 16rem);
    }
    .ft-contact__cont__txt{
        margin-bottom: 60px;
    }
    .ft-contact__phone{
        margin-bottom: 100px;
    }
    .ft-contact__phone__num{
        font-size: 5.6rem;
    }
    .ft-contact__mail__ttl{
        margin-bottom: 40px;
    }
    .ft-contact__mail__btn{
        margin-bottom: 40px;
    }
    .ft-contact__mail__btn p{
        padding-left: 80px;
    }
    .ft-contact__mail__btn p:before{
        width: 56px;
    }
    .ft-access{
        padding: 150px 0;
    }
    .ft-access__cont.flex-btw{
        display: flex;
        gap: 0 100px;
    }
    .ft-access__cont__ttl{
        display: block;
    }
    .ft-access__cont__info{
        flex: 1;
    }
    .ft-access__cont__info .access-map{
        width: 100%;
        margin-bottom: 40px;
    }
    .ft-access__cont__info__txt{
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .ft-access__cont__icon{
        width: auto;
        margin: 0;
        position: absolute;
        bottom: -150px;
        left: -15px;
    }
    .ft-copy{
        padding: 30px 0;
    }
}
@media screen and (min-width: 1024px){
    .ft-contact__inr.flex-btw{
        display: flex;
        gap: 0 90px;
    }
    .ft-contact__cont{
        width: 50%;
    }
    .ft-contact__cont__txt strong br{
        display: block;
    }
    .ft-contact__cont__icon{
        margin: 0 0 0 auto;
    }
    .ft-contact__info{
        flex: 1;
        padding-top: 60px;
    }
}
@media screen and (min-width: 1230px){
    .ft-access__cont__icon{
        left: max(calc((1200px - 100vw) / 2), -90px);
    }
}

/*	フッター
---------------------------------*/
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}

/*	マップ
---------------------------------*/
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .access-map{
        height: 600px;
    }
    .access-map iframe{
        height: 600px;
    }
}

/*ページトップへ戻るボタン*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	固定スクロール
---------------------------------*/
.scroll__band{
}
.scroll__band__cont{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -5;
}
@media screen and (min-width: 768px) {
    .scroll__band{
        height: 600px;
    }
    .scroll__band__cont{
        height: 100vh;
        position: fixed;
    }
    .scroll__band__cont.ojf:before{
        content: none;
    }
    .gjs-dashed .scroll__band__cont{
        height: auto;
        position: relative;
        z-index: 0;
    }
    .gjs-dashed .scroll__band__cont.ojf:before{
        content: "";
        padding-top: 600px;
    }
}

/*	アニメーション（fadein）
---------------------------------*/
.fadein{
    opacity: 0;
    transform: translateY(20px);
}
.gjs-dashed .fadein{
    opacity: 1;
    transform: translateY(0);
}
.fadein.fadein-active{
    animation: fadein 0.7s ease-out forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}