@charset "utf-8";

/* =====================
　2025年4月　追加　リニューアル
======================= */
.faq-list-ttl {
    font-size: 166.6667%;
    font-weight: normal;
    line-height: 1;
    color: #0a0a78;
    width: fit-content;
    margin: 0 auto 2.6087%;
    padding-bottom: 0.8696%;
    background-image: linear-gradient(to right, #0a0a78 3px, transparent 3px);
    background-size: 8px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.read-txt{
font-size: 1.4vw;
color: #0a0a78;
}



.exam-txt{
width: 100%;
margin-bottom: 5%;
font-size: 1vw;
color: #000000;
}

.off-in{
width:80.8695%;
margin: 0 auto;
}

.off02{
background-color: #f5f5ff;
padding: 1% 0;
}

.off02-in{
width:80.8695%;
margin: 0 auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.off02-l{
width: 43%;
border-left: 3px dotted #0a0a78;
  border-right: 3px dotted #0a0a78;
  padding: 2% 3%;
}

.off02-r{
width:43%;
border-right: 3px dotted #0a0a78;
padding: 2% 3%;
}

.off02-pic{
position: relative;
  display: inline-block;
width:100%;
margin: 0 auto;
}
.off02-pic img{
display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}

.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.off02-pic:hover .img-hover {
  opacity: 1;
}

.off02-pic:hover .img-default {
  opacity: 0;
}

.btn-charenge{
width:100%;
}
.btn-charenge img{
width:100%;
}

.off03-txt{
font-size: 1vw;
text-align: center;
color: #000000;
line-height: 170%;
margin-bottom: 8%;
}

.off03-boxarea{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 5%;
}

.off03-box{
width: 47.826%;
border-color: #0a0a78;
position: relative;
height: auto;
border: 2px solid #0a0a78;
margin-bottom: 4%;
padding-bottom: 4%;

}

.off03-box-no{
position: absolute;
left: 0;
top:0;
width: 22.1818%;
}
.off03-box-no img{
width:100%;
}

.off03-box-ttl{
font-size: 1.4vw;
line-height: 1.5;
font-weight: bold;
color: #0a0a78;
text-align: center;
margin: 15% 0 5%;
}

.off03-box-txt{
width: 81.818%;
margin: 0 auto ;
font-size: 1vw;
text-align: left;
line-height: 170%;
color: #000000;
}

.off03-box-ttl#po02{
margin-bottom: 10%;
}

.off03-pic{
width:32.1739%;
text-align: center;
line-height: 1.4;
font-size: 1vw;
}
.off03-pic img{
width:100%;
}


.video-wrapper {
  width: 100%;         /* 親に合わせる */
  aspect-ratio: 16 / 9; /* 動画の比率に合わせる */
  position: relative;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.off04-txt{
font-size: 1vw;
color: #000000;
line-height: 170%;
}

.off05-process .off05-process-list {
  font-size: 120%;
  width: 80.8696%;
  margin: 0 auto 6.4516%;
  display: flex;
  flex-wrap: wrap;
}
.off05-process .off05-process-list dt {
  width: 6.4516%;
  padding-bottom: 2em;
  background-image: linear-gradient(to bottom, #cecee4 2px, transparent 2px);
  background-size: 2px 7px;
  background-repeat: repeat-y;
  background-position: 25% top;
}
.off05-process .off05-process-list dt:last-of-type {
  padding-bottom: 0;
  background-image: none;
}
.off05-process .off05-process-list dt span {
  display: inline-block;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #0a0a78;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  vertical-align: top;
}
.off05-process .off05-process-list dd {
  width: calc(100% - 6.4516%);
  margin: 0;
  padding-bottom: 2em;
}
.off05-process .off05-process-list dd:last-of-type {
  padding-bottom: 0;
}
.off05-process .off05-process-list-ttl {
  font-size: 100%;
  line-height: 1.5;
  color: #0a0a78;
  margin-bottom: 0.5556em;
}
.off05-process .off05-process-list-txt {
  margin: 0;
}
.off05-process .btn-wrapper {
  text-align: left;
  margin-top: 0.6667em;
}

.anchor-offset {
  position: relative;
}

.anchor-offset::before {
  content: "";
  display: block;
  height: 90px; /* ヘッダーの高さ */
  margin-top: -90px;
  visibility: hidden;
}


/* =====================
　2025年4月　追加　リニューアル　ここまで
======================= */

/* ========================================================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　ipad
=========================================================================================================================================================================================== */
@media only screen and (max-width: 1024px) { 

}


/* =============================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　スマホ
========================================================================================================================================================================== */
@media only screen and (max-width: 699px) {

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.read-txt{
font-size: 18px;
color: #0a0a78;
}

.faq-list-ttl {
    font-size: 18px;
    margin-bottom: 5%
    padding: 2% 0;
    }
    
.sec-ttl {
    font-size: 18px;
    }

.off02-in {
    width: 95%;
    margin: 0 auto;
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.off02-l {
    width: 42%;
    border-left: 3px dotted #0a0a78;
    border-right: 3px dotted #0a0a78;
    padding: 2% 3%;
}

.off02-r {
    width: 42%;
    border-right: 3px dotted #0a0a78;
    padding: 2% 3%;
}

.off03-txt {
    font-size: 14px;
    }
    
.off03-box {
    width: 100%;
    }
    
.off03-box-ttl {
    font-size: 18px;
    }
    
.off03-box-txt {
    font-size: 14px;
    }
    
.off03-pic {
    font-size: 14px;
}

.off04-txt {
    font-size: 14px;
    }
    
.off-in {
    width: 90%;
    }
    
.off05-process .off05-process-list {
    width: 100%;
    font-size: 16px;
  }
  .off05-process .off05-process-list dt {
    width: 50px;
  }
  .off05-process .off05-process-list dd {
    width: calc(100% - 50px);
  }
  .off05-process .off05-process-list-ttl {
    margin-bottom: 20px;
  }
  .off05-process .btn-wrapper {
    margin-top: 20px;
  }
    

}