@charset "UTF-8";
@import url(../css/setting.css);

body{
    color: var(--black);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
img{
    width: 100%;
}
header{
    background: var(--white);
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
}
header .inner{
    color:var(--blue);
    max-width: var(--size2);
    width: calc(95% - 60px);
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .inner figure{
    width: 13%;
    height: 100%;
}
header .inner figure img{
    width: 100%;
    height: auto;
}
header .inner ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding: 0;
}
header .inner ul li{
    position: relative;
}
header .inner ul li:nth-child(1){
    border-right: 1px solid #2c78c4;
    font-size: var(--fsize8);
    font-weight: var(--b500);
    text-align: center;
    padding: 0 10px;
}
header .inner ul li:nth-child(1) img{
    display: block;
    width: 25px;
}
header .inner ul li:nth-child(2){
    font-size: var(--fsize18);
    font-weight: var(--b500);
    padding: 0 0 0 40px;
}
header .inner ul li:nth-child(2):before{
    content:"";
    background: url(../images/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    position: absolute;
    top:40%;
    left:10px;
    transform: translate(0,-50%);
}
footer{
    background: var(--blue);
    width: 100%;
    padding: 3% 0 1%;
}
footer .footerinner{
    color: var(--white);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto 1rem;
}
footer .footerinner figure{
    width: 40%;
    margin:0 3% 0 0;
}
footer .footerinner figure img{
    display: block;
    width: 80%;
    margin: 0 auto 10px;
}
footer .footerinner figure span{
    display: block;
    font-size: var(--fsize10);
    width: 100%;
    text-align: center;
}
footer .footerinner .rightbox{
    width: 57%;
}
footer .footerinner .rightbox ul{
    border: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
}
footer .footerinner .rightbox ul li:nth-child(1){
    width: 20%;
    position: relative;
}
footer .footerinner .rightbox ul li:nth-child(2){
    padding: 0 10px;
    width: 80%;
}
footer .footerinner .rightbox ul li:nth-child(1):after{
    content: "";
    background:var(--white);
    width: 1.5px;
    height: 60%;
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
}
footer .footerinner .rightbox ul li:nth-child(1) a{
    display: block;
    width: 30%;
    margin: 0 auto;
    padding: 5px 0;
}
footer .footerinner .rightbox ul li:nth-child(1) span{
    display: block;
    font-size: var(--fsize8);
    text-align: center;
}
footer .footerinner .rightbox ul li:nth-child(2) a{
    display: block;
    font-size: var(--fsize20);
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
footer .footerinner .rightbox ul li:nth-child(2) a:before{
    content:"";
    background:url(../images/icon_tel_w.svg);
    background-size:100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%);
}
footer .footerinner .rightbox dl{
    border: 2px solid #fff;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
}
footer .footerinner .rightbox dl dt{
    background: var(--white);
    color: var(--blue);
    font-weight: var(--b400);
    padding: 5px 10px ;
    text-align: center;
}
footer .footerinner .rightbox dl dd{
    font-size: var(--fsize14);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 8px;
}
footer .footerinner .rightbox dl dd a{
    padding: 0 10px 0;
    transition: all ease 0.6s;
}
footer .footerinner .rightbox dl dd a:not(:last-child){
    border-right:1px solid #fff;
}
footer .footerinner .rightbox dl dd a:hover{
    background: var(--white);
    color: var(--blue);
}
footer ul.subMenu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    grid-gap: .5rem clamp(1.5rem, 0.5rem + 2.08vw, 3rem);
    margin: 0 auto 2rem;
    width: fit-content;
    max-width: 94%;
  }
  footer ul.subMenu li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
      display: flex;
      grid-gap: .25rem;
      align-items: center;
      border-bottom: 1px solid #fff;
  }
  footer ul.subMenu li img {
      width: 1rem;
  }
