@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #4d4d4d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: clamp(1rem, 1.40625vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:focus {
  opacity: 0.6;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img.full-size {
  width: 100%;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  color: inherit;
  font: inherit;
  padding: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  width: 100%;
}

small {
  font-size: clamp(0.8125rem, 1.25vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.text-link {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-decoration-color: #666666;
  text-decoration-line: underline;
  text-underline-offset: 7px;
}

.main-contents {
  margin-top: clamp(40px, 4.375vw, 56px);
}

/* header */
@media (min-width: 750px) and (max-width: 1060px) {
  .pc {
    display: none;
  }
}
@media (max-width: 749px) {
  .pc {
    display: none;
  }
}
.tab {
  display: none;
}

.tab.pc {
  display: block;
}

@media (max-width: 749px) {
  .tab.pc {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1060px) {
  .tab {
    display: block;
  }
}
.ipad {
  display: none;
}

@media (min-width: 750px) and (max-width: 1060px) {
  .ipad {
    display: block;
  }
}
@media (min-width: 1060px) {
  .ipad.pc {
    display: block;
  }
}
.sp {
  display: none;
}

@media (max-width: 749px) {
  .sp {
    display: block;
  }
}
@media (min-width: 750px) and (max-width: 1060px) {
  .sp.tab {
    display: block;
  }
}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.inner {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1120px) {
  .inner {
    width: 94%;
  }
}
@media (min-width: 750px) and (max-width: 1060px) {
  .inner {
    width: 92%;
  }
}
@media (max-width: 749px) {
  .inner {
    width: 92%;
  }
}
#header .inner {
  padding: 40px 0;
}

@media (max-width: 1120px) {
  #header .inner {
    padding: 40px 10px;
  }
}
@media (min-width: 750px) and (max-width: 1060px) {
  #header .inner {
    padding: 10px 0;
  }
}
@media (max-width: 749px) {
  #header .inner {
    padding: 0;
    width: 100%;
  }
  #header .inner .top-head {
    background: #ffffff;
    box-shadow: 0px 0px 4px 1px #e0e0e0;
    padding: 13px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
#header .logo {
  float: left;
  max-width: 411px;
}

@media (min-width: 750px) and (max-width: 1060px) {
  #header .logo a img {
    height: 33px;
    width: auto;
  }
}
@media (max-width: 749px) {
  #header .logo {
    height: 25px;
    padding-left: 10px;
    width: 60%;
  }
}
#header .logo a {
  transition: 0.3s;
}

#header .logo a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#header ul.hnav {
  float: right;
  line-height: 1;
  padding-top: 20px;
  text-align: right;
}

@media (min-width: 750px) and (max-width: 1060px) {
  #header ul.hnav {
    display: none;
  }
}
@media (max-width: 749px) {
  #header ul.hnav {
    display: none;
  }
}
#header ul.hnav li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0px;
}

#header ul.hnav li a {
  display: block;
  padding: 2px 10px;
  transition: 0.3s;
}

#header ul.hnav li a:hover {
  color: #db0025;
}

#header ul.hnav li.en {
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  margin-left: 10px;
  padding: 0 10px;
}

#header ul.hnav li.en a::before {
  content: none;
}

.navigation {
  background-color: #808080;
}

.navigation ul.pc {
  box-sizing: border-box;
  font-size: 0px;
  line-height: 1;
  margin: 0 auto;
  max-width: 1120px;
  padding: 7px 0;
}

.navigation ul.pc li {
  border-left: 2px solid #ffffff;
  box-sizing: border-box;
  display: inline-block;
  width: 16.66%;
}

.navigation ul.pc li:last-child {
  border-right: 2px solid #ffffff;
}

.navigation ul.pc li a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 11px 0;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

.navigation ul.pc li a span {
  display: inline-block;
  position: relative;
}

.navigation ul.pc li a span::after {
  background: #ffffff;
  bottom: -6px;
  content: "";
  filter: alpha(opacity=0);
  height: 2px;
  left: 8%;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  width: 84%;
}

.navigation ul.pc li a:hover span::after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.menuFive {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin: 10px 10px;
  position: relative;
  width: 30px;
}

.menuFive span {
  background-color: #db0025;
  height: 2px;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition-duration: 500ms;
  width: 100%;
  z-index: 1000;
}

.menuFive span:nth-child(1) {
  left: 0px;
  top: 0px;
}

.menuFive span:nth-child(2) {
  left: 0px;
  top: 10px;
}

.menuFive span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.clickMenuFive span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 13px;
  transform: rotate(45deg);
}

.clickMenuFive span:nth-child(2) {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.clickMenuFive span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: 13px;
  transform: rotate(-45deg);
}

