@charset "UTF-8";

.inner-l {
  max-width: 1260px;
  min-width: 1180px;
  margin: 0 auto;
}
.inner-m {
  width: 1180px;
  margin: 0 auto;
}
.inner-s {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner-l {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
  }
  .inner-m {
    width: 100%;
    margin: 0 auto;
  }
  .inner-s {
    width: 100%;
    margin: 0 auto;
  }
}

.gnavi {
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 97;
  transition: top .5s ease 0s;
}
.gnavi.on{
  top:0;
}
.gnavi ul {
  padding: 90px 0 50px;
  background-color: #cfe2ca;
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.gnavi li {
  width: 80%;
  margin: 0 auto 20px;
  padding: 0 0 14px;
  border-bottom: 1px solid #333;
  color: #333;
}
.gnavi li:nth-child(1), .gnavi li:nth-child(2) {
  border-top: none;
}
.gnavi li:nth-child(2n+1) {
  border-right: none;
  border-bottom: 1px solid #333;
}
.gnavi li:nth-of-type(3) {
  margin: 0 auto;
  padding: 0 0 14px;
  border-bottom: 1px solid #333;
}
.gnavi li a{
  display:block;
  text-align:center;
  padding:1em;
}
.pc-gnavibtn{
  background: #fff;
  width: 50px;
  height: 0;
  padding: 50px 0 0;
  font-size: 0;
  line-height: 0;
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  cursor: pointer;
  top: 0;
  margin: 24px 0 0;
  right: 40px;
  z-index: 99;
}
.pc-gnavibtn span,
.pc-gnavibtn:after,
.pc-gnavibtn:before{
  display: block;
  width: 25px;
  padding: 4px 0 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #333333;
  transition: top .3s ease .3s,bottom .3s ease .3s,width .3s ease .3s,transform .3s ease 0s;
}
.pc-gnavibtn.on span,
.pc-gnavibtn.on:after,
.pc-gnavibtn.on:before{
  transition: top .3s ease 0s,bottom .3s ease 0s,width .3s ease 0s,transform .3s ease .3s;
}
.pc-gnavibtn:after,
.pc-gnavibtn:before{
  content: "";
}
.pc-gnavibtn:after{
  top: 20px;
}
.pc-gnavibtn:before{
  bottom: 20px;
}
.pc-gnavibtn.on span{
  width:0;
}
.pc-gnavibtn.on:after{
  top: 0;
  transform: rotate(45deg);
}
.pc-gnavibtn.on:before{
  bottom: 0;
  transform: rotate(-45deg);
}
.inq02 {
  writing-mode: vertical-rl;
  position: fixed;
  right: -80px;
  top: 180px;
  opacity: 0;
  transition: opacity 0.5s 0s ease;
  z-index: 999;
  pointer-events: none;
}
.inq02.active {
  opacity: 1;
  transition: opacity 0.5s 0s ease;
  pointer-events: auto;
}
.inq02 a {
  padding: 20px 10px;
  border-radius: 20px 0px 0px 20px;
}
@media (max-width: 767px) {
  .gnavi ul {
    background-color: #cfe2ca;
    padding: 25% 0 7%;
  }
  .gnavi  li {
    width: 65%;
    margin: 0 auto 4%;
    padding: 0;
    border-bottom: 1px solid #333;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .gnavi li:nth-child(1), .gnavi li:nth-child(2) {
    border-top: none;
    border-bottom: 1px solid #333;
 }
  .gnavi li:nth-child(2n+1) {
  border-right: none;
  border-bottom: 1px solid #333;
 }
  .gnavi li:nth-of-type(3) {
    margin: 0 auto 13%;
    padding: 0;
  }
  .gnavi li:last-child {
    margin: 0 auto;
    border-bottom: none;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .gnavi li a {
    font-weight: bold;
  }
  .gnavi li:last-child a {
    background-color: #e65555;
    border: none;
    color: #fff;
    font-weight: bold;
  }
}

h3 {
  text-align: center;
}
.btn01 {
  box-shadow: 4px 6px 0 rgba(175,34,34,1);
  background-color: #e65555;
  border-radius: 15px;
  width: 725px;
  margin: 0 auto;
  position: relative;
}
.btn01 a {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  width: 725px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 15px;
}
.btn01 a:after {
  content: "";
  background: url(../images/2025exam/btn_arrow.png)no-repeat center;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 20px;
}
.btn01 a span {
  margin: 0 0 0 -60px;
}
@media (max-width: 767px) {
  .btn01 {
    box-shadow: 3px 5px 0 rgba(175,34,34,1);
    background-color: #e65555;
    border-radius: 11px;
    width: 84.50704225352113%;
    margin: 0 auto;
    position: relative;
  }
  .btn01 a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    width: 84.50704225352113%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 5% 0 5% 5%;
  }
  .btn01 a:after {
    content: "";
    background: url(../images/2025exam/btn_arrow.png)no-repeat center;
    width: 9%;
    height: 50%;
    background-size: 100%;
    position: absolute;
    top: 22%;
    bottom: 0;
    margin: 0 0 0 2%;
  }
  .btn01 a span {
    margin: 0 0 0 -17%;
  }
}

header p {
  padding: 0 80px 0 0;
}

.box01{
  background:url(../images/2025exam/box01_bg_pc.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  padding: 20px 0 10px;
}
.box01 h2 {
  text-align: center;
}
.box01 ul.flex {
  justify-content: center;
  gap: 0 16px;
}
.box01 aside {
  position: absolute;
  right: 0;
  left: 0;
  margin: 38px auto 0;
}
.box01 ul.flex:nth-of-type(1) {
  margin: 0 0 25px;
}
.box01 ul li {
  font-size: 1.8rem;
  width: 23.4375%;
  border-radius: 7px;
  color: #fff;
}
.box01 ul li.font__small a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.box01 ul li:last-child {
  margin: 0;
}
.box01 ul li.purple {
  background-color: #d20059;
}
.box01 ul li.blue-active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background: url(../images/2025exam/box01_arrow02.png) no-repeat center center;
  margin: auto;
  right: 0;
  left: 0;
}
.box01 ul li.blue-active {
  background-color: #0068b7;
  color: #fff;
  position: relative;
}
.box01 ul li.blue {
  background-color: #b8d8f0;
  color: #333;
}
.box01 a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .box01{
    background: none;
    margin: 0;
    padding: 0;
  }
  .box01 h2 {
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .box01 aside {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 3.125%;
    box-sizing: border-box;
    margin: 5% auto 0;
  }
  .box01 ul li {
    font-size: 1.3rem;
    width: 49.25373134328358%;
    border-radius: 7px;
  }
  .box01 ul li:last-child {
    margin: 0;
  }
  .box01 ul li.blue-active:after {
    content: none;
  }
  .box01 ul.flex {
    flex-wrap: wrap;
    gap: 10px 1.4%;
  }
  .box01 ul.flex:nth-of-type(1) {
    margin: 0 0 10px;
  }
  .box01 a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 6% 0;
  }
}

