@charset "UTF-8";

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}

.anchor{
  margin-top: -48px;
  padding-top: 48px;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {

}

/******************************
スクルール連動アニメーション
******************************/
.leftover-box {
  overflow: hidden;
}
.leftover-box .leftover-box-in {
  overflow: hidden;
  position: relative;
  transition-delay: 0.1s;
  transform: translate3d(-100.5%, 0px, 0px);
  transition-delay: 0s;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: left center;
  transition-property: transform, -webkit-transform;
}
.leftover-box.animated .leftover-box-in::before {
  transform: scale(0, 1);
}
.leftover-box .leftover-box-in::before {
  content: "";
  /* background: linear-gradient(90deg,#134177 ,#0A2D3F); */
  background: linear-gradient(90deg,#3391ff, #4dc3ff);
  background: linear-gradient(90deg,#1d6ac4,#3391ff);
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: scaleX(1);
  transition-delay: 0.4s;
  transition-duration: 1.5s;
  transform-origin: right center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 5;
}
.leftover-box .leftover-box-in img {
  transform: scale(1);
  transition-duration: 4s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}

.leftover-box.animated .leftover-box-in {
  transform: translate3d(0px, 0px, 0px);
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttlbox1,
.ttlbox2 {
  color: #0B1E46;
  color: #1d6ac4;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.ttlbox2{
  text-align: center;
}
.ttlbox1 .enttl,
.ttlbox2 .enttl{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.ttlbox1 .ttl,
.ttlbox2 .ttl{
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .enttl,
  .ttlbox2 .enttl{
    font-size: 1.6rem;
  }
  .ttlbox1 .ttl,
  .ttlbox2 .ttl{
    font-size: 3rem;
    font-weight: 500;
  }
}

/******************************
  btn
******************************/
.morebtn1 a,
.morebtn1 .fomb{
  background: #fff;
  border: 1px solid #0A2D3F;
  border: 1px solid #1d6ac4;
  display: inline-block;
  min-width: 200px;
  padding: 0.5rem 5rem;
  position: relative;
  text-align: center;
  transition: .3s;
}
.morebtn1 .fomb{
  padding: 0;
}
.morebtn1 .fomb input{
  display: block;
  padding: 0.5rem 5rem;
}
.morebtn1 a::before,
.morebtn1 a::after,
.morebtn1 .fomb::before,
.morebtn1 .fomb::after {
  content: "";
  background: #0A2D3F;
  background: #1d6ac4;
  position: absolute;
}
.morebtn1 a::before,
.morebtn1 .fomb::before{
  bottom: -5px;
  left: 5px;
  height: 1px;
  width: 100%;
}
.morebtn1 a::after,
.morebtn1 .fomb::after{
  top: 5px;
  right: -5px;
  height: 100%;
  width: 1px;
}
.morebtn1 a:hover,
.morebtn1 .fomb:hover{
  background: #134177;
  background: #1d6ac4;
  color: #fff;
  opacity: 1;
}
.morebtn1 .fomb:hover input{
  color: #fff;
}
.morebtn1 a:hover::before,
.morebtn1 .fomb:hover::before{
  bottom: auto;
  top: -5px;
  left: -5px;
}
.morebtn1 a:hover::after,
.morebtn1 .fomb:hover::after{
  top: -5px;
  left: -5px;
  right: auto;
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  border-bottom: 2px dashed #ccc;
}
.tblbox1 .tbl:last-of-type{
  border: none;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  width: 200px;
}
.tblbox1 .tblcontent{
  width: calc(100% - 200px);
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblttl{
    padding: 1rem 2rem 0;
  }
  .tblbox1 .tblcontent{
    padding: .5rem 2rem 1rem;
  }
  .tblbox1 .tblttl{
    font-weight: bold;
    padding-bottom: 0;
  }
}


/******************************
  header
******************************/
.cmnhead{
  background: linear-gradient(#134177 ,#0A2D3F);
  background: linear-gradient(#3391ff, #4dc3ff);
  background: linear-gradient(#1d6ac4,#3391ff);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead a{
  color: #fff;
}
.cmnhead .logo a{
  font-size: 2rem;
}
.cmnnavgr ul{
  gap: 2rem;
}
.cmnnavgr a{
  opacity: 1;
  position: relative;
}
.cmnnavgr a::before{
  content: "";
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
  height: 1px;
  width: 0;
}
.cmnnavgr a:hover::before{
  width: 100%;
}

.spbtn,
.splogo{
  display: none;
}
.spbtn{
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 3px;
  width: 45%;
}
.spbtn span:nth-of-type(1) {
  top:15px; 
}
.spbtn span:nth-of-type(2) {
  top:23px;
  width: 35%;
}
.spbtn span:nth-of-type(3) {
  top:31px;
  width: 25%;
}
.spbtn.active{
  z-index: 1;
}
.spbtn.active span{
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(45deg);
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnhead {
    padding: 1.6rem 0;
  }
  .spbtn,
  .splogo{
    display: block;
  }
  .splogo{
    font-size: 2.2rem;
    margin: 2rem 0;
    text-align: center;
  }
  .cmnnav{
    background: rgba(0,0,0,.8);
    color: #fff;
    opacity: 0;
    max-width: 340px;
    padding: 4rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: 1s;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnnavgr ul{
    gap: 1rem;
    padding: 0 2rem;
  }
  .cmnnavgr li{
    width: 100%;
  }
  .cmnnavgr li a::before{
    display: none;
  }
  .cmnnavgr li a{
    border-bottom: 1px solid #fff;
    display: block;
    padding: 1rem 2rem;
    position: relative;
  }
  .cmnnavgr a:hover::after,
  .cmnnavgr a.nowpage::after{
    content: "\f0da";
    font: var(--fa-font-solid);
    position: absolute;
    top: 1.6rem;
    left: .2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  footer
******************************/
.fotterlinks .fotlink1{
  aspect-ratio: 2.5 / 1;
  width: 50%;
}
.fotterlinks .fotlinkgr{
  width: 50%;
}
.fotterlinks .fotlinkgr .fotlink{
  height: 50%;
}
.fotterlinks .fotlink a{
  background: url(../images/common/fot_linkbg1.webp) no-repeat top / cover;
  display: block;
  height: 100%;
  opacity: 1;
  position: relative;
}
.fotterlinks .fotlink2 a{
  background: url(../images/common/fot_linkbg2.webp) no-repeat center / cover;
}
.fotterlinks .fotlink3 a{
  background: url(../images/common/fot_linkbg3.webp) no-repeat center / cover;
}
.fotterlinks .fotlink a::before{
  content: "";
  background: rgba(0,0,0, .4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
}
.fotterlinks .fotlink a:hover::before{
  opacity: 0;
}
.fotterlinks .fotlink a span{
  color: #fff;
  font-size: 1.8vw;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  text-shadow: 2px 2px #0A2D3F;
  transform: translateY(-50%);
  width: 100%;
}



.cmnfot {
  background: linear-gradient(#134177 ,#0A2D3F);
  background: linear-gradient(#3391ff, #4dc3ff);
  background: linear-gradient(#1d6ac4,#3391ff);
  color: #fff;
  padding: 2rem 0 1rem;
}
.cmnfot a{
  color: #fff;
  opacity: 1;
}
.cmnfot a:hover{
  text-decoration: underline;
}

.cmnfot .ftxt{
  width: 60%;
}
.cmnfot .fmap{
  width: 35%;
}
.cmnfot .fmap iframe{
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
}

.cmnfot .fotlogo{
  font-size: 2.4rem;
  margin-bottom: 2.6rem
}

.cmnfot .finfo{
  width: 180px;
}
.cmnfot .finfo .add{
  margin-bottom: 2rem;
}
.cmnfot .flink{
  gap: 2rem;
  width: 300px;
}
.cmnfot .flink ul{
  width: calc(50% - 2rem);
}

.fotcopy{
  margin-top: 2rem;
  text-align: center;
}

@media only screen and (max-width: 1180px) {
  .fotterlinks .fotlink1 {
    aspect-ratio: 2 / 1;
  }
  .fotterlinks .fotlink a span{
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fotterlinks .fotlink1 {
    aspect-ratio: 1.5 / 1;
  }
  .fotterlinks .fotlink a span{
    font-size: 2rem;
  }

  .cmnfot .flink{
    gap: 0;
    width: 200px;
  }
  .cmnfot .flink ul{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .fotterlinks .fotlink1,
  .fotterlinks .fotlinkgr,
  .cmnfot .ftxt,
  .cmnfot .fmap,
  .cmnfot .flink{
    width: 100%;
  }
  .fotterlinks .fotlink{
    aspect-ratio: 2.5/1;
  }
  .cmnfot .fotlogo {
    font-size: 2.4rem;
  }
  .cmnfot .fmap{
    margin: 2rem auto 0;
    width: 90%;
  }
  .cmnfot .finfo .add ,
  .cmnfot .finfo .tel {
    margin-bottom: 1rem;
  }
}