html {
  font-size: 10px;
}

body,h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif !important;
}

body {
  background: #fff;
  color: #000;
  font-weight: 400;
}

body.noscroll {
  overflow: hidden;
}

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;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  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;
}



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

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

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

.l-inner {
  margin: auto;
  max-width: 100rem;
  max-width: 108rem;
  padding: 0 4rem;
}

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

.l-main {
  overflow: hidden;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section-bg {
  background-color: #f5f5f1;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  padding: 8rem 0;
}

.c-cta--top {
  padding: 6rem 0;
}

.c-cta__btn {
  background-image: linear-gradient(to bottom, #FF5B7D, #D4035B);
  border-radius: 10rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 auto;
  max-width: 47rem;
  padding: 4rem 3rem 4rem 2rem;
  position: relative;
  text-align: center;
}

.c-cta__btn:before {
  background: url(https://info.atgp.jp/hubfs/training_it/assets/imgs/arrow-white.svg) no-repeat center;
  content: "";
  height: 1.7rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.15s;
  width: 1.7rem;
}

.c-cta__btn:hover {
  filter: brightness(1.2);
  opacity: 1;
}

.c-cta__btn:hover:before {
  transform: translate(0.5rem, -50%) scale(0.8);
}

.c-cta__btn .free {
  background: #fff;
  color: #D4035B;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0 0.5rem 0 0;
  padding: 0.3rem 0.7rem 0.5rem;
}

/*
 * c-ttl
 * -------------------------------------------------------------
 */

.c-ttl {
  border-bottom: 0.5rem solid #95e4da;
  display: block;
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 80%;
}

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

.about {
  padding-top: 8rem;
}

.about__inner {
  max-width: 118rem;
}

.about__ttlWrap {
  background: #f5f5f1;
  margin: 0 calc(50% - 50vw);
  padding: 6rem 0;
  text-align: center;
}

.about__ttlInner {
  background: #fff;
  margin: 0 auto;
  padding: 4rem;
  width: 90%;
}

.about__ttl {
  color: #D4035B;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
}

.about__ttl span {
  color: #000;
  display: block;
  font-size: 3.2rem;
}

.about__text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1rem;
}

.about__text span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.about__lists {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin: 5rem auto 0;
}

.about__list {
  display: flex;
  font-size: max(2.3rem, min(2.2vw, 2.6rem));
  font-weight: 600;
  gap: 0.8rem;
  line-height: 1.4;
}

.about__list::before {
  background: url(https://info.atgp.jp/hubfs/training_it/comic-lp/assets/images/chk.svg) no-repeat center/100%;
  content: "";
  display: block;
  height: 3.4rem;
  margin-top: 0.3rem;
  min-width: 3.4rem;
  width: 3.4rem;
}

.about__list:nth-child(2) p:after {
  background: url(https://info.atgp.jp/hubfs/training_it/comic-lp/assets/images/wakaba.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 3.5rem;
  vertical-align: middle;
  width: 4rem;
}

/*
 * access
 * -------------------------------------------------------------
 */

.access {
  padding: 10rem 0;
}

.access__list {
  margin: 5rem auto 0;
  max-width: 80rem;
}

.access__ttl {
  font-feature-settings: "palt";
  font-size: 3rem;
  font-weight: 700;
}

.access__desc {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2rem;
}

.access__notes {
  margin-bottom: 1.5rem;
  max-width: 50rem;
}

.access__note {
  background: linear-gradient(to bottom, transparent 65%, #95e4da 30%);
  font-weight: 600;
  line-height: 1.3;
  padding: 0.5rem 0.6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.access__note span {
  display: inline-block;
  margin-right: 0.8rem;
}

.access__note small {
  font-weight: 400;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company {
  padding: 5rem 0 8rem;
}

.company__ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

.company__textWrap {
  background: #fff;
  border: 1px solid #000;
  margin-top: 4rem;
  padding: 3rem;
}

.company__text {
  font-size: 2.2rem;
  line-height: 1.7;
}

.annotation {
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  padding: 10rem 0 0;
}

.contact__heaer-text {
  align-items: flex-end;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  gap: 1.4rem;
  justify-content: center;
  padding: 1rem 0;
  text-align: center;
}

.contact__heaer-text::before,
.contact__heaer-text::after {
  background: #000;
  content: "";
  display: block;
  height: 2.5rem;
  position: relative;
  top: 0.2rem;
  width: 2px;
}

.contact__heaer-text::before {
  transform: rotate(-45deg);
}

.contact__heaer-text::after {
  transform: rotate(45deg);
}

.contact__secttl {
  background: #555555;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 6rem;
  padding: 5rem 0;
  text-align: center;
}

/*
 * cost
 * -------------------------------------------------------------
 */

.cost {
  background: #f5f5f1;
  padding: 8rem 0 10rem;
}

.cost__secttl {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}

.cost__body {
  margin: 3rem auto 0;
  max-width: 40rem;
}

.cost__box {
  background: #fff;
  padding: 1rem;
}

.cost__box-ttl {
  background: linear-gradient(to bottom, transparent 88%, #fffc00 70%);
  color: #D4035B;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 0 0.5rem 1rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cost__box-ttl strong {
  font-size: 8rem;
  font-weight: 700;
}

.cost__box-ttl small {
  font-size: 70%;
}

.cost__text {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 2rem;
}

.cost__text span {
  display: block;
  font-size: 1.4rem;
}

.cost__items {
  grid-gap: 1.5rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 5rem auto 0;
  max-width: 51rem;
}

.cost__item-ttl {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}

.cost__item-body {
  align-items: center;
  aspect-ratio: 1/1;
  background: #5F5F5F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding: 1rem 2rem;
  text-align: center;
}

.cost__item-text {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.cost__item-text span {
  display: block;
  margin: 0 calc(50% - 50vw);
}

/*
 * course
 * -------------------------------------------------------------
 */

.tw {
  transition: opacity 1200ms cubic-bezier(0.4, 0, 0.25, 1.01), transform 600ms cubic-bezier(0.4, 0, 0.25, 1.01) !important;
}

.whiteTtlArea {
  padding: 10rem 0 0;
}

.whiteTtlArea>* {
  text-align: center;
}

.ffEn {
  font-family: "Avenir Next", sans-serif;
  font-style: italic;
  font-weight: 600;
}

.whiteTtlArea .en {
  color: #95E4DA;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.whiteTtlArea .jp {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

#course .course_lead {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 0 3.5rem 0;
  text-align: center;
  text-decoration-color: #FFFE04;
  text-decoration-thickness: 1.4rem;
  text-underline-offset: -1rem;
}

#course .course_lead:before {
  background: url(https://info.atgp.jp/hubfs/training_it/comic-lp/assets/images/wakaba.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 6.2rem;
  vertical-align: middle;
  width: 5.9rem;
}

#course .course_lead>span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

#course .course_wrap {
  display: flex;
  min-height: 50rem;
}

#course .course_web {
  background: #DCEFED;
  padding: 7rem 5rem 7rem 0;
  width: 50%;
}

#course .course_inner {
  background: #fff;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
  padding: 0 0 4rem 0;
  width: 46.8rem;
}

#course .course_web .course_inner {
  margin: 0 0 0 auto;
}

#course .course_inner h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 2rem 0;
  text-align: center;
}

#course .course_web .course_inner h3 {
  background: #95E4DA;
}

#course .course_inner dl {
  margin: 3.5rem 3rem 3rem;
}

#course .course_inner dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  text-align: left;
}

#course .course_inner dl dd+dt {
  margin-top: 3rem;
}