.box02 {
  background-color: #fcfce9;
  padding: 180px 0 0;
  background: url(../images/2025exam/stripe.png)center;
}
.box02 .inner-l {
  background: url(../images/2025exam/box03_bg_tool01.png)no-repeat 50% 103%;
  padding: 0 0 154px;
}
.box02 h3 {
  margin: 0 0 30px;
}
.box02 .sbox01 {
  margin: 0 0 55px;
}
.box02 .sbox02 {
  margin: 0 0 60px;
}
.box02 .sbox02 figure {
  line-height: 0;
  font-size: 0;
  width: 450px;
}
.box02 .sbox02 dl {
  width: 470px;
}
.box02 .sbox02 dt {
  font-size: 3.6rem;
  font-weight: bold;
  color: #31a612;
  margin: 0 0 30px;
}
.box02 .sbox02 dd p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.625;
}
.box02 .sbox02 dd span {
  color: #e65555;
  font-weight: bold;
}
.box02 .txt01 {
  text-align: center;
  margin: 0 0 30px;
}
.box02 .sbox03 {
  width: 600px;
  margin: 0 auto;
}
.box02 .iframe-box {
  width: 100%;
  height: 0;
  position: relative;
  padding: 56.25% 0 0;
  margin: 0 auto 80px;
}
.box02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .box02 {
    background-color: #fcfce9;
    padding: 46% 0 0;
    background: url(../images/2025exam/stripe.png)center;
    background-size: 12%;
  }
  .box02 .inner-l {
    background: url(../images/2025exam/box03_bg_tool01_sp.png)no-repeat 50% 101%;
    padding: 0 0 18%;
    background-size: 100%;
  }
  .box02 h3 {
    width: 60.66666666666667%;
    margin: 0 auto 10%;
  }
  .box02 .sbox01 {
    display: block;
    width: 94.66666666666667%;
    margin: 0 auto 9%;
  }
  .box02 .sbox01 p {
    margin: 0 0 10%;
  }
  .box02 .sbox02 {
    display: block;
    width: 94.66666666666667%;
    margin: 0 auto 6%;
  }
  .box02 .sbox02 figure {
    line-height: 0;
    font-size: 0;
    width: 100%;
  }
  .box02 .sbox02 dl {
    width: 100%;
  }
  .box02 .sbox02 dt {
    font-size: 2.25rem;
    font-weight: bold;
    color: #31a612;
    margin: 10% auto 7%;
    width: 70%;
  }
  .box02 .sbox02 dd p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.625;
  }
  .box02 .sbox02 dd span {
    color: #e65555;
    font-weight: bold;
  }
  .box02 .txt01 {
    text-align: center;
    margin: 0 auto 6%;
    width: 94.66666666666667%;
  }
  .box02 .sbox03 {
    width: 84.50704225352113%;
    margin: 0 auto;
  }
  .box02 .iframe-box {
    width: 100%;
    height: 0;
    position: relative;
    padding: 56.25% 0 0;
    margin: 0 auto 11%;
  }
  .box02 iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}


