@charset "utf-8";

@media print, screen {
  #exam {
    background-color: var(--grayf2-color);
  }
  #exam .mv__normal {
    padding: 116px 50px 0 0;
    background-image: url(../../images/src/exam/img_mv.png);
  }
  #exam .mv__normal .tit__box {
    width: 692px;
  }
  #exam .mv__normal .tit__box .lead {
    letter-spacing: 0.05em;
  }
  #exam .tit__jp {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
}
@media screen and (max-width: 1600px) {
  #exam .mv__normal {
    padding: 7.25vw 3.125vw 0 0;
  }
  #exam .mv__normal .tit__box {
    width: 42.25vw;
  }
}
@media screen and (max-width: 768px) {
  #exam .mv__normal {
    margin: 0 auto;
    padding: 0 0 38.647vw;
    background: none;
  }
  #exam .mv__normal .tit__box {
    width: 100%;
  }
  #exam .tit__jp {
    margin-bottom: 6vw;
    font-size: 6.28vw;
  }
}

@media print, screen {
  #exam .sec01 {
    margin: 0 auto;
    padding: 100px 0 0;
    width: 100%;
  }
  #exam .sec01 .inner {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    max-width: 800px;
    text-align: center;
    background-color: #f3f3f3;
  }
  #exam .sec01 .inner .sec01__copy {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
  #exam .sec01 .inner .sec01__text {
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 1.88;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
}
@media screen and (max-width: 1000px) {
  #exam .sec01 {
    padding: 10vw 0 0;
  }
  #exam .sec01 .inner {
    padding: 6vw 0;
    width: 80%;
  }
  #exam .sec01 .inner .sec01__copy {
    margin-bottom: 2.5vw;
    font-size: 2.4vw;
  }
  #exam .sec01 .inner .sec01__text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #exam .sec01 {
    padding: 14.5vw 0 0;
  }
  #exam .sec01 .inner {
    padding: 10.87vw 0;
    width: 94.2%;
    max-width: inherit;
  }
  #exam .sec01 .inner .sec01__copy {
    margin-bottom: 3.623vw;
    font-size: 4.83vw;
  }
  #exam .sec01 .inner .sec01__text {
    font-size: 3.864vw;
  }
}
@media print, screen {
  #exam .sec02 {
    margin: 0 auto;
    padding: 120px 0 0;
    width: 100%;
  }
  #exam .sec02 .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }
  #exam .sec02 .inner .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 112px;
    color: var(--white);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    background-color: var(--main-color);
  }
  #exam .sec02 .inner .block {
    padding: 58px 129px;
    width: 100%;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
  }
  #exam .sec02 .inner .block + .tit {
    margin-top: 60px;
  }
  #exam .sec02 .inner .block .block__text {
    width: 44.7%;
    max-width: 456px;
  }
  #exam .sec02 .inner .block .block__text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #exam .sec02 .inner .block .block__text p + p {
    margin-top: 20px;
  }
  #exam .sec02 .inner .block .block__text p span {
    font-weight: 700;
  }
  #exam .sec02 .inner .block .block__text .link {
  }
  #exam .sec02 .inner .block .block__text .link a {
    font-size: 16px;
    text-decoration: underline;
  }
  #exam .sec02 .inner .block .block__text .link a:hover {
    text-decoration: none;
  }
  #exam .sec02 .inner .block .block__img {
    width: 51.47%;
    max-width: 525px;
  }
  #exam .sec02 .inner .block .block__copy {
    margin-bottom: 60px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #exam .sec02 .inner .block .block__copy span {
    font-weight: 700;
  }
  #exam .sec02 .inner .block .block__attention {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #exam .sec02 .inner .block:nth-of-type(2) {
    align-items: center;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text {
    width: 57.843%;
    max-width: 590px;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text p:nth-of-type(2) {
    line-height: 1.5;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text p span {
    font-size: 16px;
    font-weight: 700;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text p span a {
    color: var(--grayf1-color);
    text-decoration: underline;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text p span a:hover {
    text-decoration: none;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__img {
    width: 36.862%;
    max-width: 376px;
  }
}
@media screen and (max-width: 1400px) {
  #exam .sec02 {
    padding: 8.571vw 0 0;
  }
  #exam .sec02 .inner {
    width: 85.714%;
  }
  #exam .sec02 .inner .tit {
    height: 8vw;
    font-size: 2.285vw;
  }
  #exam .sec02 .inner .block {
    padding: 4.142vw 9.214vw;
  }
  #exam .sec02 .inner .block + .tit {
    margin-top: 4.285vw;
  }
  #exam .sec02 .inner .block .block__text p {
    font-size: 1.285vw;
  }
  #exam .sec02 .inner .block .block__text p + p {
    margin-top: 1.428vw;
  }
  #exam .sec02 .inner .block .block__copy {
    margin-bottom: 4.285vw;
    font-size: 1.428vw;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text p span {
    font-size: 1.142vw;
  }
}
@media screen and (max-width: 768px) {
  #exam .sec02 {
    padding: 14.5vw 0 0;
  }
  #exam .sec02 .inner {
    width: 94.2%;
    max-width: inherit;
  }
  #exam .sec02 .inner .tit {
    padding: 3vw 0 4vw;
    height: auto;
    font-size: 5.314vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
  #exam .sec02 .inner .block {
    padding: 10.265vw 6vw;
  }
  #exam .sec02 .inner .block + .tit {
    margin-top: 9.661vw;
  }
  #exam .sec02 .inner .block .block__text {
    width: 100%;
    max-width: inherit;
  }
  #exam .sec02 .inner .block .block__text p {
    font-size: 3.864vw;
  }
  #exam .sec02 .inner .block .block__text p + p {
    margin-top: 4vw;
  }
  #exam .sec02 .inner .block .block__text .link a {
    font-size: 3.381vw;
  }
  #exam .sec02 .inner .block .block__attention {
    margin-top: 4vw;
    font-size: 3.381vw;
    text-align: left;
  }
  #exam .sec02 .inner .block .block__img {
    padding: 4vw 0 0;
    width: 100%;
    max-width: inherit;
  }
  #exam .sec02 .inner .block .block__copy {
    margin-bottom: 6vw;
    font-size: 4.347vw;
    text-align: left;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text {
    width: 100%;
    max-width: inherit;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__text p span {
    font-size: 3.381vw;
  }
  #exam .sec02 .inner .block:nth-of-type(2) .block__img {
    padding: 4vw 0 0;
    width: 100%;
    max-width: inherit;
  }
}