#course .course_inner dl dt:before {
  content: "";
  display: inline-block;
  margin: 0 0.7rem 0 0;
  vertical-align: 0.5rem;
  width: 2rem;
}

#course .course_web .course_inner dl dt:before {
  border-top: 0.4rem solid #95E4DA;
}

#course .course_it .course_inner dl dt:before {
  border-top: 0.4rem solid #FFFE53;
}

#course .course_inner dl dd {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: left;
}

dl:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

#course .course_inner dl dd ul {
  margin-left: 1em;
}

#course .course_inner dl dd ul li {
  list-style-type: disc;
}

#course .course_inner>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 3rem 0;
}

#course .course_inner>ul li {
  background: #000;
  border-radius: 10rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  padding: 0.6rem 0.7rem 0.7rem;
  text-align: center;
  text-align: center;
  width: calc((100% - 10px) / 3);
}

#course .course_inner>ul li.empty {
  background: none;
  display: block;
  font-size: 1.5rem;
  width: calc((100% - 10px) / 3);
}

#course .course_it {
  background: #FAFAD8;
  padding: 7rem 0 7rem 5rem;
  width: 50%;
}

#course .course_it .course_inner {
  margin: 0 auto 0 0;
}

#course .course_it .course_inner h3 {
  background: #FFFE53;
}

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