.box03 {
  margin: 0 auto;
  padding: 80px 0 0;
  background-color: #e9cf20;
}
.box03 .inner-l {
  background-image: url(../images/2025exam/box03_bg_tool02.png),url(../images/2025exam/box03_bg01.png),url(../images/2025exam/box03_bg02.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: 50% 102%,0% 96% ,100% 98%;
  background-size: auto,auto,auto;
  padding: 0 0 150px;
}
.box03 h3 {
  margin: 0 0 30px;
}
.box03 .txt01 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
.box03 .wrapper {
  background-color: #fff;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 35px 0 45px;
  border: 6px solid #e9cf20;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0 rgba(51,51,51,0.3);
  margin: 0 0 30px;
}
.box03 ol {
  margin: 0 0 70px;
}
.box03 ol li:last-child .wrapper {
  margin: 0;
}
.box03 ol li dl {
  width: 500px;
  margin: 0 35px 0 0;
}
.box03 ol li dt {
  width: 500px;
  align-items: center;
  -webkit-box-align: center;
  border-bottom: dashed 2px #9fd590;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.box03 ol li dt span {
  width: 120px;
}
.box03 ol li dt .txt02 {
  width: 350px;
  font-size: 3rem;
  font-weight: bold;
  color: #31a612;
  margin: 0 0 0 20px;
}
.box03 ol li dd p {
  font-size: 1.6rem;
}
.box03 ol li dd p span {
  color: #e65555;
  font-weight: bold;
}
.box03 figure {
  width: 358px;
}
@media (max-width: 767px) {
  .box03 {
    margin: 0 auto;
    padding: 12% 0 0;
    background-color: #e9cf20;
  }
  .box03 .inner-l {
    background-image: url(../images/2025exam/box03_bg_tool02_sp.png),url(../images/2025exam/box03_bg01.png),url(../images/2025exam/box03_bg02.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: 50% 100.4%,0% 99.5% ,100% 99.7%;
    background-size: 100%,38%,38%;
    padding: 0 0 23%;
  }
  .box03 .inner-s {
    padding: 0 2.666666666666667%;
    box-sizing: border-box;
  }
  .box03 h3 {
    margin: 0 0 3%;
  }
  .box03 .txt01 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4%;
  }
  .box03 .wrapper {
    display: block;
    background-color: #fff;
    padding: 7% 0;
    border: 6px solid #e9cf20;
    border-radius: 30px;
    box-shadow: 4px 4px 4px 0 rgba(51,51,51,0.3);
    margin: 0 0 5%;
  }
  .box03 ol {
    margin: 0 0 19%;
  }
  .box03 ol li:last-child .wrapper {
    margin: 0;
  }
  .box03 ol li dl {
    width: 100%;
    margin: 0 0 8%;
    padding: 0 3.380281690140845%;
    box-sizing: border-box;
  }
  .box03 ol li dt {
    display: block;
    width: 100%;
    align-items: center;
    -webkit-box-align: center;
    border-bottom: none;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0;
    margin: 0 auto 6%;
  }
  .box03 ol li dt span {
    display: block;
    width: 26.15384615384615%;
    margin: 0 auto 8%;
  }
  .box03 ol li dt .txt02 {
    width: 100%;
    font-size: 2.25rem;
    font-weight: bold;
    color: #31a612;
    margin: 0 auto;
    text-align: center;
  }
  .box03 ol li dd p {
    font-size: 1.6rem;
  }
  .box03 ol li dd p span {
    color: #e65555;
    font-weight: bold;
  }
  .box03 figure {
    width: 91.54929577464789%;
    margin: 0 auto;
  }
}


.box04 {
  margin: 70px 0 80px;
}
.box04 h3 {
  margin: 0 0 35px;
}
.box04 ul {
  width: 740px;
  margin: 0 auto;
}
.box04 ul li {
  margin: 0 0 12px;
}
.box04 ul li:last-child {
  margin: 0;
}
.box04 dl {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
}
.box04 dt {
  width: 150px;
  text-align: center;
  color: #fff;
  background-color: #31a612;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 23px 0;
}
.box04 li:nth-of-type(3) dl {
  align-items: baseline;
  -webkit-box-align: baseline;
}
.box04 li:nth-of-type(3) dt {
  padding: 23px 0 139px;
}
.box04 dd {
  width: 580px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #efefef;
  padding: 20px 0 20px 20px;
}
.box04 dd span {
  color: #ff0000;
  font-weight: bold;
}
.box04 dd span.strikethrough{
  text-decoration: line-through;
  color: #333;

}
@media (max-width: 767px) {
  .box04 {
    margin: 12% 0;
    padding: 0 2.666666666666667%;
    box-sizing: border-box;
  }
  .box04 h3 {
    width: 57.66197183098592%;
    margin: 0 auto 5%;
  }
  .box04 ul {
    width: 100%;
    margin: 0 auto;
  }
  .box04 ul li {
    margin: 0 0 3%;
  }
  .box04 ul li:last-child {
    margin: 0;
  }
  .box04 dl {
    display: block;
  }
  .box04 dt {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #31a612;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 3%;
    padding: 3% 0;
  }
  .box04 li:nth-of-type(3) dl {
    align-items: baseline;
    -webkit-box-align: baseline;
  }
  .box04 li:nth-of-type(3) dt {
    padding: 3% 0;
  }
  .box04 dd {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #efefef;
    padding: 3% 0;
  }
  .box04 dd p {
    width: 88.02816901408451%;
    margin: 0 auto;
  }
  .box04 dd span {
    color: #ff0000;
    font-weight: bold;
  }
}

.box05 {
  background: url(../images/2025exam/box05_bg01.png),url(../images/2025exam/box05_bg02.png),url(../images/2025exam/box05_bg03.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 0% 102%, 100% 7%, center top;
  background-size: 15%,auto,cover;
  padding: 15px 0 60px;
}
.box05 p.tit {
  text-align: center;
  margin: 0 auto 35px;
  line-height: 0;
  font-size: 0;
}
.box05 ol {
  margin: 0 0 40px;
  padding: 40px 40px 35px 40px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
.box05 li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.box05 li:after {
  content: "";
  width: 107%;
  height: 1px;
  background: url(../images/2025exam/box05_dot.png)repeat-x left;
  background-size: cover;
  position: absolute;
  right: 0;
  left: -3.5%;
  bottom: 0;
  margin: auto;
}
.box05 li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.box05 li:last-child:after {
  content: none;
}
.box05 dl.flex {
  align-items: end;
  justify-content: flex-start;
  gap: 0 14px;
}
.box05 dt {
  font-size: 0;
  line-height: 0;
}
.box05 .btn01 {
  margin: 0 auto 20px;
}
.box05 .caution {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .box05 {
    background: url(../images/2025exam/box05_bg01.png),url(../images/2025exam/box05_bg02.png),url(../images/2025exam/box05_bg03.png);
    background-repeat: no-repeat,no-repeat;
    background-position: -12% 104%, 106% -2%, center top;
    background-size: 32%, 36%, cover;
    padding: 10px 2.666666666666667% 30px;
  }
  .box05 p.tit {
    margin: 0 auto 15px;
  }
  .box05 ol {
    margin: 0 0 25px;
    padding: 4.225352112676056% 2.816901408450704% 4.816901408450704% 2.816901408450704%;
    font-size: 1.6rem;
  }
  .box05 li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .box05 li:after {
    width: 100%;
    left: 0.5%;
  }
  .box05 li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .box05 li:last-child:after {
    content: none;
  }
  .box05 dl.flex {
    gap: 0 1.3%;
  }
  .box05 dt {
    width: 9.859154929577465%;
  }
  .box05 .btn01 {
    margin: 0 auto 15px;
  }
  .box05 .caution {
    font-size: 1.2rem;
  }
}


footer {
  position: relative;
  padding: 30px 0 25px;
}
footer li:nth-child(1) a {
  color: #fff;
  background-color: #e65555;
}
footer nav {
  display: none;
}
footer .top-btn {
  position: fixed;
  right: 45px;
  bottom: 35px;
  opacity: 0;
  transition: opacity 0.5s 0s ease;
  pointer-events: none;
}
footer .top-btn.active {
  opacity: 1;
  transition: opacity 0.5s 0s ease;
  pointer-events: auto;
}
footer .gotop {
  width: auto;
  background: none;
}
@media (max-width: 767px) {
  footer {
    padding: 8% 0 150px;
  }
  footer nav {
    display: block;
  }
  footer .gotop {
    width: 70px;
    text-align: center;
    color: #fff;
    padding: 4% 0;
    background: #000;
  }
}


#flow02 {
  background-color: #fff;
}
#flow02 h3 {
  width: 860px;
  margin: 0 auto 60px;
  color: #3fac22;
}
#flow02 h3:before {
  background: #3fac22;
}
#flow02 h3 span {
  background: #cfe2ca;
}
#flow02 .inner {
  box-sizing: content-box;
}
#flow02 .bg {
  border: 5px solid #3fac22;
  background-color: #cfe2ca;
  padding: 60px 0 80px;
}
#flow02 .box {
  width: 860px;
  margin: 0 auto;
  border-radius: 20px;
}
#flow02 .box li dt {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 10px;
}
#flow02 .box li dt{
  color: #3fac22;
}
#flow02 dt span {
  margin: 0 7px 0 0;
  width: 40px;
}
#flow02 dt span:nth-of-type(2) {
  width: 500px;
  margin: 0;
}
@media (max-width: 767px) {
  #flow02 {
    background-color: #fff;
  }
  #flow02 h3 {
    width: 100%;
    font-size: 3rem;
    margin: 0 auto 8%;
    color: #3fac22;
  }
  #flow02 h3:before {
    background: #3fac22;
  }
  #flow02 h3 span {
    background: #cfe2ca;
  }
  #flow02 .inner {
    box-sizing: content-box;
  }
  #flow02 .bg {
    border: 5px solid #3fac22;
    background-color: #cfe2ca;
    padding: 10% 3.125%;
    box-sizing: border-box;
  }
  #flow02 .box {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
  }
  #flow02 .box li dt {
    display: flex;
    display: -webkit-flex;
    margin: 0 0 4%;
    font-size: 2.6rem;
  }
  #flow02 dt span {
    margin: 0 2% 0 0;
    width: 10%;
  }
  #flow02 dt span:nth-of-type(2) {
    width: 90%;
    margin: 0;
  }
}
