@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:"・";
}
.box{
  margin-top: 1rem;
  padding-top: 1rem;
}

/******************************
  font
******************************/
.ffRoboto {
  font-family: "Roboto", sans-serif;
}
.ffMp1 {
  font-family: "M PLUS 1", sans-serif;
}


/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3,
.boxinner{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3,
.boxinner{
  max-width: 1280px;
}
.boxinner{
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
}

.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1,
.boxinner .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;
}
.fae{
  align-items: end;
}
.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 .enttl,
.ttlbox2 .enttl,
.ttlbox3 .enttl,
.ttlbox5 .enttl{
  font-family: "Roboto", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-word;
}
.ttlbox1 .subttl,
.ttlbox2 .subttl,
.ttlbox3 .subttl,
.ttlbox5 .jattl{
  color: #8DAACB;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
}
.ttlbox2 .enttl{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ttlbox2 .enttl::before{
  content: attr(data-en);
  color: #F3F7EC;
  font-size: 7rem;
  position: absolute;
  bottom: -3rem;
  width: 120%;
  z-index: -1;
}
.ttlbox2 .enttl.dataR::before{
  right: -8rem;
}
.ttlbox2 .enttl.dataL::before{
  left: -8rem;
}
.ttlbox3 .enttl{
  font-size: 4rem;
}
.ttlbox4 .ttl{
  font-family: "M PLUS 1", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.faq_page .ttlbox4 .ttl{
  margin-bottom: 20px;
}

.ttlbox4 .ttl span{
  color: #8DAACB;
  font-size: 6rem;
  font-weight: 600;
}

.ttlbox5 .enttl{
  color: #8DAACB;
  font-size: 1.6rem;
  line-height: 1.8;
}
.ttlbox5 .jattl{
  color: #333;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.subttl1{
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

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

}
@media only screen and (max-width: 820px) {
  .ttlbox1 .enttl,
  .ttlbox2 .enttl{
    display: block;
    font-size: 4.4rem;
  }
  .ttlbox2 .enttl.dataR::before,
  .ttlbox2 .enttl.dataL::before{
    right: auto;
    left: 5%;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .enttl,
  .ttlbox2 .enttl{
    font-size: 4rem;
  }
  .ttlbox2 .enttl.dataR::before,
  .ttlbox2 .enttl.dataL::before{
    font-size: 4.5rem;
    left: 5%;
  }
  .ttlbox4 .ttl{
    font-size: 2.4rem;
  }
  .ttlbox4 .ttl span{
    font-size: 3.4rem;
    line-height: 1;
  }
  .ttlbox5 .jattl{
    font-size: 3.4rem;
  }
  .subttl1{
    font-size: 1.8rem;
  }
  
}

/******************************
  btn
******************************/
.morebtn1{
  margin-top: 2rem;
  margin-left: auto;
  max-width: 350px;
  width: 100%;
}
.morebtn1.wide_btn {
  margin-top: 2rem;
  margin-left: auto;
  max-width: 450px;
  width: 100%;
}

.morebtn1 a{
  background: #8DAACB;
  border: 1px solid #8DAACB;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  opacity: 1 !important;
  padding: 1.5rem 2.5rem;
  position: relative;
  text-align: left;
  transition: .5s;
}
.morebtn1 a .arrow{
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: .5s;
  width: 50px;
}
.morebtn1 a .arrow::before{
  content: "";
  aspect-ratio: 1 / 1;
  background: #8DAACB;
  clip-path: polygon(0 0, 80% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  transition: .5s;
  width: 15px;
}
.morebtn1 a:hover{
  background: #fff;
  color: #8DAACB;
}
.morebtn1 a:hover .arrow{
  background: #8DAACB;
}
.morebtn1 a:hover .arrow::before{
  background: #fff;
}
@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) {
  .morebtn1{
    max-width: 300px;
  }
  .morebtn1 a{
font-size: 1.8rem;
padding: 1rem 4rem 1rem 2rem;
  }
  .morebtn1 a .arrow{
    width: 30px;
  }
  .morebtn1 a .arrow::before{
    width: 10px;
  }
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  padding: 2rem 0rem;
  border-bottom: solid 1px #e6e6e6;
}
.tblbox1 dt{
  font-weight: bold;
  width: 150px;
}
.tblbox1 dd{
  margin-left: auto;
  width: calc(100% - 150px);
}
@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 .tbl {
    padding: 1rem ;
  }
  .tblbox1 dt,
  .tblbox1 dd{
    width: 100%;
  }
}

/******************************
  header
******************************/
.cmnhead{
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.headbar{
  background: rgba(255, 255, 255, .8);
  border-radius: 16px;
  overflow: hidden;
  padding: 2rem 1rem;
}
.headbar .logo{
  line-height: 1;
  margin-left: 2rem;
  width: 356px;
}
.spbtn{
  aspect-ratio: 1/1;
  background: #D2E397;
  cursor: pointer;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
}
.spbtn .txt{
  font-size: 1.5rem;
  font-weight: bold;
}
.spbtn .line{
  background: #222;
  position: absolute;
  left: 1.6rem;
  height: 3px;
  width: calc(100% - 3.2rem);
  transition: .5s;
}
.spbtn .line1{
  bottom: 28px;
}
.spbtn .line2{
  bottom: 17px;
}
.spbtn.active .line{
  bottom: 23px;
}
.spbtn.active .line1{
  transform: rotate(20deg);
}
.spbtn.active .line2{
  transform: rotate(-20deg);
}
.navcover{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100%;
  z-index: -1;
}
.navcover.active{
  display: block;
}
.cmnnav{
  margin-top: 2rem;
  background: #fff;
  border-radius: 16px;
  opacity: 0;
  padding: 2rem 1rem;
  overflow: auto;
  position: absolute;
  pointer-events: none;
  left: 2rem;
  transform: translateY(-100%);
  transition: .5s;
  width: calc(100% - 4rem);
}
.cmnnav.active{
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.cmnnav > dl {
  max-width: 1240px;
  margin: 0 auto;
}
.cmnnav > dl > .navitem{
  margin: 2% 3%;
  width: 26%;
}
.cmnnav > dl > .navitem > dt{
  border-bottom: 2px solid #D2E397;
  color: #8DAACB;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
.cmnnav > dl > .navitem > dt::before{
  content: "";
  aspect-ratio: 32 / 11;
  background: url(../images/ob/arrow_blue.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
}
.cmnnav > dl > .navitem ul li{
  margin-top: 1rem;
}
.cmnnav > dl > .navitem ul li a{
  display: inline-block;
}
.cmnnav > dl > .navitem ul li a:hover{
  color: #8DAACB;
  opacity: 1;
  text-decoration: underline;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .cmnnav > dl > .navitem {
    margin: 2% 2%;
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .cmnhead{
    padding: 2rem 0;
  }
  .headbar .logo {
    margin-left: 0rem;
    width: 200px;
  }
  .cmnnav{
    padding: 3rem 2rem 4rem ;
    height: calc(100vh - 120px);
  }
  .cmnnav > dl > .navitem {
    margin: 0 0 2rem;
    width: 98%;
  }
}

/******************************
  footer
******************************/
.pagetopbox .circle,
.pagetopbox .semicircle{
  aspect-ratio: 1/1;
  background: #D2E397;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  width: 100px;
}
.pagetopbox .semicircle{
  aspect-ratio: 1 / 2;
  border-radius: 100% 0 0 100% / 50%;
  color: #8DAACB;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 1;
}
.fotmask{
  background: url(../images/ob/mask_fot.svg) no-repeat top / cover;
  padding: 10rem 0 5rem;
}

.fotlogo {
  margin-bottom: 3rem;
  text-align: center;
}
.fotlogo img{
  filter: brightness(0) invert(1);
}
.fotlink{
  margin: 0 auto;
  max-width: 800px;
}
.fotlink li{
  margin: 0 auto;
}
.fotlink li a{
  color: #fff;
  font-weight: 500;
}
@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) {
  .cmnfot{
    margin-top: 3rem;
  }
  .fotmask {
    padding: 8rem 0 5rem;
  }
  .pagetopbox .circle,
  .pagetopbox .semicircle{
    top: -50px;
  }
  .fotlink{
    max-width: 300px;
  }
  .fotlink li{
    width: 100%;
    text-align: center;
  }
  .fotlink li:not(:last-of-type){
    margin-bottom: .5rem;
  }
}

.remarks{
  padding: 20px 5%;
}
.remarks p{
  font-size: 16px;
}