@media print, screen {
  #exam .sec03 {
    margin: 0 auto;
    padding: 136px 0 0;
    width: 100%;
  }
  #exam .sec03 .tit__jp {
    margin-bottom: 38px;
    color: var(--main-color);
  }
  #exam .sec03 .subttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.12em;
    text-align: center;
  }
  #exam .sec03 .subttl:nth-of-type(2) {
    margin: 10px 0 40px;
  }
  #exam .sec03 .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 793px;
  }
  #exam .sec03 .inner .block {
    width: 100%;
    background-color: var(--white);
    border-radius: 14px;
  }
  #exam .sec03 .inner .block + .block {
    margin-top: 40px;
  }
  #exam .sec03 .inner .block + .block02 {
    margin-top: 40px;
  }
  #exam .sec03 .inner .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 71px;
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-color: var(--main-color);
    border-radius: 14px 14px 0 0;
  }
  #exam .sec03 .inner .block .list {
    padding: 20px 0 20px 270px;
  }
  #exam .sec03 .inner .block .list li {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #exam .sec03 .inner .block02 {
    width: 100%;
  }
  #exam .sec03 .inner .block02 .box {
    width: 48.675%;
    max-width: 386px;
    background-color: var(--white);
    border-radius: 0 0 14px 14px;
  }
  #exam .sec03 .inner .block02 .box .price {
    padding: 25px 0;
    color: var(--main-color);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  #exam .sec03 .inner .block02 .box .price span {
    font-size: 22px;
    font-weight: 700;
  }
  #exam .sec03 .inner .block02 .box .price small {
    margin: 0 5px;
    color: var(--black);
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #exam .sec03 {
    padding: 13.6vw 0 0;
  }
  #exam .sec03 .tit__jp {
    margin-bottom: 3.8vw;
    font-size: 4vw;
  }
  #exam .sec03 .subttl {
    font-size: 2.4vw;
  }
  #exam .sec03 .subttl:nth-of-type(2) {
    margin: 1vw 0 4vw;
  }
  #exam .sec03 .inner {
    width: 79.3%;
  }
  #exam .sec03 .inner .block + .block {
    margin-top: 4vw;
  }
  #exam .sec03 .inner .block + .block02 {
    margin-top: 4vw;
  }
  #exam .sec03 .inner .tit {
    height: 7.1vw;
    font-size: 2.6vw;
  }
  #exam .sec03 .inner .block .list {
    padding: 2vw 0 2vw 27vw;
  }
  #exam .sec03 .inner .block .list li {
    font-size: 1.8vw;
  }
  #exam .sec03 .inner .block02 .box .price {
    padding: 2.5vw 0;
    font-size: 5vw;
  }
  #exam .sec03 .inner .block02 .box .price span {
    font-size: 2.2vw;
  }
  #exam .sec03 .inner .block02 .box .price small {
    margin: 0 0.5vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #exam .sec03 {
    padding: 18.12vw 0 0;
  }
  #exam .sec03 .tit__jp {
    margin-bottom: 4.83vw;
    font-size: 6.28vw;
  }
  #exam .sec03 .subttl {
    font-size: 3.864vw;
  }
  #exam .sec03 .subttl:nth-of-type(2) {
    margin: 1vw 0 6vw;
  }
  #exam .sec03 .inner {
    width: 94.2%;
    max-width: inherit;
  }
  #exam .sec03 .inner .block + .block {
    margin-top: 5.555vw;
  }
  #exam .sec03 .inner .block + .block02 {
    margin-top: 5.555vw;
  }
  #exam .sec03 .inner .tit {
    height: 16.9vw;
    font-size: 5.797vw;
  }
  #exam .sec03 .inner .block .list {
    padding: 5.434vw 0 5.434vw 20.5vw;
  }
  #exam .sec03 .inner .block .list li {
    font-size: 3.864vw;
  }
  #exam .sec03 .inner .block02 .box {
    width: 100%;
    max-width: inherit;
  }
  #exam .sec03 .inner .block02 .box + .box {
    margin-top: 5.555vw;
  }
  #exam .sec03 .inner .block02 .box .price {
    padding: 5.434vw 0;
    font-size: 8.695vw;
  }
  #exam .sec03 .inner .block02 .box .price span {
    font-size: 4.83vw;
  }
  #exam .sec03 .inner .block02 .box .price small {
    margin: 0 0.5vw;
    font-size: 3.381vw;
  }
}
@media print, screen {
  #exam .sec04 {
    margin: 0 auto;
    padding: 134px 0 120px;
    width: 100%;
  }
  #exam .sec04 .tit__jp {
    margin-bottom: 60px;
    color: var(--main-color);
  }
  #exam .sec04 .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1254px;
  }
  #exam .sec04 .inner .basis__trainer {
    gap: 40px 0;
    width: 100%;
  }
  #exam .sec04 .inner .basis__trainer li {
    padding: 60px 0 50px;
    width: 48.2%;
    max-width: 617px;
    text-align: center;
    background-color: var(--white);
    border-radius: 20px;
    position: relative;
  }
  #exam .sec04 .inner .basis__trainer .num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--main-color);
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
  }
  #exam .sec04 .inner .basis__trainer .tit {
    margin-bottom: 7px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
  }
  #exam .sec04 .inner .basis__trainer .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.77;
  }
  #exam .sec04 .inner .common__btn {
    margin-top: 120px;
    max-width: 880px;
  }

  #exam .sec04 .under__menu {
    padding: 118px 0 0;
  }
}
@media screen and (max-width: 1400px) {
  #exam .sec04 {
    padding: 9.571vw 0 8.571vw;
  }
  #exam .sec04 .tit__jp {
    margin-bottom: 4.285vw;
    font-size: 4vw;
  }
  #exam .sec04 .inner {
    width: 89.571%;
  }
  #exam .sec04 .inner .basis__trainer {
    gap: 2.857vw 0;
  }
  #exam .sec04 .inner .basis__trainer li {
    padding: 4.285vw 0 3.571vw;
  }
  #exam .sec04 .inner .basis__trainer .num {
    width: 3.571vw;
    height: 3.571vw;
    font-size: 1.142vw;
    top: -1.428vw;
  }
  #exam .sec04 .inner .basis__trainer .tit {
    margin-bottom: 0.5vw;
    font-size: 2.285vw;
  }
  #exam .sec04 .inner .basis__trainer .text {
    font-size: 1.285vw;
  }
  #exam .sec04 .inner .common__btn {
    margin-top: 8.571vw;
  }
  #exam .sec04 .under__menu {
    padding: 8.428vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #exam .sec04 {
    padding: 19.323vw 0 19.323vw;
  }
  #exam .sec04 .tit__jp {
    margin-bottom: 9vw;
    font-size: 6.28vw;
    line-height: 1.2;
  }
  #exam .sec04 .inner {
    width: 94.2%;
    max-width: inherit;
  }
  #exam .sec04 .inner .basis__trainer {
    gap: 7.246vw 0;
  }
  #exam .sec04 .inner .basis__trainer li {
    padding: 7.246vw 0 4.83vw;
    width: 100%;
    max-width: inherit;
  }
  #exam .sec04 .inner .basis__trainer .num {
    width: 8.454vw;
    height: 8.454vw;
    font-size: 3.381vw;
    top: -3.623vw;
  }
  #exam .sec04 .inner .basis__trainer .tit {
    margin-bottom: 2.415vw;
    font-size: 5.314vw;
  }
  #exam .sec04 .inner .basis__trainer .text {
    font-size: 3.864vw;
  }
  #exam .sec04 .inner .common__btn {
    margin-top: 19.323vw;
  }
  #exam .sec04 .under__menu {
    padding: 19.323vw 0 0;
  }
}
