@charset "UTF-8";
/* screen - index */
@media screen and not (min-width: 1024px) {
  .ispc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .issp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body#lp {
  margin: 0;
  background: #ffffff;
}

@media screen and (min-width: 1024px) {
  .nav-menu {
    position: fixed !important;
    right: -300px !important;
    top: 0 !important;
    z-index: 1100 !important;
  }
}

@media screen and (min-width: 1024px) {
  #menu-toggle:checked ~ .nav-menu {
    right: 0 !important;
  }
}

#experience, #course, #experience-sp, #course-sp {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  #experience, #course, #experience-sp, #course-sp {
    scroll-margin-top: var(--header-h-desktop);
  }
}
@media screen and not (min-width: 1024px) {
  #experience, #course, #experience-sp, #course-sp {
    scroll-margin-top: var(--header-h-mobile);
  }
}

.nav-menu, .global-nav, .drawer {
  z-index: 999;
}

.back-to-top {
  position: fixed;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: var(--endeavour, #cbcbcb);
  color: #fff;
  box-shadow: none; /* ← シャドウを削除 */
  border: none; /* ← 縁線なし */
  cursor: pointer;
  z-index: 1200;
  width: 56px;
  height: 56px;
  right: 16px;
  bottom: 16px;
}
@media screen and not (min-width: 1024px) {
  .back-to-top {
    width: 48px;
    height: 48px;
    right: 12px;
    bottom: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
    transform: none;
  }
}
.back-to-top {
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transform: translateY(6px);
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top:hover {
    transition: none;
    transform: none;
  }
}
.back-to-top:hover {
  transform: translateY(0);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top {
  opacity: 0;
  visibility: hidden;
}

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: var(--white);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 64px;
    padding: 0px calc((100% - 1024px) / 2 + 16px) 0px calc((100% - 1024px) / 2 + 16px);
    overflow: visible;
  }
}
@media screen and not (min-width: 1024px) {
  .header {
    height: 40px;
    padding: 0px 16px;
  }
}

.headlogo {
  align-items: center;
  flex: 0 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .headlogo {
    display: flex;
    gap: 12px;
    height: var(--header-h-desktop);
    padding: 0 24px 0 0;
  }
}
@media screen and not (min-width: 1024px) {
  .headlogo {
    display: inline-flex;
    gap: 8px;
    height: var(--header-h-mobile);
  }
}

.grecaptcha-badge {
  bottom: 84px !important;
}

.index {
  align-items: center;
  background-color: var(--commonwhite);
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 64px;
  min-width: 1024px;
}
@media screen and not (min-width: 1024px) {
  .index {
    min-width: 375px;
  }
}
.index .logo {
  aspect-ratio: 2.38;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 40px;
  width: 95px;
}
@media screen and not (min-width: 1024px) {
  .index .logo {
    height: 25px;
    width: 59px;
  }
}
.index .head_title {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  gap: 8px;
}
@media screen and not (min-width: 1024px) {
  .index .head_title {
    gap: 4px;
  }
}
.index .head_title .text {
  color: var(--endeavour);
  font-family: var(--font-family-inter);
  letter-spacing: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: normal;
  font-style: normal;
}
@media screen and not (min-width: 1024px) {
  .index .head_title .text {
    font-size: var(--font-size-xs);
    font-weight: 500;
    line-height: 18px;
    margin-top: -1px;
    white-space: nowrap;
  }
}
.index .icon-france {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 24px;
  width: 24px;
}
@media screen and not (min-width: 1024px) {
  .index .icon-france {
    height: 16px;
    width: 16px;
  }
}
.index .menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .index .menu {
    width: 40px;
  }
}
@media screen and not (min-width: 1024px) {
  .index .menu {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
  }
}
.index .france_kv {
  height: 526px;
  width: 1024px;
  aspect-ratio: 1.95;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and not (min-width: 1024px) {
  .index .france_kv {
    aspect-ratio: 0.71;
    width: 375px;
  }
}

.sectiontitle {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
}
.sectiontitle img.flagpict {
  aspect-ratio: 1;
  height: 37px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 37px;
}
.sectiontitle h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-weight: 600;
  font-size: var(--font-size-30px);
  font-style: normal;
  color: var(--maincolor);
  letter-spacing: 0;
  line-height: 44px;
}
@media screen and (min-width: 1024px) {
  .sectiontitle h2 {
    white-space: nowrap;
  }
}
@media screen and not (min-width: 1024px) {
  .sectiontitle h2 {
    font-weight: 700;
    line-height: 30px;
    font-size: var(--font-size-xxxl);
  }
}
.sectiontitle h2.darkbglong {
  color: var(--commonwhite);
}
@media screen and not (min-width: 1024px) {
  .sectiontitle h2.darkbglong {
    font-size: var(--font-size-xxl);
  }
}

