@charset "UTF-8";
/*ブレイクポイントを設定*/
:root {
  --sectionColor: #ef8200;
  --sectionBgColor: #ffefd8;
}

/* ------------------------
    common
------------------------ */
body {
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 2;
  color: #333;
  background-color: #fff;
}

main {
  margin-top: 170px;
}

.section {
  padding: 65px 0 140px;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 1024px) {
  body {
    font-size: 1rem;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 1000px) {
  main {
    margin-top: 0;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .section {
    padding: 45px 0 40px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    utility
------------------------ */
.is-frame {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 0.3em;
}

.is-borderRight {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1em;
}
.is-borderRight::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--sectionColor);
}

.pb-120 {
  padding-bottom: 120px;
}

.sup {
  vertical-align: text-top;
  font-size: 0.5em;
}

.word {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    parts
------------------------ */
.linkWrap {
  display: grid;
}
.linkWrap-center {
  justify-content: center;
}
.linkWrap-right {
  justify-content: flex-end;
}

.btn {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 1px solid;
  transition: 0.3s ease;
}
.btn-circle {
  border-radius: 9999px;
}
.btn-square {
  position: relative;
  color: var(--sectionColor);
}
.btn-square::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  width: 11px;
  aspect-ratio: 1;
  background: currentColor;
  -webkit-mask-image: url(../img/common/icon/arrow.svg);
          mask-image: url(../img/common/icon/arrow.svg);
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.btn-square:is(:hover, :focus) {
  color: #fff;
  background: var(--sectionColor);
}
.btn-shadow, .formCont .smf-button-control__control {
  position: relative;
  color: var(--sectionColor);
  background: #fff;
  border-color: currentColor;
  border-radius: 9999px;
  width: 260px;
  filter: drop-shadow(6px 6px rgba(var(--sectionColor), 0.3));
}
.btn-shadow::before, .formCont .smf-button-control__control::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  width: 1.4em;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/arrow-circle.svg);
          mask-image: url(../img/common/icon/arrow-circle.svg);
  background: currentColor;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.btn-shadow:where(:hover, :focus), .formCont .smf-button-control__control:where(:hover, :focus) {
  color: #fff;
  background: var(--sectionColor);
  filter: drop-shadow(2px 2px rgba(var(--sectionColor), 0.3));
}

@media (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
  /*スタイルを展開したいところに記述する*/
}
.moreLink {
  font-family: "Oswald", sans-serif;
  color: var(--sectionColor);
  transition: 0.3s;
}
.moreLink::after {
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  vertical-align: middle;
  width: 1.25em;
  aspect-ratio: 1;
  margin-left: 0.7em;
  -webkit-mask-image: url(../img/common/icon/arrow-circle.svg);
          mask-image: url(../img/common/icon/arrow-circle.svg);
}
.moreLink:where(:hover, :focus) {
  opacity: 0.8;
}

.headingWrap {
  margin-bottom: 60px;
}

.heading {
  font-size: clamp(1.875rem, 1.275rem + 2.56vw, 2.875rem);
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  word-break: auto-phrase;
  color: #5556a2;
  margin-bottom: 0.6em;
}
.heading::before {
  font-family: "Oswald", sans-serif;
  content: attr(data-eng);
  font-size: max(0.9375rem, 0.3695652174em);
  letter-spacing: 0.02em;
  font-weight: 400;
  display: block;
  margin-bottom: 2em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

@media (max-width: 767px) {
  .headingWrap {
    margin-bottom: 35px;
  }
  .heading::before {
    margin-bottom: 1.7em;
  }
  /*スタイルを展開したいところに記述する*/
}
.lead {
  word-break: auto-phrase;
  text-align: center;
}

.grid {
  display: grid;
}
.grid-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 65px max(30px, 6%);
}
.grid-col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 45px max(20px, 4%);
}

@media (max-width: 767px) {
  .grid {
    display: grid;
  }
  .grid-col2 {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .grid-col3 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  /*スタイルを展開したいところに記述する*/
}
.cards01 {
  line-height: 1.5;
  margin-bottom: 65px;
}

.card01 {
  display: grid;
  align-content: flex-start;
  gap: 0.7em;
}
.card01_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 470/294;
}
.card01_img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.3s;
}
.card01_img:where(:hover, :focus) > img {
  transform: scale(1.05);
}
.card01_number {
  font-family: "Oswald", sans-serif;
  content: "";
  display: block;
  position: absolute;
  font-size: 0.8823529412em;
  color: #fff;
  letter-spacing: 0.03em;
  background: var(--sectionColor);
  padding: 0 0.8em;
  bottom: 0;
  left: 0;
}
.card01_ttl {
  font-size: clamp(1.375rem, 1.188rem + 0.8vw, 1.688rem);
  line-height: 1.5925925926;
}
.card01_ttl:where(:hover, :focus) {
  opacity: 0.8;
}
.card01_info {
  font-size: clamp(0.75rem, 0.563rem + 0.8vw, 1.063rem);
  line-height: 1.7;
}
.card01_info .emphasis {
  font-size: 1.1764705882em;
}
.card01 .linkWrap {
  transform: translateY(-140%);
  margin-bottom: -1.7647058824em;
}
.card01 .moreLink {
  color: var(--sectionColor);
}
.card01 .moreLink:where(:hover, :focus) {
  opacity: 0.8;
}

.cards02 {
  --sectionColor: #5556a2;
  --sectionContBgColor: #f5f5f5;
}

.card02 {
  background: var(--sectionContBgColor);
  padding: 0 20px 20px;
}
.card02_number {
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: var(--sectionColor);
  margin-left: -20px;
  margin-right: -20px;
}
.card02_ttl {
  text-align: center;
  line-height: 1.5;
  min-height: 7em;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 1.5em 0;
}
.card02_ttl .emphasis {
  font-size: 1.2941176471em;
  font-weight: 500;
  color: var(--sectionColor);
  display: block;
}
.card02_txt {
  text-align: justify;
}
.card02_img {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .card01_number {
    font-size: 0.75rem;
  }
  .card01_ttl {
    line-height: 1.3636363636;
    padding: 1em 0;
  }
  .card01_info .emphasis {
    font-size: 1.4em;
  }
  /*スタイルを展開したいところに記述する*/
}
.mediaAndTxt {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: max(20px, 5%);
}
.mediaAndTxt-reverse {
  grid-template-columns: 42% 53%;
}
.mediaAndTxt-reverse .mediaAndTxt_media {
  order: -1;
}