.faq {
  padding-top: 8rem;
}

.c-accordion {
  display: flex;
  flex-direction: column;
}

.c-accordion__head {
  cursor: pointer;
  position: relative;
  width: 100%;
}

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

.faq__accordion-menu {
  background-color: rgb(215, 243, 220);
}

.faq__accordion-head {
  align-items: center;
  color: rgb(51, 51, 51);
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.4;
  padding: 2rem;
}

.faq__accordion-head::after,
.faq__accordion-head::before {
  background-color: rgb(51, 51, 51);
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 4.5rem;
  top: 50%;
  width: 1.5rem;
}

.faq__accordion-head {
  align-items: center;
  color: rgb(51, 51, 51);
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 1rem;
  padding: 2rem;
}

.faq__accordion-head::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.faq__accordion-menu.is-accordion-open .faq__accordion-head::after {
  transform: rotate(0);
}

.faq__accordion-head::after,
.faq__accordion-head::before {
  background-color: rgb(51, 51, 51);
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 4.5rem;
  top: 50%;
  width: 1.5rem;
}

.faq__accordion-body {
  background-color: #fff;
}

.c-accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.faq__accordion-text {
  align-items: baseline;
  display: flex;
  font-size: 1.6rem;
  gap: 1rem;
  line-height: 1.8;
  padding: 2rem;
}

.faq__accordion-head-icon {
  align-items: center;
  background-color: #22ab39;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

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

.fv__inner {
  padding: 0;
  position: relative;
}

.fv__textWrap {
  left: 5rem;
  position: absolute;
  top: 0.8rem;
}

.fv__text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.8);
}

.fv__leadWrap {
  left: 3rem;
  position: absolute;
  top: 35%;
}

.fv__lead {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}

.fv__lead .sm {
  display: block;
}

.fv__lead .md {
  font-size: 5.2rem;
  font-weight: 600;
}

.fv__lead .lg {
  color: #0d8a19;
  font-size: 6.2rem;
}

.fv__lead .accent {
  font-size: 6.2rem;
}

/*
 * portfolio
 * -------------------------------------------------------------
 */

.portfolio {
  background-color: #d5efed;
  margin: 2rem 0;
  padding: 8rem 0;
}

.portfolio__box {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 6rem 5rem 5rem;
}

.portfolio__box-ttl {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration-thickness: 2rem;
  text-underline-offset: -1rem;
}

.portfolio__box-img {
  margin: 5rem auto 0;
  max-width: 72rem;
  text-align: center;
}

.portfolio__box-text {
  border-bottom: 2px solid #95e4da;
  border-top: 2px solid #95e4da;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 3.5rem;
  padding: 2rem 0;
}

/*
 * support
 * -------------------------------------------------------------
 */

.support {
  padding-top: 8rem;
}

.support__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.support__item {
  background: #fff;
  border: 2px solid #000;
  padding: 4rem 3rem;
}

.support__item01-ttl {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.support__item01-ttl sup {
  font-size: 50%;
  top: -0.8em;
}

.support__item01-flex {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}

.support__text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
}