section.lead {
  align-items: center;
  background-color: var(--commonwhite);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  gap: 24px;
  padding: 32px 0px 24px;
  width: 880px;
}
@media screen and not (min-width: 1024px) {
  section.lead {
    gap: 16px;
    padding: 16px 0px;
    width: 375px;
  }
}
section.lead h1 {
  color: var(--textcolor);
  margin-top: -1px;
  position: relative;
  text-align: center;
  font-family: var(--font-family-inter);
  font-style: normal;
  letter-spacing: 0;
  font-size: var(--font-size-30px);
  font-weight: 600;
  line-height: 44px;
}
@media screen and (min-width: 1024px) {
  section.lead h1 {
    align-self: stretch;
  }
}
@media screen and not (min-width: 1024px) {
  section.lead h1 {
    font-size: var(--font-size-xxl);
    font-weight: 700;
    line-height: 30px;
    width: 343px;
  }
}
section.lead p {
  color: var(--textcolor);
  font-weight: 500;
  position: relative;
  font-family: var(--font-family-inter);
  font-style: normal;
  letter-spacing: 0;
  font-size: var(--font-size-xxl);
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  section.lead p {
    align-self: stretch;
  }
}
@media screen and not (min-width: 1024px) {
  section.lead p {
    font-size: var(--font-size-m);
    line-height: 24px;
    width: 343px;
  }
}
section.lessoninfo {
  align-items: center;
}
section.lessoninfo .goal {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--navy-blue);
  border-radius: 24px 24px 0px 0px;
  flex: 0 0 auto;
  gap: 16px;
  padding: 24px 0px 16px;
  width: 880px;
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .goal {
    width: 375px;
  }
}
section.lessoninfo .goal h2 {
  color: var(--commonwhite);
  margin-top: -1px;
  position: relative;
  text-align: center;
  font-family: var(--font-family-inter);
  font-style: normal;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 48px;
  width: 680px;
  font-size: var(--font-size-36px);
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .goal h2 {
    font-weight: 600;
    line-height: 36px;
    width: 320px;
    font-size: var(--font-size-xxxl);
  }
}
section.lessoninfo .goal .subtitle {
  color: var(--commonwhite);
  position: relative;
  text-align: center;
  font-family: var(--font-family-inter);
  font-style: normal;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 36px;
  width: 680px;
  font-size: var(--font-size-xxxl);
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .goal .subtitle {
    font-weight: 500;
    line-height: 26px;
    width: 320px;
    font-size: var(--font-size-xl);
  }
}
section.lessoninfo .goal .titleframe {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
section.lessoninfo .goal .list {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  padding: 8px 0px 0px;
  position: relative;
  width: 100%;
}
section.lessoninfo .goal .item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2.5px;
  width: 161px;
}
section.lessoninfo .goal .item .description {
  align-self: stretch;
  color: var(--commonwhite);
  font-weight: 500;
  line-height: 22px;
  position: relative;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  letter-spacing: 0;
}
section.lessoninfo .goal .icon-box {
  height: 116.11px;
  position: relative;
  width: 114.87px;
}
section.lessoninfo .goal .icon-box img.bg {
  height: 100px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 102px;
}
section.lessoninfo .goal .icon-box img.icon {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
section.lessoninfo .goal .icon-box .businessman {
  height: 64px;
  left: 30px;
  top: 20px;
  width: 64px;
}
section.lessoninfo .goal .icon-box .travel-luggage {
  height: 53px;
  left: 31px;
  top: 26px;
  width: 53px;
}
section.lessoninfo .goal .icon-box .boutique {
  height: 54px;
  left: 34px;
  top: 26px;
  width: 54px;
}
section.lessoninfo .goal .icon-box .hotel {
  height: 50px;
  left: 36px;
  top: 29px;
  width: 50px;
}
section.lessoninfo .goal .icon-box .dinner-table {
  height: 54px;
  left: 33px;
  top: 27px;
  width: 54px;
}
section.lessoninfo .goal .icon-box .award {
  height: 49px;
  left: 36px;
  top: 29px;
  width: 49px;
}
section.lessoninfo .img-lesson {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
  display: flex;
}
@media screen and (min-width: 1024px) {
  section.lessoninfo .img-lesson {
    width: 880px;
  }
}
section.lessoninfo .img-lesson > img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  section.lessoninfo .img-lesson > img {
    align-self: stretch;
  }
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .img-lesson > img {
    height: 250px;
    width: 375px;
  }
}
section.lessoninfo .course-info {
  align-items: center;
  background-color: var(--navy-blue);
  border-radius: 0px 0px 24px 24px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding: 18px 2px 40px;
  width: 880px;
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .course-info {
    padding: 18px 2px 16px;
    width: 375px;
  }
}
section.lessoninfo .course-info h2 {
  color: var(--commonwhite);
  margin-top: -1px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 44px;
  font-size: var(--font-size-30px);
}
@media screen and (min-width: 1024px) {
  section.lessoninfo .course-info h2 {
    white-space: nowrap;
  }
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .course-info h2 {
    font-weight: 700;
    line-height: 30px;
    font-size: var(--font-size-xxl);
  }
}
section.lessoninfo .course-info .course {
  align-items: center;
  background-color: var(--commonwhite);
  border-radius: 20px;
  display: flex;
  flex-direction: row; /*column*/
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 auto;
  gap: 16px;
  overflow: hidden;
  padding: 16px 0px;
  position: relative;
  width: 720px;
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .course-info .course {
    width: 343px;
  }
}
section.lessoninfo .course-info .course .pitchwords {
  position: relative;
  text-align: center;
  margin-top: -0.45px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--endeavour);
  line-height: 26px;
  width: 100%;
}
section.lessoninfo .course-info .course .coursetitle {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  position: relative;
  width: 100%;
}
section.lessoninfo .course-info .course .coursetitle h3 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  text-align: center;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 36px;
}
section.lessoninfo .course-info .course .coursetitle .note {
  margin: 0 auto;
  position: relative;
  align-self: stretch;
  text-align: center;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 22px;
}
section.lessoninfo .course-info .course .pricelist {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  position: relative;
  width: 100%; /*280px*/
}
section.lessoninfo .course-info .course .pricelist .item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 280px;
  margin: 0 auto;
}
section.lessoninfo .course-info .course .pricelist .item .name {
  position: relative;
  margin-top: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 22px;
  white-space: nowrap;
}
section.lessoninfo .course-info .course .pricelist .item .price {
  position: relative;
  margin-top: -0.45px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: normal;
  text-align: right;
}
section.lessoninfo .course-info .course .pricelist .note {
  margin: 0 auto;
  width: 280px;
  position: relative;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 18px;
  text-align: center;
}
section.lessoninfo .course-info .course .coursestyle_frame {
  align-items: center;
  background-color: var(--bon-jour);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 8px;
  position: relative;
  width: 320px;
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .course-info .course .coursestyle_frame {
    flex: 0 0 auto;
  }
}
section.lessoninfo .course-info .course .coursestyle_frame .styletitle {
  align-items: center;
  align-self: stretch;
  background-color: var(--commonwhite);
  border-radius: 30px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}
