html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #1F2A37;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif;
  font-weight: 700;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100dvh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #1f2a37;
  padding-block: 5rem;
}

.footer__inner {
  margin-inline: auto;
  max-width: 77.5rem;
  padding-inline: 2.5rem;
}

.footer__logo {
  margin-inline: auto;
  max-width: 5.6875rem;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  margin: 2.5rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__infoGroup {
  color: #FFFFFF;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.footer__infoGroup dt {
  width: 3.75rem;
}

.footer__infoGroup dd {
  flex: 1;
}

.footer__company {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 100%;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: 4.25rem;
}

.footer__link {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer__copyright {
  color: #9D9D9D;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 2.875rem;
  text-align: center;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: linear-gradient(90deg, #F28C28 0%, #FF9E3D 100%);
}

.header__inner {
  margin-inline: auto;
  padding: 0.9375rem 1.25rem;
}

.header__countdown {
  align-items: center;
  display: flex;
  font-family: "gothic-a1", "Noto Sans JP", sans-serif;
  gap: 4.8125rem;
  justify-content: space-between;
  justify-content: center;
  min-height: 9.1875rem;
}

.header__ttl {
  color: #FFFFFF;
  flex-shrink: 0;
  font-size: 2.3125rem;
  letter-spacing: 0.17em;
  line-height: 1.3;
}

.header__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.header__timer {
  align-items: flex-end;
  display: flex;
  gap: 0.4375rem;
}

.header__timeUnit {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.header__digits {
  display: flex;
  gap: 0.25rem;
}

.header__digit {
  background: #fff;
  color: #F28D29;
  display: grid;
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.875rem;
  height: 3.6875rem;
  line-height: 1;
  place-content: center;
  width: 1.8125rem;
}

.header__timeLabel {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1;
  position: relative;
  top: 0.625rem;
}

.header__discount {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 0.375rem;
}

.header__discountLabel {
  align-items: center;
  border: 0.125rem solid #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.17em;
  line-height: 1;
  min-height: 2.25rem;
  padding: 0.25rem 0.625rem 0.125rem;
}

.header__discountValue {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
}

.header__discountValue small {
  font-size: 2.3125rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-inline: auto;
  max-width: 1198px;
  padding-inline: 2.5rem;
  width: 100%;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  background: linear-gradient(180deg, #F28C28 0%, #EF5F11 100%);
  border: 0.1875rem solid #FFFFFF;
  border-radius: 3.75rem;
  box-shadow: 0px 6.29014px 6.29014px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  font-size: 1.75rem;
  height: 7.125rem;
  letter-spacing: 0.13em;
  line-height: 1.8;
  max-width: 34.0625rem;
  padding: 1.9375rem;
  text-align: center;
  transition: transform 0.2s;
}

.c-btn span {
  font-size: 1.625rem;
}

.c-btn:hover {
  filter: brightness(110%);
  opacity: 1;
  transform: translateY(-0.125rem);
}

.c-btn--outline {
  background: #FFFFFF;
  border: 0.125rem solid #1F2A37;
  color: #1F2A37;
}

.c-btn--outline:hover {
  filter: brightness(97%);
}

/*
 * c-line
 * -------------------------------------------------------------
 */

.c-line {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  max-width: 34.0625rem;
}

.c-line__lead {
  color: #F1821A;
  font-size: 1.625rem;
  letter-spacing: 0.13em;
  line-height: 1;
  text-align: center;
}

.c-line__btn {
  border-radius: 5.5rem;
  box-shadow: 0px 7.25066px 7.25066px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
}

.c-line__btn img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.c-line__note {
  font-size: 1.375rem;
  letter-spacing: 0.13em;
  line-height: 1;
  text-align: center;
}

.c-line__note span {
  font-weight: 500;
}

.c-line__btn:hover {
  filter: brightness(110%);
  opacity: 1;
  transform: translateY(-0.125rem);
}

/*
 * c-secTtl
 * -------------------------------------------------------------
 */

.c-secTtl {
  font-size: 3.5rem;
  letter-spacing: 0.13em;
  line-height: 1;
  text-align: center;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  padding-bottom: 5rem;
}

.about__inner {
  max-width: 61.4375rem;
}

.about__headFlex {
  align-items: center;
  display: flex;
  position: relative;
}

.about__secTtl {
  background: #1F2A37;
  color: #FFFFFF;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: calc(50% - 50vw);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.625rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.about__secTtlLine {
  display: contents;
}

.about__secTtl span {
  font-size: 1.6875rem;
}

.about__headImg {
  margin-left: auto;
  max-width: 28.5rem;
}

.about__headImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__headLead {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 2.5rem;
  text-align: center;
}

.about__headLead .higlight {
  background: #1F2A37;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0.625rem;
  padding: 0.625rem;
}

.about__headLead .color {
  color: #00A99D;
  display: inline-block;
  font-size: 1.3125rem;
  margin-top: 0.5rem;
}

.about__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-inline: 1.5rem;
}

.about__ttl {
  align-items: center;
  display: flex;
  font-size: 2.25rem;
  gap: 1.25rem;
  letter-spacing: 0.05em;
}

.about__ttl::before {
  background: #00a99d;
  content: "";
  display: block;
  height: 2.1875rem;
  width: 0.3125rem;
}

.about__lead {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.about__chart {
  margin-top: 2rem;
}

.about__chartScore {
  color: #616060;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-top: 1.125rem;
}

.about__chartRows {
  display: flex;
  flex-direction: column;
  gap: 2.6875rem;
}

.about__chartRow {
  position: relative;
}

.about__chartRow--exempt {
  padding-bottom: 6.25rem;
}

.about__chartLabel {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  padding-left: 0.25rem;
  padding-right: 2rem;
  position: relative;
}

.about__chartStudent {
  flex-shrink: 0;
  margin-left: -0.125rem;
  margin-right: 0.1875rem;
  max-width: 6.75rem;
}

.about__chartStudent img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__chartName {
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  margin-top: 0.9375rem;
}

.about__chartRow--general .about__chartName {
  color: #1F2A37;
}

.about__chartRow--exempt .about__chartName {
  color: #00A99D;
}

.about__chartMain {
  grid-column-gap: 0.4375rem;
  -moz-column-gap: 0.4375rem;
  align-items: center;
  column-gap: 0.4375rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.6875rem 8.9375rem;
  margin-top: -0.6875rem;
  padding: 0 2.0625rem 0 1.25rem;
}

.about__chartBar {
  display: flex;
  line-height: 1;
  min-height: 6.125rem;
  overflow: hidden;
}

.about__chartBlock {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
}

.about__chartBlock--primary {
  background: #10A9A0;
  flex: 1 1 63.5%;
}

.about__chartBlock--secondary {
  background: #EDB047;
  flex: 1 1 36.5%;
}

.about__chartQuestion {
  color: #FFFFFF;
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.about__chartPoint {
  color: #FFFFFF;
  font-size: 2.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.9375rem;
  text-align: center;
}

.about__chartExempt {
  background: #FFFFFF;
  color: #EDB047;
  font-size: 2.6875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.625rem;
  padding: 0.375rem 1.125rem 0.5rem;
}

.about__chartArrow {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #00a99d;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 1rem;
  width: 0.6875rem;
}

.about__chartResult {
  align-items: center;
  background: #FFFFFF;
  border: 0.125rem solid #00A99D;
  color: #00A99D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-height: 6.125rem;
  padding: 0.75rem;
}

.about__chartResult--fail {
  border-color: #C62828;
  color: #C62828;
}

.about__chartStatus {
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.about__chartResultPoint {
  font-size: 2.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1.0625rem;
  text-align: center;
}

.about__chartSide {
  position: absolute;
  right: 0;
}

.about__chartSide img {
  height: auto;
  width: 100%;
}

.about__chartSide--fail {
  bottom: -5.5625rem;
  max-width: 7.625rem;
}

.about__chartSide--pass {
  bottom: 0;
  max-width: 7.625rem;
  right: 0.625rem;
}

.about__graph {
  margin-top: 2rem;
}

.about__graph img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__graphNote {
  color: #616060;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  text-align: right;
}

.about__merit {
  grid-gap: 1.1875rem;
  display: grid;
  gap: 1.1875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.about__card {
  border: 0.125rem solid #E4E4E4;
  padding: 1.1875rem 1.4375rem 1.75rem;
}

.about__cardImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__cardTtl {
  font-size: 2.1875rem;
  margin-top: 2.3125rem;
  text-align: center;
}

.about__cardText {
  flex: none;
  flex-grow: 0;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 1.1875rem;
  order: 1;
}

.about__cardText.--short {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

/*
 * authority
 * -------------------------------------------------------------
 */

.authority {
  background: #f3f4f6;
  padding-block: 5.3125rem;
}

.authority__inner {
  max-width: 60.25rem;
}

.authority__head {
  grid-gap: 2.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 25.5rem 27.25rem;
  justify-content: center;
}

.authority__body {
  margin-top: 2.625rem;
  padding-inline: 0.5rem;
}

.authority__ttl {
  font-size: 2.5625rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.authority__ttl strong {
  font-family: "futura-100", sans-serif;
  font-size: 5.1875rem;
  font-weight: 500;
}

.authority__ttlLine.--line2 {
  display: block;
  font-size: 2.875rem;
  letter-spacing: 0.13em;
  line-height: 1.8;
  margin-top: 1.25rem;
  text-align: center;
}

.authority__lead {
  align-items: center;
  display: flex;
  font-size: 2.625rem;
  gap: 1.5rem;
  justify-content: center;
  letter-spacing: 0.13em;
  line-height: 1.8;
  margin-top: 1.3125rem;
}

.authority__lead span {
  background: linear-gradient(270deg, #EF982B 0%, #F18119 100%);
  color: #FFFFFF;
  font-size: 2.9375rem;
  padding-inline: 2.25rem;
}

.authority__badge img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  padding-block: 5rem;
}

.faq__inner {
  max-width: 79.5rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-top: 5.25rem;
}

.faq__item {
  border: 1px solid #E8E7E7;
}

.faq__question {
  align-items: center;
  background: #E3F2F1;
  cursor: pointer;
  display: flex;
  gap: 1.6875rem;
  padding: 1.8125rem 0.9375rem;
}

.faq__icon {
  display: grid;
  flex-shrink: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  height: 2.1875rem;
  line-height: 1;
  place-content: center;
  width: 2rem;
}

.faq__icon--question {
  background: #00A99D;
  color: #fff;
}

.faq__icon--answer {
  background: #fff;
  border: 1px solid #00A99D;
  color: #00a99d;
}

.faq__questionText {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.faq__toggle {
  flex-shrink: 0;
  height: 1.3125rem;
  position: relative;
  width: 1.3125rem;
}

.faq__toggle::before,
.faq__toggle::after {
  background: #1f2a37;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq__toggle::before {
  height: 3px;
  width: 0.9375rem;
}

.faq__toggle::after {
  height: 0.9375rem;
  width: 3px;
}

.faq__item.is-open .faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__answer {
  background: #fff;
  overflow: hidden;
  padding: 1.8125rem 0.9375rem;
}

.faq__answerHead {
  align-items: center;
  display: flex;
  gap: 1.75rem;
}

.faq__answerLead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.faq__answerText {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.6875rem;
}

.faq__btn {
  margin: 2.5rem auto 0;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
  background: #f2faf9;
  padding-block: 5.3125rem;
}

.flow__inner {
  max-width: 60rem;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5.25rem;
}

.flow__item {
  filter: drop-shadow(8.18536px 8.18536px 16.3707px rgba(0, 0, 0, 0.2));
}

.flow__item:not(:last-child)::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #00a99d;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 2.5625rem;
  margin: 2rem auto 0;
  width: 3.5rem;
}

.flow__head {
  height: 16.125rem;
  overflow: hidden;
  position: relative;
}

.flow__num {
  background: #e3f2f1;
  color: #00A99D;
  display: block;
  display: grid;
  font-family: "din-2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  height: 3.9375rem;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 1;
  place-content: center;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: min(7.6875rem, 100%);
}

.flow__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.flow__desc {
  background: #fff;
  padding: 2.75rem 2.0625rem;
}

.flow__ttl {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.flow__tags {
  align-items: center;
  display: flex;
  gap: 2.0625rem;
}

.flow__tag {
  align-items: center;
  color: #00A99D;
  display: flex;
  font-size: 1.8125rem;
  gap: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1rem;
}

.flow__tag::before {
  content: "";
  display: block;
  height: 3.0625rem;
  width: 3.0625rem;
}

.flow__time::before {
  background: url(./../images/flow_icon.webp) no-repeat center/100%;
  position: relative;
  top: 1px;
}

.flow__pin {
  gap: 0;
}

.flow__pin::before {
  background: url(./../images/pin_grn.webp) no-repeat center/100%;
}

.flow__check::before {
  background: url(./../images/flow_check.webp) no-repeat center/100%;
}

.flow__text {
  font-size: 1.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1rem;
}

.flow__text .bold {
  font-weight: 900;
}

.flow__schedule {
  background: #fff;
  border: 0.1875rem solid #E8E7E7;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.flow__scheduleCol+.flow__scheduleCol {
  border-left: 0.1875rem solid #dfe3e8;
}

.flow__scheduleHead {
  background: #00A99D;
  border-bottom: 0.1875rem solid #E8E7E7;
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 1.375rem;
  text-align: center;
}

.flow__scheduleBody {
  display: flex;
  flex-direction: column;
  font-size: 2.25rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 19.25rem;
  padding: 2rem 1.75rem 2.75rem;
}

.flow__scheduleBody.--day2 {
  padding-inline: 3.125rem;
}

.flow__scheduleBody--single {
  align-items: center;
  text-align: center;
}

.flow__scheduleBlock {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.flow__scheduleBlock+.flow__scheduleBlock {
  border-top: 0.1875rem solid #E8E7E7;
  margin-top: 1.375rem;
  padding-top: 1.375rem;
}

.flow__scheduleTime {
  font-weight: 500;
}

.flow__scheduleLabel {
  font-weight: 900;
  margin-top: 1.375rem;
}

.flow__scheduleLabel--exam {
  color: #E68913;
  font-weight: 900;
}

.flow__btn {
  margin: 1rem auto 0;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  overflow: hidden;
  position: relative;
}

.fv__inner {
  height: 100%;
  height: min(43.75rem, 43.9vw);
  min-height: 39.5rem;
  padding-block: 4.25rem 3.75rem;
}

.fv__ttlBlock {
  position: relative;
  z-index: 1;
}

.fv__logo {
  max-width: 27.0625rem;
}

.fv__ttl {
  font-family: "gothic-a1", sans-serif;
  font-size: 8.6875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 2.4375rem;
}

.fv__ttl span {
  display: block;
  font-size: 6.375rem;
  margin-top: 0.625rem;
}

.fv__label {
  border: 0.1875rem solid #1F2A37;
  font-family: "gothic-a1", sans-serif;
  font-size: 3.4375rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1.875rem;
  padding: 1.375rem 3.125rem 1rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.fv__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  width: max(59.75rem, 66.39vw);
}

.fv__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.fv__textBlock {
  background: #1f2a37;
  padding: 1.875rem;
  position: relative;
  z-index: 1;
}

.fv__textLabel {
  display: flex;
  font-size: 2.6875rem;
  gap: 1.25rem;
  justify-content: center;
}

.fv__textLabel span {
  background: #fff;
  display: inline-block;
  padding: 0.4375rem 1.125rem 0.5625rem;
}

.fv__text {
  color: #fff;
  font-size: 3.375rem;
  letter-spacing: 0.13em;
  margin-top: 0.625rem;
  text-align: center;
}

.fv__text span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 1.25rem;
}

.fv__text strong {
  font-family: "futura-100", sans-serif;
  font-size: 3.875rem;
  font-weight: 500;
}

/*
 * price
 * -------------------------------------------------------------
 */

.price {
  background: url(./../images/price_bg.webp) no-repeat center/cover;
  padding-block: 2.6875rem 2.25rem;
}

.price__box {
  background: #fff;
}

.price__head {
  background: linear-gradient(270deg, #007F77 0%, #00BFB3 100%);
  padding: 1.5625rem;
  text-align: center;
}

.price__headLabel {
  background: #fff;
  color: #017F77;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.13em;
  line-height: 1;
  padding: 0.3125rem 3.25rem 0.4375rem;
}

.price__headText {
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.13em;
  margin-top: 0.25rem;
}

.price__headText span {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 3.125rem;
}

.price__headText span small {
  display: inline-block;
  font-size: 2.0625rem;
  margin: 0 0.125rem;
  position: relative;
  top: -0.125rem;
}

.price__body {
  margin-inline: auto;
  max-width: 57.5625rem;
  padding-block: 3.625rem;
}

.price__regular {
  align-items: center;
  display: flex;
  gap: 1.4375rem;
  justify-content: center;
}

.price__regularLabel {
  border: 0.0625rem solid #1F2A37;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  min-width: 13rem;
  padding: 0.375rem 3rem 0.4375rem;
  text-align: center;
}

.price__regularPrice {
  font-family: "DIN Alternate", "din-2014", sans-serif;
  font-size: 2.9375rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.price__regularPrice .tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
}

.price__regularPrice::before {
  background: #C62828;
  content: "";
  height: 0.375rem;
  left: -0.25rem;
  position: absolute;
  top: 41%;
  transform: translateY(-50%) rotate(-16deg);
  transform-origin: center;
  width: calc(100% + 0.5rem);
}

.price__plans {
  grid-gap: 6.5rem;
  display: grid;
  gap: 6.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.price__plan {
  text-align: center;
}

.price__planTag {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.375rem;
  justify-content: center;
  line-height: 1;
  min-height: 2.125rem;
  padding-bottom: 0.3125rem;
}

.price__plan--zoom .price__planTag {
  background: #F1821A;
}

.price__plan--school .price__planTag {
  background: #1f2a37;
}

.price__planTitle {
  font-size: 2.375rem;
  line-height: 1;
  margin-top: 0.75rem;
}

.price__plan--zoom .price__planTitle {
  color: #f78810;
}

.price__plan--school .price__planTitle {
  color: #1F2A37;
}

.price__planPrice {
  align-items: center;
  display: flex;
  gap: 1.1875rem;
  justify-content: space-between;
  margin-top: 2.25rem;
}

.price__discount {
  -webkit-clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
  background: linear-gradient(270deg, #EF982B 0%, #F18119 100%);
  clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
  color: #fff;
  font-family: "gothic-a1", sans-serif;
  font-size: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  height: 3.875rem;
  line-height: 1;
  min-width: 8.125rem;
  padding: 0.5rem 0.8125rem;
  text-align: left;
  width: 8.125rem;
  white-space: nowrap;
}

.price__discount span {
  display: block;
  margin-bottom: 0.25rem;
  margin-right: 1.0625rem;
  text-align: center;
}

.price__discount strong {
  font-size: 1.875rem;
}

.price__amount {
  color: #EF972B;
  display: flex;
  gap: 0.5625rem;
  line-height: 1;
}

.price__amount strong {
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #EF982B 0%, #F18119 100%);
  background-clip: text;
  font-family: "DIN Alternate", "din-2014", sans-serif;
  font-size: 5.25rem;
  text-align: right;
}

.price__amountUnit {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-top: 0.9375rem;
}

.price__amountTax {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
}

.price__amountYen {
  font-size: 2.4375rem;
}

.price__notes {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 3.125rem auto 0;
  padding-inline: 1.5625rem;
}

.price__note {
  background: #fff;
  box-shadow: 0px 5.22969px 14.3816px rgba(0, 0, 0, 0.1);
  padding: 1.125rem 1.375rem;
}

.price__noteTtl {
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.price__noteText {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.625rem;
}

.price__cta {
  margin-top: 2.8125rem;
  text-align: center;
}

.price__ctaLead {
  font-size: 1.5625rem;
  letter-spacing: 0.13em;
  line-height: 1.8;
}

.price__ctaLead span {
  color: #C62828;
  font-size: 2.375rem;
  line-height: 1;
}

.price__ctaTtl {
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 0.3125rem;
}

.price__ctaText {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: center;
}

.price__btn {
  margin: 0.8125rem auto 0;
}

.price__ctaNote {
  color: #1F2A37;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.5625rem;
  text-align: center;
}

.price__ctaNotes {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 1rem;
  max-width: 34.0625rem;
  margin-inline: auto;
  text-align: center;
}

.price__ctaNotes--top {
  margin-top: 2rem;
  margin-bottom: 0.875rem;
}

.price__ctaNotes .price__ctaNote {
  margin-top: 0;
  text-align: center;
  padding-left: 0;
  text-indent: 0;
  display: block;
}

.price__ctaNote--orange {
  color: #F06816;
}

.price__ctaNote__sym {
  flex-shrink: 0;
}

.price__ctaNote__body {
  flex: 1;
}

.price__ctaNote--indent {
  display: block !important;
  padding-left: 0 !important;
  text-align: center !important;
  align-items: unset !important;
  gap: unset !important;
}

.price__ctaNote__line2 {
  display: block;
  padding-left: 0;
}

/*
 * reason
 * -------------------------------------------------------------
 */

.reason {
  background: #1f2a37;
  padding-block: 5.3125rem 3.4375rem;
}

.reason__head {
  text-align: center;
}

.reason__secTtl::before {
  background: url(./../images/reason_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 6.625rem;
  margin-bottom: 1.125rem;
  margin-inline: auto;
  width: 4.8125rem;
}

.reason__secTtl {
  color: #FFFFFF;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.reason__secTtl span {
  font-family: "futura-100", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.3;
}

.reason__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.625rem;
}

.reason__item {
  background: #fff;
  padding: 4.0625rem 3.25rem 3.5rem;
}

.reason__itemInner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-inline: auto;
}

.reason__itemInner.--inner1 {
  max-width: 58.75rem;
}

.reason__itemInner.--inner2 {
  max-width: 53.125rem;
}

.reason__itemInner.--inner3 {
  max-width: 54.1875rem;
}

.reason__itemInner.--inner4 {
  max-width: 52.125rem;
}

.reason__itemInner.--inner5 {
  max-width: 54.0625rem;
}

.reason__ttl {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.reason__ttl::after {
  background: #00A99D;
  content: "";
  display: block;
  height: 0.3125rem;
  margin: 0.9375rem auto 0;
  width: 4.625rem;
}

.reason__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.reason__listItem {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.reason__listIcon {
  width: 2.0625rem;
}

.reason__listIcon img {
  height: auto;
  width: 100%;
}

.reason__listText {
  font-size: 1.6875rem;
  line-height: 1;
}

.reason__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-inline: auto;
}

.reason__area {
  margin-inline: auto;
  max-width: 52.5rem;
}

.reason__areaTtl {
  align-items: flex-start;
  color: #00A99D;
  display: flex;
  font-size: 1.125rem;
  gap: 1px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
}

.reason__areaTtl::before {
  background: url(./../images/pin.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.reason__areaPin img {
  height: auto;
  width: 100%;
}

.reason__areaList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.5625rem;
  margin: 1.125rem auto 0;
}

.reason__areaItem {
  background: #E5A84A;
  color: #FFFFFF;
  display: grid;
  font-size: 1.125rem;
  height: 2.375rem;
  letter-spacing: 0.05em;
  line-height: 1;
  min-width: 6.0625rem;
  padding-bottom: 0.125rem;
  place-content: center;
  text-align: center;
}

.reason__chart {
  margin-inline: auto;
  max-width: 26.1875rem;
}

.reason__corporate {
  text-align: center;
}

.reason__corporateTtl {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 0.3125rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
}

.reason__corporateTtl::before {
  background: url(./../images/icon_company.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.3125rem;
  width: 1rem;
}

.reason__corporateText {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1.125rem;
}

.reason__corporateText small {
  font-size: 0.8125rem;
}

/* --------------------------------------------
table
-------------------------------------------- */

.reason__tableWrap {
  margin-inline: auto;
  max-width: 40.375rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

.reason__table {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
}

.reason__tableHead,
.reason__tableRow {
  display: grid;
  grid-template-columns: 7.9375rem 15.75rem 14.8125rem;
}

.reason__tableHead {
  align-items: end;
}

.reason__tableBody {
  display: grid;
  grid-auto-rows: 6.3125rem;
}

.reason__tableHeadBlank {
  min-height: 0.0625rem;
}

.reason__tableHeadCell,
.reason__tableLabel,
.reason__tableCell {
  display: grid;
  place-content: center;
  text-align: center;
}

.reason__tableRow {
  min-height: 6.3125rem;
}

.reason__tableHeadCell {
  color: #FFFFFF;
  text-align: center;
}

.reason__tableHeadCell--ken {
  font-feature-settings: "palt";
  background: #E68913;
  border: 0.125rem solid #E68913;
  padding: 1.1875rem 0;
  position: relative;
  z-index: 1;
}

.reason__tableHeadCell--other {
  background: #8A8A8A;
  border: 2px solid #8A8A8A;
  border-bottom: 0;
  padding: 1.5rem;
}

.reason__tableLabel {
  background: #00A99D;
  border: 2px solid #E8E7E7;
  border-right: 0;
  color: #fff;
}

.reason__tableRow:not(:nth-child(1)) .reason__tableLabel {
  border-top: 0;
}

.reason__tableCell {
  background: #fff;
}

.reason__tableCell--ken {
  border-left: 0.3125rem solid #ef8c00;
  border-right: 0.3125rem solid #ef8c00;
  color: #e98600;
  position: relative;
}

.reason__tableCell--ken::before {
  background: #e8e7e7;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.reason__tableCell--kenLast {
  position: relative;
  z-index: 1;
}

.reason__tableCell--kenLast::before {
  display: none;
}

.reason__tableCell--kenLast::after {
  background: #fff;
  border-bottom: 0.3125rem solid #ef8c00;
  border-left: 0.3125rem solid #ef8c00;
  border-right: 0.3125rem solid #ef8c00;
  bottom: -0.25rem;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 0.4375rem);
  width: 15.75rem;
}

.reason__tableCell--other {
  border: 2px solid #E8E7E7;
  border-top: 0;
  color: #595959;
  font-weight: 500;
}

.reason__box {
  background: #f3f3f3;
  margin-top: -1.25rem;
  padding: 0.5625rem 3.4375rem;
}

.reason__benefits {
  display: flex;
  gap: 3.375rem;
  justify-content: center;
}

.reason__benefit {
  max-width: 9.25rem;
}

.reason__benefitImg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.reason__benefitTtl {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
  text-align: center;
}

/*
 * recommend
 * -------------------------------------------------------------
 */

.recommend {
  background: url(./../images/recommend_bg.webp) no-repeat top/cover;
  padding-block: 5.3125rem;
}

.recommend__inner {
  max-width: 37.625rem;
}

.recommend__ttl {
  color: #FFFFFF;
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-align: center;
}

.recommend__ttl span {
  display: block;
  font-size: 2.875rem;
  font-weight: 700;
  margin-top: 0.1875rem;
}

.recommend__ttl::after {
  background: url(./../images/recommend_ttl_line.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 0.875rem;
  margin: 0.125rem auto 0;
  width: min(28.4375rem, 100%);
}

.recommend__lists {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.recommend__list {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 1.4375rem;
  gap: 0.625rem;
  letter-spacing: 0.13em;
  line-height: 1.4;
}

.recommend__list::before {
  background: url(./../images/check.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.625rem;
  width: 1.625rem;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media (width >=1025px) {

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

}

@media (max-width: 1100px) {

  html {
    font-size: 1.45vw;
  }

}

@media (max-width: 768px) {

  html {
    font-size: 4.2666666667vw;
  }

  .footer {
    padding-block: 2.5rem 3rem;
  }

  .footer__inner {
    max-width: 34.875rem;
    padding-inline: 2.8125rem;
  }

  .footer__info {
    gap: 0.5rem;
    margin-top: 1.125rem;
  }

  .footer__infoGroup {
    font-size: 0.5625rem;
    gap: 0.9375rem;
  }

  .footer__infoGroup dt {
    width: 2.375rem;
  }

  .footer__company {
    font-size: 0.8125rem;
  }

  .footer__links {
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .footer__link {
    font-size: 0.8125rem;
    text-underline-offset: 3px;
  }

  .footer__copyright {
    font-size: 0.5625rem;
    margin-top: 2.5rem;
  }

  .header__inner {
    padding: 0.5rem;
  }

  .header__countdown {
    gap: 1.25rem;
    min-height: 5rem;
  }

  .header__ttl {
    font-size: 1.25rem;
  }

  .header__body {
    gap: 0.5rem;
  }

  .header__timer {
    gap: 0.25rem;
  }

  .header__timeUnit {
    gap: 0.125rem;
  }

  .header__digits {
    gap: 0.125rem;
  }

  .header__digit {
    font-size: 1rem;
    height: 2rem;
    width: 1rem;
  }

  .header__timeLabel {
    font-size: 0.75rem;
  }

  .header__discountLabel {
    border-width: 1px;
    font-size: 0.625rem;
    min-height: 1.25rem;
    padding: 0.1875rem 0.1875rem 0.125rem;
  }

  .header__discountValue {
    font-size: 1.5rem;
  }

  .header__discountValue::first-letter {
    font-size: 1.0625rem;
  }

  .header__discountValue small {
    font-size: 1.0625rem;
  }

  .l-inner {
    max-width: 31.25rem;
    padding-inline: 7px;
  }

  .c-btn {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.125rem;
    height: 4.5rem;
    max-width: 21rem;
    padding: 1.0625rem;
  }

  .c-btn span {
    font-size: 1.0625rem;
  }

  .c-line {
    gap: 0.375rem;
  }

  .c-line__lead {
    font-size: 0.875rem;
  }

  .c-line__btn {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .c-line__note {
    font-size: 0.75rem;
  }

  .c-secTtl {
    font-size: 1.6875rem;
  }

  .about {
    padding-bottom: 2rem;
  }

  .about__headFlex {
    display: block;
  }

  .about__secTtl {
    background: none;
    bottom: 0.4375rem;
    display: flex;
    flex-direction: column;
    font-size: 1.1875rem;
    gap: 0.375rem;
    left: -0.4375rem;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
  }

  .about__secTtlLine {
    background: #1F2A37;
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about__secTtl span {
    font-size: 1.3125rem;
  }

  .about__headImg {
    max-width: 17.5rem;
    position: relative;
    right: -0.4375rem;
  }

  .about__headLead {
    font-size: 0.875rem;
  }

  .about__headLead .higlight {
    font-size: 1.1875rem;
    margin: 0 0.5rem 0 0;
    padding: 0.5rem;
  }

  .about__headLead .color {
    font-size: 1rem;
  }

  .about__body {
    gap: 2rem;
    padding-inline: 0;
  }

  .about__ttl {
    font-size: 1.375rem;
    gap: 0.875rem;
    padding-inline: 0.8125rem;
  }

  .about__ttl::before {
    height: 1.6875rem;
    width: 0.25rem;
  }

  .about__lead {
    font-size: 0.875rem;
    margin-top: 1.375rem;
    padding-inline: 0.8125rem;
  }

  .about__lead .bold {
    font-weight: 900;
  }

  .about__chart {
    margin-top: 1.375rem;
  }

  .about__chartScore {
    font-size: 0.6875rem;
    margin-top: 0.375rem;
  }

  .about__chartRows {
    gap: 1.1875rem;
    padding-inline: 0.8125rem 0.6875rem;
  }

  .about__chartRow--exempt {
    padding-bottom: 2.5rem;
  }

  .about__chartLabel {
    gap: 0.5625rem;
    padding: 0;
  }

  .about__chartStudent {
    max-width: 2.8125rem;
  }

  .about__chartName {
    font-size: 1rem;
    margin-top: 0;
  }

  .about__chartMain {
    gap: 0.1875rem;
    grid-template-columns: minmax(0, 1fr) 0.3125rem 3.75rem;
    margin-top: -0.25rem;
    padding: 0;
  }

  .about__chartBar {
    min-height: 3rem;
  }

  .about__chartBlock {
    padding: 0.3125rem;
  }

  .about__chartBlock--primary {
    flex: 1 1 56.5%;
  }

  .about__chartBlock--secondary {
    flex: 1 1 26.5%;
  }

  .about__chartQuestion {
    font-size: 0.75rem;
  }

  .about__chartPoint {
    font-size: 1.1875rem;
    margin-top: 0.4375rem;
  }

  .about__chartExempt {
    font-size: 0.9375rem;
    margin-top: 0.4375rem;
    padding: 0.0625rem 0.75rem 0.1875rem;
  }

  .about__chartArrow {
    height: 0.4375rem;
    width: 0.3125rem;
  }

  .about__chartResult {
    border-width: 1px;
    min-height: 3rem;
    padding: 0.3125rem 0.375rem;
  }

  .about__chartStatus {
    font-size: 0.75rem;
  }

  .about__chartResultPoint {
    font-size: 1.1875rem;
    margin-top: 0.4375rem;
  }

  .about__chartSide--fail {
    bottom: -2.375rem;
    max-width: 3.1875rem;
    right: -0.8125rem;
  }

  .about__chartSide--pass {
    bottom: -0.125rem;
    max-width: 3.1875rem;
    right: -0.6875rem;
  }

  .about__graph {
    margin-top: 1.375rem;
  }

  .about__graphNote {
    display: none;
  }

  .about__merit {
    gap: 0.5rem;
    margin-top: 1.375rem;
  }

  .about__card {
    border-width: 1px;
    padding: 0.5rem 0.5rem 0.8125rem;
  }

  .about__cardImg {
    margin-inline: auto;
    max-width: 5.9375rem;
  }

  .about__cardTtl {
    font-size: 0.9375rem;
    margin-top: 1rem;
  }

  .about__cardText {
    font-size: 0.75rem;
    margin-inline: auto;
    margin-top: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about__cardText.--inline {
    padding-inline: 0.25rem;
  }

  .authority {
    padding-block: 2.5rem;
  }

  .authority__inner {
    padding-inline: 1.1875rem;
  }

  .authority__head {
    gap: 0.9375rem;
    grid-template-columns: 9.75rem 10.4375rem;
  }

  .authority__body {
    margin-top: 1rem;
    padding-inline: 0.1875rem;
  }

  .authority__ttl {
    font-size: 1rem;
    text-align: left;
  }

  .authority__ttlLine.--line1 {
    white-space: nowrap;
  }

  .authority__ttl strong {
    font-size: 2rem;
  }

  .authority__ttlLine.--line2 {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }

  .authority__lead {
    font-size: 1rem;
    gap: 0.5625rem;
    margin-top: 0.5rem;
  }

  .authority__lead span {
    font-size: 1.125rem;
    padding-bottom: 0.125rem;
    padding-inline: 0.875rem;
  }

  .faq {
    padding-block: 3.4375rem;
  }

  .faq__inner {
    padding-inline: 1.25rem;
  }

  .faq__list {
    gap: 0.5rem;
    margin-top: 2.5rem;
  }

  .faq__question {
    gap: 0.875rem;
    padding: 1rem 0.5rem;
  }

  .faq__icon {
    font-size: 0.6875rem;
    height: 1.1875rem;
    width: 1.125rem;
  }

  .faq__questionText {
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
  }

  .faq__toggle {
    height: 0.75rem;
    width: 0.75rem;
  }

  .faq__toggle::before {
    height: 2px;
    width: 0.625rem;
  }

  .faq__toggle::after {
    height: 0.625rem;
    width: 2px;
  }

  .faq__answer {
    padding: 1rem 0.5rem;
  }

  .faq__answerHead {
    gap: 0.875rem;
  }

  .faq__answerLead {
    font-size: 0.8125rem;
  }

  .faq__answerText {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
  }

  .flow {
    padding-block: 3.4375rem 2.5rem;
  }

  .flow__inner {
    padding-inline: 1.25rem;
  }

  .flow__list {
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .flow__item {
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
  }

  .flow__item:not(:last-child)::after {
    height: 1.125rem;
    margin-top: 1rem;
    width: 1.6875rem;
  }

  .flow__head {
    height: 7.875rem;
  }

  .flow__num {
    font-size: 0.9375rem;
    height: 1.9375rem;
    width: 3.75rem;
  }

  .flow__desc {
    padding: 1rem;
  }

  .flow__ttl {
    font-size: 1.1875rem;
  }

  .flow__tags {
    gap: 1rem;
  }

  .flow__tag {
    font-size: 0.875rem;
    gap: 0.375rem;
    margin-top: 0.5rem;
  }

  .flow__tag::before {
    height: 1.5rem;
    width: 1.5rem;
  }

  .flow__pin {
    gap: 0;
  }

  .flow__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }

  .flow__schedule {
    border-width: 1px;
    margin-top: 0.5rem;
  }

  .flow__scheduleCol+.flow__scheduleCol {
    border-width: 1px;
  }

  .flow__scheduleHead {
    border-width: 1px;
    font-size: 0.8125rem;
    padding: 0.5rem;
  }

  .flow__scheduleBody {
    font-size: 0.8125rem;
    min-height: 7.25rem;
    padding: 1rem 1.125rem;
  }

  .flow__scheduleBody.--day2 {
    padding-inline: 1.125rem;
  }

  .flow__scheduleBlock+.flow__scheduleBlock {
    border-width: 1px;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }

  .flow__scheduleLabel {
    margin-top: 0.5rem;
  }

  .flow__btn {
    margin-top: 0.5rem;
  }

  .fv__inner {
    height: 64.533vw;
    max-width: 100%;
    min-height: 15.125rem;
    padding: 1.4375rem 0.8125rem 1.625rem;
  }

  .fv__logo {
    max-width: 10.375rem;
  }

  .fv__ttl {
    font-size: 3.3125rem;
    margin-top: 0.9375rem;
  }

  .fv__ttl span {
    font-size: 2.4375rem;
    margin-top: 0.25rem;
  }

  .fv__label {
    border-width: 1px;
    font-size: 1.3125rem;
    margin-top: 0.75rem;
    padding: 0.5rem;
  }

  .fv__img {
    width: calc(100% - 0.625rem);
  }

  .fv__textBlock {
    padding: 0.625rem;
  }

  .fv__textLabel {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .fv__textLabel span {
    padding: 0.25rem 0.375rem;
  }

  .fv__text {
    font-size: 1.25rem;
    margin-top: 0.375rem;
  }

  .fv__text span {
    font-size: 0.9375rem;
    margin-left: 0.5rem;
  }

  .fv__text strong {
    font-size: 1.4375rem;
  }

  .price {
    padding-block: 1.25rem;
  }

  .price__inner {
    padding-inline: 0.75rem;
  }

  .price__head {
    padding: 1rem;
  }

  .price__headLabel {
    font-size: 1.25rem;
    padding: 0.25rem 2.125rem;
  }

  .price__headText {
    font-size: 1.1875rem;
    margin-top: 0.125rem;
  }

  .price__headText span {
    font-size: 2rem;
  }

  .price__headText span small {
    font-size: 1.1875rem;
    margin: 0 0.0625rem;
  }

  .price__body {
    max-width: 100%;
    padding: 2rem 1rem;
  }

  .price__regular {
    gap: 0.9375rem;
  }

  .price__regularLabel {
    border-width: 1px;
    font-size: 1.125rem;
    min-width: 8.375rem;
    padding: 0.125rem 1.875rem 0.25rem;
  }

  .price__regularPrice {
    font-size: 1.875rem;
  }

  .price__regularPrice .tax {
    font-size: 1.125rem;
  }

  .price__regularPrice::before {
    height: 0.25rem;
    top: 45.2%;
    width: calc(100% + 0.375rem);
  }

  .price__plans {
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 1.5rem auto 0;
    max-width: 16.4375rem;
  }

  .price__planTag {
    font-size: 0.875rem;
    min-height: 1.375rem;
    padding-bottom: 0.0625rem;
  }

  .price__planTitle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }

  .price__planPrice {
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .price__discount {
    font-size: 0.625rem;
    height: 2.5rem;
    min-width: 5.25rem;
    min-width: 5.25rem;
    padding: 0.3125rem 1.125rem 0.25rem 0.5625rem;
    width: 5.25rem;
  }

  .price__discount span {
    margin-bottom: 0.125rem;
    margin-right: 0.125rem;
  }

  .price__discount strong {
    font-size: 1.1875rem;
  }

  .price__amount {
    gap: 0.25rem;
  }

  .price__amount strong {
    font-size: 3.375rem;
  }

  .price__amountUnit {
    margin-top: 0.5625rem;
  }

  .price__amountTax {
    font-size: 0.5rem;
  }

  .price__amountYen {
    font-size: 1.5625rem;
  }

  .price__notes {
    gap: 0.75rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 1.375rem;
    padding: 0;
  }

  .price__note {
    padding: 0.875rem 1rem;
  }

  .price__noteTtl {
    font-size: 1.1875rem;
  }

  .price__noteText {
    font-size: 0.6875rem;
    margin-top: 0.5rem;
  }

  .price__cta {
    margin-top: 1.5rem;
  }

  .price__ctaLead {
    font-size: 1rem;
  }

  .price__ctaLead span {
    font-size: 1.5rem;
  }

  .price__ctaText {
    font-size: 0.6875rem;
    margin-top: 0.5rem;
  }

  .price__ctaNote {
    font-size: 0.6875rem;
    margin-top: 1rem;
  }

  .price__ctaNotes {
    gap: 0.125rem;
    margin-top: 0.75rem;
  }

  .reason {
    padding-block: 2rem;
  }

  .reason__secTtl::before {
    height: 5.1875rem;
    margin-bottom: 0.875rem;
    width: 3.75rem;
  }

  .reason__secTtl {
    font-size: 1.3125rem;
  }

  .reason__secTtl span {
    font-size: 2rem;
  }

  .reason__body {
    gap: 2rem;
    margin-top: 2rem;
  }

  .reason__item {
    padding: 2.5rem 0.6875rem;
  }

  .reason__itemInner {
    gap: 2.0625rem;
  }

  .reason__itemInner.--inner1,
  .reason__itemInner.--inner2,
  .reason__itemInner.--inner3,
  .reason__itemInner.--inner4,
  .reason__itemInner.--inner5 {
    max-width: 20.625rem;
  }

  .reason__itemInner.--inner4 {
    max-width: 21.25rem;
  }

  .reason__ttl {
    font-size: 1.75rem;
  }

  .reason__ttl::after {
    height: 0.25rem;
    margin-top: 0.75rem;
    width: 3.625rem;
  }

  .reason__list {
    gap: 1rem;
  }

  .reason__listItem {
    gap: 0.5rem;
  }

  .reason__listText {
    font-size: 1.3125rem;
  }

  .reason__text {
    font-size: 0.875rem;
  }

  .reason__text .bold {
    font-weight: 900;
  }

  .reason__areaTtl {
    font-size: 0.875rem;
  }

  .reason__areaTtl::before {
    height: 1rem;
    width: 1rem;
  }

  .reason__areaList {
    grid-gap: 0.5625rem 0.4375rem;
    display: grid;
    gap: 0.5625rem 0.4375rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0.875rem;
  }

  .reason__areaItem {
    font-size: 0.875rem;
    height: 1.875rem;
    min-width: 4.75rem;
  }

  .reason__chart {
    margin: 0 calc(50% - 50vw);
    max-width: 20.8125rem;
  }

  .reason__corporateTtl {
    font-size: 0.875rem;
    gap: 0.25rem;
  }

  .reason__corporateTtl::before {
    height: 1rem;
    width: 0.8125rem;
  }

  .reason__corporateText {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    margin-top: 0.875rem;
  }

  .reason__corporateText small {
    font-size: 0.625rem;
  }

  .reason__table {
    font-size: 0.8125rem;
  }

  .reason__tableHead,
  .reason__tableRow {
    grid-template-columns: 4.375rem 8.6875rem 8.1875rem;
  }

  .reason__tableBody {
    grid-auto-rows: 3.5rem;
  }

  .reason__tableRow {
    min-height: 3.5rem;
  }

  .reason__tableHeadCell--ken {
    border-width: 1px;
    padding: 0.6875rem 0.9375rem;
  }

  .reason__tableHeadCell--other {
    border-width: 1px;
    padding: 0.875rem;
  }

  .reason__tableLabel {
    border-width: 1px;
  }

  .reason__tableCell--ken {
    border-left: 0.1875rem solid #ef8c00;
    border-right: 0.1875rem solid #ef8c00;
  }

  .reason__tableCell--ken::before {
    height: 1px;
  }

  .reason__tableCell--kenLast::after {
    border-width: 0.1875rem;
    bottom: -0.25rem;
    height: 0.25rem;
    transform: translateX(-49.7%);
    width: 8.6875rem;
  }

  .reason__tableCell--other {
    border-width: 1px;
  }

  .reason__box {
    margin-top: -1.0625rem;
    padding: 0.4375rem 0.3125rem;
  }

  .reason__box .reason__text {
    letter-spacing: 0.03em;
  }

  .reason__benefits {
    gap: 2.625rem;
  }

  .reason__benefitTtl {
    font-size: 0.9375rem;
  }

  .recommend {
    padding-block: 2.5rem;
  }

  .recommend__inner {
    padding-inline: 1.6875rem;
  }

  .recommend__ttl {
    font-size: 1.3125rem;
  }

  .recommend__ttl span {
    font-size: 1.75rem;
    margin-top: 0.0625rem;
  }

  .recommend__ttl::after {
    height: 0.5rem;
    margin-top: 0.375rem;
    width: min(17.5rem, 100%);
  }

  .recommend__lists {
    gap: 0.9375rem;
    margin-top: 1.5rem;
  }

  .recommend__list {
    font-size: 0.875rem;
    gap: 0.375rem;
  }

  .recommend__list::before {
    height: 1rem;
    width: 1rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media (max-width: 768px) and (max-width: 768px) {

  .reason__benefit {
    max-width: 7.25rem;
  }

}


/*# sourceMappingURL=style.css.map */