@media (max-width: 749px) {
  .menu-trigger {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 99;
  }
  .menuFive.clickMenuFive span {
    background: #ffffff;
    z-index: 1000;
  }
  .navigation {
    -webkit-transform: translate(280px);
    background: rgba(0, 0, 0, 0.8) !important;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(280px);
    transition: 0.2s;
    width: 280px;
    z-index: 98;
  }
  .navigation.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .navigation .logo {
    padding: 10px 12px;
    width: 120px;
  }
  .navigation ul {
    padding: 60px 0 30px;
  }
  .navigation ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    float: none;
    width: 100%;
  }
  .navigation ul li a {
    border-bottom: none !important;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 10px;
    text-align: left;
  }
  .navigation ul li a span {
    display: none;
  }
  .navigation ul li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0;
  }
  .navigation ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 30px;
  }
  .navigation ul li ul li:last-child {
    border-bottom: none;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s;
    width: 0;
    z-index: 90;
  }
  .overlay.open {
    height: 100%;
    opacity: 1;
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 1060px) {
  .menu-trigger {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 1000;
  }
  .menuFive.clickMenuFive span {
    background: #ffffff;
    z-index: 1000;
  }
  .navigation {
    -webkit-transform: translate(280px);
    background: rgba(0, 0, 0, 0.8) !important;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(280px);
    transition: 0.2s;
    width: 280px;
    z-index: 100;
  }
  .navigation.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .navigation .logo {
    padding: 10px 12px;
    width: 120px;
  }
  .navigation ul {
    padding: 60px 0 30px;
  }
  .navigation ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    float: none;
    width: 100%;
  }
  .navigation ul li a {
    border-bottom: none !important;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    text-align: left;
  }
  .navigation ul li a span {
    display: none;
  }
  .navigation ul li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0;
  }
  .navigation ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 30px;
  }
  .navigation ul li ul li:last-child {
    border-bottom: none;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s;
    width: 0;
    z-index: 90;
  }
  .overlay.open {
    height: 100%;
    opacity: 1;
    width: 100%;
  }
}
/* footer */
#footer {
  background: #e6e6e6;
  font-weight: 500;
  padding: 23px 0 48px;
  padding-bottom: 50px;
}

#footer .logo {
  float: left;
  max-width: 205px;
  width: 100%;
}

@media (min-width: 750px) and (max-width: 1060px) {
  #footer .logo {
    float: none;
  }
}
@media (max-width: 749px) {
  #footer .logo {
    float: none;
    max-width: none;
    text-align: center;
  }
  #footer .logo img {
    display: inline-block;
  }
}
#footer .footNavi {
  line-height: 1;
  margin-left: 300px;
}

@media (min-width: 750px) and (max-width: 1060px) {
  #footer .footNavi {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media (max-width: 749px) {
  #footer .footNavi {
    margin-left: 0px;
  }
}
@media (max-width: 749px) {
  #footer .footNavi dl {
    display: none;
  }
}
#footer .footNavi dl dt {
  float: left;
  font-size: 14px;
  width: 100px;
}

#footer .footNavi dl dt a {
  display: block;
  padding: 5px;
  transition: 0.3s;
}

#footer .footNavi dl dt a:hover {
  color: #db0025;
}

#footer .footNavi dl dt.w {
  margin-left: 5px;
  width: auto;
}

#footer .footNavi dl dt.wide {
  width: auto;
}

#footer .footNavi dl dd {
  margin-left: 106px;
}

#footer .footNavi dl dd ul {
  font-size: 0px;
}

#footer .footNavi dl dd ul li {
  display: inline-block;
  padding: 0 5px 15px 0;
}

#footer .footNavi dl dd ul li a {
  display: block;
  font-size: 12px;
  padding: 5px;
  transition: 0.3s;
}

#footer .footNavi dl dd ul li a:hover {
  color: #db0025;
}

#footer .footNavibottom {
  margin-top: 30px;
}

#footer .footNavibottom ul li {
  border-right: 1px solid #4d4d4d;
  float: left;
  font-size: 11px;
}

@media (max-width: 749px) {
  #footer .footNavibottom ul li {
    display: none;
  }
}
#footer .footNavibottom ul li a {
  display: block;
  font-size: 12px;
  padding: 0 15px;
}

#footer .footNavibottom ul li a:hover {
  color: #db0025;
}

#footer .footNavibottom ul li.copy {
  border-right: 0px;
  float: right;
}

@media (max-width: 749px) {
  #footer .footNavibottom ul li.copy {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }
}
#footer .footNavibottom ul li:first-child {
  border-left: 1px solid #4d4d4d;
}

.container {
  margin-inline: auto;
  width: min(90%, 900px);
}

.read {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(1.1875rem, 1.71875vw, 1.375rem);
  font-weight: bold;
  line-height: 1.7272727273;
}

.heading {
  background-color: #808080;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.875vw, 1.5rem);
  letter-spacing: 0.07em;
  line-height: 1.75;
  margin-bottom: 0.625em;
  text-align: center;
}

.heading-lv2 {
  background-color: #e6e6e6;
  font-size: clamp(1.125rem, 1.71875vw, 1.375rem);
  line-height: 1.4545454545;
  padding: 0.2272727273em;
  text-align: center;
}

.btn {
  cursor: pointer;
  display: block;
  width: 100%;
}
.btn._center {
  text-align: center;
}

.btn-wrap {
  margin-top: clamp(15px, 1.71875vw, 22px);
}