section.lessoninfo .course-info .course .coursestyle_frame .styletitle h4 {
  flex: 1;
  position: relative;
  margin-top: -1px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 22px;
  text-align: center;
}
section.lessoninfo .course-info .course .coursestyle_frame .pricelist {
  display: flex;
  flex: 0 0 auto;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  width: 280px;
}
section.lessoninfo .course-info .course .coursestyle_frame .pricelist .item {
  display: flex;
  position: relative;
  margin: 0 auto;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 280px;
}
section.lessoninfo .course-info .course .coursestyle_frame .pricelist .name {
  position: relative;
  margin-top: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 22px;
  white-space: nowrap;
}
section.lessoninfo .course-info .course .coursestyle_frame .pricelist .name .note {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}
section.lessoninfo .course-info .course .coursestyle_frame .pricelist .price {
  position: relative;
  margin-top: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: normal;
  text-align: right;
}
section.lessoninfo .course-info .course .note {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.lessoninfo .course-info .course .note {
    white-space: nowrap;
  }
}
@media screen and not (min-width: 1024px) {
  section.lessoninfo .course-info .course .note {
    width: 100%; /*280px*/
  }
}
section.courselevel {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding: 24px;
  background-color: var(--commonwhite);
  align-items: center;
  width: 880px;
}
@media screen and not (min-width: 1024px) {
  section.courselevel {
    width: 375px;
  }
}
section.courselevel .titleframe {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
  width: 880px;
}
@media screen and not (min-width: 1024px) {
  section.courselevel .titleframe {
    width: 375px;
  }
}
section.courselevel .titleframe h2 {
  color: var(--maincolor);
  margin-top: -1px;
  position: relative;
  font-family: var(--font-family-inter);
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-xxxl);
}
@media screen and (min-width: 1024px) {
  section.courselevel .titleframe h2 {
    white-space: nowrap;
  }
}
@media screen and not (min-width: 1024px) {
  section.courselevel .titleframe h2 {
    font-weight: 700;
    line-height: 30px;
    width: 375px;
    font-size: var(--font-size-xxl);
    text-align: center;
  }
}
section.courselevel .titleframe .note {
  margin-top: -1px;
  align-items: center;
  position: relative;
  width: 520px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 400;
  color: var(--maincolor);
  line-height: 28px;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
}
@media screen and not (min-width: 1024px) {
  section.courselevel .titleframe .note {
    font-size: var(--font-size-l);
    font-weight: 500;
    line-height: 22px;
    width: 375px;
  }
}
section.courselevel .list {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 16px;
  position: relative;
  width: 656px;
}
@media screen and not (min-width: 1024px) {
  section.courselevel .list {
    justify-content: center;
    margin-left: -24px;
    margin-right: -24px;
    width: 375px;
  }
}
section.courselevel .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: var(--bon-jour);
  border-radius: 16px;
  padding: 8px;
  width: 320px;
}
section.courselevel .list .item .title {
  position: relative;
  width: 300px;
  margin: 0 auto;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 26px;
  margin-top: -1px;
  white-space: nowrap;
  text-align: center;
}
section.courselevel .list .item ul.content {
  list-style-type: "● ";
  margin-left: 1.5em;
}
section.courselevel .list .item ul.content li {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 20px;
}
section.cta {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding: 16px 10px;
  width: 1000px;
}
@media screen and not (min-width: 1024px) {
  section.cta {
    width: 375px;
  }
}
section.cta .button {
  padding: 8px 56px;
  width: 343px;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  background-color: var(--orange-red);
  color: var(--commonwhite);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 30px;
}
section.cta .button:hover {
  background-color: color-mix(in srgb, var(--orange-red) 85%, black);
}
section.cta .button a {
  color: var(--commonwhite);
}
section.cta .linklist {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
section.cta .linklist .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
section.cta .linklist .item img {
  height: 13px;
}
section.cta .linklist .item .text {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--textcolor);
  line-height: 22px;
  white-space: nowrap;
}
section.voice {
  background-color: var(--commonwhite);
  padding: 48px 0px 32px;
  width: 680px;
}
@media screen and not (min-width: 1024px) {
  section.voice {
    padding: 48px 0px 0px;
    width: 375px;
  }
}
section.voice .voicelist {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  background-color: var(--commonwhite);
  padding: 24px 24px 0px;
}
section.voice .voicelist .item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  section.voice .voicelist .item {
    width: 600px;
  }
}
@media screen and not (min-width: 1024px) {
  section.voice .voicelist .item {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
section.voice .voicelist .item .text {
  position: relative;
  width: 520px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 20px;
}
@media screen and not (min-width: 1024px) {
  section.voice .voicelist .item .text {
    width: 343px;
  }
}
section.voice .voicelist .item .person {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0px 16px;
  width: 280px;
}
@media screen and not (min-width: 1024px) {
  section.voice .voicelist .item .person {
    width: 343px;
  }
}
section.voice .voicelist .item .person img {
  position: relative;
  aspect-ratio: 1;
  height: 72px;
  width: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.voice .voicelist .item .person .info {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--maincolor);
  width: 186px;
}
@media screen and not (min-width: 1024px) {
  section.voice .voicelist .item .person .info {
    width: 250px;
  }
}
section.voice .voicelist .item .person .info .purpose {
  position: relative;
  align-self: stretch;
  font-size: var(--font-size-xl);
  line-height: 26px;
}
section.voice .voicelist .item .person .info .occupation {
  position: relative;
  align-self: stretch;
  font-size: var(--font-size-m);
  line-height: 22px;
}
section.voice .voicelist .line {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 0px;
}
section.voice .voicelist .line img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  section.voice .voicelist .line img {
    padding: 10px 0px;
    width: 600px;
  }
}
@media screen and not (min-width: 1024px) {
  section.voice .voicelist .line img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
section.reason {
  align-items: center;
  background-color: var(--commonwhite);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  padding: 24px 10px 32px;
  position: relative;
  width: 1000px;
}
@media screen and not (min-width: 1024px) {
  section.reason {
    width: 375px;
  }
}
section.reason h2 {
  color: var(--endeavour);
  font-weight: 700;
  line-height: 48px;
  margin-top: -1px;
  position: relative;
  text-align: center;
  width: 880px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-36px);
  font-style: normal;
  letter-spacing: 0;
}
@media screen and not (min-width: 1024px) {
  section.reason h2 {
    font-weight: 600;
    line-height: 36px;
    width: 343px;
    font-size: var(--font-size-xxxl);
  }
}
section.reason .reasonbox {
  align-items: center;
  background-color: var(--anakiwa);
  border-radius: 20px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0px;
  position: relative;
  width: 880px;
}
@media screen and not (min-width: 1024px) {
  section.reason .reasonbox {
    width: 343px;
  }
}
section.reason .reasonbox .title {
  position: relative;
  width: 720px;
  font-family: var(--font-family-inter);
  font-weight: 600;
  font-size: var(--font-size-xxxl);
  font-style: normal;
  line-height: 36px;
  color: var(--endeavour);
  letter-spacing: 0;
}
@media screen and not (min-width: 1024px) {
  section.reason .reasonbox .title {
    width: 311px;
    font-size: var(--font-size-xxl);
    font-weight: 700;
    line-height: 30px;
  }
}
section.reason .reasonbox .description {
  position: relative;
  width: 720px;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: var(--font-size-l);
  font-style: normal;
  line-height: 26px;
  color: var(--endeavour);
  letter-spacing: 0;
}
@media screen and not (min-width: 1024px) {
  section.reason .reasonbox .description {
    width: 311px;
  }
}
section.instructors {
  align-items: center;
  background-color: var(--commonwhite);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 0px 0px 24px;
  position: relative;
  width: 680px;
}
@media screen and not (min-width: 1024px) {
  section.instructors {
    width: 375px;
  }
}
section.instructors .message {
  color: var(--maincolor);
  font-weight: 500;
  line-height: 22px;
  position: relative;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  width: 600px;
}
@media screen and not (min-width: 1024px) {
  section.instructors .message {
    width: 343px;
  }
}
section.instructors .instructorlist {
  align-items: center;
  background-color: var(--commonwhite);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  padding: 16px 82px;
  position: relative;
  width: 600px;
}
@media screen and not (min-width: 1024px) {
  section.instructors .instructorlist {
    gap: 24px;
    width: 375px;
  }
}
section.instructors .instructorlist .item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  margin-left: -82px;
  margin-right: -82px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  section.instructors .instructorlist .item {
    width: 600px;
  }
}
@media screen and not (min-width: 1024px) {
  section.instructors .instructorlist .item {
    display: inline-flex;
    margin-left: -66px;
    margin-right: -66px;
  }
}
section.instructors .instructorlist .item img {
  aspect-ratio: 1;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 120px;
}
section.instructors .instructorlist .item .instructorname {
  color: var(--textcolor);
  font-weight: 600;
  line-height: 36px;
  position: relative;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  letter-spacing: 0;
}
@media screen and not (min-width: 1024px) {
  section.instructors .instructorlist .item .instructorname {
    font-weight: 700;
    line-height: 30px;
    font-size: var(--font-size-xxl);
  }
}
section.instructors .instructorlist .item .specialty {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 24px;
  white-space: nowrap;
}
section.instructors .instructorlist .item .description {
  position: relative;
  width: 600px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 20px;
}
@media screen and not (min-width: 1024px) {
  section.instructors .instructorlist .item .description {
    width: 343px;
  }
}
section.conclusion {
  align-items: center;
  background-color: var(--btncolor);
  border-radius: 24px;
  padding: 24px 0;
  position: relative;
  width: 880px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion {
    width: 375px;
    margin: 24px 27.5px;
  }
}
section.conclusion h2 {
  position: relative;
  margin: 0 auto;
  background-color: var(--commonwhite);
  border-radius: 24.86px;
  padding: 9.12px 78.31px;
  height: 48px;
  color: var(--textcolor);
  font-family: var(--font-family-inter);
  font-style: normal;
  font-size: var(--font-size-30px);
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
@media screen and not (min-width: 1024px) {
  section.conclusion h2 {
    height: 37px;
    padding: 9.12px 65px;
    font-weight: 700;
    font-size: 19.9px;
  }
}
section.conclusion .message {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 600px;
  margin: 24px auto;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .message {
    width: 320px;
  }
}
section.conclusion .message .text {
  position: relative;
  width: 468px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 28px;
  color: var(--commonwhite);
}
@media screen and not (min-width: 1024px) {
  section.conclusion .message .text {
    width: 231px;
    font-size: var(--font-size-m);
    font-weight: 500;
    line-height: 22px;
  }
}
section.conclusion .message img {
  aspect-ratio: 0.92;
  height: 103px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 95px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .message img {
    margin-left: -6px;
  }
}
section.conclusion .voice {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  margin: 24px auto;
  padding: 0px 0px 24px;
  width: 600px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .voice {
    height: 505px;
    width: 360px;
  }
}
section.conclusion .voice img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2;
  width: 600px;
  height: 300px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .voice img {
    aspect-ratio: 1.49;
    width: 343px;
    height: 230px;
  }
}
section.conclusion .flowlist {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  position: relative;
  margin: 24px auto;
  width: 600px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .flowlist {
    width: 343px;
  }
}
section.conclusion .flowlist .arrow {
  height: 16px;
  width: 34.33px;
  margin: 0 auto 4px auto;
}
section.conclusion .flowlist .item {
  position: relative;
  align-items: center;
  width: 600px;
  min-height: 100px;
  padding: 16px;
  background-color: var(--white-2);
  border-radius: 10.45px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .flowlist .item {
    align-self: stretch;
    flex: 0 0 auto;
    width: 100%;
  }
}
section.conclusion .flowlist .item .title {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--flame-pea);
  line-height: normal;
  text-align: center;
  padding-bottom: 12px;
}
section.conclusion .flowlist .item .description {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--maincolor);
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  section.conclusion .flowlist .item .description {
    text-align: center;
  }
}
section.conclusion .pricebox {
  color: var(--commonwhite);
  line-height: 21.2px;
  text-align: center;
  width: 600px;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .pricebox {
    font-size: var(--font-size-l);
    font-weight: 400;
    width: 333px;
  }
}
section.conclusion .pricebox em {
  font-size: 21.2px;
}
section.conclusion .pricebox em > em {
  font-weight: 800;
  font-size: 35.4px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .pricebox em > em {
    font-size: var(--font-size-30px);
  }
}
section.conclusion .pricebox small {
  font-size: 10.6px;
}
section.conclusion .pricebox .tokuten {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21.2px;
  font-weight: 600;
}
section.conclusion .pricebox .tokuten .icon_tokuten {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  height: 48.25px;
  width: 48.25px;
}
section.conclusion .addinfo {
  background-color: #d96035;
  border-radius: 16px;
  color: var(--commonwhite);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  align-items: center;
  margin: 4px auto 24px auto;
  width: 600px;
  padding: 20px 60px;
}
@media screen and not (min-width: 1024px) {
  section.conclusion .addinfo {
    width: 332px;
    padding: 10px;
  }
}
section.conclusion .addinfo p {
  margin-bottom: 4px;
}
section.conclusion .addinfo smail {
  font-size: var(--font-size-s);
  font-weight: normal;
  line-height: 18px;
}
section.bottomcta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 48px 10px;
  width: 375px;
}
@media screen and not (min-width: 1024px) {
  section.bottomcta {
    flex-direction: column;
  }
}
section.bottomcta .btn_link {
  align-items: center;
  background-color: var(--endeavour);
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  height: 46px;
  justify-content: center;
  padding: 2px 56px;
  position: relative;
  width: 343px;
}
@media screen and (min-width: 1024px) {
  section.bottomcta .btn_link:hover {
    background-color: color-mix(in srgb, var(--endeavour) 85%, black);
  }
}
section.bottomcta .btn_link .text {
  color: var(--commonwhite);
  text-align: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}