footer .copyright{
    color: var(--white);
    font-size: var(--fsize14);
    text-align: center;
    width: 100%;
}
footer .company{
    margin: 0 auto 2rem;
    background-color: #fff;
}
footer .company .inner{
    max-width: var(--size2);
    margin: 0 auto;
    padding: 3rem 0;
    width: 90%;
}
footer .company .tit {
    display: flex;
    align-items: baseline;
    grid-gap: .5rem 5%;
    margin-bottom: 2rem;
}
footer .company .tit .en {
    font-size: var(--fsize50);
    font-weight: var(--b500);
    color: var(--blue);
    line-height: 1;
}
footer .company .tit .jp {
    font-size: var(--fsize22);
    font-weight: var(--b400);
    color: var(--blue);
}
footer .company .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    grid-gap: 1.5rem 0;
}
footer .company .com_logo {
    max-width: 500px;
    width: 40%;
}
footer .company address {
    width: 55%;
}
footer .company address span {
    display: block;
    margin-bottom: .75rem;
}
footer .company .add {
    font-size: var(--fsize16);
}
footer .company .access {
    font-size: var(--fsize14);
    padding-left: 1em;
}
footer .company .tel {
    font-size: var(--fsize22);
    font-weight: var(--b500);
    color: var(--blue);
    margin-bottom: .35rem;
}
footer .company .time {
    font-size: var(--fsize14);
    margin-bottom: 0;
}
footer .company .right {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--blue);
}
footer .company .right .row {
    width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
footer .company .right .row.noborder  {
    width: 100%;
}
footer .company .right .row.noborder dt ,
footer .company .right .row.noborder dd {
    border-bottom: unset;
}
footer .company .right .row dt {
    padding: .75em 1em;
    font-size: var(--fsize18);
    background-color: #89b6e4;
    color: #fff;
    font-weight: normal;
    width: 7em;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}
footer .company .right .row dd {
    padding: .75em 1em;
    font-size: var(--fsize16);
    width: calc(100% - var(--fsize18) * 7);
    border-bottom: 1px solid var(--blue);
    display: flex;
    align-items: center;
}

#page-top{
    position: fixed;
    bottom:8%;
    right:3%;
    z-index: 999999;
}
#page-top a{
    display: block;
    background: var(--light);
    position: relative;
    width: 60px;
    height: 60px;
    border-radius:100%;
}
#page-top a:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 15px solid var(--blue);
    border-top: 0;
    position: absolute;
    top:40%;
    left:50%;
    transform:translate(-50%,-50%)
}
#page-top a span{
    display: block;
    color: var(--blue);
    font-size: var(--fsize10);
    font-weight: var(--b500);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom:10px;
    left:0;
}
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn,.menu-btn_f{
	position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue);
}
.menu-btn i,
.menu-btn_f i{
	font-size:32px;
}
.menu-btn_f:has(.fa-times){
    color: #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu,.menu_f{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 30vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(29, 49, 61, 0.8);
}
.menu ul,.menu_f ul{
	margin: 0 auto;
	width: 80%;
}
.menu__item{
	border-bottom:0.5px solid #fff;
	color: #fff;
	margin: 0 auto 20px;
	padding: 0 0 20px 20px;
	width: 100%;
	height: auto;	
	box-sizing: border-box;
}
.menu__item a{
	position: relative;
	padding: 0 0 0 25px;
}

/* アニメーション前のメニューの状態 */
.menu,.menu_f{
	pointer-events: none;
	opacity: 0;
	transform-origin: right;
	transform: scale(.5);
	transition: all .3s ease;
}
/* アニメーション後のメニューの状態 */
.menu.is-active,.menu_f.is-active{
	pointer-events: auto;
	opacity: 1;
	transform: scale(1.0);
}
.menu__item{
    padding: 0 0 20px 10px;
    position: relative;
}
.menu__item.mail:before{
    content: "";
    width: 22px;
    height: 15px;
    position: absolute;
    top: calc(50% - 10px);
    left: 2px;
    transform: translate(0, -50%);
    background: url(../images/icon_mail_w2.svg);
    background-size:100%;
    background-repeat: no-repeat;
}
.menu__item.tel:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 5px;
    transform: translate(0, -50%);
    background: url(../images/icon_tel_w.svg);
    background-size:100%;
    background-repeat: no-repeat;
}

