@charset "UTF-8";
/*-----------------------

         COMMON

-----------------------*/
@media screen and (min-width: 1921px) {
  .mv img {
    width: 100%;
  }
  html {
    font-size: 62.5%;
  }
}
/* リセット */
html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 559px) {
  html {
    font-size: 62.5%;
  }
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  color: var(--baseColor);
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic Antique";
}

.container {
  width: 136.6rem;
}
@media only screen and (max-width: 1368px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.wrapper {
  max-width: 1366px;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1368px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .wrapper {
    padding: 0 6%;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

p {
  margin: 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

a:hover {
  transition: 0.4s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.jost {
  font-family: "Jost";
}

.flex {
  display: flex;
}

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

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-700 {
  font-weight: 700;
}

/* 段組 */
.contents2Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

.contents2Wrap > li,
.contents2Wrap > div {
  width: calc((100% - 6rem) / 2);
}

.contents3Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.contents3Wrap > li,
.contents3Wrap > div {
  width: calc((100% - 8rem) / 3);
}

.contents4Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}

.contents4Wrap > li,
.contents4Wrap > div {
  width: calc((100% - 9rem) / 4);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    appearance: none;
  }
}
.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

.page-detail-top .content-header {
  display: none;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

.page-header {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

select::placeholder {
  color: #b6b7b7;
}

.sec-ttl {
  font-size: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
  font-weight: 700;
  text-align: center;
}
.sec-ttl span.large {
  font-size: clamp(4.2rem, 3.2776699029rem + 2.4595469256vw, 8rem);
}

.sec-enttl {
  color: var(--base60Color);
  font-weight: 500;
  font-size: clamp(1.2rem, 0.9330097087rem + 0.71197411vw, 2.3rem);
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-enttl span {
  color: var(--main70Color);
}

@media only screen and (max-width: 559px) {
  .five-key-features__logo,
  .flow__logo,
  .student-testimonials__logo,
  .faq__logo,
  .tuition-fee__logo {
    width: 13.2rem;
    margin-inline: auto;
  }
}

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

.o-btn__link {
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  text-align: center;
  position: relative;
  font-weight: 700;
  border-radius: 3rem;
  line-height: 1;
  display: block;
  margin-inline: auto;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 5rem;
  width: 36.5rem;
  transition: 0.5s;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    height: 6rem;
  }
}
.o-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.webp) no-repeat center center/contain;
  width: 0.8rem;
  height: 1.5rem;
  transition: 0.4s;
}
.o-btn__link:hover {
  color: var(--mainColor);
}
.o-btn__link:hover::after {
  right: 1rem;
  transition: 0.4s;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
  }
}

.o-btn__link--ver2::after {
  background: url(../img/arrow_w.webp) no-repeat center center/contain;
}
.o-btn__link--ver2:hover {
  color: #fff;
}

.o-card {
  display: grid;
  margin-bottom: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--3wrap_sp1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.o-card--4wrap_sp1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.o-card__catflex {
  display: flex;
  gap: 2rem 0.5rem;
  flex-wrap: wrap;
}
.o-card__text--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.o-card__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.o-card__listitem {
  line-height: 1.5;
}

.o-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.o-card__img {
  overflow: hidden;
  aspect-ratio: 7/4;
  overflow: hidden;
}
.o-card__img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.o-card__img img:hover {
  transform: scale(1.02);
  transition: 0.4s;
}

.o-card__cat {
  width: fit-content;
  margin-top: 1rem;
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .o-card__cat {
    margin-top: 0.5rem;
  }
}
.o-card__cat span {
  color: #fff;
  background: var(--main60Color);
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1rem, 0.927184466rem + 0.1941747573vw, 1.3rem);
  padding: 0.1rem 1.5rem;
}

.o-card__ttl {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .o-card__ttl {
    margin-top: 0.5rem;
  }
}

.o-card__text_wrap {
  flex-grow: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text_wrap {
    margin-top: 1rem;
  }
}

.o-card__text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text {
    margin-bottom: 0.5rem;
  }
}

.o-card__date {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  margin-top: auto;
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.o-flex__item {
  width: 100%;
}
.o-flex__item figure {
  position: relative;
}
.o-flex__ttlG {
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  position: relative;
  align-items: flex-start;
  z-index: 10;
}
.o-flex__ttlG::after {
  content: "";
  position: absolute;
  top: -17rem;
  left: 50%;
}
.o-flex__ttl {
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .o-flex__ttl {
    margin-bottom: 1rem;
  }
}
.o-flex__enttl {
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
  letter-spacing: 0.2em;
}
.o-flex__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  margin-bottom: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
  position: relative;
  z-index: 11;
}
.o-flex .o-btn__link {
  margin-inline: inherit;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.o-flex--ver2 {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2 {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.o-flex--ver2__item__l {
  width: calc(100% - 4rem - 48.4375vw);
  padding-left: 2rem;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__l {
    width: 88%;
    padding-left: 0;
    margin-left: 0;
    margin: auto;
  }
}
.o-flex--ver2__item__r {
  width: 48.4375vw;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__r {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 2560px) {
  .o-flex--ver2__item__r img {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__r img {
    width: 94%;
  }
}
.o-flex--ver2__ttlgroup {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
}
.o-flex--ver2__ttlgroup::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #f00;
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (min-width: 2560px) {
  .o-flex--ver2__ttlgroup::after {
    left: calc((100% - 136.6rem) / 2);
  }
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttlgroup::after {
    left: inherit;
    right: 0;
    margin-left: auto;
  }
}
.o-flex--ver2__ttl {
  font-size: clamp(2.1rem, 1.7359223301rem + 0.9708737864vw, 3.6rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.4;
  padding-block: clamp(1rem, 0.3932038835rem + 1.6181229773vw, 3.5rem) clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttl {
    padding-left: 0;
  }
}
.o-flex--ver2__enttl {
  font-size: clamp(1.3rem, 1.0815533981rem + 0.5825242718vw, 2.2rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__enttl {
    padding-left: 0;
  }
}
.o-flex--ver2__textarea {
  margin-block: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem) clamp(4.5rem, 4.0145631068rem + 1.2944983819vw, 6.5rem);
}
.o-flex--ver2__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.75;
}
.o-flex--ver2__text:not(:last-child) {
  margin-bottom: 1.5em;
}
.o-flex--ver2 .o-btn__link {
  margin-inline: 0;
}
.o-flex--ver2:not(:last-of-type) {
  margin-bottom: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
.drawer-hamburger {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  padding: 0;
  position: relative;
  z-index: 9999;
  background: url(../img/hum-img.webp) no-repeat center center/contain;
  position: fixed;
  right: 3rem !important;
  top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    width: 5rem;
    height: 5rem;
    right: 1.5rem !important;
    top: 1rem;
  }
}

.drawer-open .drawer-hamburger {
  background: url(https://business-sokudoku.com/sukumane/resource/img/hum-img_close.webp) no-repeat center center/contain;
  right: 3rem;
  top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-hamburger {
    right: 1.5rem;
    top: 1rem;
  }
}

.drawer--right.drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  background-color: transparent;
  right: 3rem !important;
  top: 1.5rem !important;
}
@media only screen and (max-width: 559px) {
  .drawer--right.drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 1.5rem !important;
    top: 1rem !important;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer--right .drawer-hamburger-icon,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
}

.drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  padding: 2rem 3rem 1rem;
  background: #fff;
}
@media only screen and (max-width: 559px) {
  .drawer-nav {
    width: 100%;
    right: -100%;
    padding: 1rem 1.5rem;
  }
}
.drawer-nav .hdr-inner {
  padding-inline: 1.5rem;
}

.drawer--right .drawer-nav {
  right: -100%;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer-open .drawer-nav {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.drawer-nav .logo {
  width: 20.7rem;
}

.drawer-nav::-webkit-scrollbar {
  display: none;
}

.drawer-nav .mypage {
  margin-right: 5vw;
}

.drawer-nav .mypage a {
  color: var(--baseColor);
  align-items: center;
  gap: 0.5rem;
}

.drawer-nav .mypage img:first-child {
  top: 0;
}

.drawer-nav .wrapper {
  display: flex;
  gap: 20rem;
  justify-content: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .wrapper {
    padding-inline: 0;
    gap: 0;
    flex-direction: column;
    margin-top: 2rem;
  }
}

.drawer-nav .flex-c {
  gap: 6vw;
}

.drawer-nav .drawer-menu {
  flex-direction: column;
  margin-top: 0;
  gap: 3rem;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu {
    gap: 2rem;
  }
}

.drawer-nav .drawer-menu li {
  position: relative;
}

.drawer-nav .drawer-menu li.hover {
  padding: 2.5rem 0 1rem;
  position: relative;
}

.drawer-nav .drawer-menu a {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 500;
  color: var(--baseColor);
  padding: 0;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu a {
    text-align: center;
  }
}

.drawer-nav .drawer-menu.second {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second {
    gap: 1rem;
    margin-top: 4rem;
  }
}

.drawer-nav .drawer-menu.second a {
  padding: 0;
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second a {
    text-align: center;
  }
}

.drawer-open .drawer-nav .sub-menu {
  /*    transition: .4s;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 1.5rem;
  background: rgba(220, 126, 122, 0.9);
  width: 30rem;
  z-index: 1;
  top: 6rem;
  left: 0;
  top: 4rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-nav .sub-menu {
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
    min-width: 80%;
  }
}
.drawer-open .drawer-nav .sub-menu a {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0.05em;
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}

.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  text-align: center;
  display: block;
  padding: 1.5rem 0 1rem;
}

.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.hero__slider img {
  width: 100%;
  height: 18.2rem;
  object-fit: cover;
  border-radius: clamp(0.3rem, 0.2514563107rem + 0.1294498382vw, 0.5rem);
}
@media only screen and (min-width: 2560px) {
  .hero__slider img {
    height: 100%;
  }
}
@media only screen and (max-width: 1536px) {
  .hero__slider img {
    height: 14.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .hero__slider img {
    height: 16.2rem;
  }
}
@media only screen and (max-width: 1368px) {
  .hero__slider img {
    height: 12rem;
  }
}
@media only screen and (max-width: 1280px) {
  .hero__slider img {
    height: 14rem;
  }
}
@media only screen and (max-width: 559px) {
  .hero__slider img {
    height: 9.7rem;
  }
}

.student-testimonials__wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1368px) {
  .student-testimonials__wrap {
    width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap {
    width: 100%;
    transform: translateX(0);
    left: 0;
  }
}
.student-testimonials__wrap .swiper-slide {
  width: calc((100% - 12rem) / 4);
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap .swiper-slide {
    width: 100%;
  }
}

.student-testimonials__slider__navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-block: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem) clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .student-testimonials__slider__navi {
    margin-top: 2rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}
@media only screen and (max-width: 559px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}

.swiper-pagination-bullet {
  background: #d1d1d1;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.swiper-pagination-bullet-active {
  background: var(--main10Color);
  position: relative;
}

.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--mainColor);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet-active::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: url(https://business-sokudoku.com/sukumane/resource/img/arrow2.webp) no-repeat center center/cover;
}

.swiper-button-next:after {
  transform: rotate(-90deg);
}

.swiper-button-prev:after {
  transform: rotate(90deg);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
}

.swiper-pagination {
  margin-inline: 2rem;
  width: auto !important;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination {
    margin-inline: 3rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  width: 4.6rem;
  height: 4.6rem;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: inherit;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  overflow: hidden;
}

@media only screen and (max-width: 559px) {
  .student-testimonials .swiper-slide-next,
  .student-testimonials .swiper-slide-prev {
    opacity: 0.5;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-active .student-testimonials__wrap {
  gap: 0;
  justify-content: inherit;
  left: 0;
  transform: translateX(0);
}
.swiper-active .swiper-slide {
  opacity: 0.5;
}
.swiper-active .swiper-slide-next,
.swiper-active .swiper-slide-prev,
.swiper-active .swiper-slide-active {
  opacity: 1;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

/* modalの中身 */
.remodal-close {
  width: 5rem;
  height: 5rem;
}

.remodal-close.top {
  right: 2rem;
  top: 2rem;
  left: inherit;
}

.remodal__white {
  background: #fff;
}

/* modal-window ----------------------------------------- */
.remodal-overlay {
  background: rgba(35, 35, 35, 0.6);
}

.modal-window {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.6);
  z-index: 1200;
  justify-content: center;
  align-items: center;
}

.remodal {
  width: min(100rem, 80%);
  max-width: min(100rem, 80%);
  height: 90%;
  overflow: auto;
  margin: 0;
  position: relative;
  border-radius: 1rem;
  padding: 8rem 12rem 3rem;
  text-align: justify;
  color: inherit;
}
@media only screen and (max-width: 559px) {
  .remodal {
    padding: 3rem 2rem;
    width: min(100rem, 94%);
    max-width: min(100rem, 94%);
  }
}

.remodal-close {
  width: 4.5rem;
  height: 4.5rem;
  color: var(--mainColor);
}
.remodal-close:hover {
  color: var(--mainColor);
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .remodal-close {
    width: 4.6rem;
    height: 4.5rem;
  }
}

.remodal-close.top {
  right: 3rem;
  top: 1.5rem;
  left: inherit;
}
@media only screen and (max-width: 559px) {
  .remodal-close.top {
    right: 1.5rem;
  }
}

.remodal-close.bottom {
  position: static;
  margin: 4rem 0 0 -10rem;
}
@media only screen and (max-width: 559px) {
  .remodal-close.bottom {
    margin: 8rem 0 0 -1rem;
  }
}

.remodal-close::before {
  width: 4.5rem;
  line-height: 4rem;
  height: 4.5rem;
  font-size: 7rem;
  font-family: "Zen Kaku Gothic Antique" !important;
  position: static;
}
@media only screen and (max-width: 559px) {
  .remodal-close::before {
    width: 4.6rem;
    line-height: 4rem;
    height: 4.5rem;
    font-size: 5rem;
  }
}

.remodal--white {
  background-color: #fff;
}

.modal-area .important-message__messagewrap {
  margin-top: 0;
}
.modal-area p,
.modal-area h2,
.modal-area h3,
.modal-area h4,
.modal-area .important-message__ttl {
  color: var(--baseColor);
}
.modal-area .important-message__ttl {
  font-size: 3rem;
}
@media only screen and (max-width: 559px) {
  .modal-area .important-message__ttl {
    line-height: 1.5;
  }
}
.modal-area .important-message__ttl span {
  font-size: 1.5rem;
}
.modal-area .important-message__enttl {
  font-size: 1.4rem;
}
.modal-area h3 {
  color: var(--mainColor);
  font-size: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
  font-weight: 700;
  border-bottom: solid 1px #1a1a1a;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .modal-area h3 {
    line-height: 1.4;
  }
}
.modal-area h4 {
  font-size: clamp(1.9rem, 1.7300970874rem + 0.4530744337vw, 2.6rem);
  color: #646464;
  font-weight: 700;
  text-align: center;
  margin-block: 10rem 3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .modal-area h4 {
    margin-block: 3rem 2.5rem;
  }
}
.modal-area h4:first-child {
  margin-top: 3rem;
}
.modal-area p {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
  margin-bottom: 1.5em;
}
.modal-area p span {
  font-weight: 700;
}
.modal-area figure {
  overflow: hidden;
  margin-top: 1rem;
  aspect-ratio: 7/4;
  text-align: center;
  margin-block: 6rem 10rem;
  max-width: 48rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .modal-area figure {
    margin-block: 3rem;
  }
}
.modal-area figure img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.o-faq {
  max-width: 74rem;
  margin-inline: auto;
  margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq {
    margin-top: 3.5rem;
  }
}

.o-faq__item {
  margin-bottom: 10px;
  overflow: hidden;
}

.o-faq__question {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px dotted #8c8c8c;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq__question {
    padding: 0.5rem 0;
  }
}
.o-faq__question::after {
  content: "";
  background: url(https://business-sokudoku.com/sukumane/resource/img/arrow2.webp) no-repeat center center/contain;
  width: 3.8rem;
  height: 3.8rem;
  transition: 0.4s;
}
@media only screen and (max-width: 559px) {
  .o-faq__question::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.o-faq__question .o-faq__mark__q {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

.js-open .o-faq__question::after {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.o-faq__question__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  display: flex;
}

.o-faq__answer {
  display: none;
  transition: max-height 0.5s ease-out;
  background: var(--main10Color);
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.o-faq__answer__inner {
  display: flex;
  padding: 3rem 3.5rem 2.5rem;
}
@media only screen and (max-width: 559px) {
  .o-faq__answer__inner {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.o-faq__answer__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.o-faq__answer .o-faq__mark__a {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-hdr {
  padding: 2rem 11rem 1.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1rem 5rem 0.5rem 1.5rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .l-hdr__inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    align-items: center;
  }
}
.l-hdr__logo {
  width: 16.9270833vw;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 20.7rem;
  }
}
.l-hdr__topcolumn {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.l-hdr__topcolumn .mypage p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.l-hdr__login__arrow {
  margin-left: 1rem;
}
.l-hdr__cart {
  margin-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart img {
    width: 2.8rem;
    height: 2.6rem;
  }
}
.l-hdr__cart__link {
  display: flex;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 50%;
  line-height: 1;
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  font-weight: 600;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0 -1rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart__count {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.5rem -0.5rem 0 -1rem;
  }
}
.l-hdr__navi {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.l-hdr__menu {
  display: flex;
  gap: 0.78125vw;
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:nth-last-child(1)):not(:nth-last-child(2)) .l-hdr__menu__link::after {
  content: "|";
  padding-left: 0.78125vw;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.l-hdr__menu__link--ver2 {
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 28rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--main70Color);
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
  border-radius: 1rem;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}
.l-hdr__navigroup {
  margin-inline: auto 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
.l-hdr__companygroup {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1280px) {
  .l-hdr__companygroup {
    margin-top: 1rem;
  }
}
.l-hdr__companygroupList {
  display: flex;
  gap: 0.8rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__companygroupList {
    gap: 0.5rem;
  }
}
.l-hdr__groupname__link {
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  border: solid 1px;
  border-radius: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__groupname__link {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.drawer-open .l-hdr {
  background: rgb(255, 255, 255);
}

.l-hdr .l-hdr__toparea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--baseColor);
  padding-bottom: 0.5rem;
  margin-block: 2rem 3rem;
}
.l-hdr .l-hdr__toparea .mypage {
  display: flex;
  flex-direction: row;
  border-bottom: none;
  margin-bottom: 0;
  gap: 0.5rem;
}
.l-hdr .l-hdr__toparea .mypage p {
  font-size: 1.4rem;
}
.l-hdr .l-hdr__toparea .mypage-link {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding: 1rem 1rem 0.5rem;
  color: #fff;
}
.l-hdr ul {
  flex-shrink: 0;
}
.l-hdr ul .mypage-item {
  border-bottom: dashed 1px #fff;
}
@media only screen and (max-width: 559px) {
  .l-hdr ul .l-hdr__menu__link {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

.drawer-open .drawer-nav .mypage-list {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.3rem;
  width: 47% !important;
  padding: 0.5rem 2rem 1rem !important;
}

.drawer-open .drawer-nav .mypage-list :first-child {
  margin-top: 0;
}

.drawer-open .drawer-nav .l-hdr__mypage-item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.drawer-open .drawer-nav .mypage.loginBtn.down span {
  transform: rotate(180deg);
  display: block;
  position: relative;
  top: 2px;
}

/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  padding: 6rem 0 1rem;
  background: var(--baseColor);
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    padding: 3rem 0 10rem;
  }
}

.l-footer .ftr-navi {
  display: flex;
  justify-content: center;
}
.l-footer .ftr-navi li a {
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  color: #fff;
  position: relative;
}
.l-footer .ftr-navi li:not(:last-child) {
  margin-right: 0.78125vw;
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi li:not(:last-child) {
    margin-right: 1rem;
  }
}
.l-footer .ftr-navi li:not(:last-child)::after {
  content: "|";
  padding-left: 0.78125vw;
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi li:not(:last-child)::after {
    margin-left: 1rem;
  }
}
.l-footer .photo {
  margin-block: 1rem;
}
.l-footer__copy {
  text-align: center;
  margin-top: 2rem;
}
.l-footer__copy small {
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  font-weight: 500;
  color: #fff;
}
.l-footer .ft-navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.87);
  padding: 1rem 2rem 0;
  display: none;
}
.l-footer .ft-navi .ft-navi__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
}
.l-footer .ft-navi .ft-navi__item {
  flex-grow: 1;
}
.l-footer .ft-navi .ft-navi__item img {
  width: 100%;
}

/*-----------------------

    TOP  

-----------------------*/
.hero {
  overflow-x: hidden;
  position: relative;
  padding-bottom: clamp(6rem, 5.2718446602rem + 1.9417475728vw, 9rem);
}
.hero__textarea {
  margin-block: 2rem;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.hero__textarea .enttl-img {
  position: absolute;
  right: -21rem;
  bottom: -5rem;
  z-index: 20;
}
@media only screen and (max-width: 559px) {
  .hero__textarea .enttl-img {
    right: -3rem;
    bottom: 4rem;
    width: 9.2rem;
  }
}
.hero__ttl {
  text-align: center;
  font-weight: 700;
  font-size: clamp(3.7rem, 2.8504854369rem + 2.2653721683vw, 7.2rem);
  line-height: 1.2;
}
.hero__ttl span {
  font-size: 150%;
}
.hero__enttl {
  font-size: clamp(1.4rem, 1.0844660194rem + 0.8414239482vw, 2.7rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .hero__enttl {
    line-height: 1.1;
  }
}
.hero__photo {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 1536px) {
  .hero__photo img {
    max-width: 85% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .hero__photo img {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 1368px) {
  .hero__photo img {
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .hero__photo img {
    max-width: 80% !important;
  }
}
@media only screen and (max-width: 559px) {
  .hero__photo img {
    max-width: 100% !important;
  }
}
.hero .hero__slider--bottom {
  margin-top: 2rem;
}

.seminar_cta {
  background: url(../img/seminar_bg.webp) no-repeat center center/cover;
}
.seminar_cta__inner {
  padding-block: clamp(1rem, -0.4563106796rem + 3.8834951456vw, 7rem) clamp(3.5rem, 2.286407767rem + 3.2362459547vw, 8.5rem);
}
@media only screen and (max-width: 559px) {
  .seminar_cta .wrapper {
    padding: 0 6%;
  }
}
.seminar_cta__ttl {
  font-size: clamp(3.2rem, 2.7145631068rem + 1.2944983819vw, 5.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.seminar_cta__ttl span {
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
}
@media only screen and (max-width: 559px) {
  .seminar_cta__icon img {
    width: 5.1rem;
  }
}
.seminar_cta__width {
  max-width: 100rem;
  margin-inline: auto;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .seminar_cta__width {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .seminar_cta .o-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.seminar_cta figure img {
  border-radius: 0.7rem;
}
.seminar_cta dl {
  margin-top: 1rem;
}
.seminar_cta dt,
.seminar_cta dd {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.seminar_cta dt {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
}
.seminar_cta dd {
  font-size: clamp(1.7rem, 1.4330097087rem + 0.71197411vw, 2.8rem);
}
.seminar_cta dd span {
  font-size: clamp(3.2rem, 2.6902912621rem + 1.359223301vw, 5.3rem);
}
.seminar_cta__btngroup {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
@media only screen and (max-width: 559px) {
  .seminar_cta__btngroup {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.happy-announcement__inner {
  padding-block: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem) clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
@media only screen and (max-width: 559px) {
  .happy-announcement__logo img {
    width: 5.2rem;
    height: 5.5rem;
  }
}
.happy-announcement__contentswrap {
  margin-block: clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem) clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}

.speed-reading__inner {
  padding-block: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem) clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.speed-reading__ttl {
  font-size: clamp(3.6rem, 3.0174757282rem + 1.5533980583vw, 6rem);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
.speed-reading__ttl span.ss {
  font-size: clamp(1.4rem, 1.1815533981rem + 0.5825242718vw, 2.3rem);
}
.speed-reading__ttl span.s {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  margin-top: 1rem;
}
.speed-reading__enttl {
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.speed-reading .o-flex {
  margin-block: 4rem clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .speed-reading .o-flex {
    flex-direction: column;
    margin-top: -2.5rem;
  }
}
.speed-reading .o-flex figure {
  margin-left: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.speed-reading__ttlG {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
@media only screen and (max-width: 559px) {
  .speed-reading__ttlG {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .speed-reading__ttlG img {
    width: 4rem;
  }
}
.speed-reading__secondttl {
  font-size: clamp(2.3rem, 1.9844660194rem + 0.8414239482vw, 3.6rem);
  line-height: 1.3;
}
.speed-reading .border {
  line-height: 1;
}
.speed-reading__textarea {
  margin-top: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.speed-reading__text {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.speed-reading__text:not(:last-child) {
  margin-bottom: 1.5em;
}

.reason-for-choosing__inner {
  padding-block: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem) clamp(4.5rem, 3.6504854369rem + 2.2653721683vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .reason-for-choosing__logo img {
    width: 13.1rem;
  }
}
.reason-for-choosing__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.5rem 5rem;
  margin-block: clamp(5.5rem, 4.6504854369rem + 2.2653721683vw, 9rem) clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .reason-for-choosing__list {
    flex-direction: column;
    gap: 6.5rem;
  }
}
.reason-for-choosing__listitem {
  width: calc((100% - 10rem) / 3);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 559px) {
  .reason-for-choosing__listitem {
    width: 100%;
  }
}
.reason-for-choosing__icon {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .reason-for-choosing__icon img {
    width: 6.3rem;
  }
}
.reason-for-choosing__number {
  background: var(--mainColor);
  color: #fff;
  border-radius: 3rem;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Jost";
  width: fit-content;
  line-height: 1;
  padding: 0.5rem 2rem;
  margin-top: -1px;
  position: relative;
}
.reason-for-choosing__number::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/icon06.webp) no-repeat center center/contain;
  width: 6.3rem;
  height: 6.5rem;
  right: -6rem;
  top: -6rem;
}
@media only screen and (max-width: 559px) {
  .reason-for-choosing__number::after {
    width: 4.9rem;
    height: 5.1rem;
    right: -4.5rem;
    top: -4.5rem;
  }
}
.reason-for-choosing__listttl {
  font-size: clamp(2.1rem, 1.9786407767rem + 0.3236245955vw, 2.6rem);
  font-weight: 700;
  margin-block: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem) clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.reason-for-choosing__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
  margin-top: 1rem;
  flex-grow: 1;
  margin-bottom: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
}

.about-instructor__inner {
  background: var(--mainColor);
  padding-top: clamp(4.5rem, 3.6504854369rem + 2.2653721683vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .about-instructor__logo img {
    width: 5.3rem;
    height: 5.5rem;
  }
}
.about-instructor .sec-ttl {
  font-size: clamp(2.6rem, 2.1631067961rem + 1.1650485437vw, 4.4rem);
}
.about-instructor .sec-enttl {
  color: #fff;
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
}
.about-instructor__contents {
  display: flex;
  justify-content: center;
  gap: 9rem;
  margin-top: clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem);
}
@media only screen and (max-width: 559px) {
  .about-instructor__contents {
    flex-direction: column;
    gap: 0;
  }
}
.about-instructor__contents--left {
  max-width: 56.1rem;
}
@media only screen and (max-width: 559px) {
  .about-instructor__contents--left {
    width: 100%;
  }
}
.about-instructor__contents--right {
  max-width: 21.6rem;
}
@media only screen and (max-width: 559px) {
  .about-instructor__contents--right {
    width: 10.1rem;
    height: 13rem;
    margin-top: -9rem;
  }
}
.about-instructor__contentsttl {
  font-size: clamp(2.6rem, 2.4058252427rem + 0.5177993528vw, 3.4rem);
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .about-instructor__contentsttl {
    text-align: center;
    margin-top: 1.5rem;
  }
}
.about-instructor__contentstext {
  margin-block: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem) clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
}
@media only screen and (max-width: 559px) {
  .about-instructor .o-btn {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 559px) {
  .about-instructor .o-btn__link {
    width: 88.6%;
    margin: 0;
    padding-inline: 0;
  }
}

.student-testimonials {
  overflow-x: hidden;
}
.student-testimonials__inner {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.student-testimonials__slider {
  margin-top: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem);
}
.student-testimonials__slider figure {
  overflow: hidden;
  aspect-ratio: 7/4;
}
.student-testimonials__slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.student-testimonials__sliderttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 559px) {
  .student-testimonials__sliderttl {
    margin-top: 2rem;
  }
}

.school-blog__inner {
  padding-block: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
@media only screen and (max-width: 559px) {
  .school-blog__logo img {
    width: 5.2rem;
    height: 5.5rem;
  }
}
.school-blog__contentswrap {
  margin-block: clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem) clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}

/*-----------------------

      CMS

-----------------------*/
/*-----------------------

      下層ページ /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
  padding-block: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem) clamp(7.5rem, 6.0436893204rem + 3.8834951456vw, 13.5rem);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mainColor);
}
.content-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 56.3rem;
  height: 32.8rem;
  right: calc((100vw - 136.6rem) / 2);
  bottom: -9rem;
  background: url(https://business-sokudoku.com/sukumane/resource/img/under-mv-decoration-text.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 1536px) {
  .content-header::after {
    width: 29.3229vw;
    height: 17.0833vw;
  }
}
@media only screen and (max-width: 1368px) {
  .content-header::after {
    right: 2rem;
  }
}
@media only screen and (max-width: 559px) {
  .content-header::after {
    right: 6%;
    bottom: -4.5rem;
    width: 19rem;
    height: 14rem;
  }
}

.page-header {
  font-weight: 600;
  color: var(--mainColor);
  font-size: clamp(2.2rem, 1.6174757282rem + 1.5533980583vw, 4.6rem);
  width: 136.6rem;
  margin-inline: auto;
  padding-inline: 2rem;
  color: #fff;
}
@media only screen and (max-width: 1368px) {
  .page-header {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .page-header {
    width: 100%;
    padding-inline: 6%;
    text-align: left;
  }
}
.page-header span {
  display: block;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.8058252427rem + 0.5177993528vw, 1.8rem);
  font-weight: 500;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  font-family: "Jost";
  color: var(--main30Color);
}

.hero .bg img {
  width: 100%;
}

.grad_area {
  border-radius: 4rem;
  padding-bottom: clamp(5.5rem, 4.6504854369rem + 2.2653721683vw, 9rem);
}
@media only screen and (max-width: 559px) {
  .grad_area {
    background: none;
  }
}
.grad_area__toptext {
  font-size: clamp(1.9rem, 1.6330097087rem + 0.71197411vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.grad_area__textarea {
  margin-top: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
}
.grad_area__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .grad_area__text {
    text-align: left;
  }
}

/*-----------------------

    初めての方へ  

-----------------------*/
.what-s-speed-reading__inner {
  padding-block: clamp(4rem, 1.572815534rem + 6.4724919094vw, 14rem) clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.what-s-speed-reading__ttl {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.what-s-speed-reading__ttl span {
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
}
.what-s-speed-reading__ttl span.mainColor {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
}
@media only screen and (max-width: 559px) {
  .what-s-speed-reading__icon img {
    width: 3.5rem;
  }
}
.what-s-speed-reading__photowrap {
  display: flex;
  gap: clamp(0.5rem, 0.1359223301rem + 0.9708737864vw, 2rem);
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .what-s-speed-reading__photowrap {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.what-s-speed-reading__photowrap img {
  border-radius: 0.5rem;
}
.what-s-speed-reading__ttl--second {
  font-size: clamp(2.6rem, 1.8961165049rem + 1.8770226537vw, 5.5rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-block: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .what-s-speed-reading__ttl--second {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.what-s-speed-reading__text {
  text-align: center;
  font-size: clamp(1.5rem, 1.0873786408rem + 1.1003236246vw, 3.2rem);
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .what-s-speed-reading__text {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.five-key-features {
  position: relative;
  z-index: 1;
}
.five-key-features__inner {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.five-key-features .sec-ttl {
  line-height: 1;
}
.five-key-features .sec-enttl {
  margin-top: 1.5rem;
  color: var(--main70Color);
}
.five-key-features .sec-enttl span {
  color: var(--base60Color);
}
.five-key-features__text {
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  margin-block: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem) clamp(2.5rem, 1.7718446602rem + 1.9417475728vw, 5.5rem);
}
@media only screen and (max-width: 559px) {
  .five-key-features__text {
    text-align: justify;
  }
}
.five-key-features__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .five-key-features__list {
    flex-direction: column;
    gap: 4rem;
  }
}
.five-key-features__listitem {
  width: calc((100% - 10rem) / 3);
}
@media only screen and (max-width: 559px) {
  .five-key-features__listitem {
    width: 100%;
  }
}
.five-key-features__icon {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .five-key-features__icon img {
    width: 6.2rem;
  }
}
.five-key-features__number {
  background: var(--mainColor);
  color: #fff;
  border-radius: 3rem;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Jost";
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
  padding: 0.5rem 2rem;
  margin-top: -1px;
}
.five-key-features__catch {
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
.five-key-features__listttl {
  font-size: clamp(2.6rem, 2.454368932rem + 0.3883495146vw, 3.2rem);
  font-weight: 700;
  color: var(--mainColor);
  text-align: center;
}
.five-key-features__list--ver2 {
  margin-left: 1em;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.five-key-features__listitem--ver2 {
  font-size: clamp(1.4rem, 1.327184466rem + 0.1941747573vw, 1.7rem);
  font-weight: 400;
  line-height: 1.5;
  list-style-type: disc;
}
.five-key-features__box {
  margin-top: clamp(4.5rem, 3.5291262136rem + 2.5889967638vw, 8.5rem);
  background: var(--main10Color);
  border: solid 3px var(--mainColor);
  border-radius: 0.7rem;
  max-width: 74rem;
  margin-inline: auto;
  padding: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem) clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem) clamp(5rem, 4.3932038835rem + 1.6181229773vw, 7.5rem);
}
.five-key-features__box .flex {
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .five-key-features__box .flex {
    gap: 0.5rem;
  }
}
.five-key-features__box .flex .icon--ver2 img {
  transform: scaleX(-1);
}
.five-key-features__box .border {
  line-height: 1;
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
}
.five-key-features__box li {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1.5;
  position: relative;
  display: flex;
  font-weight: 500;
}
.five-key-features__box li:not(:last-child) {
  margin-bottom: 1rem;
}
.five-key-features__box li::before {
  content: "●";
  color: var(--mainColor);
}
.five-key-features__boxttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(2.4rem, 2.1815533981rem + 0.5825242718vw, 3.3rem);
}
.five-key-features__ownerPhoto {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}

.seminar_cta--first {
  margin-top: -4.5rem;
}
@media only screen and (max-width: 559px) {
  .seminar_cta--first {
    margin-top: -2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .seminar_cta--first__inner {
    padding-top: 2rem;
  }
}

.flow__inner {
  padding-block: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.flow__toptext {
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  margin-block: clamp(1.5rem, 0.8932038835rem + 1.6181229773vw, 4rem) clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
}
@media only screen and (max-width: 559px) {
  .flow__toptext {
    text-align: justify;
  }
}
.flow__listitem {
  display: flex;
  gap: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
}
.flow__listitem:not(:last-child) {
  margin-bottom: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.flow__listitem .number {
  width: 12rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .flow__listitem .number {
    width: 5.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .flow__listitem .number img {
    height: 100%;
  }
}
.flow__listwrap {
  display: flex;
  gap: clamp(1.5rem, 0.7718446602rem + 1.9417475728vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .flow__listwrap {
    flex-direction: column;
  }
}
.flow__listwrap figure {
  width: 57.5rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .flow__listwrap figure {
    width: auto;
  }
}
.flow__listwrap figure img {
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.flow__listttl {
  font-weight: 700;
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  margin-block: clamp(1.5rem, 0.6504854369rem + 2.2653721683vw, 5rem) clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .flow__listttl {
    margin-block: 1rem 0.5rem;
  }
}
.flow__listttl span {
  margin-right: 0.5rem;
}
.flow__listtext {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .flow__listtext {
    line-height: 1.5;
  }
}

.important-message {
  background: var(--mainColor);
}
.important-message__inner {
  padding-block: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
  margin-top: -0.5rem;
}
@media only screen and (max-width: 559px) {
  .important-message .wrapper {
    padding: 0 6%;
  }
}
.important-message__ttl {
  color: #fff;
  text-align: center;
  font-size: clamp(3.2rem, 2.6660194175rem + 1.4239482201vw, 5.4rem);
  font-weight: 700;
}
.important-message__ttl span {
  font-size: clamp(1.6rem, 1.3330097087rem + 0.71197411vw, 2.7rem);
  display: block;
}
.important-message__ttl--ver2 {
  color: #fff;
  text-align: center;
  font-size: clamp(2.6rem, 2.1631067961rem + 1.1650485437vw, 4.4rem);
  font-weight: 700;
}
.important-message__enttl {
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 1.1572815534rem + 0.6472491909vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.important-message__enttl--ver2 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.important-message__messagewrap {
  max-width: 74rem;
  margin-inline: auto;
  margin-block: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.important-message__messagewrapttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
}
@media only screen and (max-width: 559px) {
  .important-message .icon img {
    width: 5.2rem;
  }
}
.important-message__textarea {
  margin-block: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem) clamp(4rem, 3.6359223301rem + 0.9708737864vw, 5.5rem);
}
.important-message__text {
  color: #fff;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 400;
}
.important-message .o-flex {
  margin-top: clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem);
  gap: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
@media only screen and (max-width: 559px) {
  .important-message .o-flex {
    flex-direction: column;
  }
}
.important-message .o-flex .o-flex__item--left {
  width: 40.8rem;
}
@media only screen and (max-width: 559px) {
  .important-message .o-flex .o-flex__item--left {
    width: 100%;
  }
}
.important-message .o-flex .o-flex__item--right {
  width: calc(100% - 45.8rem);
}
@media only screen and (max-width: 559px) {
  .important-message .o-flex .o-flex__item--right {
    width: 100%;
  }
}
.important-message__text--ver2 {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
  color: #fff;
}
.important-message__text--ver2:not(:last-child) {
  margin-bottom: 1.5em;
}

.faq__inner {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}

.about-tuition-fees__inner {
  padding-block: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.about-tuition-fees dl {
  margin-top: clamp(1.5rem, 0.8932038835rem + 1.6181229773vw, 4rem);
}
.about-tuition-fees dt,
.about-tuition-fees dd {
  text-align: center;
  color: var(--mainColor);
}
.about-tuition-fees dt {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  background: #fff;
  border-radius: 3rem;
  border: solid 1px var(--mainColor);
  width: fit-content;
  line-height: 1;
  margin-inline: auto;
  padding: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem) clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
}
.about-tuition-fees dd {
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  margin-block: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem) clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.about-tuition-fees dd span {
  font-size: clamp(4rem, 3.3932038835rem + 1.6181229773vw, 6.5rem);
  font-weight: 600;
}
.about-tuition-fees__attention {
  text-align: center;
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  font-weight: 700;
}
.about-tuition-fees__experience-seminar {
  margin-top: clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem);
}
.about-tuition-fees__speechbubble {
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
}
.about-tuition-fees__experience-seminar-text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
  margin-bottom: 2.5rem;
}
.about-tuition-fees .o-btn {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .about-tuition-fees .o-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
.about-tuition-fees .o-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 8.3rem;
  height: 13.8rem;
  left: -10rem;
  bottom: 0;
  background: url(https://business-sokudoku.com/sukumane/resource/img/student-testimonials-img.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 559px) {
  .about-tuition-fees .o-btn::before {
    width: 3.7em;
    height: 9.5rem;
    left: 0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (max-width: 559px) {
  .about-tuition-fees .o-btn__link {
    width: 95%;
    margin: 0;
    padding-inline: 0;
  }
}

/*-----------------------

    運営会社  

-----------------------*/
.company__inner {
  padding-block: clamp(5rem, 2.8155339806rem + 5.8252427184vw, 14rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.company__contents {
  max-width: 100rem;
  margin-inline: auto;
  margin-top: clamp(3.5rem, 3.0145631068rem + 1.2944983819vw, 5.5rem);
}
.company__contents div {
  padding-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  margin-bottom: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  display: flex;
}
@media only screen and (max-width: 559px) {
  .company__contents div {
    flex-direction: column;
  }
}
.company__contents div:not(:last-child) {
  border-bottom: solid 1px var(--main60Color);
}
.company__contents dt,
.company__contents dd {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.company__contents dt {
  font-weight: 500;
  padding-inline: clamp(0rem, -2.1844660194rem + 5.8252427184vw, 9rem) 0;
  width: 23%;
}
@media only screen and (max-width: 559px) {
  .company__contents dt {
    width: 100%;
  }
}
.company__contents dd {
  font-weight: 400;
  padding-inline: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  width: 77%;
  line-height: 1.3;
}
@media only screen and (max-width: 559px) {
  .company__contents dd {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.company__contents dd li:not(:last-of-type) {
  margin-bottom: 1em;
}
.company__contents dd a {
  color: var(--mainColor);
  text-decoration: underline;
}
.company__contents .company__gmap {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 559px) {
  .company__contents .company__gmap {
    height: 27rem;
  }
}
.company__contents .company__gmap iframe {
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
@media only screen and (max-width: 559px) {
  .company__contents .company__gmap iframe {
    width: 100%;
  }
}
.company__img {
  margin-bottom: 2.5rem;
}

/*-----------------------

    コース案内・料金  

-----------------------*/
.corse-information__inner {
  padding-block: clamp(5rem, 2.8155339806rem + 5.8252427184vw, 14rem) clamp(6rem, 5.5145631068rem + 1.2944983819vw, 8rem);
}
.corse-information * {
  text-align: center;
}
.corse-information__icon {
  margin-top: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
}
.corse-information__ttl-second {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  line-height: 1.4;
}
.corse-information__ttl-second span {
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
}
.corse-information dl {
  margin-block: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem) clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.corse-information dl dt {
  color: #fff;
  background: var(--mainColor);
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  padding: 0.2rem clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  border-radius: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  width: fit-content;
  margin: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem) auto clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.corse-information dl dd {
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 400;
}

.course-fee__inner {
  padding-bottom: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem);
}
.course-fee * {
  text-align: center;
}
.course-fee .about-tuition-fees dl {
  margin-top: clamp(3.5rem, 3.3786407767rem + 0.3236245955vw, 4rem);
}
.course-fee__course-period {
  margin: clamp(2rem, 1.0291262136rem + 2.5889967638vw, 6rem) auto 6rem;
  max-width: 74rem;
  background: var(--main10Color) url(https://business-sokudoku.com/sukumane/resource/img/course-period_bg.webp) no-repeat center bottom/43%;
  padding: clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem) clamp(2rem, 0.9077669903rem + 2.9126213592vw, 6.5rem) clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem);
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .course-fee__course-period {
    background-size: 42%;
  }
}
@media only screen and (max-width: 559px) {
  .course-fee__course-period {
    background-size: 60%;
    background-position: center center;
  }
}
.course-fee__course-period::after {
  content: "";
  display: block;
  position: absolute;
  width: 13.1rem;
  height: 45.3rem;
  background: url(../img/course-period-img.webp) no-repeat center center/contain;
  right: -8rem;
  bottom: -7rem;
}
@media only screen and (max-width: 559px) {
  .course-fee__course-period::after {
    width: 4.8rem;
    height: 16.4rem;
    right: -0.5rem;
    bottom: -4.5rem;
  }
}
.course-fee__course-period table {
  width: 100%;
}
.course-fee__course-period table th,
.course-fee__course-period table td {
  border: solid 1px;
}
.course-fee__course-period table th {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  background: var(--main15Color);
  padding-block: 1.2rem;
}
.course-fee__course-period table td {
  background: rgba(255, 255, 255, 0.5);
  padding-block: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.course-fee__course-period table td dl:last-child {
  border-top: dashed 1px;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.course-fee__course-period table td dt,
.course-fee__course-period table td dd {
  color: var(--mainColor);
}
.course-fee__course-period table td dt {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  border-radius: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  border: solid 1px;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  padding: 0.2rem 1.5rem;
}
.course-fee__course-period table td dd {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 700;
  margin-top: 0.5rem;
}
.course-fee__course-period-ttl {
  color: var(--mainColor);
  font-weight: 700;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  text-align: center;
}
.course-fee__course-period-text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  margin-block: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem) 2rem;
  line-height: 1.5;
}
.course-fee__course-period-text--last {
  text-align: left;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  display: flex;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .course-fee__course-period-text--last {
    gap: 0.5rem;
    line-height: 1.5;
  }
}
.course-fee .second {
  margin-top: clamp(3rem, 2.3932038835rem + 1.6181229773vw, 5.5rem);
}
.course-fee .o-btn {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .course-fee .o-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
.course-fee .o-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 8.3rem;
  height: 13.8rem;
  left: -10rem;
  bottom: 0;
  background: url(https://business-sokudoku.com/sukumane/resource/img/student-testimonials-img.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 559px) {
  .course-fee .o-btn::after {
    width: 3.7em;
    height: 9.5rem;
    left: 0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (max-width: 559px) {
  .course-fee .o-btn__link {
    width: 95%;
    margin: 0;
    padding-inline: 0;
  }
}

/*-----------------------

      インストラクター養成講座

-----------------------*/
.instructor-training-course-top__inner {
  padding-top: clamp(5rem, 2.8155339806rem + 5.8252427184vw, 14rem);
}
.instructor-training-course-top__flex {
  display: flex;
  justify-content: center;
  gap: 2.604166vw;
}
@media only screen and (max-width: 559px) {
  .instructor-training-course-top__flex {
    flex-direction: column;
  }
}
.instructor-training-course-top__flex--left {
  width: 52.1rem;
  margin-inline: 3rem 1rem;
  padding-top: 12.7rem;
}
@media only screen and (max-width: 1368px) {
  .instructor-training-course-top__flex--left {
    width: 27%;
    padding-top: 14.7rem;
  }
}
@media only screen and (max-width: 559px) {
  .instructor-training-course-top__flex--left {
    display: none;
  }
}
.instructor-training-course-top__flex--center {
  width: 63.5rem;
}
@media only screen and (max-width: 559px) {
  .instructor-training-course-top__flex--center {
    width: 100%;
    padding-inline: 6%;
  }
}
@media only screen and (max-width: 559px) {
  .instructor-training-course-top__flex--center .sp {
    margin-top: 1.5rem;
  }
}
.instructor-training-course-top__flex--right {
  width: 53.4rem;
  margin-right: 6.5rem;
  padding-top: 9rem;
}
@media only screen and (max-width: 1368px) {
  .instructor-training-course-top__flex--right {
    width: 26%;
    padding-top: 11rem;
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .instructor-training-course-top__flex--right {
    display: none;
  }
}
.instructor-training-course-top__ttl {
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
}
.instructor-training-course-top__ttl span {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
}
.instructor-training-course-top__subttl {
  color: var(--base60Color);
  text-align: center;
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.5rem;
}
.instructor-training-course-top__textheading {
  font-size: clamp(1.8rem, 1.3631067961rem + 1.1650485437vw, 3.6rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  margin-top: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  padding-block: 0.5rem;
}
.instructor-training-course-top__text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.instructor-training-course-top .boder-line {
  line-height: 1;
}

.instructor-future {
  position: relative;
}
.instructor-future::after {
  content: "";
  display: block;
  width: 100%;
  height: 59.3rem;
  background: var(--mainColor);
  bottom: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .instructor-future::after {
    height: 82%;
  }
}
.instructor-future__inner {
  padding-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
}
.instructor-future__ttl {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  font-weight: 700;
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  line-height: 1.5;
}
.instructor-future span {
  font-size: clamp(2.3rem, 2.0330097087rem + 0.71197411vw, 3.4rem);
  font-weight: 700;
}
.instructor-future__flex {
  display: flex;
  justify-content: center;
  max-width: 100rem;
  margin-inline: auto;
  gap: 5rem;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  padding-bottom: clamp(5rem, 4.2718446602rem + 1.9417475728vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .instructor-future__flex {
    flex-direction: column;
  }
}
.instructor-future__flexitem {
  width: calc((100% - 5rem) / 2);
}
@media only screen and (max-width: 559px) {
  .instructor-future__flexitem {
    width: 100%;
  }
}
.instructor-future__flexitemttl {
  color: #fff;
  text-align: center;
  font-size: clamp(2.1rem, 1.9300970874rem + 0.4530744337vw, 2.8rem);
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.4;
}
.instructor-future__flexitemttl span {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
}
.instructor-future__flexitemtext {
  color: #fff;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.75;
  font-weight: 400;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.instructor-future__flexitemtext--attention {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 400;
  color: #fff;
  margin-top: 1.5em;
}

.instructor-requirements__inner {
  padding-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.instructor-requirements__list {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .instructor-requirements__list {
    flex-direction: column;
    margin-top: 0;
    gap: 4rem;
  }
}
.instructor-requirements__listitem {
  width: calc((100% - 10rem) / 3);
}
@media only screen and (max-width: 559px) {
  .instructor-requirements__listitem {
    width: 100%;
  }
}
.instructor-requirements__listttl {
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  font-weight: 700;
  text-align: center;
  color: var(--mainColor);
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.instructor-requirements__listtext {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
  line-height: 1.75;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
@media only screen and (max-width: 559px) {
  .instructor-requirements__listtext {
    text-align: center;
  }
}
@media only screen and (max-width: 559px) {
  .instructor-requirements__listtext--left {
    text-align: left;
  }
}

.instructor-curriculum__inner {
  max-width: 100rem;
  margin-inline: auto;
}
.instructor-curriculum .flow__list {
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .instructor-curriculum .flow__list {
    padding-top: 0;
  }
}
.instructor-curriculum .flow__listttl {
  margin-top: clamp(2rem, 1.0291262136rem + 2.5889967638vw, 6rem);
}
.instructor-curriculum .flow__list dl {
  margin-left: 2em;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
.instructor-curriculum .flow__list dt {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  font-weight: 700;
}
.instructor-curriculum .flow__list dt span {
  color: var(--mainColor);
  margin-right: 0.5rem;
}
.instructor-curriculum .flow__list dd {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 400;
  margin-block: 0.5rem 2rem;
}
.instructor-curriculum .flow__list .flow__listtext {
  margin-left: 1.5em;
}
.instructor-curriculum .flow__list .flow__listtext--attention {
  margin-left: 2.5em;
  text-indent: -1em;
}

.instructor-training-fees__inner {
  padding-block: 2rem clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem);
}
@media only screen and (max-width: 559px) {
  .instructor-training-fees dl {
    margin-top: 0.8rem;
  }
}
.instructor-training-fees dl:not(:first-of-type) {
  margin-top: clamp(5rem, 4.8786407767rem + 0.3236245955vw, 5.5rem);
}
@media only screen and (max-width: 559px) {
  .instructor-training-fees dl:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
.instructor-training-fees dt {
  background: var(--mainColor);
  color: #fff;
  border: none;
  border-radius: 5rem;
}
@media only screen and (max-width: 559px) {
  .instructor-training-fees dt {
    padding: 1rem 3.5rem;
  }
}
.instructor-training-fees dt span {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .instructor-training-fees .sp .text-c.mainColor.f-700 {
    margin-top: 4rem;
  }
}
.instructor-training-fees__bnr {
  text-align: center;
  margin-top: clamp(7rem, 5.786407767rem + 3.2362459547vw, 12rem);
}

.trainer-introduction {
  background: var(--mainColor);
}
.trainer-introduction__inner {
  padding-block: clamp(6rem, 5.5145631068rem + 1.2944983819vw, 8rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.trainer-introduction .sec-ttl {
  color: #fff;
}
.trainer-introduction .sec-enttl {
  color: #fff;
}
.trainer-introduction .o-card {
  margin-block: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem) 0;
}
@media only screen and (max-width: 559px) {
  .trainer-introduction .o-card {
    gap: 3.5rem 2rem;
  }
}
.trainer-introduction__photo {
  aspect-ratio: 1/1;
  overflow: hidden;
  transform: scale(1);
  transition: 0.4s;
}
.trainer-introduction__photo:hover {
  transform: scale(1.05);
  transition: 0.4s;
}
.trainer-introduction__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.trainer-introduction__name {
  color: #fff;
  text-align: center;
  font-size: clamp(2.2rem, 2.054368932rem + 0.3883495146vw, 2.8rem);
  font-weight: 700;
  margin-top: 1.5rem;
}
.trainer-introduction__ruby {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
  margin-top: 0.5rem;
}

.instructor-student-testimonials .student-testimonials__wrap {
  gap: 0;
  width: 100%;
  left: 0;
}
.instructor-student-testimonials .slide_none .student-testimonials__wrap {
  gap: 4rem;
  width: 80vw;
  left: 50%;
}

.instructor-faq .o-btn {
  margin-top: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
}

.instructor-training-fees__bnr--pagebottom {
  padding-bottom: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
@media only screen and (max-width: 559px) {
  .instructor-training-fees__bnr--pagebottom {
    margin-top: 6rem;
  }
}

/*トレーナーモーダル*/
.trainer-modal__ttl {
  font-size: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.trainer-modal__ttl span {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

.modal-area p.trainer-modal__enttl {
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  font-weight: 500;
  text-align: center;
  color: var(--base60Color);
  letter-spacing: 0.05em;
}

.trainer-modal__contents {
  padding-bottom: clamp(3.5rem, 3.3786407767rem + 0.3236245955vw, 4rem);
}

.modal-area figure.trainer-modal__photo {
  margin: clamp(1.5rem, 0.8932038835rem + 1.6181229773vw, 4rem) auto clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  border-radius: 1rem;
}

.modal-area p.trainer-modal__name {
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.modal-area p.trainer-modal__ruby {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.modal-area p.trainer-modal__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  line-height: 1.75;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  margin-bottom: 0;
}

.remodal-close {
  font-weight: 100;
}

.trainer_remodal .remodal-close.top {
  right: 4rem;
  top: 3rem;
  left: inherit;
}
@media only screen and (max-width: 559px) {
  .trainer_remodal .remodal-close.top {
    right: 1rem;
    top: 1rem;
  }
}

.trainer_remodal .remodal-close.bottom {
  position: absolute;
  bottom: 0;
  margin: 0 0 3rem 2rem;
  top: inherit;
}
@media only screen and (max-width: 559px) {
  .trainer_remodal .remodal-close.bottom {
    margin: 0 0 1rem 1rem;
  }
}

@media only screen and (max-width: 559px) {
  .remodal-close::before {
    font-size: 4rem;
  }
}

.student-testimonials__sliderttl {
  font-weight: 400;
}
@media only screen and (max-width: 559px) {
  .student-testimonials__sliderttl {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 559px) {
  .page-header {
    line-height: 1.4;
  }
}
/*# sourceMappingURL=style.css.map */


/*-----------------------

      インストラクタ一覧

-----------------------*/
/*
.instructor-listpage {
  padding-top: clamp(5rem, 2.8155339806rem + 5.8252427184vw, 14rem);
}
*/
.instructor-catlistttl {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  letter-spacing: 0.025em;
}

.instructor-catlist {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}

.instructor-catlistitem {
  font-size: clamp(1.8rem, 1.8970873786rem - 0.2588996764vw, 1.4rem);
  letter-spacing: 0.025em;
  color: #e29390;
  border: solid 2px #e29390;
  border-radius: 3rem;
  padding: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem) clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  display: block;
  white-space: nowrap;
}
.instructor-catlistitem.active {
  color: var(--mainColor);
  background: #e29390;
  border: solid 2px var(--main60Color);
}
.instructor-catlistitem.active:visited, .instructor-catlistitem.active:hover {
  color: var(--mainColor);
  opacity: 0.8;
}
.instructor-catlistitem:visited, .instructor-catlistitem:hover {
  color: #e29390;
  opacity: 0.8;
}

.instructor-list {
  margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .instructor-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.instructor-list .ptotowrap {
  position: relative;
}
.instructor-list .ptotowrap figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.instructor-list .ptotowrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
  transform: scale(1);
  transition: 0.3s;
}
.instructor-list .ptotowrap:hover img {
  transform: scale(1.02);
  transition: 0.4s;
}
.instructor-list .instructor-list__cat {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  background: var(--main60Color);
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  padding: 0 1.5rem;
}

.instructor-list__name {
  text-align: center;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0em;
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
  line-height: 1.4;
}

.instructor-list__nickname {
  text-align: center;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0em;
  color: #8c8c8c;
  line-height: 1.4;
}

.pager {
  display: flex;
  gap: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  align-items: center;
  justify-content: center;
  margin-block: clamp(4.5rem, 2.6796116505rem + 4.854368932vw, 12rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0em;
}
.pager .prev a,
.pager .next a {
  background: var(--mainColor);
  color: #fff;
  padding: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem) 2rem;
  display: block;
  border-radius: 3rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pager .prev a:visited, .pager .prev a:hover,
.pager .next a:visited,
.pager .next a:hover {
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .pager .prev a img,
  .pager .next a img {
    width: 0.5rem;
  }
}
.pager .number {
  display: flex;
  gap: clamp(0.8rem, 0.6300970874rem + 0.4530744337vw, 1.5rem);
}
.pager .number p {
  width: clamp(2.8rem, 2.3873786408rem + 1.1003236246vw, 4.5rem);
  aspect-ratio: 1/1;
}
.pager .number a {
  font-size: clamp(1.4rem, 1.2300970874rem + 0.4530744337vw, 2.1rem);
  letter-spacing: 0em;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  border: solid 2px #8c8c8c;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #fff;
  width: 100%;
  height: 100%;
}
.pager .number a:hover {
  opacity: 0.8;
}
.pager .number a.active {
  background: var(--mainColor);
  color: #fff;
  border: solid 2px var(--mainColor);
}
.pager .number a.active:visited {
  color: #fff;
}
.pager .number a.active:hover {
  color: #fff;
  opacity: 0.8;
}
.pager .continue {
  flex-shrink: 0;
}

/*-----------------------

      インストラクター詳細

-----------------------*/
.page-detail-instructor-single .content-header {
  padding-block: 0;
  height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3rem;
  position: relative;
}
.page-detail-instructor-single .content-header::before {
  content: "";
  display: block;
  height: 32rem;
  background: var(--mainColor);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .page-detail-instructor-single .content-header {
    justify-content: flex-start;
    padding-top: 3.5rem;
    height: auto;
    background: none;
    padding-bottom: 2rem;
  }
}
.page-detail-instructor-single .content-header .page-header span {
  letter-spacing: 0.1em;
  font-size: clamp(3.2rem, 2.6660194175rem + 1.4239482201vw, 5.4rem);
  font-weight: 700;
  color: #fff;
  max-width: 50%;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .page-detail-instructor-single .content-header .page-header span {
    line-height: 1.3;
    max-width: 100%;
    text-align: center;
  }
}
.page-detail-instructor-single .content-header .nickname,
.page-detail-instructor-single .content-header .school-name {
  color: #fff;
  width: 136.6rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media only screen and (max-width: 1368px) {
  .page-detail-instructor-single .content-header .nickname,
  .page-detail-instructor-single .content-header .school-name {
    width: 100%;
    text-align: left;
  }
}
.page-detail-instructor-single .content-header .school-name {
  width: 136.6rem;
  margin-inline: auto;
  padding-inline: 2rem;
  font-size: clamp(1.3rem, 1.1300970874rem + 0.4530744337vw, 2rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1368px) {
  .page-detail-instructor-single .content-header .school-name {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .page-detail-instructor-single .content-header .school-name {
    text-align: center;
  }
}
.page-detail-instructor-single .content-header .school-name span {
  letter-spacing: 0em;
  background: #fff;
  color: var(--mainColor);
  border-radius: 3rem;
  padding-inline: 2rem;
}
.page-detail-instructor-single .content-header .nickname span {
  font-size: clamp(1.9rem, 1.5359223301rem + 0.9708737864vw, 3.4rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0.5rem;
  max-width: 50%;
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .page-detail-instructor-single .content-header .nickname span {
    max-width: 100%;
    text-align: center;
  }
}
.page-detail-instructor-single .content-header::after {
  display: none;
}

.to-calender-icon {
  position: fixed;
  right: 7%;
  bottom: 14%;
  width: 18rem;
  z-index: 50;
}
@media only screen and (min-width: 2560px) {
  .to-calender-icon {
    right: 18%;
    bottom: 63rem;
  }
}
@media only screen and (max-width: 1536px) {
  .to-calender-icon {
    right: 2vw;
    bottom: 4vw;
  }
}
@media only screen and (max-width: 1368px) {
  .to-calender-icon {
    width: 16rem;
  }
}
@media only screen and (max-width: 559px) {
  .to-calender-icon {
    display: none;
  }
}
.to-calender-icon a {
  display: block;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.to-calender-icon a:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.instructor-single__toparea {
  display: flex;
  align-items: flex-end;
  gap: 5.5rem;
  margin-top: 2.5rem;
  margin-top: -24rem;
}
@media only screen and (max-width: 1280px) {
  .instructor-single__toparea {
    margin-top: -20rem;
  }
}
@media only screen and (max-width: 559px) {
  .instructor-single__toparea {
    flex-direction: column-reverse;
    margin-top: 0;
    gap: 2rem;
  }
}
.instructor-single__columntext {
  width: calc((100% - 5.5rem) / 2);
}
@media only screen and (max-width: 559px) {
  .instructor-single__columntext {
    width: 100%;
  }
}
.instructor-single__columntext dl {
  display: flex;
  flex-wrap: wrap;
  height: 27rem;
  overflow: auto;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  gap: 1rem 2rem;
}
.instructor-single__columntext dl::-webkit-scrollbar {
  width: 10px;
}
.instructor-single__columntext dl::-webkit-scrollbar-track {
  background-color: #ccc;
}
.instructor-single__columntext dl::-webkit-scrollbar-thumb {
  background-color: #8c8c8c;
  border-radius: 8px;
}
@media only screen and (max-width: 559px) {
  .instructor-single__columntext dl {
    height: auto;
    gap: 1rem;
  }
}
.instructor-single__columntext dt,
.instructor-single__columntext dd {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.instructor-single__columntext dt {
  width: 14%;
  color: var(--mainColor);
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .instructor-single__columntext dt {
    width: 17%;
  }
}
.instructor-single__columntext dd {
  width: 80%;
  padding-right: 2em;
}
@media only screen and (max-width: 559px) {
  .instructor-single__columntext dd {
    padding-right: 0;
  }
}
.instructor-single__ttl {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.instructor-single__ttl--center {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .instructor-single__ttl--center {
    text-align: left;
  }
}
@media only screen and (max-width: 559px) {
  .instructor-single__ttl img {
    position: relative;
    top: 1rem;
  }
}
.instructor-single__ttl .small {
  font-size: clamp(1.3rem, 1.1786407767rem + 0.3236245955vw, 1.8rem);
  font-weight: 500;
  padding-left: 1rem;
}
@media only screen and (max-width: 559px) {
  .instructor-single__ttl .small {
    padding-left: 0;
    display: block;
    margin-left: 5em;
    margin-top: -0.5rem;
  }
}
.instructor-single__columnphoto {
  width: calc((100% - 5.5rem) / 2);
  position: relative;
}
@media only screen and (max-width: 559px) {
  .instructor-single__columnphoto {
    width: 94%;
  }
}
.instructor-single__columnphoto::after {
  content: "";
  display: block;
  width: 27.1rem;
  height: 16.5rem;
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  background: url(https://business-sokudoku.com/sukumane/resource/img/instructor-photo-deco.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 559px) {
  .instructor-single__columnphoto::after {
    width: 12.8rem;
    height: 8.3rem;
  }
}
.instructor-single__columnphoto figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.instructor-single__columnphoto figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.instructor-single__youtubearea {
  max-width: 100rem;
  margin: clamp(3.5rem, 2.4077669903rem + 2.9126213592vw, 8rem) auto 0;
  padding-bottom: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
.instructor-single__youtubelist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  gap: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
}
@media only screen and (max-width: 559px) {
  .instructor-single__youtubelist {
    grid-template-columns: repeat(1, 1fr);
  }
}
.instructor-single__youtubecontents {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.instructor-single__youtubecontents iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instructor-single__youtubetitle {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.5;
}

.instructor-message {
  background: var(--mainColor);
  padding-block: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem) clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
.instructor-message__post {
  max-width: 100rem;
  margin-inline: auto;
  background: #fff;
  border-radius: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  padding: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem) clamp(2rem, -0.6699029126rem + 7.1197411003vw, 13rem) clamp(6rem, 5.0291262136rem + 2.5889967638vw, 10rem);
}
@media only screen and (max-width: 559px) {
  .instructor-message__post {
    max-width: 88%;
  }
}
.instructor-message__post .happy-announcement__logo:first-child {
  margin-top: 0;
}
.instructor-message__post .happy-announcement__logo:not(:first-child) {
  margin-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
}
.instructor-message__post .sec-ttl {
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
  letter-spacing: 0em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instructor-message__post .sec-ttl::before, .instructor-message__post .sec-ttl::after {
  content: "";
  height: 1px;
  max-width: 26.2rem;
  flex-grow: 1;
  background: var(--mainColor);
}
.instructor-message__post .sec-ttl::before {
  margin-right: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.instructor-message__post .sec-ttl::after {
  margin-left: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.instructor-message__post .sec-enttl {
  margin-bottom: 3rem;
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  margin-top: 0;
}
.instructor-message__post h3 {
  color: var(--mainColor);
  font-weight: 700;
  font-size: clamp(2.8rem, 2.5087378641rem + 0.7766990291vw, 4rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
.instructor-message__post h4 {
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
}
.instructor-message__post figure {
  margin-block: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem) clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  width: 80%;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .instructor-message__post figure {
    width: 100%;
  }
}
.instructor-message__post figure img {
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.instructor-message__post p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0em;
  margin-top: 1.5em;
  font-weight: 400;
}
.instructor-message__post p.color-gray {
  color: #8c8c8c;
}
.instructor-message__post p.color-red {
  color: var(--mainColor);
}
.instructor-message__post dl {
  display: flex;
  flex-wrap: wrap;
}
.instructor-message__post dt,
.instructor-message__post dd {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5em;
}
.instructor-message__post dt {
  flex-shrink: 0;
  width: 5em;
}
.instructor-message__post dd {
  flex-grow: 1;
  width: calc(100% - 5em);
}
.instructor-message__post .career {
  margin-top: clamp(5.5rem, 4.8932038835rem + 1.6181229773vw, 8rem);
}

.event-calender {
  padding-block: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.event-calender .sec-enttl {
  margin-bottom: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

/*-----------------------

      スクール一覧

-----------------------*/
.school-introductionpage {
  padding-block: clamp(5rem, 2.8155339806rem + 5.8252427184vw, 14rem) clamp(4rem, 1.8155339806rem + 5.8252427184vw, 13rem);
  padding-top: 0;
}
.school-areaname {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  gap: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
  align-items: flex-end;
}
@media only screen and (max-width: 559px) {
  .school-areaname img {
    width: 4.8rem;
  }
}
.school-areaname .smsall {
  font-size: clamp(1.3rem, 1.1786407767rem + 0.3236245955vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--base60Color);
}
.school-areaname .smsall.mainColor {
  color: var(--mainColor);
}
.school-areaname:not(:first-of-type) {
  margin-top: clamp(3.5rem, 3.0145631068rem + 1.2944983819vw, 5.5rem);
}

.school-list {
  margin-top: clamp(1rem, 0.6359223301rem + 0.9708737864vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .school-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.school-list figure {
  aspect-ratio: 7/4;
  overflow: hidden;
}
.school-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}

.school-list__name {
  color: var(--mainColor);
  text-align: center;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0em;
  line-height: 1.925;
}

.school-list__address {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0em;
  line-height: 1.4;
}

/*-----------------------

      スクール詳細

-----------------------*/
.page-detail-school-single .content-header {
  padding-block: 0;
  height: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
  position: relative;
}
.page-detail-school-single .content-header::before {
  content: "";
  display: block;
  height: 22rem;
  background: var(--mainColor);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .page-detail-school-single .content-header {
    justify-content: flex-start;
    padding-top: 3.5rem;
    height: auto;
    background: none;
    padding-bottom: 2rem;
  }
}
.page-detail-school-single .content-header .page-header {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(3rem, 2.5631067961rem + 1.1650485437vw, 4.8rem);
  font-weight: 700;
  color: #fff;
}
.page-detail-school-single .content-header .school-address,
.page-detail-school-single .content-header .school-area {
  color: #fff;
  text-align: center;
}
.page-detail-school-single .content-header .school-area {
  font-size: clamp(1.3rem, 1.1786407767rem + 0.3236245955vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-detail-school-single .content-header .school-area span {
  letter-spacing: 0em;
  background: #fff;
  color: var(--mainColor);
  border-radius: 3rem;
  padding-inline: 2rem;
}
.page-detail-school-single .content-header .school-address {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}
.page-detail-school-single .content-header::after {
  display: none;
}
.page-detail-school-single .school-blog__inner {
  padding-bottom: 0;
}

.experience-seminar-icon {
  position: fixed;
  right: 7%;
  bottom: 14%;
  width: 18rem;
  z-index: 50;
}
@media only screen and (min-width: 2560px) {
  .experience-seminar-icon {
    right: 18%;
    bottom: 63rem;
  }
}
@media only screen and (max-width: 1536px) {
  .experience-seminar-icon {
    right: 2vw;
    bottom: 4vw;
  }
}
@media only screen and (max-width: 1368px) {
  .experience-seminar-icon {
    width: 16rem;
  }
}
@media only screen and (max-width: 559px) {
  .experience-seminar-icon {
    display: none;
  }
}
.experience-seminar-icon a {
  display: block;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.experience-seminar-icon a:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.school-photo {
  margin-top: -9rem;
  position: relative;
  /*スライダー*/
}
@media only screen and (max-width: 559px) {
  .school-photo {
    margin-top: 0;
  }
}
.school-photo__sliderwrap {
  width: min(100rem, 100%);
  margin-inline: auto;
  /*ここまでスライダー*/
}
.school-photo__sliderwrap .main-slide {
  position: relative;
}
.school-photo__sliderwrap .main_slider {
  overflow-x: hidden;
  padding-left: 3rem;
  margin-left: -3rem;
}
.school-photo__sliderwrap .main_slider img {
  border-radius: clamp(0.6rem, 0.2601941748rem + 0.9061488673vw, 2rem);
}
.school-photo__sliderwrap .main_slider .swiper-wrapper {
  width: calc(100% - 8rem);
}
.school-photo__sliderwrap .swiper-slide {
  text-align: center;
  position: relative;
}
.school-photo__sliderwrap .swiper-thumbnail {
  position: relative;
  overflow-x: hidden;
  padding: 2rem 1rem;
  margin-inline: -1rem;
}
@media only screen and (max-width: 559px) {
  .school-photo__sliderwrap .swiper-thumbnail {
    padding: 1rem;
  }
}
.school-photo__sliderwrap .swiper-thumbnail img {
  cursor: pointer;
  border-radius: clamp(0.1rem, 0.0029126214rem + 0.2588996764vw, 0.5rem);
}
.school-photo__sliderwrap .swiper-slide-thumb-active {
  position: relative;
}
.school-photo__sliderwrap .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  background: #f3a04c;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .school-photo__sliderwrap .swiper-slide-thumb-active::after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    left: -2.5px;
    top: -2.5px;
  }
}
.school-photo__sliderwrap .swiper-pagination {
  margin-inline: 0;
}
.school-photo__sliderwrap .swiper-button-next,
.school-photo__sliderwrap .swiper-button-prev {
  width: auto;
  height: auto;
  position: absolute;
  margin-top: -1.75rem;
}
.school-photo__sliderwrap .swiper-button-next::after,
.school-photo__sliderwrap .swiper-rtl .swiper-button-prev::after,
.school-photo__sliderwrap .swiper-button-prev:after,
.school-photo__sliderwrap .swiper-rtl .swiper-button-next:after {
  content: "";
}
.school-photo__sliderwrap .swiper-button-next::after,
.school-photo__sliderwrap .swiper-button-prev::after {
  font-family: inherit;
}
.school-photo__sliderwrap .swiper-thumbnail .swiper-button-lock,
.school-photo__sliderwrap .swiper-thumbnail .swiper-pagination-lock {
  display: block;
}
.school-photo__sliderwrap .swiper-thumbnail .swiper-slide {
  overflow: visible;
}
.school-photo__sliderwrap .swiper-button-next {
  right: -3rem;
}
@media only screen and (max-width: 559px) {
  .school-photo__sliderwrap .swiper-button-next {
    right: -1.5rem;
  }
}
.school-photo__sliderwrap .swiper-button-prev {
  left: -3rem;
}
@media only screen and (max-width: 559px) {
  .school-photo__sliderwrap .swiper-button-prev {
    left: -1.5rem;
  }
}
.school-photo__sliderwrap .swiper-button-next::after,
.school-photo__sliderwrap .swiper-button-prev::after {
  width: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
  height: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
}
.school-photo__sliderwrap .swiper-button-next::after {
  background: url(https://business-sokudoku.com/sukumane/resource/img/slider-arrow-r01.webp) no-repeat center center/cover;
  transform: rotate(0);
}
.school-photo__sliderwrap .swiper-button-prev::after {
  background: url(https://business-sokudoku.com/sukumane/resource/img/slider-arrow-l01.webp) no-repeat center center/cover;
  transform: rotate(0);
}
.school-photo__sliderwrap .swiper-thumbnail__navi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18rem;
}
@media only screen and (max-width: 559px) {
  .school-photo__sliderwrap .swiper-thumbnail__navi {
    margin-top: 0.5rem;
    bottom: -9rem;
  }
}
.school-photo__sliderwrap .swiper-thumbnail__navi .swiper-button-lock {
  display: block;
}
.school-photo__sliderwrap .swiper-button-next.type2,
.school-photo__sliderwrap .swiper-button-prev.type2 {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
}
.school-photo__sliderwrap .swiper-button-next.type2::after,
.school-photo__sliderwrap .swiper-button-prev.type2::after {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  display: block;
}
.school-photo__sliderwrap .swiper-button-next.type2::after {
  background: url(https://business-sokudoku.com/sukumane/resource/img/slider-arrow-r02.webp) no-repeat center center/cover;
}
.school-photo__sliderwrap .swiper-button-prev.type2::after {
  background: url(https://business-sokudoku.com/sukumane/resource/img/slider-arrow-l02.webp) no-repeat center center/cover;
}
.school-photo__sliderwrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.6rem;
}
.school-photo__sliderwrap .swiper-pagination-bullet {
  background: #bababa;
}
.school-photo__sliderwrap .swiper-pagination-bullet-active {
  background: #ee7800;
  border: none;
}
.school-photo__sliderwrap .swiper-pagination-bullet-active::after {
  display: none;
}

.school-post {
  margin-top: clamp(8rem, 6.786407767rem + 3.2362459547vw, 13rem);
}
.school-post .sec-ttl {
  font-size: clamp(2.6rem, 2.1631067961rem + 1.1650485437vw, 4.4rem);
}
.school-post .sec-enttl {
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
}
.school-post__inner {
  max-width: 74rem;
  margin-inline: auto;
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
@media only screen and (max-width: 559px) {
  .school-post__inner {
    padding-inline: 6%;
  }
}
.school-post__inner .sec-ttl {
  font-size: clamp(1.9rem, 1.5844660194rem + 0.8414239482vw, 3.2rem);
  letter-spacing: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .school-post__inner .sec-ttl {
    padding-block: 0;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
}
.school-post__inner .youtubearea {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-block: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem) clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  text-align: center;
}
.school-post__inner .youtubearea iframe,
.school-post__inner .youtubearea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.school-post__inner figure {
  text-align: center;
  margin-block: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem) clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.school-post__inner figure img {
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.school-post__inner p {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0em;
}
.school-post__inner .happy-announcement__logo {
  margin-top: clamp(4rem, 3.2718446602rem + 1.9417475728vw, 7rem);
}
.school-post__inner h3 {
  color: var(--mainColor);
  font-weight: 700;
  font-size: clamp(2.8rem, 2.5087378641rem + 0.7766990291vw, 4rem);
  line-height: 1.5;
  text-align: center;
}
.school-post__inner .experience-seminar-btn {
  margin-top: clamp(5rem, 3.9077669903rem + 2.9126213592vw, 9.5rem);
}
.school-post__inner .experience-seminar-btn a {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: #ee7800;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.5rem 5rem;
  border-radius: 3rem;
  color: #fff;
}
.school-post__inner .experience-seminar-btn a:visited, .school-post__inner .experience-seminar-btn a:hover {
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .school-post__inner .experience-seminar-btn a {
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: center;
  }
}

.school-instructors {
  margin-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
  border-top: solid 1px #8c8c8c;
  padding-block: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem) clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
.school-instructors__inner {
  max-width: 100rem;
  margin-inline: auto;
}
.school-instructors .instructor-single__ttl .small {
  margin-left: 6em;
}
.school-instructors__list {
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem) clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .school-instructors__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.school-instructors__list figure {
  text-align: center;
}
.school-instructors__list figure img {
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
  transform: scale(1);
  transition: 0.3s;
}
.school-instructors__list figure:hover img {
  transform: scale(1.02);
  transition: 0.4s;
}
.school-instructors__name {
  text-align: center;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.school-instructors__nickname {
  text-align: center;
  color: #8c8c8c;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .school-instructors__nickname {
    line-height: 1.3;
  }
}

.details-about-school {
  background: var(--mainColor);
  padding: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem) clamp(2rem, -0.6699029126rem + 7.1197411003vw, 13rem) clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
.details-about-school__inner {
  background: #fff;
  border-radius: clamp(1rem, 0.8058252427rem + 0.5177993528vw, 1.8rem);
  padding: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem) clamp(2rem, -0.6699029126rem + 7.1197411003vw, 13rem) clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  max-width: 100rem;
  margin-inline: auto;
}
.details-about-school .sec-ttl {
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
  letter-spacing: 0em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-about-school .sec-ttl::before, .details-about-school .sec-ttl::after {
  content: "";
  height: 1px;
  max-width: 26.2rem;
  flex-grow: 1;
  background: var(--mainColor);
}
.details-about-school .sec-ttl::before {
  margin-right: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.details-about-school .sec-ttl::after {
  margin-left: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.details-about-school dl {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .details-about-school dl {
    flex-direction: column;
  }
}
.details-about-school dt,
.details-about-school dd {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  border-bottom: dashed 1px #767676;
  padding-block: 4rem 1.5rem;
}
@media only screen and (max-width: 559px) {
  .details-about-school dt,
  .details-about-school dd {
    padding: 0;
    border: none;
  }
}
.details-about-school dt {
  font-weight: 500;
  width: 20%;
}
@media only screen and (max-width: 559px) {
  .details-about-school dt {
    width: 100%;
    padding-block: 1.5rem 0.5rem;
  }
}
.details-about-school dd {
  font-weight: 400;
  width: 80%;
  line-height: 1.6875;
}
@media only screen and (max-width: 559px) {
  .details-about-school dd {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: dashed 1px #767676;
    line-height: 1.5;
  }
}
.details-about-school dd a {
  color: var(--mainColor);
}
.details-about-school dd a:visited, .details-about-school dd a:hover {
  color: var(--mainColor);
}
.details-about-school .gmaparea {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .details-about-school .gmaparea {
    height: 33rem;
    overflow: hidden;
  }
}
.details-about-school .gmaparea iframe {
  border-radius: clamp(0.4rem, 0.1815533981rem + 0.5825242718vw, 1.3rem);
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .details-about-school .gmaparea iframe {
    height: 100%;
    object-fit: cover;
  }
}

.school-sns__inner {
  padding-block: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
@media only screen and (max-width: 559px) {
  .school-sns .school-sns__logo img {
    width: 5.2rem;
    height: 5.5rem;
  }
}
.school-sns__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem clamp(1rem, 0.0291262136rem + 2.5889967638vw, 5rem);
  justify-content: center;
  align-items: center;
  margin-top: clamp(2rem, 1.1504854369rem + 2.2653721683vw, 5.5rem);
}
@media only screen and (max-width: 559px) {
  .school-sns__list {
    width: 82%;
    margin-inline: auto;
  }
}
.school-sns__listitem a {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .school-sns__listitem a img {
    max-width: 64%;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.video-thumbnail {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video-thumbnail:hover {
  opacity: 0.8;
}
.video-thumbnail::after {
  content: "";
  display: block;
  width: 30%;
  height: 25%;
  background: url(https://business-sokudoku.com/sukumane/resource/img/youtube-play-btn.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.youtube-modal-content {
  position: relative;
  width: 80%;
  max-width: 120rem;
  background: var(--baseColor);
}

.youtube-modal-content .video-frame {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube-modal-content iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.youtube-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: white;
  font-size: 30px;
  cursor: pointer;
  background: var(--mainColor);
  z-index: 10000;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  padding-bottom: 5px;
}
/* 20251009 add */
.school-photo__sliderwrap .swiper-thumbnail .swiper-wrapper {
  justify-content: center;
  gap: 1rem;
}
.school-photo__sliderwrap .swiper-thumbnail .swiper-slide {
  width: calc((100% - 4rem) / 5);
}