.support__text span {
  display: block;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.support__item01-img {
  max-width: 38rem;
}

.support__item02 {
  margin: 0 auto;
  position: relative;
  width: 85%;
}

.support__item-label {
  background: #000;
  border-radius: 1.4rem;
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  left: 3rem;
  padding: 0.8rem 0.5rem 0.8rem 1.6rem;
  position: absolute;
  text-align: center;
  top: -2.6rem;
}

.support__item02-flex {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.support__item02-img {
  width: 40%;
}

.support__item02-body {
  flex: 1;
}

.support__item02-ttl {
  font-feature-settings: "palt";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}

.support__item02-ttl span {
  display: block;
  font-size: 2.6rem;
}

.support__item02-bodyImg {
  margin: 1rem 0 1.5rem;
  width: 90%;
}

/*
 * terms
 * -------------------------------------------------------------
 */

.terms {
  padding-top: 10rem;
}

.terms__lead {
  margin-top: 2rem;
}

.terms__lead-text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.terms__lead-text::before {
  background: url(https://info.atgp.jp/hubfs/training_it/comic-lp/assets/images/chk2.svg) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 4rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 3.2rem;
}

.terms__lead-text--underline {
  text-decoration-thickness: 2rem;
  text-underline-offset: -1rem;
}

.terms__description {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3rem;
}

/*
 * u-mb-20
 * -------------------------------------------------------------
 */

.u-mb-20 {
  margin-bottom: 2rem;
}

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

.u-pc {
  display: block;
}

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

.u-sp {
  display: none;
}

/*
 * u-underline
 * -------------------------------------------------------------
 */

.u-underline {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-color: #fffc00;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

@media screen and (min-width: 1025px) {

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

}

@media screen and (max-width: 1050px) {

  html {
    font-size: 0.952vw;
  }

  .about__ttlWrap {
    padding: 3rem 0;
  }

}

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

  html {
    font-size: 10px;
  }

  .l-inner {
    padding: 0 1rem;
  }

  .c-cta {
    padding: 4rem 1rem 5rem;
  }

  .c-cta--top {
    margin-top: 0;
    padding: 2rem 2rem 4rem;
  }

  .c-cta__btn {
    font-size: 1.6rem;
    margin: 0 auto;
    max-width: 33.5rem;
    padding: 3rem 3rem 3rem 1rem;
  }

  .c-cta__btn:before {
    right: 1rem;
  }

  .c-cta__btn .free {
    font-size: 1.5rem;
    padding: 0.2rem 0.3rem 0.3rem;
  }

  .c-ttl {
    border-width: 3px;
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
  }

  .about {
    padding-top: 4rem;
  }

  .about__ttlInner {
    padding: 3rem 2rem;
  }

  .about__ttl {
    font-size: 2.6rem;
  }

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

  .about__text {
    font-size: 1.6rem;
  }

  .about__text span {
    font-size: 1.4rem;
  }

  .about__lists {
    gap: 2.5rem;
    margin-top: 3rem;
  }

  .about__list {
    font-size: 1.7rem;
    gap: 1rem;
  }

  .about__list::before {
    height: 2.4rem;
    margin-top: 0.1rem;
    min-width: 2.4rem;
    position: relative;
    width: 2.4rem;
  }

  .about__list:nth-child(2) p:after {
    height: 2.7rem;
    width: 3rem;
  }

  .access {
    padding: 5rem 0;
  }

  .access__ttl {
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .access__desc {
    font-size: 1.6rem;
  }

  .company {
    padding: 4rem 0;
  }

  .company__ttl {
    font-size: 2rem;
  }

  .company__textWrap {
    margin-top: 2rem;
    padding: 2rem;
  }

  .company__text {
    font-size: 1.6rem;
  }

  .annotation {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: 1.5rem;
  }

  .contact {
    padding: 5rem 0 0;
  }

  .contact__heaer-text {
    font-size: 1.8rem;
    padding: 0.8rem 0;
  }

  .contact__heaer-text::before,
  .contact__heaer-text::after {
    height: 2rem;
  }

  .contact__secttl {
    font-feature-settings: "palt";
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
    padding: 3.5rem 0;
  }

  .cost {
    padding: 4rem 0 5rem;
  }

  .cost__secttl {
    font-size: 2.8rem;
  }

  .cost__body {
    margin-top: 2.5rem;
    max-width: 34rem;
  }

  .cost__box {
    padding: 1rem 1rem 2rem;
  }

  .cost__box-ttl {
    font-size: 3rem;
  }

  .cost__box-ttl strong {
    font-size: 6.5rem;
    line-height: 1;
  }

  .cost__box-ttl small {
    font-size: 65%;
  }

  .cost__text {
    font-size: 1.6rem;
  }

  .cost__text span {
    font-size: 1.2rem;
  }

  .cost__items {
    gap: 1rem;
    margin-top: 4rem;
  }

  .cost__item-ttl {
    font-size: 2.4rem;
  }

  .cost__item-body {
    padding: 0.8rem 2rem;
  }

  .cost__item-text {
    font-size: 1.3rem;
  }

  .cost__item:nth-child(2) .cost__item-text {
    margin: 0 calc(50% - 50vw);
  }

  .whiteTtlArea {
    padding: 5rem 0 0;
  }

  .whiteTtlArea .en {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .whiteTtlArea .jp {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }

  #course .course_lead {
    display: flex;
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 0 1rem 2rem;
    text-align: left;
    text-decoration-thickness: 0.6rem;
    text-underline-offset: -0.5rem;
  }

  #course .course_lead:before {
    height: 5rem;
    margin: 0 1rem 0 0;
    min-width: 4rem;
    width: 4rem;
  }

  #course .course_wrap {
    flex-direction: column;
    min-height: auto;
  }

  #course .course_web {
    padding: 2rem 1rem;
    width: auto;
  }

  #course .course_inner {
    padding-bottom: 2rem;
    width: auto;
  }

  #course .course_inner h3 {
    font-size: 2rem;
    padding: 1.5rem;
  }

  #course .course_inner dl {
    margin: 2rem;
  }

  #course .course_inner dl dt {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
  }

  #course .course_inner dl dd+dt {
    margin-top: 2rem;
  }

  #course .course_inner dl dd {
    font-size: 1.6rem;
  }

  #course .course_inner>ul {
    margin: 2rem 2rem 0;
  }

  #course .course_inner>ul li {
    margin: 0 0 2% 0;
    width: 49%;
  }

  #course .course_inner>ul li.empty {
    display: none;
  }

  #course .course_it {
    padding: 2rem 1rem;
    width: auto;
  }

  .faq {
    padding-top: 4rem;
  }

  .faq__accordion-head {
    padding-right: 5rem;
  }

  .faq__accordion-head::after,
  .faq__accordion-head::before {
    right: 2.5rem;
  }

  .fv {
    padding: 0;
  }

  .fv__inner {
    padding: 0;
  }

  .fv__textWrap {
    left: 50%;
    text-align: center;
    top: 1.6vw;
    transform: translateX(-50%);
    width: 100%;
  }

  .fv__text {
    font-size: 4.5333vw;
  }

  .fv__leadWrap {
    left: 5.333vw;
    top: 28%;
  }

  .fv__lead {
    font-size: 5.867vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .fv__lead .md {
    display: block;
    font-size: 10.133vw;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-top: 1.07vw;
  }

  .fv__lead .lg {
    font-size: 12.8vw;
  }

  .fv__lead .accent {
    font-size: 12.8vw;
  }

  .portfolio {
    margin: 1rem 0;
    padding: 4rem 0;
  }

  .portfolio__box {
    padding: 4rem 1rem;
  }

  .portfolio__box-ttl {
    font-size: 2.6rem;
    line-height: 1.4;
    text-decoration-thickness: 1rem;
    text-underline-offset: -0.5rem;
  }

  .portfolio__box-img {
    margin-top: 3rem;
  }

  .portfolio__box-text {
    font-size: 1.6rem;
    margin: 3.5rem 1rem 0;
    padding: 1.5rem 0;
  }

  .support {
    padding: 4rem 0 0;
  }

  .support__item {
    padding: 3rem 1.2rem;
  }

  .support__item01-ttl {
    font-size: 2rem;
  }

  .support__item01-flex {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2rem;
  }

  .support__text {
    text-align: justify;
  }

  .support__item02 {
    width: 100%;
  }

  .support__item-label {
    border-radius: 1.2rem;
    font-size: 1.8rem;
    left: 2rem;
    padding: 0.6rem 0.5rem 0.8rem 1.2rem;
    top: -1.8rem;
  }

  .support__item02-flex {
    flex-direction: column;
    gap: 2rem;
  }

  .support__item02-img {
    width: 55%;
  }

  .support__item02-ttl {
    font-size: 2rem;
    text-align: center;
  }

  .support__item02-ttl span {
    font-size: 1.7rem;
  }

  .support__item02-bodyImg {
    width: 100%;
  }

  .terms {
    padding: 5rem 0;
  }

  .terms__lead {
    margin-top: 1.5rem;
  }

  .terms__lead-text {
    font-size: 2.1rem;
    line-height: 1.4;
    padding-left: 1.7em;
    text-indent: -1.6em;
  }

  .terms__lead-text:not(:nth-child(1)) {
    margin-top: 1rem;
  }

  .terms__lead-text::before {
    height: 3rem;
    margin-right: 0.6rem;
    width: 2.3rem;
  }

  .terms__lead-text--underline {
    text-decoration-thickness: 1rem;
    text-underline-offset: -0.5rem;
  }

  .terms__description {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media screen and (max-width: 375px) {

  html {
    font-size: 2.667vw;
  }

}


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