@media (max-width: 767px) {
  .mediaAndTxt {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  /*スタイルを展開したいところに記述する*/
}
.childLinkWrap {
  display: grid;
  gap: 40px;
}

.childLink {
  display: grid;
  grid-template-columns: max(300px, 40%) 1fr;
  transition: 0.3s ease;
}
.childLink:where(:hover, :focus) {
  opacity: 0.8;
}
.childLink:where(:hover, :focus) .childLink_img > img {
  transform: scale(1.05);
}
.childLink_body {
  display: grid;
  place-content: center;
}
.childLink_ttl {
  position: relative;
  font-size: clamp(1.438rem, 1.175rem + 1.12vw, 1.875rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  min-width: 9em;
  padding: 1em 1em 2.35em;
}
.childLink_ttl::before {
  font-family: "Oswald", sans-serif;
  content: attr(data-eng);
  font-size: 0.6666666667em;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.childLink_ttl::after {
  content: "";
  display: inline-block;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 0.3em;
}
.childLink_img {
  overflow: hidden;
}
.childLink_img > img {
  transition: 0.3s ease;
}
.childLink-orange .childLink_body {
  background: #fdf3e5;
}
.childLink-orange .childLink_ttl {
  color: #ef8200;
}
.childLink-orange .childLink_ttl::after {
  background: #ef8200;
}
.childLink-pink .childLink_body {
  background: #fbe8eb;
}
.childLink-pink .childLink_ttl {
  color: #e57887;
}
.childLink-pink .childLink_ttl::after {
  background: #e57887;
}
.childLink-aqua .childLink_body {
  background: #ebf4fa;
}
.childLink-aqua .childLink_ttl {
  color: #599ed5;
}
.childLink-aqua .childLink_ttl::after {
  background: #599ed5;
}

@media (max-width: 767px) {
  .childLink {
    grid-template-columns: 1fr;
  }
  .childLink_img {
    order: -1;
  }
  /*スタイルを展開したいところに記述する*/
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

figcaption {
  font-size: 0.8125rem;
  margin-top: 0.8em;
}

@media (max-width: 767px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  figcaption {
    font-size: 0.625rem;
    margin-top: 2px;
    line-height: 1.5;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    blockカスタマイズ
------------------------ */
/* カラム：モバイル逆順 */
@media (max-width: 781px) {
  .wp-block-columns.is-style-is-reverse {
    flex-direction: column-reverse;
  }
}
/* ------------------------
    header
------------------------ */
.header {
  position: relative;
  display: grid;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.1));
}

.headerTop {
  background: #fff;
  padding: 0 10px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerLogo {
  width: 350px;
}

.headerContact_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 9px 0 5px;
}

.headerContact_btn {
  position: relative;
  font-weight: 700;
  width: auto;
  min-width: unset;
  max-width: 260px;
  padding: 0.84em 1.1em;
  transition: 0.3s;
}
.headerContact_btn::before {
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  vertical-align: middle;
  width: 1.15em;
  aspect-ratio: 1;
  margin-right: 5px;
  margin-top: 0.1em;
}
.headerContact_btn-document {
  color: #fff;
  background: #ef8200;
  border-color: #ef8200;
}
.headerContact_btn-document::before {
  -webkit-mask-image: url(../img/common/icon/document.svg);
          mask-image: url(../img/common/icon/document.svg);
}
.headerContact_btn-document:where(:hover, :focus) {
  color: #ef8200;
  background: #fff;
}
.headerContact_btn-seminar {
  color: #fff;
  background: #5556a2;
  border-color: #5556a2;
}
.headerContact_btn-seminar::before {
  -webkit-mask-image: url(../img/common/icon/seminar.svg);
          mask-image: url(../img/common/icon/seminar.svg);
}
.headerContact_btn-seminar:where(:hover, :focus) {
  color: #5556a2;
  background: #fff;
}
.headerContact_btn-guidance {
  color: #5556a2;
  background: #f2f2f9;
  border-color: #f2f2f9;
}
.headerContact_btn-guidance::before {
  -webkit-mask-image: url(../img/common/icon/guidance.svg);
          mask-image: url(../img/common/icon/guidance.svg);
}
.headerContact_btn-guidance:where(:hover, :focus) {
  border-color: #5556a2;
}

.headerContact_bottom {
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.headerContact_tel {
  position: relative;
  font-size: 0.8125rem;
}
.headerContact_tel a {
  transition: 0.2s;
}
.headerContact_tel a:where(:hover, :focus) {
  opacity: 0.8;
}
.headerContact_tel::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.85em;
  background: #5556a2;
  margin-left: 1em;
}
.headerContact_tel .number {
  font-family: "Oswald", sans-serif;
  position: relative;
  font-size: 2.1538461538em;
  color: #333;
}
.headerContact_tel .number::before {
  content: "TEL. ";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5357142857em;
  font-weight: 700;
  color: #5556a2;
}
.headerContact_tel .info {
  margin-left: 1em;
}

.login {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  color: #5556a2;
  transition: 0.2s;
  flex: 1;
  text-align: center;
  margin: 0 2.7em;
}
.login::before {
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  vertical-align: text-bottom;
  width: 1.1666666667em;
  aspect-ratio: 14/17;
  -webkit-mask-image: url(../img/common/icon/login.svg);
          mask-image: url(../img/common/icon/login.svg);
  margin-right: 5px;
}
.login:where(:hover, :focus) {
  opacity: 0.8;
}

.headerNav {
  align-self: flex-end;
}
.headerNav .sub-menu {
  display: none;
}
.headerNav .sub-menu .headerNav_item {
  margin-top: 2px;
}

.headerNav_list {
  position: relative;
  width: 100%;
  display: flex;
  gap: 2px;
}
.headerNav_list::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3.53em;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.headerNav_item {
  flex: 1;
}
.headerNav_item.menu-item-has-children > .headerNav_link {
  position: relative;
}
.headerNav_item.menu-item-has-children > .headerNav_link::before {
  content: "";
  display: block;
  position: absolute;
  content: "＋";
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.headerNav_item.menu-item-has-children.js-active > .headerNav_link::before {
  content: "ー";
  transform: scale(0.9) translateY(-50%);
}

.headerNav_link {
  text-align: center;
  background: #f5f5f5;
  display: grid;
  place-content: center;
  min-height: 3.53em;
  transition: 0.3s ease;
}
.headerNav_link:where(:hover, :focus) {
  color: #fff;
  background: #5556a2;
}

.headerNav-sp {
  height: 100vh;
  background: #f5f5f5;
  padding: 90px 14% 0 7%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(110%);
  z-index: 100;
  transition: 0.4s ease;
  display: none;
}
.headerNav-spBg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(85, 86, 162, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
  transition: 0.4s;
  display: none;
}
.js-active .headerNav-sp {
  transform: translateX(0);
}
.js-active .headerNav-spBg {
  display: block;
  opacity: 1;
}
.headerNav-sp_link {
  padding: 0.5em;
}
.headerNav-sp .sub-menu {
  margin-left: 1em;
  display: none;
}

.headerNav-sp_item.menu-item-has-children > .headerNav-sp_link {
  position: relative;
  display: block;
}
.headerNav-sp_item.menu-item-has-children > .headerNav-sp_link::before {
  content: "";
  display: block;
  position: absolute;
  content: "＋";
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.headerNav-sp_item.menu-item-has-children > .headerNav-sp_link.js-active::before {
  content: "ー";
  transform: scale(0.9) translateY(-50%);
}

.hamburger {
  width: 70px;
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  display: none;
}
.hamburger > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger > span:empty {
  display: block;
  width: 50%;
  height: 2px;
  background: #5556a2;
  top: 50%;
  transition: ease 0.4s;
}
.hamburger > span:empty:nth-of-type(1) {
  top: 35%;
}
.hamburger > span:nth-of-type(3) {
  font-size: 0.6875rem;
  font-weight: 500;
  top: 62%;
}
.hamburger.js-close > span:empty {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.js-close > span:empty:nth-of-type(2) {
  transform: translateX(-50%) rotate(-45deg);
}

.fixedContact {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  filter: drop-shadow(0 -5px 3px rgba(0, 0, 0, 0.1));
  z-index: 30;
  display: none;
}
.fixedContact_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fixedContact_btn {
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 100%;
  min-width: unset;
  padding: 1em 0.5em;
  flex-direction: column;
}
.fixedContact_btn::before {
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  width: 1.3em;
  aspect-ratio: 1;
}
.fixedContact_btn-document {
  background: #ef8200;
  border-color: #ef8200;
}
.fixedContact_btn-document::before {
  -webkit-mask-image: url(../img/common/icon/document.svg);
          mask-image: url(../img/common/icon/document.svg);
}
.fixedContact_btn-seminar {
  background: #5556a2;
  border-color: #5556a2;
}
.fixedContact_btn-seminar::before {
  -webkit-mask-image: url(../img/common/icon/seminar.svg);
          mask-image: url(../img/common/icon/seminar.svg);
}
.fixedContact_btn-guidance {
  color: #5556a2;
  background: #f2f2f9;
  border-color: #f2f2f9;
}
.fixedContact_btn-guidance::before {
  -webkit-mask-image: url(../img/common/icon/guidance.svg);
          mask-image: url(../img/common/icon/guidance.svg);
}
.fixedContact_bottom {
  background: #f1f1f1;
  padding: 10px;
}
.fixedContact_tel {
  display: grid;
  grid-template-columns: repeat(2, auto);
  place-content: center;
  align-items: center;
  gap: 15px;
}
.fixedContact_tel .number {
  font-family: "Oswald", sans-serif;
  position: relative;
  font-size: 1.75rem;
}
.fixedContact_tel .number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  aspect-ratio: 1;
  background: url(../img/common/icon/tel.svg) no-repeat center/contain;
  margin-right: 5px;
}
.fixedContact_tel .info {
  font-size: 0.6875rem;
}

@media (max-width: 1000px) {
  .header {
    position: static;
    height: 75px;
    filter: none;
  }
  .headerNav,
  .headerContact {
    display: none;
  }
  .headerNav-sp,
  .hamburger,
  .fixedContact {
    display: block;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  .header {
    height: 75px;
    position: static;
  }
  .logo {
    width: 245px;
  }
  .fixedContact_tel .info {
    line-height: 1.4;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    footer
------------------------ */
.footer {
  line-height: 1.5;
}

.footerTel {
  background: #f5f5f5;
  display: grid;
  place-items: center;
  padding: 35px 5%;
}
.footerTel_body {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: flex-end;
  gap: 5px 25px;
}
.footerTel_body .number {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.75rem, 2.263rem + 2.08vw, 3.563rem);
  line-height: 1;
}
.footerTel_body .number::before {
  content: "";
  display: inline-block;
  width: 0.701754386em;
  aspect-ratio: 40/44;
  background: url(../img/common/icon/tel.svg) no-repeat center/contain;
  margin-right: 5px;
}
.footerTel_body .number:where(:hover, :focus) {
  opacity: 0.8;
}
.footerTel_ttl {
  font-size: clamp(0.938rem, 0.75rem + 0.8vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  color: #5556a2;
  background: #fff;
  width: min(100%, 650px);
  border-radius: 10px;
  padding: 0.4em;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .footerTel {
    padding: 15px 5%;
  }
  .footerTel_body {
    grid-template-columns: 1fr;
  }
  .footerTel_info {
    text-align: center;
    font-size: 0.75rem;
  }
  /*スタイルを展開したいところに記述する*/
}
.cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ctaItem {
  position: relative;
  height: 300px;
  padding: 3.7523452158%;
  overflow: hidden;
}
.ctaItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
}
.ctaItem:where(:hover, :focus)::before {
  transform: scale(1.1);
}
.ctaItem_body {
  text-align: center;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.ctaItem_ttl {
  position: relative;
  font-size: clamp(1.75rem, 0.813rem + 1.25vw, 2.063rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  width: 100%;
  padding: 0 14.3590263692%;
}
.ctaItem_ttl::before {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  content: "";
  display: block;
  margin: 0 auto 0.5em;
}
.ctaItem_ttl::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  width: 11.3590263692%;
  aspect-ratio: 1;
  margin-right: 3%;
  -webkit-mask-image: url(../img/common/icon/arrow-circle-thin.svg);
          mask-image: url(../img/common/icon/arrow-circle-thin.svg);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ctaItem_ttl .repletion {
  font-size: 0.8em;
  display: block;
}
.ctaItem-document::before {
  background-image: linear-gradient(rgba(239, 130, 0, 0.7), rgba(239, 130, 0, 0.7)), url(../img/common/cta/01.jpg);
}
.ctaItem-document .ctaItem_body {
  background: rgba(239, 87, 0, 0.5);
}
.ctaItem-document .ctaItem_ttl::before {
  width: clamp(50px, 22.2222222222%, 78px);
  aspect-ratio: 78/57.6;
  -webkit-mask-image: url(../img/common/icon/document-cta.svg);
          mask-image: url(../img/common/icon/document-cta.svg);
}
.ctaItem-seminar::before {
  background-image: linear-gradient(rgba(85, 86, 162, 0.7), rgba(85, 86, 162, 0.7)), url(../img/common/cta/02.jpg);
}
.ctaItem-seminar .ctaItem_body {
  background: rgba(85, 86, 162, 0.5);
}
.ctaItem-seminar .ctaItem_ttl::before {
  width: clamp(50px, 18.2336182336%, 78px);
  aspect-ratio: 64/62;
  -webkit-mask-image: url(../img/common/icon/seminar-cta.svg);
          mask-image: url(../img/common/icon/seminar-cta.svg);
}
.ctaItem-guidance::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/common/cta/03.jpg);
}
.ctaItem-guidance .ctaItem_body {
  background: rgba(255, 255, 255, 0.5);
}
.ctaItem-guidance .ctaItem_ttl {
  color: #5556a2;
}
.ctaItem-guidance .ctaItem_ttl::before {
  width: clamp(50px, 21.0826210826%, 78px);
  aspect-ratio: 74.2/73.8;
  -webkit-mask-image: url(../img/common/icon/guidance-cta.svg);
          mask-image: url(../img/common/icon/guidance-cta.svg);
}

@media (max-width: 1024px) {
  .ctaItem {
    height: 200px;
  }
  .ctaItem_ttl {
    font-size: clamp(1.313rem, 0.563rem + 1.563vw, 1.563rem);
  }
  .ctaItem_ttl .repletion {
    font-size: 0.6em;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  .cta {
    grid-template-columns: 1fr;
  }
  .ctaItem {
    height: clamp(162px, 43.2vw, 220px);
  }
  .ctaItem_ttl {
    font-size: 1.5rem;
    padding: 0 calc(1.2em + 3%);
  }
  .ctaItem_ttl::before {
    margin-bottom: 0.1em;
  }
  .ctaItem_ttl::after {
    width: 1.5em;
  }
  .ctaItem-document .ctaItem_ttl::before, .ctaItem-guidance .ctaItem_ttl::before, .ctaItem-seminar .ctaItem_ttl::before {
    width: 43px;
  }
  /*スタイルを展開したいところに記述する*/
}
.footerBottom {
  line-height: 1.5;
  width: 90%;
  max-width: 1240px;
  padding: 40px 0 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.footerNavWrap .logo {
  width: max(69.2307692308%, 200px);
  margin-bottom: 30px;
}

.footerNav_box {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  gap: 1em 3em;
}
.footerNav_item {
  font-size: 0.9375rem;
  font-weight: 500;
}
.footerNav_item::before {
  content: "ー ";
  color: #5556a2;
}
.footerNav_item.login {
  text-align: left;
  margin: 0;
}
.footerNav_link {
  transition: 0.3s;
}
.footerNav_link:where(:hover, :focus) {
  opacity: 0.8;
}
.footerNav .login::before {
  width: 1em;
}

@media (max-width: 767px) {
  .footerBottom {
    flex-direction: column;
  }
  .footerNavWrap .logo {
    width: 100%;
    margin-bottom: 14px;
  }
  .footerNav {
    gap: 2em;
  }
  .footerNav_box {
    gap: 0.6em 3em;
    margin-bottom: 1.5em;
  }
  .footerNav_item {
    font-size: 0.75rem;
  }
  /*スタイルを展開したいところに記述する*/
}
.footerBannerArea {
  display: flex;
  gap: 20px;
}

.bannerWrap {
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
}

.banner {
  max-width: 274px;
}

.privacyMark {
  width: max(70px, 29.9270072993%);
  align-self: flex-end;
  margin-top: auto;
}

.footerInfo {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #fff;
  background: #5556a2;
  padding: 10px 2.5%;
  display: flex;
  justify-content: space-between;
}

.footerInfoList {
  display: flex;
  gap: 1em;
}
.footerInfoList_item {
  position: relative;
}
.footerInfoList_item:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  background: #fff;
  top: 50%;
  right: 0;
  transform: translate(0.5em, -50%);
}
.footerInfoList_item > a {
  transition: 0.3s;
}
.footerInfoList_item > a:where(:hover, :focus) {
  opacity: 0.8;
}

@media (max-width: 1000px) {
  .footerInfo {
    padding: 10px 2.5% 155px;
    flex-direction: column;
    gap: 5px;
  }
  .footerInfoList {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 1em;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  .footerInfo {
    font-size: 0.6875rem;
  }
  .copyright {
    text-align: center;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 500px) {
  .footerBottom {
    padding: 24px 0 8px;
  }
  .footerBannerArea {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .banner {
    max-width: unset;
  }
  .privacyMark {
    align-self: center;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    section:pic up
------------------------ */
.picUP {
  padding-top: 50px;
}

.slide-pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

.swiper-pagination {
  position: static;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  margin: 0 15px;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin-top: initial;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  content: "";
  width: 30px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/arrow-circle02.svg);
          mask-image: url(../img/common/icon/arrow-circle02.svg);
  background: #5556a2;
}

.swiper-button-next::after {
  transform: scale(-1);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 14px;
}

.swiper-pagination-bullet-active {
  background: #5556a2;
}

.swiper-slide {
  width: min(375px, 30%);
}

@media (max-width: 767px) {
  .picUP {
    padding-top: 20px;
  }
  .slide-pagination-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 0 2px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 20px;
  }
  .swiper-slide {
    width: min(350px, 90%);
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    section:newsPic
------------------------ */
.newsPic {
  background: #f2f2f9;
  padding: 45px 0 20px;
}
.newsPic_inner {
  display: grid;
  grid-template-columns: auto 1fr;
}
.newsPic_heading {
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  color: #5556a2;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 2px solid;
}
.newsPic_body {
  display: grid;
  gap: 0.4em;
  margin-top: -7px;
  margin-bottom: -5px;
}
.newsPic_item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
}
.newsPic_date {
  font-family: "Oswald", sans-serif;
  color: #5556a2;
  min-width: 5em;
}
.newsPic .moreLink {
  color: #5556a2;
}

@media (max-width: 767px) {
  .newsPic {
    padding: 25px 0 20px;
  }
  .newsPic_inner {
    grid-template-columns: 1fr;
    margin-bottom: 1em;
  }
  .newsPic_body {
    margin-top: 0;
    margin-bottom: 0;
    gap: 0;
  }
  .newsPic_heading {
    font-size: 1.5625rem;
    border-right: none;
    margin-bottom: 10px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page:フロント
------------------------ */
.sec01List {
  display: grid;
  gap: 80px;
}

.sec01Item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 46.8%;
  min-height: 440px;
}
.sec01Item::before {
  content: "";
  display: block;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  bottom: 0;
}
.sec01Item_img {
  background-size: cover;
  background-position: center;
  box-sizing: content-box;
  margin-left: -6.25vw;
}
.sec01Item_body {
  background: #f5f5f5;
  display: grid;
  place-content: center;
  gap: 1em;
  padding-left: 10.6837606838%;
}
.sec01Item_ttl {
  position: relative;
  font-size: clamp(1.75rem, 1.413rem + 1.44vw, 2.313rem);
  letter-spacing: 0.05em;
  line-height: 1.4054054054;
  word-break: auto-phrase;
  color: #5556a2;
}
.sec01Item_ttl::before {
  content: "";
  display: block;
  position: absolute;
  font-family: "Oswald", sans-serif;
  content: attr(data-eng);
  font-size: 0.4594594595em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #5556a2;
  min-width: 185px;
  padding: 3px 1em;
  bottom: calc(100% + 25px);
  z-index: 1;
}
.sec01Item_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: #5556a2;
  width: 20px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
          clip-path: polygon(100% 100%, 100% 0, 0 0);
  bottom: calc(100% + 17px);
  left: 1em;
}
.sec01Item .moreLink {
  font-size: 1.1764705882em;
  color: #5556a2;
  margin-right: auto;
}
.sec01Item:nth-of-type(1) .sec01Item_img {
  background-image: url(../img/home/mentalHealth/01.jpg);
}
.sec01Item:nth-of-type(2) .sec01Item_img {
  background-image: url(../img/home/mentalHealth/02.jpg);
}
.sec01Item:nth-of-type(3) .sec01Item_img {
  background-image: url(../img/home/mentalHealth/03.jpg);
}
.sec01Item:nth-of-type(even) {
  grid-template-columns: 46.8% 1fr;
}
.sec01Item:nth-of-type(even)::before {
  left: unset;
  right: 100%;
}
.sec01Item:nth-of-type(even) .sec01Item_img {
  order: 2;
  margin-left: 0;
  margin-right: -6.25vw;
}
.sec01Item:nth-of-type(even) .sec01Item_body {
  padding-left: 0;
  padding-right: 10.6837606838%;
}

@media (max-width: 767px) {
  .sec01List {
    gap: 45px;
  }
  .sec01Item {
    position: relative;
    grid-template-columns: 1fr;
  }
  .sec01Item::before {
    display: none;
  }
  .sec01Item_img {
    aspect-ratio: 336/218;
    margin-left: 0;
  }
  .sec01Item_body {
    place-content: unset;
    padding: 85px 1.5em 30px;
  }
  .sec01Item .moreLink {
    margin-right: unset;
    margin-left: auto;
  }
  .sec01Item:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
  .sec01Item:nth-of-type(even)::before {
    left: unset;
    right: 100%;
  }
  .sec01Item:nth-of-type(even) .sec01Item_img {
    order: 0;
    margin-right: 0;
  }
  .sec01Item:nth-of-type(even) .sec01Item_body {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  /*スタイルを展開したいところに記述する*/
}
.sec02 {
  background: #f2f2f9;
  padding-bottom: 90px;
}

.sec02ListItem {
  display: flex;
  flex-direction: column;
}
.sec02ListItem > a {
  display: block;
}
.sec02ListItem_ttl {
  font-size: clamp(1.188rem, 1.075rem + 0.48vw, 1.375rem);
  line-height: 1.5;
  color: #fff;
  background: var(--sectionColor);
  padding: 0.3em 0.8em;
  transition: 0.3s ease;
}
.sec02ListItem_ttl:where(:hover, :focus) {
  opacity: 0.8;
}
.sec02ListItem_txt {
  margin-top: 10px;
}
.sec02ListItem_img {
  display: block;
  overflow: hidden;
}
.sec02ListItem_img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.sec02ListItem_img:where(:hover, :focus) > img {
  transform: scale(1.05);
}
.sec02ListItem .linkWrap {
  margin-top: auto;
}
.sec02ListItem-pink .sec02ListItem_ttl {
  background: #e57887;
}
.sec02ListItem-pink .moreLink {
  color: #e57887;
}
.sec02ListItem-aqua .sec02ListItem_ttl {
  background: #599ed5;
}
.sec02ListItem-aqua .moreLink {
  color: #599ed5;
}

@media (max-width: 767px) {
  .sec02 {
    padding-bottom: 40px;
  }
  /*スタイルを展開したいところに記述する*/
}
.sec03 {
  --sectionColor: #ef8200;
  --sectionBgColor: #ffefd8;
  background: var(--sectionBgColor);
}
.sec03 .heading {
  color: var(--sectionColor);
}
.sec03 .btn-square {
  font-family: "Oswald", sans-serif;
}

.sec04 {
  --sectionColor: #e57887;
  --sectionBgColor: #fff;
}
.sec04 .heading {
  color: var(--sectionColor);
}
.sec04 .btn-square {
  font-family: "Oswald", sans-serif;
}

/* ------------------------
    page common
------------------------ */
.kv {
  position: relative;
  min-height: 500px;
}
.kv_ttlWrap {
  min-width: 39.8125%;
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.kv_ttlWrap-pink {
  background: rgba(229, 120, 135, 0.75);
}
.kv_ttl {
  position: relative;
  font-size: clamp(1.563rem, 0.813rem + 3.2vw, 2.813rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 1em 1em 2.0166666667em;
}
.kv_ttl::after {
  font-family: "Oswald", sans-serif;
  content: attr(data-eng);
  font-size: 0.4444444444em;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-left: 2.25em;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translateY(-150%);
}
.kv_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv_bg > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .kv {
    min-height: 180px;
  }
  .kv_ttlWrap {
    width: 100%;
  }
  .kv_ttl::after {
    font-size: 0.875rem;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -130%);
    padding-left: 0;
  }
  /*スタイルを展開したいところに記述する*/
}
.breadcrumbs {
  display: flex;
  padding: 15px 2em 40px;
}
.breadcrumbs li {
  position: relative;
  font-size: 0.9375rem;
  color: #989898;
}
.breadcrumbs li:last-of-type {
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumbs li:not(:last-of-type) {
  white-space: nowrap;
}
.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  content: ">";
  color: #989898;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 1em 30px;
  }
  .breadcrumbs li {
    font-size: 0.75rem;
  }
  /*スタイルを展開したいところに記述する*/
}
.in-icon {
  display: flex;
}
.style_ttlWrap .in-icon {
  width: -moz-fit-content;
  width: fit-content;
}
.in-icon::before {
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  width: 1.5em;
  aspect-ratio: 30/23;
  margin-right: 5px;
  background: var(--sectionColor);
  flex-shrink: 0;
}
.in-icon-school::before {
  -webkit-mask-image: url(../img/course/attendance/school.svg);
          mask-image: url(../img/course/attendance/school.svg);
}
.in-icon-pc::before {
  -webkit-mask-image: url(../img/course/attendance/pc.svg);
          mask-image: url(../img/course/attendance/pc.svg);
}
.in-icon-calendar::before {
  -webkit-mask-image: url(../img/seminar/calendar.svg);
          mask-image: url(../img/seminar/calendar.svg);
}

/* ------------------------
    page：スクールの特徴
------------------------ */
body[class~=school_features] .heading {
  color: #e57887;
}

.feature {
  padding: 70px 0;
}
.feature-01 {
  background: #f5f5f5;
}
.feature-01 .feature_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-01 .feature_ttlMark {
  width: 2.3333333333em;
}
.feature-02 {
  background: #fbe8eb;
}
.feature-02 .mediaAndTxt {
  margin-bottom: 30px;
}
.feature-03 .mediaAndTxt {
  margin-bottom: 40px;
}
.feature_number {
  color: #fff;
  background: #e57887;
  padding: 0 1em;
  margin-bottom: 1em;
}
.feature_ttlWrap {
  margin-bottom: 1em;
}
.feature_ttl {
  font-size: clamp(1.375rem, 0.925rem + 1.92vw, 2.125rem);
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.03em;
}
.feature_ttlSub {
  font-size: 0.8823529412em;
  line-height: 1.5;
}
.feature_txt .note {
  font-size: 0.8823529412em;
  line-height: 1.4;
  display: block;
  margin-top: 0.5em;
}

.featureBox {
  background: #fff;
  padding-top: 28px;
}
.featureBox_ttl {
  font-size: clamp(1.25rem, 1.175rem + 0.32vw, 1.375rem);
  color: #5556a2;
  margin: 0 5%;
}

.featurePoint_ttl {
  font-size: clamp(1.25rem, 1.175rem + 0.32vw, 1.375rem);
  color: #5556a2;
  margin-bottom: 1.5em;
}

.featurePointList_item {
  display: grid;
  align-items: flex-start;
  background: #f5f5f5;
  padding: 0 20px 20px;
}
.featurePointList_number {
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
  background: #5556a2;
  margin-left: -20px;
  margin-right: -20px;
}
.featurePointList_ttl {
  text-align: center;
  line-height: 1.5;
  padding: 2em 0;
  min-height: 6em;
}
.featurePointList_ttl .emphasis {
  font-size: 1.2941176471em;
  font-weight: 500;
  color: #5556a2;
  display: block;
}
.featurePointList_ttl .small {
  font-size: 0.6818181818em;
}
.featurePointList_img {
  margin-bottom: 10px;
}
.featurePointList_txt {
  text-align: justify;
}

.featureTeacher {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  background: #f2f2f9;
  gap: 25px;
  padding: 25px;
  margin-top: 40px;
}
.featureTeacher::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #f2f2f9;
  bottom: 100%;
  right: 14%;
  transform: translateY(30%);
}
.featureTeacher_ttl {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #5556a2;
  align-self: center;
  padding: 0 0.5em;
}
.featureTeacher_teacher {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}
.featureTeacher_teacherName {
  line-height: 1.5;
  color: #5556a2;
  margin-bottom: 0.3em;
}
.featureTeacher_teacherName .emphasis {
  font-size: 1.1764705882em;
  color: #333;
  display: inline-block;
}
.featureTeacher_teacherTxt {
  font-size: clamp(0.813rem, 0.738rem + 0.32vw, 0.938rem);
  line-height: 1.6;
}

@media (max-width: 767px) {
  .feature {
    padding: 30px 0;
  }
  .feature_ttlWrap {
    margin-bottom: 0.8em;
  }
  .feature:last-of-type {
    padding-bottom: 55px;
  }
  .featurePointList_ttl {
    min-height: unset;
    padding: 1.3em 0;
  }
  .featurePointList_ttl .emphasis {
    font-size: 1.5em;
  }
  .featureTeacher {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 17px;
  }
  .featureTeacher::before {
    right: 50%;
    transform: translate(50%, 30%);
  }
  .featureTeacher_ttl {
    text-align: center;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：リカレントとは
------------------------ */
:is(body[class~=about]) {
  --sectionColor: #ef8200;
}
:is(body[class~=about]) .heading {
  color: var(--sectionColor);
}

/* ------------------------
    page：取得できる資格
------------------------ */
:is(body[class~=qualification]) {
  --sectionColor: #e57887;
}
:is(body[class~=qualification]) .heading {
  color: var(--sectionColor);
}

.qualify {
  background: var(--sectionBgColor);
  padding: 70px 0;
}
.qualify-01 {
  --sectionColor: #e57887;
  --sectionBgColor: #fbe8eb;
}
.qualify-02 {
  --sectionColor: #47ae35;
  --sectionBgColor: #e8f1e4;
}
.qualify-02 .qualifyTableWrap {
  grid-template-columns: 1fr 33.8%;
}
.qualify-02 .qualifyTable_ttl {
  display: flex;
  justify-content: space-between;
}
.qualify-03 .qualifyCont_ttl {
  margin-bottom: 0.3em;
}
.qualify-03 .gallery {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9e9e9f;
}
.qualify_ttl {
  word-break: auto-phrase;
  font-size: clamp(1.25rem, 0.988rem + 1.12vw, 1.688rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--sectionColor);
  padding: 0.25em 1em;
  margin-bottom: 1em;
}
.qualify_top {
  margin-bottom: 50px;
}
.qualify_txt {
  text-align: justify;
}

.qualifyCont {
  background: #fff;
  padding: 37px 40px;
}
.qualifyCont:not(:last-of-type) {
  margin-bottom: 40px;
}
.qualifyCont_ttl {
  word-break: auto-phrase;
  font-size: clamp(1.25rem, 0.988rem + 1.12vw, 1.688rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5925925926;
  color: var(--sectionColor);
  margin-bottom: 0.6em;
}

.eap_headingWrap {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 10px;
}
.eap_heading {
  line-height: 1.2;
  text-align: center;
  color: var(--sectionColor);
  flex-shrink: 0;
  border: 1px solid currentColor;
  padding: 5px;
}
.eap_txt {
  line-height: 1.6;
}

.qualifyTableWrap {
  display: grid;
  grid-template-columns: 1fr 30%;
  align-items: flex-start;
  margin-bottom: 70px;
}
.qualifyTableWrap_imgWrap {
  position: relative;
  display: grid;
  align-content: flex-start;
  gap: 6px;
}
.eap .qualifyTableWrap_imgWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  aspect-ratio: 1;
  background: url(../img/qualification/plus.svg) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qualifyTable {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.qualifyTable_ttl {
  color: var(--sectionColor);
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2em;
  margin-bottom: 1.3em;
}
.qualifyTable tr:last-of-type td {
  padding: 0 2em;
}
.qualifyTable th {
  color: var(--sectionColor);
  min-width: 8em;
  border-right: 1px solid #9e9e9f;
}
.qualifyTable td {
  padding: 0 2em 1em;
}

.eapCont {
  gap: max(20px, 4%);
  margin-bottom: 45px;
}
.eapCont_type {
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  background: var(--sectionColor);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin-bottom: 0.8em;
}
.eapCont_ttl {
  font-size: 1.3125rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: var(--sectionColor);
  margin-bottom: 0.5em;
}
.eapCont figcaption {
  font-size: 0.75rem;
}
.eapCont_boxTtl {
  word-break: auto-phrase;
  font-size: clamp(1.063rem, 0.838rem + 0.96vw, 1.438rem);
  line-height: 1.5;
  color: var(--sectionColor);
  margin-bottom: 0.7em;
}
.eapCont_boxTxt {
  margin-bottom: 1em;
}

.chairman_info {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: max(20px, 5.3191489362%);
  align-items: center;
  margin-bottom: 0.8em;
}
.chairman_ttl {
  font-size: 1.1176470588em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.chairman_txt {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.chairman_name {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.8666666667;
  margin-bottom: 1em;
}
.chairman_name .small {
  font-size: 0.5357142857em;
  font-weight: 400;
}
.chairman_prof {
  border-top: 1px solid #cbcbcb;
  padding-top: 1em;
  margin-top: 0.8em;
}
.chairman_profTtl {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #fff;
  background: var(--sectionColor);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.chairman_profTxt {
  font-size: 0.8125rem;
  text-align: justify;
}

.ceapTableWrap {
  margin-top: -20px;
}
.ceapTableWrap:not(:last-child) {
  margin-bottom: 50px;
}

.ceapTable {
  font-size: 0.9375rem;
  line-height: 1.5;
  display: block;
  padding: 15px 0;
}
.ceapTable-01:first-of-type {
  border-bottom: 1px solid var(--sectionColor);
  position: relative;
}
.ceapTable-01:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  aspect-ratio: 1;
  background: url(../img/qualification/plus-green.svg) no-repeat center/contain;
  top: 100%;
  left: 13%;
  transform: translateY(-50%);
}
.ceapTable th {
  text-align: center;
  color: var(--sectionColor);
  min-width: 8em;
  padding-right: 1em;
  border-right: 1px solid var(--sectionColor);
}
.ceapTable tr:last-of-type td:not([class]) {
  padding: 0 1em;
}
.ceapTable td:not([class]) {
  padding: 0 1em 1em 1em;
}
.ceapTable .rowTtl {
  font-size: 1.3333333333em;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  color: var(--sectionColor);
  background: var(--sectionBgColor);
  min-width: 13em;
}
.ceapTable-02 tr:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #9e9e9f;
}
.ceapTable-02 tr:last-of-type th {
  padding: 0.5em 0;
}
.ceapTable-02 th {
  vertical-align: middle;
  text-align: left;
  border-right-color: #9e9e9f;
}
.ceapTable-02 th.colTtlWrap {
  border-right: none;
}
.ceapTable-02 th.colTtlWrap:last-child {
  border-left: 1px dotted #9e9e9f;
}
.ceapTable-02 td:last-child {
  border-left: 1px dotted #9e9e9f;
}
.ceapTable-02 td:not([class]) {
  padding: 0.7em 1em;
  vertical-align: middle;
}
.ceapTable-02 .colTtl {
  display: block;
  text-align: center;
  background: var(--sectionBgColor);
  padding: 2px;
  margin-left: 1em;
}
.ceapTable_note .emphasis {
  font-weight: 500;
}

@media (max-width: 767px) {
  .qualify-02 .qualifyTableWrap {
    grid-template-columns: 1fr;
  }
  .qualify_txt {
    text-align: left;
  }
  .qualifyCont {
    padding: 30px 20px;
  }
  .qualifyCont_ttl {
    margin-bottom: 0.7em;
  }
  .eap_headingWrap {
    gap: 0.5em;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5em;
  }
  .qualifyTableWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
  .qualifyTableWrap_imgWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .eap .qualifyTableWrap_imgWrap::before {
    width: 20px;
  }
  .qualifyTable {
    font-size: 0.8125rem;
  }
  .qualifyTable th {
    min-width: unset;
    white-space: nowrap;
    padding-right: 1em;
  }
  .qualifyTable td {
    padding: 0 1em 1em 1.5em;
  }
  .chairman_info {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 0.8em;
  }
  .chairman_ttl {
    font-size: 0.875rem;
  }
  .chairman_txt {
    font-size: 0.75rem;
  }
  .chairman_name {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
  .ceapTable {
    font-size: 0.8125rem;
  }
  .ceapTable th {
    min-width: 5.5em;
    padding-right: 0;
  }
  .ceapTable-01 tbody {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ceapTable-01 .rowTtl {
    font-size: 0.875rem;
    display: block;
    padding: 0.5em;
    margin-bottom: 0.6em;
  }
  .ceapTable-01:first-of-type::before {
    width: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ceapTable-02 td:not([class]) {
    padding: 0.5em 0.5em 1em 0.5em;
  }
  .ceapTable-02 .colTtl {
    margin-right: 1em;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：活躍のフィールド
------------------------ */
:is(body[class~=career]) {
  --sectionColor: #ef8200;
}
:is(body[class~=career]) .heading {
  color: var(--sectionColor);
}

.case:not(:last-of-type) {
  margin-bottom: 60px;
}
.case_number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.813rem, 0.55rem + 1.12vw, 1.25rem);
  line-height: 1.5;
  color: #fff;
  background: var(--sectionColor);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.15em;
  margin-bottom: 0.7em;
}
.case_ttl {
  font-size: clamp(1.5rem, 1.125rem + 1.6vw, 2.125rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3823529412;
  color: var(--sectionColor);
  margin-bottom: 0.7em;
}

@media (max-width: 767px) {
  .case:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .case.mediaAndTxt {
    gap: 10px;
  }
  .case.mediaAndTxt:not(.mediaAndTxt-reverse) .mediaAndTxt_media {
    order: -1;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：サポート
------------------------ */
:is(body[class~=support]) {
  --sectionColor: #599ed5;
}
:is(body[class~=support]) .heading {
  color: var(--sectionColor);
}

.supportTop {
  --sectionColor: #599ed5;
  padding-bottom: 50px;
}
.supportTop_subTtl {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--sectionColor);
  margin-bottom: 1.8em;
}
.supportTop_ttl {
  font-size: clamp(1.313rem, 0.825rem + 2.08vw, 2.125rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3823529412;
  color: var(--sectionColor);
  margin-bottom: 0.7em;
}
.supportTop_txt .emphasis {
  color: var(--sectionColor);
  font-weight: 700;
}

.supportCont {
  background: var(--sectionBgColor);
  padding: 70px 0 75px;
}
.supportCont_ttl {
  word-break: auto-phrase;
  font-size: clamp(1.25rem, 0.988rem + 1.12vw, 1.688rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--sectionColor);
  padding: 0.25em 1em;
  margin-bottom: 1em;
}
.supportCont-01 {
  --sectionBgColor: #f2f2f9;
}
.supportCont-01 .supportCont_ttl {
  --sectionColor: #599ed5;
}
.supportCont-01 .cards02 {
  --sectionColor: #599ed5;
  --sectionContBgColor: #fff;
  gap: 25px max(20px, 4%);
}
.supportCont-02 {
  --sectionBgColor: #fbe8eb;
}
.supportCont-02 .supportCont_ttl {
  --sectionColor: #e57887;
}
.supportCont-02 .cards02 {
  --sectionColor: #e57887;
  --sectionContBgColor: #fff;
}
.supportCont-03 {
  --sectionBgColor: #e8f1e4;
}
.supportCont-03 .supportCont_ttl {
  --sectionColor: #47ae35;
}
.supportCont-03 .cards02 {
  --sectionColor: #47ae35;
  --sectionContBgColor: #fff;
  justify-content: center;
  grid-template-columns: repeat(2, 33%);
}

@media (max-width: 767px) {
  .supportCont-03 .cards02 {
    grid-template-columns: 1fr;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：メンタルヘルスとは
------------------------ */
:is(body[class~=about_counselor]) {
  --sectionColor: #5556a2;
}
:is(body[class~=about_counselor]) .heading {
  color: var(--sectionColor);
}

.mentalHealth {
  background: var(--sectionBgColor);
  padding: 130px 0 70px;
}
.mentalHealth_ttl {
  position: relative;
  font-size: clamp(1.375rem, 0.813rem + 2.4vw, 2.313rem);
  color: var(--sectionColor);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.mentalHealth_ttl::before {
  content: "";
  display: block;
  position: absolute;
  font-family: "Oswald", sans-serif;
  content: attr(data-eng);
  font-size: 0.4594594595em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #5556a2;
  min-width: 185px;
  padding: 3px 1em;
  bottom: calc(100% + 30px);
}
.mentalHealth_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: #5556a2;
  width: 20px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
          clip-path: polygon(100% 100%, 100% 0, 0 0);
  bottom: calc(100% + 20px);
  left: 1em;
}
.mentalHealth-01 {
  --sectionColor: #5556a2;
  --sectionBgColor: #f2f2f9;
}
.mentalHealth-01 .mentalHealthCont_ttl {
  --sectionColor: #333;
}
.mentalHealth-02 {
  --sectionColor: #5556a2;
  --sectionBgColor: #f5f5f5;
}
.mentalHealth-02 .mentalHealthCont_ttl {
  --sectionColor: #5556a2;
}
.mentalHealth-03 {
  --sectionColor: #5556a2;
  --sectionBgColor: #fff;
  --sectionContBgColor: #f5f5f5;
}
.mentalHealth-03 .mentalHealth_ttl {
  margin-bottom: 0.3em;
}

.mentalHealthCont:not(:last-child) {
  margin-bottom: 60px;
}
.mentalHealthCont_ttl {
  font-size: clamp(1.188rem, 0.775rem + 1.76vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: var(--sectionColor);
}
.mentalHealthCont_number {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: var(--sectionColor);
  margin-bottom: 1.6em;
}
.mentalHealthCont_txt .emphasis {
  color: var(--sectionColor);
}

.mentalHealth_box {
  background: #fff;
  padding-top: 28px;
}
.mentalHealth_boxTtl {
  word-break: auto-phrase;
  font-size: clamp(1.063rem, 0.875rem + 0.8vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--sectionColor);
  margin: 0 2em;
}

.opportunityList .card02 {
  padding: 0 30px 30px;
}
.opportunityList .card02_number {
  font-size: clamp(1.125rem, 0.675rem + 1.92vw, 1.875rem);
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
}
.opportunityList .card02_number .emphasis {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.3333333333em;
  margin-right: 0.5em;
}
.opportunityList .card02_img {
  margin-top: 30px;
}
.opportunityList .card02_ttl {
  font-size: clamp(1.125rem, 0.787rem + 1.44vw, 1.688rem);
  font-weight: 500;
  color: var(--sectionColor);
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.5925925926em;
  padding: 0.4em 0 0.5em;
  place-items: flex-start;
  min-height: unset;
}

@media (max-width: 767px) {
  .mentalHealth {
    padding: 90px 0 50px;
  }
  .mentalHealth_ttl::before {
    font-size: 0.75rem;
    min-width: unset;
  }
  .mentalHealthCont:not(:last-child) {
    margin-bottom: 40px;
  }
  .opportunityList .card02 {
    padding: 0 20px 20px;
  }
  .opportunityList .card02_number {
    margin-left: -20px;
    margin-right: -20px;
  }
  .opportunityList .card02_img {
    margin-top: 20px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：受講スタイル
------------------------ */
:is(body[class~=attendance]) {
  --sectionColor: #e57887;
}
:is(body[class~=attendance]) .heading {
  color: var(--sectionColor);
}

.styleTop {
  --sectionColor: #e57887;
  padding-bottom: 70px;
}
.styleTop_subTtl {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--sectionColor);
  margin-bottom: 1.5em;
}
.styleTop_ttl {
  font-size: clamp(1.313rem, 0.825rem + 2.08vw, 2.125rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3823529412;
  color: var(--sectionColor);
  margin-bottom: 0.7em;
}
.styleTop_txt .emphasis {
  color: var(--sectionColor);
  font-weight: 700;
}

.style {
  background: var(--sectionBgColor);
  padding-bottom: 70px;
}
.style-01 {
  --sectionColor: #e57887;
  --sectionBgColor: #fbe8eb;
}
.style-02 {
  --sectionColor: #47b7b8;
  --sectionBgColor: #eaf7f7;
}
.style_ttlWrap {
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  line-height: 1;
  color: #fff;
  background: var(--sectionColor);
  padding: 0.8em 0 0.4em;
  margin-bottom: 3em;
}
.style_ttl {
  word-break: auto-phrase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.style_ttl .detail {
  font-size: 0.5em;
  letter-spacing: 0.02em;
  color: var(--sectionColor);
  background: #fff;
  padding: 3px 0.6em;
  border-radius: 7px;
  margin-left: 1em;
}

.styleCont_inner {
  max-width: 820px;
  margin: auto;
}
.styleCont_ttl {
  font-size: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: var(--sectionColor);
  margin-bottom: 0.5em;
}
.styleCont_txt {
  text-align: justify;
}
.styleCont-01 {
  margin-bottom: 50px;
}
.styleCont-02 {
  background: #fff;
  padding: 25px min(50px, 5%) 50px;
}
.styleCont-02 .is-frame {
  font-size: 1.2941176471em;
  font-weight: 500;
  color: var(--sectionColor);
  margin-bottom: 1.5em;
}
.styleCont-02 .mediaAndTxt_txt .emphasis {
  color: #e57887;
  font-weight: 700;
}
.styleCont_point:not(:last-child) {
  margin-bottom: 45px;
}
.styleCont_pointNumber {
  font-family: "Oswald", sans-serif;
  font-size: 0.8823529412em;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  background: var(--sectionColor);
  margin-bottom: 1.3em;
}
.styleCont_pointTtl {
  font-size: 1.2941176471em;
  font-weight: 500;
  text-align: center;
  color: var(--sectionColor);
  letter-spacing: 0.03em;
  margin-bottom: 0.7em;
}
.styleCont_pointList {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 0.8823529412em;
  line-height: 1.5;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.styleCont_pointList .emphasis {
  color: var(--sectionColor);
  display: block;
}
.styleCont_pointName {
  margin: 0.7em 0 0.5em;
}
.styleCont_pointData {
  max-width: 700px;
  margin: 25px auto 30px;
}
.styleCont_table {
  margin-top: 23px;
}
.styleCont_tableRow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.styleCont_tableRow > :not([class]) {
  font-size: 0.8823529412em;
}
.styleCont_tableRow + .styleCont_tableRow {
  margin-top: 6px;
}
.styleCont_tableTtl {
  text-align: center;
  color: #fff;
  background: var(--sectionColor);
  width: 165px;
  border-radius: 5px;
  padding: 0.3em 5px 0.3em 10px;
  flex-shrink: 0;
  display: flex;
}
.styleCont_tableTtl > span {
  flex: 1;
  padding: 0 5px;
}
.styleCont_tableTtl.in-icon::before {
  background: #fff;
  margin-right: auto;
}

@media (max-width: 767px) {
  .style_ttl {
    font-size: 1.7em;
  }
  .styleCont_pointList {
    grid-template-columns: repeat(2, 1fr);
  }
  .styleCont_tableRow {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：コース申込
------------------------ */
:is(body[class~=course-entry]) {
  --sectionColor: #599ed5;
  --sectionBgColor: #ebf4fa;
}
:is(body[class~=course-entry]) .heading {
  color: var(--sectionColor);
}

.entry {
  padding: 60px 0 70px;
}
.entry-01 {
  padding: 0 0 70px;
}
.entry-02 {
  background: var(--sectionBgColor);
}
.entry-03 .entryTop_ttl {
  margin-bottom: 0.8em;
}

.entryTop {
  --sectionColor: #599ed5;
  padding-bottom: 45px;
}
.entryTop_subTtl {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--sectionColor);
  margin-bottom: 1.5em;
}
.entryTop_ttl {
  font-size: clamp(1.313rem, 0.825rem + 2.08vw, 2.125rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3823529412;
  color: var(--sectionColor);
}
.entryTop_txt .emphasis {
  color: var(--sectionColor);
}

.entryProcess {
  padding: 50px min(50px, 5%);
  background: var(--sectionBgColor);
}
.entryProcess_item:not(:last-of-type):after {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 6/1;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: var(--sectionColor);
  margin: 0 auto 20px;
}
.entryProcess_ttl {
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: var(--sectionColor);
  background: #fff;
  border-radius: 5px;
  padding: 5px max(1em, 3.3333333333%);
  margin-bottom: 0.5em;
}
.entryProcess_txtWrap {
  padding: 0 max(1em, 3.3333333333%);
  padding-bottom: 1em;
}
.entryProcess_txtWrap .emphasis {
  font-weight: 700;
}

.entryInfo {
  padding: 50px min(50px, 5%) 0;
}
.entryInfo_ttl {
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 0 1em;
  color: #fff;
  background: var(--sectionColor);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}
.entryInfo_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--sectionColor);
  width: 8px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
          clip-path: polygon(100% 100%, 100% 0, 0 0);
  top: 100%;
  left: 1em;
}
.entryInfo_tel {
  font-size: 28px;
}
.entryInfo_tel .emphasis {
  color: var(--sectionColor);
  font-size: 0.5357142857em;
  font-weight: 700;
}

.lineup {
  margin-bottom: 45px;
}
.lineup_ttl {
  position: relative;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 1em;
  color: var(--sectionColor);
  background: #fff;
  margin-bottom: 2em;
}
.lineup_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 20px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.lineupItem_headingWrap {
  background: var(--sectionColor);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 15px;
  gap: 10px;
}
.lineupItem_headingMain {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}
.lineupItem_number {
  aspect-ratio: 1;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: var(--sectionColor);
  background: #fff;
  place-content: center;
  display: grid;
}
.lineupItem_number .emphasis {
  font-family: "Oswald", sans-serif;
  font-size: 2.3333333333em;
  font-weight: 400;
  display: block;
}
.lineupItem_heading {
  font-size: clamp(1.313rem, 0.975rem + 1.44vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #fff;
  align-self: center;
}
.lineupItem_headingInfo {
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}
.lineupItem_headingInfoRow + .lineupItem_headingInfoRow {
  margin-top: 5px;
}
.lineupItem_style {
  font-size: 0.875rem;
  display: inline-block;
  color: var(--sectionColor);
  background: #fff;
  padding: 2px 0.5em;
  border-radius: 5px;
}
.lineupItem_state {
  font-size: 0.875rem;
  display: inline-block;
  color: #fff;
  background: #e57887;
  padding: 2px 0.5em;
  border-radius: 5px;
}
.lineupItem_state + .lineupItem_state {
  margin-left: 5px;
}
.lineupItem_state-pale {
  background: #eb939f;
}
.lineupItem_body {
  background: #fff;
  padding: 1em 1.7em 30px;
}
.lineupItem_ttl {
  color: var(--sectionColor);
}
.lineupItem_txt {
  text-align: justify;
  margin-bottom: 1em;
}
.lineupItem .btn-shadow, .lineupItem .formCont .smf-button-control__control, .formCont .lineupItem .smf-button-control__control {
  filter: drop-shadow(6px 6px rgba(89, 158, 213, 0.3));
}
.lineupItem .btn-shadow:where(:hover, :focus), .lineupItem .formCont .smf-button-control__control:where(:hover, :focus), .formCont .lineupItem .smf-button-control__control:where(:hover, :focus) {
  filter: drop-shadow(2px 2px rgba(89, 158, 213, 0.3));
}

.remodal-overlay {
  background: #fff;
}

.remodal-wrapper {
  padding: 0;
  text-align: unset;
}

.remodal {
  max-width: unset;
  padding: 50px 0 200px;
  margin-bottom: 0;
}

.modal {
  --sectionColor: #599ed5;
  --sectionBgColor: #ebf4fa;
  color: #333;
}

.modal-colose {
  color: var(--sectionColor);
  display: block;
  margin-left: auto;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0.5em;
}

.modal .lineupItem_headingWrap {
  margin-bottom: 1em;
}
.modal .lineupItem_curriculumHeading {
  color: var(--sectionColor);
}
.modal .lineupItem_curriculum {
  border: 1px solid var(--sectionColor);
  border-radius: 8px;
  overflow: hidden;
}
.modal .lineupItem_curriculum + .lineupItem_curriculum {
  margin-top: 18px;
}
.modal .lineupItem_curriculum-green {
  --sectionColor: #47ae35;
  --sectionBgColor: #e8f1e4;
}
.modal .lineupItem_curriculumTtlWrap {
  background: var(--sectionBgColor);
  padding: 5px 8px 5px 0.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal .lineupItem_curriculumTtlWrap .lineupItem_style {
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0;
  border: 1px solid var(--sectionColor);
}
.modal .lineupItem_curriculumTtlWrap .lineupItem_style:not(:first-child) {
  margin-left: 5px;
}
.modal .lineupItem_curriculumTtlWrap .lineupItem_state {
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0;
  border: 1px solid #e57887;
}
.modal .lineupItem_curriculumTtlWrap .lineupItem_state-aqua {
  background: #599ed5;
  border-color: #599ed5;
}
.modal .lineupItem_curriculumTtl {
  font-size: 1.1176470588em;
  font-weight: 500;
  color: var(--sectionColor);
}
.modal .lineupItem_curriculumBody {
  font-size: 0.8823529412em;
  padding: 0.5em 1em 1em;
}
.modal .lineupItem_curriculumListTtl {
  font-weight: 500;
}
.modal .lineupItem_curriculumList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px 1em;
  padding-left: 0.5em;
}
.modal .lineupItem_curriculumList:not(:last-child) {
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  margin-bottom: 0.3em;
}
.modal .lineupItem_curriculumList li {
  text-indent: -0.5em;
  line-height: 1.3333333333;
}
.modal .lineupItem_curriculumList li::before {
  content: "・";
  color: var(--sectionColor);
}
.modal .lineupItem_curriculumTableWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.modal .lineupItem_curriculumTable {
  width: 100%;
  line-height: 1.5;
  border: 1px solid #cbcbcb;
}
.modal .lineupItem_curriculumTable + .lineupItem_curriculumTable {
  margin-top: 15px;
}
.modal .lineupItem_curriculumTable-center td {
  text-align: center;
}
.modal .lineupItem_curriculumTable tr:not(:last-of-type) {
  border-bottom: 1px solid #cbcbcb;
}
.modal .lineupItem_curriculumTable th {
  font-size: 0.8125rem;
  white-space: nowrap;
  width: 7.6em;
  vertical-align: middle;
  color: var(--sectionColor);
  background: var(--sectionBgColor);
  padding: 0 0.5em;
}
.modal .lineupItem_curriculumTable td {
  font-size: 0.875rem;
  vertical-align: middle;
  border-left: 1px solid #cbcbcb;
  padding: 0.3em 0.5em;
}
.modal .lineupItem_curriculumTable ul {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.modal .lineupItem_curriculumTable ul li::before {
  content: "・";
  color: #231815;
}
.modal .lineupItem .note {
  font-size: 0.8823529412em;
  margin-top: 5px;
  margin-bottom: 1em;
}

.courseChoice .is-frame {
  font-size: 1.2941176471em;
  color: var(--sectionColor);
  margin-bottom: 1.4em;
}

.courseChoiceItem {
  background: #fff;
  padding: 20px;
}
.courseChoiceItem:not(:last-child) {
  margin-bottom: 40px;
}
.courseChoiceItem_headingWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.courseChoiceItem_headingWrap .lineupItem_state {
  line-height: 1.5;
  align-self: center;
  margin-left: auto;
}
.courseChoiceItem_heading {
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
  font-weight: 500;
  color: var(--sectionColor);
}
.courseChoiceItem .btn-shadow, .courseChoiceItem .formCont .smf-button-control__control, .formCont .courseChoiceItem .smf-button-control__control {
  --sectionColor: #e57887;
  filter: drop-shadow(6px 6px rgba(229, 120, 135, 0.3));
}
.courseChoiceItem .btn-shadow:where(:hover, :focus), .courseChoiceItem .formCont .smf-button-control__control:where(:hover, :focus), .formCont .courseChoiceItem .smf-button-control__control:where(:hover, :focus) {
  filter: drop-shadow(2px 2px rgba(229, 120, 135, 0.3));
}
.courseChoiceItem_tableWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.courseChoiceItem_summaryTable {
  font-size: 0.75rem;
  line-height: 1.5;
  border: 1px solid #cbcbcb;
}
.courseChoiceItem_summaryTable tr:not(:last-of-type) {
  border-bottom: 1px solid #cbcbcb;
}
.courseChoiceItem_summaryTable th {
  white-space: nowrap;
  vertical-align: middle;
  color: var(--sectionColor);
  background: var(--sectionBgColor);
  border-right: 1px solid #cbcbcb;
  padding: 0.5em 1em 0.5em 0.5em;
}
.courseChoiceItem_summaryTable td {
  font-size: 1.0833333333em;
  vertical-align: middle;
  padding: 0.3em 0.7em;
}
.courseChoiceItem_dateTable {
  font-size: 0.75rem;
  text-align: center;
  color: var(--sectionColor);
}
.courseChoiceItem_dateTable td {
  border: 1px solid;
}
.courseChoiceItem_dateTable .schedule {
  background: var(--sectionBgColor);
}
.courseChoiceItem_dateTable .schedule td {
  border-color: #fff;
  border-bottom-color: #f1f1f1;
}
.courseChoiceItem_dateTable tr:not([class]) td {
  border-color: #f1f1f1;
}

@media (max-width: 767px) {
  .courseChoiceItem_tableWrap {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .courseChoiceItem_dateTable {
    font-size: 0.6875rem;
  }
  .lineupItem_headingMain {
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }
  .lineupItem_number {
    font-size: 0.625rem;
  }
  .lineupItem_headingInfo {
    line-height: 1.7;
  }
  .lineupItem_style {
    font-size: 0.6875rem;
  }
  .lineupItem_state {
    font-size: 0.6875rem;
  }
  .modal .lineupItem_curriculumList {
    grid-template-columns: 1fr;
  }
  .modal .lineupItem_curriculumTableWrap {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：コースの内容
------------------------ */
:is(body[class~=course_guide]) {
  --sectionColor: #599ed5;
}
:is(body[class~=course_guide]) .heading {
  color: var(--sectionColor);
}

.curriculum {
  --sectionColor: #599ed5;
}
.curriculum_ttl {
  word-break: auto-phrase;
  font-size: clamp(1.25rem, 0.988rem + 1.12vw, 1.688rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--sectionColor);
  padding: 0.25em 1em;
  margin-bottom: 1em;
}
.curriculum_ttl .detail {
  font-size: 0.7407407407em;
  letter-spacing: 0.02em;
  display: inline-block;
  color: var(--sectionColor);
  background: #fff;
  padding: 0 0.6em;
  border-radius: 7px;
  margin-left: 0.8em;
}
.curriculum_ttl .detail + .detail {
  margin-left: 0.5em;
}

.curriculumTop {
  padding-bottom: 50px;
}
.curriculumTop_subTtl {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--sectionColor);
  margin-bottom: 1.7em;
}
.curriculumTop_ttl {
  font-size: clamp(1.313rem, 0.825rem + 2.08vw, 2.125rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3823529412;
  color: var(--sectionColor);
  margin-bottom: 0.7em;
}

.curriculumCont {
  margin-bottom: 50px;
}
.curriculumCont_ttl {
  font-size: clamp(1.25rem, 0.988rem + 1.12vw, 1.688rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: var(--sectionColor);
  margin-bottom: 0.5em;
}
.curriculumCont_ttlSub {
  color: var(--sectionColor);
}
.curriculumCont_txt {
  text-align: justify;
}
.curriculumCont_box {
  background: #fff;
  padding-top: 28px;
}
.curriculumCont_boxTtl {
  font-size: 1.2941176471em;
  color: var(--sectionColor);
  margin: 0 2em;
}
.curriculumCont_frameBox {
  text-align: center;
  color: var(--sectionColor);
  border: 1px solid var(--sectionColor);
  border-radius: 10px;
  padding: 0.5em;
}
.curriculumCont .note {
  font-size: 0.8823529412em;
}
.curriculumCont .is-frame {
  font-size: 1.2941176471em;
  font-weight: 500;
  color: var(--sectionColor);
  margin-bottom: 1.5em;
}
.curriculumCont .curriculumCont_List {
  --sectionColor: #599ed5;
  margin-bottom: 15px;
}
.curriculumCont-02 .curriculumCont_ListTtl {
  color: var(--sectionColor);
}
.curriculumCont-02 .card02_ttl {
  min-height: 8em;
}
.curriculumCont-02 .card02_ttl .eng {
  font-family: "Oswald", sans-serif;
  font-size: 0.6818181818em;
  font-weight: 400;
  color: #fff;
  background: var(--sectionColor);
  padding: 0 1em;
  margin-left: 1em;
}
.curriculumCont-05 .cards02 {
  --sectionColor: #47ae35;
  margin-bottom: 30px;
}
.curriculumCont-05 .card02_ttl {
  font-size: 1.375rem;
  color: var(--sectionColor);
  min-height: unset;
}
.curriculumCont-05 .card02_img {
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
}
.curriculumCont-06 {
  position: relative;
  --sectionColor: #47ae35;
  --sectionBgColor: #e8f1e4;
  background: var(--sectionBgColor);
  padding: 50px min(50px, 5%) 0;
  margin-bottom: 0;
}
.curriculumCont-06::before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  aspect-ratio: 1.2/1;
  -webkit-clip-path: polygon(0% 100%, 50% 0, 100% 100%);
          clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  background: var(--sectionBgColor);
  bottom: 100%;
  left: 50%;
  transform: translateX();
}
.curriculumCont-06 .is-frame {
  font-size: 1em;
}
.curriculumCont-07 {
  --sectionColor: #47ae35;
  --sectionBgColor: #e8f1e4;
  background: var(--sectionBgColor);
  padding: 50px min(50px, 5%) 35px;
}
.curriculumCont-07 .cards02 {
  --sectionColor: #47ae35;
  --sectionContBgColor: #fff;
  gap: 40px;
}
.curriculumCont-07 .card02_ttl {
  min-height: 8em;
}
.curriculumCont-07 .card02_ttl .emphasis {
  color: var(--sectionColor);
}
.curriculumCont-07 .card02_img {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.courseCont {
  padding: 70px 0;
  background: var(--sectionBgColor);
}
.courseCont-01 {
  --sectionColor: #599ed5;
  --sectionBgColor: #ebf4fa;
}
.courseCont-02 {
  --sectionColor: #47ae35;
  --sectionBgColor: #fff;
}

.coursePic {
  --sectionBgColor: #ebf4fa;
  background: var(--sectionBgColor);
  padding: 70px 0;
}
.coursePic_ttl {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #5556a2;
  margin-bottom: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coursePic_ttl::before, .coursePic_ttl::after {
  display: inline-block;
  content: "";
  width: 9px;
  aspect-ratio: 1/4.5;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: currentColor;
}
.coursePic_ttl::before {
  transform: skew(35deg, 0deg);
  margin-right: 0.7em;
}
.coursePic_ttl::after {
  transform: skew(-35deg, 0deg);
  margin-left: 0.7em;
}

.coursePicCont {
  padding: 50px;
  background: #fff;
}
.coursePicCont .is-frame {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--sectionColor);
  margin-bottom: 1.5em;
}
.coursePicCont:not(:last-child) {
  margin-bottom: 40px;
}
.coursePicCont-01 {
  --sectionColor: #5556a2;
}
.coursePicCont-02 {
  --sectionColor: #599ed5;
}
.coursePicCont-02 .note {
  font-size: 0.8823529412em;
}

.programFlow {
  margin-top: 20px;
}
.programFlow_number {
  font-family: "Oswald", sans-serif;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--sectionColor);
  background: var(--sectionBgColor);
  display: grid;
  place-content: center;
  padding: 1em;
}
.programFlow_number .emphasis {
  font-size: 3.1764705882em;
  display: block;
}
.programFlow_item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 27.2222222222%;
  gap: 1em;
  padding: 28px 0;
}
.programFlow_item:not(:last-of-type) {
  border-bottom: 1px dashed #cbcbcb;
}
.programFlow_item:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 24px;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/course/course_guide/doubleArrow.svg) no-repeat center/24px, #fff;
}
.programFlow_item:last-of-type {
  padding: 28px 0 10px;
}
.programFlow_body {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1em;
}
.programFlow_name {
  font-size: 0.8823529412em;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--sectionColor);
  border-radius: 5px;
  line-height: 1.5;
  padding: 0 0.7em;
  margin-bottom: 0.9em;
}
.programFlow_ttl {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--sectionColor);
  margin-bottom: 0.35em;
}

@media (max-width: 1024px) {
  .programFlow_item {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .programFlow_item:not(:last-of-type)::after {
    width: 100px;
    height: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .programFlow_img {
    max-width: 350px;
    margin: auto;
  }
  /*スタイルを展開したいところに記述する*/
}
@media (max-width: 767px) {
  .courseCont {
    padding: 30px 0;
  }
  .coursePic {
    padding: 30px 0;
  }
  .coursePic_ttl {
    font-size: 1.6875rem;
    margin-bottom: 0.3em;
  }
  .coursePic_ttl::before, .coursePic_ttl::after {
    width: 5px;
  }
  .coursePicCont {
    padding: 30px 5%;
  }
  .coursePicCont .is-frame {
    font-size: 1.1875rem;
    margin-bottom: 0.8em;
  }
  .programFlow {
    line-height: 1.2;
    padding: 0.3em 0.7em;
  }
  .programFlow_body {
    grid-template-columns: min(100px, 20%) 1fr;
  }
  .curriculum_ttl .detail {
    font-size: 0.65em;
  }
  .curriculumCont-02 .card02_ttl {
    min-height: unset;
  }
  .curriculumCont-06 {
    padding: 25px min(50px, 5%) 0;
  }
  .curriculumCont-07 .cards02 {
    gap: 25px;
  }
  .curriculumCont-07 .cards02_ttl {
    min-height: unset;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：セミナー/説明会
------------------------ */
:is(body[class~=seminar]) {
  --sectionColor: #5556a2;
}
:is(body[class~=seminar]) .sec02List_ttl {
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: var(--sectionColor);
  margin-bottom: 1.7em;
}
:is(body[class~=seminar]) .sec02List {
  margin-bottom: 60px;
}

.seminarCoupon {
  width: 80%;
  max-width: 550px;
  margin: 0 auto 75px;
}

.seminarCategoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  margin-bottom: 50px;
}

.seminarCategory > a {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  min-width: 7em;
  border: 2px solid currentColor;
  border-radius: 5px;
  padding: 0.7em 2em;
  transition: 0.2s ease;
}
.seminarCategory > a:is(:hover, :focus) {
  color: #fff;
}
.seminarCategory-all > a {
  color: #5556a2;
}
.seminarCategory-all > a:where(:hover, :focus) {
  background: #5556a2;
}
.seminarCategory-school > a {
  color: #e57887;
}
.seminarCategory-school > a:where(:hover, :focus) {
  background: #e57887;
}
.seminarCategory-online > a {
  color: #ef8200;
}
.seminarCategory-online > a:where(:hover, :focus) {
  background: #ef8200;
}

.seminarContWrap-school {
  --sectionColor: #e57887;
}
.seminarContWrap-online {
  --sectionColor: #ef8200;
}
.seminarContWrap + .seminarContWrap {
  margin-top: 60px;
}

.seminarCont {
  padding: 27px 30px 50px;
  border: 5px solid var(--sectionColor);
}
.seminarCont .is-frame {
  font-size: 1.2941176471em;
  color: var(--sectionColor);
}
.seminarCont .btn-shadow, .seminarCont .formCont .smf-button-control__control, .formCont .seminarCont .smf-button-control__control {
  color: #fff;
  background: #5556a2;
  border-color: #5556a2;
  filter: drop-shadow(6px 6px rgba(85, 86, 162, 0.3));
  padding: 0.78em 1em;
}
.seminarCont .btn-shadow::before, .seminarCont .formCont .smf-button-control__control::before, .formCont .seminarCont .smf-button-control__control::before {
  -webkit-mask-image: url(../img/common/icon/arrow-circle.svg);
          mask-image: url(../img/common/icon/arrow-circle.svg);
}
.seminarCont .btn-shadow:where(:hover, :focus), .seminarCont .formCont .smf-button-control__control:where(:hover, :focus), .formCont .seminarCont .smf-button-control__control:where(:hover, :focus) {
  color: #5556a2;
  background: #fff;
  filter: drop-shadow(4px 4px rgba(85, 86, 162, 0.3));
}

.seminarCont_inner {
  padding: 25px 5.4347826087% 45px;
}

.seminarCont_place {
  color: #fff;
  background: var(--sectionColor);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5em;
}

.seminarCont_info {
  display: flex;
  align-items: flex-start;
  gap: 5px 30px;
  margin-bottom: 1em;
}

.seminarCont_date {
  background: #f1f1f1;
  padding: 1em 2em;
}

.seminarCont_day {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.seminarCont_time > :first-child {
  margin-right: 1em;
}
.seminarCont_time .emphasis {
  font-weight: 700;
  color: #5556a2;
  display: inline-block;
}

.seminarCont_dataListRow {
  font-size: 0.8823529412em;
  line-height: 1.8;
  display: flex;
  gap: 1em;
  margin-top: 9px;
}
.seminarCont_dataListRow dt {
  background: #f1f1f1;
  padding: 0 1em;
}

@media (max-width: 767px) {
  .seminarCoupon {
    width: 90%;
    margin: 0 auto 40px;
  }
  .seminarCont {
    padding: 20px 15px 40px;
    border-width: 3px;
  }
  .seminarCont_inner {
    padding: 15px 3% 35px;
  }
  .seminarCont_info {
    flex-direction: column;
  }
  .seminarCont_date {
    padding: 1em;
  }
  .seminarCont_day {
    font-size: 1.25rem;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：セミナー/説明会
------------------------ */
:is(body[class~=seminar-form]) {
  --sectionColor: #5556a2;
}
:is(body[class~=seminar-form]) .seminarContWrap {
  margin-bottom: 60px;
}
:is(body[class~=seminar-form]) .seminarCont {
  padding: 27px 30px 10px;
}
:is(body[class~=seminar-form]) .seminarCont_inner {
  padding: 25px 5.4347826087% 0;
}

@media (max-width: 767px) {
  :is(body[class~=seminar-form]) .seminarContWrap {
    margin-bottom: 40px;
  }
  :is(body[class~=seminar-form]) .seminarCont {
    padding: 20px 15px 10px;
  }
  :is(body[class~=seminar-form]) .seminarCont_inner {
    padding: 15px 3% 0;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：資料請求
------------------------ */
:is(body[class~=pamphlet]) {
  --sectionColor: #5556a2;
}
:is(body[class~=pamphlet]) .heading {
  color: var(--sectionColor);
}

.contactTel {
  text-align: center;
  line-height: 1.5;
  display: block;
  max-width: 610px;
  padding: 25px;
  margin: 45px auto 20px;
  background: #f2f2f9;
  transition: 0.4s;
  font-size: 2.1875rem;
}
.contactTel:where(:hover, :focus) {
  opacity: 0.8;
}
.contactTel_ttl {
  font-size: 1.375rem;
  font-weight: 500;
  color: #5556a2;
}
.contactTel_number {
  font-family: "Oswald", sans-serif;
}
.contactTel_number::before {
  content: "";
  display: inline-block;
  width: 0.701754386em;
  aspect-ratio: 40/44;
  background: url(../img/common/icon/tel.svg) no-repeat center/contain;
  margin-right: 5px;
}
.contactTel_info {
  font-size: 0.8125rem;
}

/* ------------------------
    page：個別ガイダンス
------------------------ */
:is(body[class~=guidance]) {
  --sectionColor: #5556a2;
}
:is(body[class~=guidance]) .seminarCoupon {
  margin-top: 70px;
}

@media (max-width: 767px) {
  :is(body[class~=guidance]) .seminarCoupon {
    margin-top: 40px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    page：コース申込フォーム EAPメンタルヘルスカウンセラー養成コース（14日間）/(18日間)
------------------------ */
:is(body[class~=course-form-eap14]),
:is(body[class~=course-form-eap28]) {
  --sectionColor: #599ed5;
  --sectionBgColor: #ebf4fa;
}
:is(body[class~=course-form-eap14]) .lineup,
:is(body[class~=course-form-eap28]) .lineup {
  margin: 20px 0 80px;
}
:is(body[class~=course-form-eap14]) .lineupItem_headingWrap,
:is(body[class~=course-form-eap28]) .lineupItem_headingWrap {
  margin-bottom: 17px;
}
:is(body[class~=course-form-eap14]) .courseChoiceItem_summaryTable,
:is(body[class~=course-form-eap28]) .courseChoiceItem_summaryTable {
  font-size: inherit;
  width: 100%;
}
:is(body[class~=course-form-eap14]) .courseChoiceItem_summaryTable th,
:is(body[class~=course-form-eap28]) .courseChoiceItem_summaryTable th {
  font-size: 0.8823529412em;
}
:is(body[class~=course-form-eap14]) .total,
:is(body[class~=course-form-eap28]) .total {
  font-size: 1.1764705882em;
  font-weight: 700;
  padding: 1em 0em 0.8em;
  margin-top: 0.7em;
  border-top: 1px solid #cbcbcb;
}

/* ------------------------
    page：セミナー/説明会
------------------------ */
:is(body[class~=seminar]) {
  --sectionColor: #5556a2;
}
:is(body[class~=seminar]) .heading {
  color: var(--sectionColor);
}

/* ------------------------
    フォーム
------------------------ */
.formCont {
  --sectionColor: #5556a2;
  max-width: 1000px !important;
  padding: 60px max(20px, 5%);
}
.formCont_headingWrap {
  text-align: center;
}
.formCont_headingWrap .linkWrap {
  margin-top: 70px;
}
.formCont_headingWrap .linkWrap .btn {
  color: #fff;
  background: #5556a2;
}
.formCont_heading {
  font-size: clamp(1.688rem, 0.975rem + 3.04vw, 2.875rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #5556a2;
  margin-bottom: 0.5em;
}
.formCont_protection {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5556a2;
  background: #f2f2f9;
  padding: 1.5em 1em;
  height: 200px;
  overflow-y: auto;
}
.formCont_protection dt {
  font-weight: 700;
}
.formCont_protection dd + dt {
  margin-top: 1em;
}
.formCont a {
  color: var(--sectionColor);
  text-decoration: underline;
}
.formCont .note {
  font-size: 0.8823529412em;
  line-height: 1.6666666667;
}
.formCont .smf-item__label__text {
  line-height: 1.4705882353;
}
.formCont .smf-item:not(.any) .smf-item__label__text {
  color: #5556a2;
}
.formCont .smf-item__controls {
  display: grid;
  gap: 20px;
}
.formCont .smf-form .smf-item .smf-text-control__control,
.formCont .smf-form .smf-item .smf-textarea-control__control {
  font-size: 0.8823529412em;
  width: 100%;
  background-color: #f2f2f9;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
}
.formCont .smf-form .smf-item .smf-text-control__control.postal-code {
  width: auto;
}
.formCont .smf-error-messages {
  font-size: 0.8em;
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or (-moz-appearance: none) {
  .formCont .smf-form .smf-item .smf-select-control__control {
    color: #5556a2;
    font-size: 0.8823529412em;
    background-color: #f2f2f9;
    border-radius: 0;
    border-width: 0;
    min-width: 22em;
  }
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or (-moz-appearance: none) {
  .formCont .smf-form .smf-item .smf-select-control__toggle {
    color: #5556a2;
    background-color: unset;
    z-index: 1;
    pointer-events: none;
  }
}
.formCont .smf-form .smf-item .smf-radio-button-control {
  align-items: center;
}
.formCont .smf-form .smf-item .smf-radio-button-control__control {
  margin-top: 0;
}
.formCont .smf-form--simple-table .smf-item.required .smf-item__label, .formCont .smf-form--simple-table .smf-item.any .smf-item__label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formCont .smf-form--simple-table .smf-item.required .smf-item__label::after, .formCont .smf-form--simple-table .smf-item.any .smf-item__label::after {
  font-size: 0.8125rem;
  white-space: nowrap;
  line-height: 1;
  margin-left: auto;
  display: inline-block;
  padding: 4px 0.6em;
  transform: translateY(25%);
}
.formCont .smf-form--simple-table .smf-item.required .smf-item__label::after {
  content: "必須";
  color: #fff;
  background: #5556a2;
}
.formCont .smf-form--simple-table .smf-item.any .smf-item__label::after {
  content: "任意";
  border: 1px solid;
  padding: 2px calc(0.6em - 1px);
}
.formCont .smf-form .smf-item .smf-checkbox-control {
  color: #5556a2;
  align-items: center;
}
.formCont .smf-form .smf-item .smf-checkbox-control__control {
  border-radius: 0;
  border-color: inherit;
}
.formCont .smf-button-control__control {
  filter: drop-shadow(6px 6px rgba(85, 86, 162, 0.3));
}
.formCont .smf-button-control__control:where(:hover, :focus) {
  filter: drop-shadow(2px 2px rgba(85, 86, 162, 0.3));
}
.formCont .smf-action {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 15px;
}
.formCont .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.formCont .smf-form--simple-table .smf-item:not(:last-child) {
  border-bottom: 1px solid #e7e7f2;
}
.formCont .birthDate .smf-item__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.formCont .birthDate .smf-placeholder[data-name=year] {
  margin-top: 0;
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or (-moz-appearance: none) {
  .formCont .birthDate.smf-item .smf-select-control__control {
    min-width: unset;
  }
}
.formCont .birthDate_item {
  display: flex;
  gap: 7px;
  align-items: baseline;
}
.formCont .emergency .emergency-group {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.formCont .emergency .emergency-group > * {
  margin: 0 !important;
}
.formCont .emergency .emergency-group .smf-placeholder {
  flex: 1;
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or (-moz-appearance: none) {
  .formCont .emergency.smf-item .smf-select-control__control {
    min-width: unset;
  }
}
.formCont .entryCheck.smf-item .smf-checkbox-control {
  color: inherit;
}
.formCont .smf-item:not(.any) .inputTxt {
  color: #5556a2;
}

@media (min-width: 640px) {
  .formCont {
    padding: 20px max(20px, 5%);
  }
  .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 19em;
    max-width: 19em;
  }
  .smf-form--simple-table .smf-item__col--controls {
    flex: 1 1 calc(100% - 19em);
    max-width: calc(100% - 19em);
  }
}
/* ------------------------
    page：校舎案内
------------------------ */
body[class~=map] .heading {
  color: #333;
}

.schoolList {
  margin-bottom: 50px;
}

.school {
  line-height: 1.5;
}
.school:nth-last-of-type(2), .school:last-of-type {
  transform: translateX(50%);
}
.school_name {
  font-size: clamp(1.375rem, 1.188rem + 0.8vw, 1.688rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.4em 0;
}
.school_address {
  margin-bottom: 5px;
}
.school_link {
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  color: #fff;
  background: #333;
  padding: 0 0.5em;
  margin-left: 8px;
}
.school_contact {
  font-family: "Oswald", sans-serif;
  font-size: 0.8823529412em;
  font-weight: 300;
  margin-bottom: 0.2em;
  display: flex;
  align-items: center;
}
.school_contact .ttl {
  text-align: center;
  min-width: 2.5em;
  font-size: 0.625rem;
  color: #fff;
  background: #333;
  padding: 0 0.5em;
  margin-right: 5px;
  vertical-align: middle;
}
.school_contact .ttl-img {
  display: inline-block;
  height: 1.5em;
  background: url(../img/map/tel.svg) no-repeat center/contain;
}
.school_info {
  color: #d7001d;
  margin-top: 0.6em;
}

.schoolTable {
  line-height: 1.5;
  border-top: 1px solid #cbcbcb;
}
.schoolTable_row {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 25px;
  padding: 18px 0;
  border-bottom: 1px solid #cbcbcb;
}
.schoolTable .school_name {
  padding-left: 2em;
  min-width: 11em;
}
.schoolTable .school_info {
  margin: 0 0.5em 0 1em;
}
.schoolTable small {
  font-size: 0.625rem;
}
.schoolTable_bodyRow {
  display: flex;
  align-items: baseline;
}

@media (max-width: 767px) {
  .school:nth-last-of-type(2), .school:last-of-type {
    transform: translateX(0);
  }
  .schoolTable_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 5px 0 15px;
  }
  .schoolTable .school_name {
    padding-left: 0;
    padding-bottom: 0;
    min-width: unset;
  }
  .schoolTable small {
    display: block;
  }
  .schoolTable_bodyRow {
    flex-wrap: wrap;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    アーカイブ：common
------------------------ */
/* ページ中央に設置 */
.pageNavi {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 60px 0 115px;
  /* 現在開いている以外のページのボタン */
  /* マウスが乗った時の、ボタンの背景の色と文字の色 */
  /* 現在のページのボタン */
  /* 前へ、次へ */
}
.pageNavi .page-numbers {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  line-height: 50px;
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  color: #ccc;
  transition: 0.3s ease;
}
.pageNavi a.page-numbers:not(.prev):not(.next):hover {
  color: var(--sectionColor);
  background: var(--sectionBgColor);
}
.pageNavi .current {
  color: var(--sectionColor);
  background: var(--sectionBgColor);
}
.pageNavi .prev,
.pageNavi .next {
  position: relative;
}
.pageNavi .prev::before,
.pageNavi .next::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  width: 64%;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/arrow-circle.svg);
          mask-image: url(../img/common/icon/arrow-circle.svg);
  background: var(--sectionColor);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pageNavi .prev {
  margin-right: 1em;
}
.pageNavi .prev::before {
  transform: translate(-50%, -50%) scale(-1);
}
.pageNavi .next {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .pageNavi {
    padding: 30px 0 40px;
  }
  .pageNavi .page-numbers {
    font-size: 0.875rem;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  /*スタイルを展開したいところに記述する*/
}
/* ------------------------
    アーカイブ：NEWS
------------------------ */
:is(body[class~=post-type-archive-news]) {
  --sectionColor: #5556a2;
  --sectionBgColor: #f2f2f9;
}
:is(body[class~=post-type-archive-news]) .heading {
  color: var(--sectionColor);
}

/* ------------------------
    アーカイブ：講師紹介
------------------------ */
:is(body[class~=lecturers]) {
  --sectionColor: #e57887;
  --sectionBgColor: #fbe8eb;
}
:is(body[class~=lecturers]) .heading {
  color: var(--sectionColor);
}

/* ------------------------
    投稿：common
------------------------ */
.postCont .linkWrap {
  border-top: 1px solid var(--sectionColor);
  padding: 90px 1em 115px;
  margin-top: 70px;
}
.postCont .btn {
  color: var(--sectionColor);
}
.postCont .btn:is(:hover, :focus) {
  color: #fff;
}

/* ------------------------
    投稿：news
------------------------ */
:is(body[class~=single-news]) {
  --sectionColor: #5556a2;
}

.postThumb {
  margin-bottom: 50px;
}

/* ------------------------
    投稿：講師・卒業生
------------------------ */
.postNumber {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--sectionColor);
  padding: 0 0.5em;
  margin-bottom: 0.7em;
}

.postTtl {
  position: relative;
  font-size: clamp(1.563rem, 1rem + 2.4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: var(--sectionColor);
  margin-bottom: 1em;
}

:is(body[class~=single-lecturers]) {
  --sectionColor: #e57887;
}

:is(body[class~=single-student]) {
  --sectionColor: #ef8200;
}/*# sourceMappingURL=style.css.map */