section .filler {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  gap: 10px;
  padding: 16px 0px;
}
@media screen and (min-width: 1024px) {
  section .filler {
    width: 1000px;
  }
}
@media screen and not (min-width: 1024px) {
  section .filler {
    display: inline-flex;
    padding: 16px 0px 32px;
  }
}
section .filler.effeltower > img {
  aspect-ratio: 1.19;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 402.71px;
  width: 480px;
}
@media screen and not (min-width: 1024px) {
  section .filler.effeltower > img {
    height: 315px;
    width: 375px;
  }
}

.wpcf7-form {
  align-items: center;
  background-color: var(--commonwhite);
  border: 1px solid;
  border-color: var(--btncolor);
  border-radius: 16px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0px 24px;
  position: relative;
  width: 600px;
  margin: 24px auto;
}
@media screen and not (min-width: 1024px) {
  .wpcf7-form {
    width: 343px;
  }
}
.wpcf7-form .input0 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 480px;
}
@media screen and not (min-width: 1024px) {
  .wpcf7-form .input0 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 280px;
  }
}
.wpcf7-form .label {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 24px;
  position: relative;
  width: 160px;
}
@media screen and not (min-width: 1024px) {
  .wpcf7-form .label {
    width: 197px;
  }
}
.wpcf7-form .form_title {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  position: relative;
}
.wpcf7-form .policy {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 60px;
  padding: 40px 0px;
  position: relative;
  width: 480px;
}
@media screen and not (min-width: 1024px) {
  .wpcf7-form .policy {
    width: 280px;
  }
}
.wpcf7-form .policy .agree label {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 24px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.wpcf7-form .policycheck {
  accent-color: var(--endeavour, #0060ad);
}
.wpcf7-form .must_mark {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 16px;
  justify-content: center;
  padding: 2px 0px;
  position: relative;
  width: 32px;
}
.wpcf7-form .must_mark-1 {
  background-color: var(--commonwhite);
}
.wpcf7-form .must_mark-2 {
  background-color: var(--errorlight);
}
.wpcf7-form .underline {
  height: 1px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 480px;
}
@media screen and not (min-width: 1024px) {
  .wpcf7-form .underline {
    width: 280px;
  }
}
.wpcf7-form .text-100 {
  color: var(--btncolor);
  font-weight: 600;
  line-height: 30px;
  position: relative;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .text-117 {
  color: var(--textcolor);
  font-weight: 400;
  line-height: 20px;
  margin-bottom: -19px;
  margin-top: -21px;
  position: relative;
  display: inline;
  text-decoration: underline;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .text-1-1 {
  color: var(--textcolor);
  font-weight: 400;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .text-1-2 {
  letter-spacing: 0.03px;
  line-height: 14px;
  margin-top: -2px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .frame-626087 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}
.wpcf7-form .frame-62618 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}
.wpcf7-form .frame-626170 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}
.wpcf7-form .line-2 {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 16px;
  justify-content: center;
  position: relative;
  width: 480px;
}
@media screen and not (min-width: 1024px) {
  .wpcf7-form .line-2 {
    width: 280px;
  }
}/*# sourceMappingURL=lp1024.css.map */