.mv {
  margin-bottom: 42px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .mv {
    max-width: 700px;
  }
}

.mv__copy {
  background-color: #dd0025;
  color: #ffffff;
  display: inline-block;
  font-size: clamp(1.1875rem, 4.9543676662vw, 2.375rem);
  padding: 0.2105263158em;
  width: 45.2411994785vw;
}
@media screen and (min-width: 768px), print {
  .mv__copy {
    font-size: 1.5rem;
    padding: 4px 5px 0;
    width: 215px;
  }
}
@media not all and (min-width: 768px), print {
  .mv__copy {
    position: relative;
    top: 6.4vw;
  }
}

.mv__title {
  border-left: 4px solid #61b7d9;
  border-right: 4px solid #61b7d9;
  border-top: 4px solid #61b7d9;
  font-size: clamp(1.1875rem, 4.9543676662vw, 2.375rem);
  line-height: 1.2631578947;
  padding: 7.1707953064% 10px 3.9113428944%;
}
@media screen and (min-width: 768px), print {
  .mv__title {
    font-size: 1.5625rem;
    line-height: 1.52;
    padding: 10px;
  }
}
@media not all and (min-width: 768px), print {
  .mv__title {
    border-width: clamp(4px, 1.0430247718vw, 8px);
  }
}

.wrap {
  border: 2px solid #61b7d9;
  padding-block: 35px 16px;
  padding-inline: clamp(20px, 3.359375vw, 43px);
}
.wrap + .wrap {
  margin-top: 33px;
}
.wrap:last-child {
  margin-bottom: 57px;
}

.criterion .heading-lv2 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 0.6818181818em;
  margin-top: 1.3636363636em;
}

.criterion__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(1.0625rem, 1.875vw, 1.5rem);
  line-height: 2.1666666667;
  text-decoration-color: #61b7d9;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.books,
.question {
  margin-top: 35px;
}

.books__row {
  display: flex;
  justify-content: space-between;
}
@media not all and (min-width: 768px), print {
  .books__row {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .books__list {
    width: min(47.5786924939vw, 393px);
  }
}
.books__list li {
  line-height: 2.1111111111;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px), print {
  .books__list li {
    white-space: nowrap;
  }
}
.books__list li::before {
  background-color: #00b7e7;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  width: 8px;
}

@media screen and (min-width: 768px), print {
  .books__image {
    width: 46.004842615%;
  }
}
@media not all and (min-width: 768px), print {
  .books__image {
    text-align: center;
  }
}

.notes {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 5px;
}

.number-list__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(1.25rem, 1.875vw, 1.5rem);
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .number-list__title {
    line-height: 2;
  }
}

.number {
  -webkit-transform: translateY(-50%);
  align-items: center;
  background-color: #61b7d9;
  color: #ffffff;
  display: inline-block;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  height: 22px;
  justify-content: center;
  left: 0;
  letter-spacing: 0.07em;
  line-height: 1.75;
  padding-top: 3px;
  position: absolute;
  top: 17px;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (min-width: 768px), print {
  .number {
    top: calc(50% - 1px);
  }
}

@media screen and (min-width: 768px), print {
  .question__list {
    -ms-grid-columns: (auto)[2];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 768px), print {
  .question__list li:nth-child(odd) {
    order: -1;
  }
}
.question__list li p span::before {
  -webkit-transform: scale(0.5);
  content: url(../img/arrow.png);
  display: inline-block;
  transform: scale(0.5);
  vertical-align: middle;
}

.class-step__heading {
  font-size: clamp(1.625rem, 2.65625vw, 2.125rem);
  letter-spacing: -0.04em;
  line-height: 1.5294117647;
  margin-bottom: 0.8823529412em;
}

.class-step figcaption {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(0.8125rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 1.75;
  margin-left: 7px;
  margin-top: 8px;
}

.step-list li:not(:first-child) {
  margin-top: 20px;
}

.step-list .number-list__title {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .step-list li:nth-child(2) .step-list__image::before {
    top: calc(50% - 22px);
  }
}
.step-list__image {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .step-list__image {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
  }
}
@media not all and (min-width: 768px), print {
  .step-list__image {
    gap: 50px;
  }
}
.step-list__image::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  content: url(../img/arrow.png);
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .step-list__image::before {
    -webkit-transform: translate(-50%, -50%);
    top: calc(50% + 13px);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px), print {
  .step-list__image .image {
    width: 44.1176470588%;
  }
}
@media not all and (min-width: 768px), print {
  .step-list__image .image._scale {
    margin-top: 15px;
  }
}
@media not all and (min-width: 768px), print {
  .step-list__image .image._scale img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}

@media not all and (min-width: 768px), print {
  .br-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .br-pc {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

.text-danger {
  color: #dd0025;
}

.mt-25 {
  margin-top: 25px;
}

.is-sp-menu-opened .gnav {
  display: block;
}

.is-sp-menu-opened html {
  min-height: 100vh;
}

.is-sp-menu-opened body {
  height: 100%;
  position: fixed;
  width: 100%;
}
/*# sourceMappingURL=sourcemaps/style.css.map */