

.button{
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .button{
    margin-top: 30px;
  }
}

/* mv_area */
.mv_area{
  margin-bottom: 60px;
}
.mv_area .mv{
  text-align: center;
}
.mv_area .mv img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv_area{
    margin-bottom: 40px;
  }
}

/* #method */
@media screen and (max-width: 768px) {
  #method.section{
    padding: 0 5.5%;
  }
  #method .section_title .sub{
    width: 20.3%;
  }
}

/* circle_area */
.circle_area{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 75px;
}
.circle_area .circle_block{
  width: 29%;
}
.circle_area .circle{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.circle_area .circle._01{
  background: url(../img/index/circle_01.png) no-repeat left 43px top 20px;
  background-size: 36.9%;
  background-color: #c490bf;
}
.circle_area .circle._02{
  background: url(../img/index/circle_02.png) no-repeat left 43px top 20px;
  background-size: 42.9%;
  background-color: #f19ec2;
}
.circle_area .circle._03{
  background: url(../img/index/circle_03.png) no-repeat left 43px top 20px;
  background-size: 42.6%;
  background-color: #f29c9f;
}
.circle_area .circle .text {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 65%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  width: 100%;
  text-align:center;
}
.circle_area .circle .text span{
  display: block;
  line-height: 1;
  color: #ffffff;
}
.circle_area .circle .text .type{
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 8px;
}

@media screen and (max-width: 768px) {
  .circle_area{
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .circle_area .circle_block{
    width: 44.2%;
  }
  .circle_area .circle_block:first-child{
    margin-right: 9.7%;
  }
  .circle_area .circle._01{
    background: url(../img/index/circle_01_sp.png) no-repeat left 20px top 5px;
    background-size: 33.3%;
    background-color: #c490bf;
  }
  .circle_area .circle._02{
    background: url(../img/index/circle_02_sp.png) no-repeat left 20px top 5px;
    background-size: 39.2%;
    background-color: #f19ec2;
  }
  .circle_area .circle._03{
    background: url(../img/index/circle_03_sp.png) no-repeat left 20px top 5px;
    background-size: 39.2%;
    background-color: #f29c9f;
  }
  .circle_area .circle._02 .text {
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  .circle_area .circle._03 .text {
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .circle_area .circle .text{
    padding: 0 1px;
    box-sizing: border-box;
  }
  .circle_area .circle .text .type{
    font-size: 1.5rem;
    letter-spacing: 5px;
  }
}

/* #point */
@media screen and (max-width: 768px) {
  #point .section_title .sub{
    width: 15%;
  }
}

/* point_area */
.point_area{
  margin-top: 85px;
}
.point_area .point_block{
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.point_area .point_block .left{
  width: 180px;
  display: table-cell;
  background: #eaffb7;
  position: relative;
  padding: 15px 20px 15px 50px;
  box-sizing: border-box;
}
.point_area .point_block .left .point{
  position: absolute;
  left: 30px;
  top: -20px;
}
.point_area .point_block .right{
  display: table-cell;
  position: relative;
  padding: 0 4.4%;
  vertical-align: middle;
}
.point_area .point_block .right .text{
  text-align: left;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  z-index: 10;
}
.point_area .point_block .right .text span{
  display: inline;
  background: linear-gradient(transparent 65%,#fff799 65%);
}
.point_area .point_block .right .img{
  position: absolute;
  right: 0;
  top: 0;
}
.point_area .point_block._01 .right .img{
  right: 14.2%;
  top: -25px;
}
.point_area .point_block._02 .right .img{
  top: -32px;
}
.point_area .point_block._03 .right .img{
  right: 10.7%;
}

@media screen and (max-width: 768px) {
  .point_area{
    margin-top: 35px;
  }
  .point_area .point_block{
    margin-bottom: 35px;
  }
  .point_area .point_block:last-child{
    margin-bottom: 30px;
  }
  .point_area .point_block .left{
    width: 27.3%;
    padding: 15px 10px 10px;
  }
  .point_area .point_block .left .point{
    width: 58.6%;
    left: 10px;
    top: -15px;
  }
  .point_area .point_block .right .text{
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .point_area .point_block._01 .right .img{
    width: 23%;
    top: 5px;
    right: 13px;
  }
  .point_area .point_block._02 .right .img{
    width: 32.4%;
    top: 0;
    right: 0;
  }
  .point_area .point_block._03 .right .img{
    width: 28.2%;
    top: 5px;
    right: 5px;
    transform: rotate(-20deg);
  }
}

/* #preparation */
@media screen and (max-width: 768px) {
  #preparation .section_title .sub{
    width: 34%;
  }
}

/* box_area */
.box_area{
  width: 920px;
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3%;
}
.box_area .box_block{
  width: 47.8%;
  text-align: left;
  padding: 30px 3% 30px 16.2%;
  box-sizing: border-box;
}
.box_area .box_block:nth-child(-n+2){
  margin-bottom: 40px;
}
.box_area .box_block._01{
  background: url(../img/index/img_box_01.png) no-repeat left top 15px;
  background-size: 27.2%;
  background-color: #d6eaf7;
}
.box_area .box_block._02{
  background: url(../img/index/img_box_02.png) no-repeat left top 15px;
  background-size: 27.2%;
  background-color: #ceebe9;
}
.box_area .box_block._03{
  background: url(../img/index/img_box_03.png) no-repeat left top 15px;
  background-size: 29%;
  background-color: #deeed6;
}
.box_area .box_block._04{
  background: url(../img/index/img_box_04.png) no-repeat left top 40px;
  background-size: 30.2%;
  background-color: #d1d5ea;
}
.box_area .box_block .title{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.box_area .box_block._04 .title{
  line-height: 1;
  text-indent: -2.7em;
  padding-left: 2.7em;
  margin-bottom: 15px;
}
.box_area .box_block .title .yen{
  letter-spacing: 2px;
}
.box_area .box_block .title .sub{
  font-size: 1rem;
  letter-spacing: 2px;
}
.box_area .box_block .text{
  line-height: 1.3;
}

@media screen and (max-width: 980px) {
  .box_area{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .box_area .box_block._04 .title._sub {
    margin-right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .box_area{
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .box_area .box_block{
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 5.6% 15px 33%;
  }
  .box_area .box_block:nth-child(-n+2){
    margin-bottom: 15px;
  }
  .box_area .box_block._03{
    background: url(../img/index/img_box_03_sp.png) no-repeat left top 15px;
    background-size: 29%;
    background-color: #deeed6;
  }
  .box_area .box_block._04 {
    background: url(../img/index/img_box_04_sp.png) no-repeat left top 30px;
    background-size: 30.2%;
    background-color: #d1d5ea;
  }
  .box_area .box_block .title{
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  .box_area .box_block .text{
    line-height: 1.5;
  }
  .box_area .box_block .title .sub{
    letter-spacing: 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 414px) {
  .box_area .box_block .title .sub {
    letter-spacing: 1.4px;
  }
}

@media screen and (max-width: 375px){
  .box_area .box_block .title {
      font-size: 1rem;
  }
  .box_area .box_block .title .sub {
    letter-spacing: 0.5px;
  }
}

/* #process */
@media screen and (max-width: 768px) {
  #process .section_title .sub{
    width: 20.7%;
  }
  #process.section{
    padding: 0;
  }
  #process .note,
  #process .button{
    padding: 0 8.6%;
    box-sizing: border-box;
  }
}

/* step_area */
.step_area{
  background: #ffc496;
  padding: 65px 5.1%;
  margin-top: 80px;
  margin-bottom: 30px;
}
.step_area .step_block{
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.step_area .step_block:last-child{
  margin-bottom: 0;
}
.step_area .step_block::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #ffffff;
}
.step_area .step_block:last-child::before{
  content: none;
}
.step_area .step_block .left{
  width: 14.2%;
  display: table-cell;
  background: #fff799;
  padding: 30px 0;
  text-align: center;
}
.step_area .step_block .right{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  background: #ffffff;
  padding: 0 3.4%;
}
.step_area .step_block .title{
  font-weight: bold;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .step_area{
    margin-top: 20px;
    padding: 30px 8.6%;
  }
  .step_area .step_block{
    margin-bottom: 25px;
  }
  .step_area .step_block::before{
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #ffffff;
  }
  .step_area .step_block .left{
    width: 24.5%;
    padding: 15px 5.6%;
  }
  .step_area .step_block .right{
    padding: 15px 3.6%;
  }
  .step_area .step_block .title{
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}


/* question */
#question.section{
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #question .section_title .sub{
    width: 26.4%;
  }
  #question .button .link{
    font-size: 1.125rem;
  }
}

/*200319*/
.box_area .box_block .title .yenLS{
  letter-spacing: 1px !important;
}

.box_area .box_block._04 .title._sub {
  margin-bottom: 0 !important;
  margin-right: -10px;
}

.box_area .box_block._04 .title._sub01 {
  /* margin-right: 20px !important; */
  margin-right: -10px;
  text-align: right !important;
}


.IB {display:inline-block;}
#method .section_title {margin-bottom:1em;}
.examTypes {display:grid; gap:1rem; margin-block:1rem 2rem;}
.examTypes .-color1 {--color:#b979b1;}
.examTypes .-color2 {--color:#6c9bd2;}
.examTypes .-color3 {--color:#ee86b4;}
.examTypes .-color4 {--color:#f6ae69;}
.examTypes .-color5 {--color:#81bc53;}
.examTypes li {position:relative; display:flex; flex-direction:column; justify-content:center; padding:1rem; border-radius:.6em; background:var(--color); overflow:hidden; font-weight:bold;}
.examTypes li:not(:has(._link.-active)):after {content:""; display:flex; align-items:center; justify-content:center; position:absolute; left:0; top:0; width:100%; height:100%; padding-top:1em; background:#ccc7; font-size:1.3em; color:#fff;}
.examTypes li ._label {display:flex; align-items:center; justify-content:center;}
.examTypes li ._label > b {vertical-align:middle; line-height:1.3; font-size:1.6em; font-weight:bold; color:#fff;}
.examTypes li ._label > b small {display:block; font-size:1rem;}
.examTypes li ._label > b i {display:block; margin-top:.3em; font-size:12px; font-style:normal;}
.examTypes li > p {margin-top:.5rem; font-size:85%;}
.examTypes ._link {margin-top:.5rem;}
[data-active]:not(.-active) {display:none;}
.examTypes ._link.-active a:after {content:""; width:300%; height:300%; position:absolute; left:50%; top:50%; translate:-50% -50%;}
.examTypes ._link a {display:inline-block; padding:.1em .8em; border-radius:1em; background:#fff; text-decoration:none;}
.examTypes ._link a:before {content:""; display:inline-block; width:.5em; aspect-ratio:1/1; margin-right:.4em; border:var(--color) solid; border-width:3px 3px 0 0; rotate:45deg; scale:.9;}

.mypageBtn {margin-block:4rem 2rem;}
.mypageBtn > * ~ * {margin-top:1rem;}
.mypageBtn a {display:inline-block; min-width:250px; padding:.6em 1em; background:#f70; text-decoration:none; font-weight:bold; font-size:1.7rem; color:#fff;}
.mypageBtn a svg {fill:#fff; vertical-align:-30%;}
.closedBtn {margin-block:2rem;}
.closedBtn a {display:inline-block; padding:.6em 1em; background:#fff338; text-decoration:none; font-weight:bold; font-size:1.5rem;}

@media (min-width:769px){
  .examTypes:has(li:nth-child(5):last-child) {grid-template-columns:1fr 1fr 1fr;}
  .examTypes:has(li:nth-child(5):last-child) li:is(:nth-last-child(1),:nth-last-child(2)) {translate:calc(50% + .5rem) 0;}
  .examTypes:has(li:nth-child(4):last-child) {grid-template-columns:1fr 1fr;}
  .examTypes:has(li:nth-child(3):last-child) {grid-template-columns:1fr 1fr 1fr;}
  .examTypes li {min-height:6em;}
  .closedBtn a br {display:none;}
}
@media (max-width:768px){
  .examTypes {grid-template-columns:repeat(auto-fill, minmax(16em,1fr));}
}

.step_area .step_block {width:100%;}
.step_area .step_block .right {padding-block:1.5em!important;}
.step_area .step_block.-docs {display:grid; grid-template-columns:14.2% 85.8%;}
.step_area .step_block.-docs .left {width:auto;}
.spScrl_note {margin-block:1.5em .6em; font-size:93%;}
.spScrl {width:100%; overflow:auto;}
.spScrl tr:first-child > * {line-height:1.4;}
.spScrl tr > * {padding:.4em .5em; vertical-align:middle;}
.spScrl tr > * ~ * {text-align:center;}

@media (min-width:769px){
  .spScrl_note {display:none;}
  .spScrl {margin-top:.8em;}
  .spScrl table {width:100%;}
}
@media (max-width:768px){
  .step_area .step_block.-docs {grid-template-columns:24.5% 75.5%;}
  .step_area .step_block.-docs .left {padding:15px 20%;}
  .spScrl table {width:550px;}
  .spScrl tr > * {white-space:nowrap;}
}