.links{
    max-width: 880px;
    width: 88%;
    margin: 0 auto;
}
.links p{
    color: var(--blue);
    text-align: center;
    margin: 0 auto 4%;
}
.links p.normal{
    font-size: var(--fsize18);
    margin: 0 0 10px;
}
.links p.normal b{
    font-size: var(--fsize24);
    font-weight: var(--b500);
    padding: 0 5px 0 0;
}
.links p.big{
    font-size:var(--fsize32);
    font-weight: 500;
}
.links a{
    background: var(--blue);
    border-radius: 15px;
    color:var(--white);
    font-size:var(--fsize32);
    font-weight: var(--b500);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
    transition: all ease 0.6s;
    position: relative;
    top:0;
}
.links a:hover{
    background: var(--navy);
    top:5px
}
.links a span{
    background: var(--white);
    border-radius:100px;
    color:var(--blue);
    font-size:0.7em;
    text-align: center;
    padding: 8px 50px 8px 20px;
    margin: 0 0 0 10px;
    position: relative;
}
.links a:hover span{
    color:#0e538c;
}
.links a span:after{
    content: "";
    background:url(../images/icon_hand.svg);
    background-repeat: no-repeat;
    background-size:100%;
    width: var(--fsize32);
    height: 25px;
    position: absolute;
    top:40%;
    right: 5px;
    animation: hand 1.6s ease infinite;
}
@keyframes hand{
    0% {
        top:30%;
        right:5px;
    }
    50% {
        top:25%;
        right:12px;
    }
    100% {
        top:30%;
        right:5px;
    }
}
.path{
    width: 100%;
    margin: 0 auto 3%;
    padding: 0;
}
.path ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.path ul li{
    color: var(--navy);
    font-size: var(--fsize14);
}
.path ul li i{
    padding: 0 5px 0 0;
}
.path ul li a{
    color: var(--navy);
    position: relative;
    padding: 0 10px 0 0;
}
.path ul li a:after{
    content:">";
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
}
.pager{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:5px;
    margin: 3% auto 5%;
}
.pager li{
    width: fit-content;
    margin: 0 0 3%;
}
.pager li a,
.pager li span{
    border:1px solid var(--blue);
    color: var(--blue);
    padding: 1px 20px;
}
/*.pager li.active a{
    background: var(--blue);
    color: var(--white)
}*/
.pager li a:hover{
    background: var(--light);
}
/*.pager li.active a:hover{
    color: var(--blue);
}*/
.pager.detail{
    max-width: 420px;
    width: 80%;
    margin: 0 auto;
}
.pager.detail li{
    width: 100%;
}
.pager.detail li a{
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
}
.no-data{
    margin: 3% auto 6%;
    padding: 3% 0;
    background: #f6fbfd;
    width: 100%;
    text-align: center;
}
.no-data.no-data_low{
    margin: 3% auto 0;
}
@media screen and (max-width:1400px) {
header .inner{
    margin: 0 2%;
}
.menu-btn,.menu-btn_f{
    top:0;
    right:0;
}
}
@media screen and (min-width:769px) {
    .sp-disp{
        display: none!important;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    .FFM_sp{
        display: none!important;
    }
}
@media screen and (max-width:768px) {
    .pc-disp{
        display: none!important;
    }
    header{
        height: 65px;
        /*box-shadow: 5px 5px 10px 0 #ccc;*/
        position: relative;
    }
    header .inner{
        width: calc(100% - 60px);
        margin: 5px 0 0 10px;
    }
    header .inner figure{
        width: 30%;
    }
    header .inner ul li:nth-child(1) img{
        padding: 0 0 2px;
    }
    header .inner ul li:nth-child(2){
        font-size: var(--fsize8);
        padding: 20px 10px 0;
    }
    header .inner ul li:nth-child(2):before{
        width: 20px;
        height: 20px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    footer{
        padding: 12% 0 20%;
    }
    footer .footerinner{
        margin: 0 auto 8%;
    }
    footer .footerinner figure{
        width: 60%;
        margin: 0 auto 8%;
    }
    footer .footerinner .rightbox{
        width: 80%;
    }
    footer .copyright{
        font-size: var(--fsize10);
    }
    .menu,.menu_f{
        width: 100vw;
    }
    .menu-btn{
        position: absolute;
        top:0;
        right:0;
    }
    .menu-btn_f{
        top:unset;
        bottom:0;
        right:3%;
    }
    .menu-btn_f:has(.fa-times){
        top:20%;
        bottom:unset;
    }
    .links{
        width: 92%;
    }
    .links p.big{
        font-size: var(--fsize24);
        margin: 0 auto 6%;
    }
    .links a{
        font-size: var(--fsize22);
        padding: 6% 0;
    }
    .links a span{
        margin: 5% auto 0;
        padding: 12px 50px 12px 30px;
    }
    footer ul.subMenu{
        justify-content: center;
      }
    #FooterFloatingMenu{
        display:block;
        text-align: center;
        margin:0 auto;
        padding:2% 0 0;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width:100%;
        z-index: 9999;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner{
        background: var(--white);
        box-shadow: 0px -5px 10px 0 #999;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 5% 0;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li a{
        color: var(--blue);
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner .menu_f li{
        text-align: left;
        display: block;
        padding: 0 0 20px 10px;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner .menu_f li a{
        color: var(--white);
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu01,
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu02{
        width: 40%;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu02{
        background: #e2e2e2;
        color:#000000;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.menu03{
        width: 20%;
        
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu01 span,
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu02 span{
        padding:0 0 0 25px;
        position: relative;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu01 span:before{
        content: "";
        background: url(../images/icon_tel.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% + 5px);
        left:0;
        transform: translate(0,-50%);
        width: 15px;
        height: 22px;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu02 span:before{
        content: "";
        background: url(../images/icon_mail.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 62%;
        left: 0;
        transform: translate(0, -50%);
        width: 20px;
        height: 18px;
    }
    #FooterFloatingMenu ul.FooterFloatingMenu_inner li.Menu03{
        position: relative;
    }

    footer .company .tit {
        justify-content: center;
        flex-wrap: wrap;
    }
    footer .company .left {
        justify-content: center;
    }
    footer .company .com_logo {
        width: 100%;
    }
    footer .company address {
        width: 100%;
        text-align: center;
    }
    footer .company address span {
        display: block;
        margin-bottom: 1rem;
    }
    footer .company .right .row {
        width: 100%;
    }
    .no-data{
        padding: 12% 0;
    }
}
@media screen and (max-width:520px) {
    footer .company .tit .en {
        font-size: var(--fsize43);
    }
    footer .company .tit .jp {
        font-size: var(--fsize16);
    }
    footer .company .add {
        font-size: var(--fsize14);
    }
    footer .company .right .row{
        flex-wrap: wrap;
    }
    footer .company .right .row dt,
    footer .company .right .row dd {
        width: 100%;
        font-size: var(--fsize14);
    }
    footer .company .right .row dt{
        justify-content: center;
        font-size: var(--fsize16);
    }
}
