@charset "UTF-8";
/* 変数
***************************************************************/
:root {
  --p-fontSize: clamp(14px, calc(14px + (16 - 14) * (95vw - 550px)/(1000 - 550)), 16px);
  --opacity: 0;
  --visibility: hidden;
}

/* 関数
***************************************************************/
/* メディアクエリ
***************************************************************/
/* 共通クラス
***************************************************************/
html {
  font-size: clamp(12px, 12px + 4 * (100vw - 550px) / 450, 16px);
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-feature-settings: "tnum";
}

.df-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.df-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.df-cen {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 共通パーツ
***************************************************************/
body > div {
  overflow-x: hidden;
}

.site-engress {
  line-height: 1;
  width: max(8.5rem, 110px);
}
.site-engress__img {
  width: 100%;
  aspect-ratio: 136/27;
}

.claim-btn {
  color: #fff;
  background: #F5A623;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: auto;
  aspect-ratio: 142/50;
}

.contact-btn {
  color: #fff;
  background: #1B224C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: auto;
  aspect-ratio: 137/50;
}

.phone-cta {
  padding-right: clamp(0px, 2.03125vw - 13px, 13px);
  align-self: flex-end;
}
.phone-cta__opentime {
  color: #1B224C;
  font-size: 12px;
  margin-bottom: 0.0625rem;
  align-self: flex-end;
}
.phone-cta__phone {
  gap: 0.3125rem;
  margin-bottom: -0.1875rem;
}
.phone-cta__phone-icon {
  width: 0.625rem;
  height: 0.919375rem;
  line-height: 1;
}
.phone-cta__phone-icon svg {
  width: 100%;
  height: 100%;
}
.phone-cta__phone-num {
  color: #1B224C;
  font-size: max(1rem, 13px);
  font-weight: 700;
}

.header-cta {
  gap: clamp(5px, 1.5625vw - 10px, 10px);
}
.header-cta__claim {
  width: 8.875rem;
}
.header-cta__claim span {
  font-size: max(0.875rem, 12px);
}
.header-cta__contact {
  width: 8.5625rem;
}
.header-cta__contact span {
  font-size: max(0.875rem, 12px);
}

.inner0 {
  width: min(100%, 1700px);
  margin-inline: auto;
}

.inner1 {
  width: min(95%, 900px);
  box-sizing: content-box;
  margin-inline: auto;
}

.inner2 {
  width: min(90%, 700px);
  margin-inline: auto;
  box-sizing: content-box;
}

.fv {
  width: 100%;
  height: 13.8125rem;
  position: relative;
}
.fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fv__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.fv.noimage {
  background-color: rgb(213, 213, 213);
}
.fv.noimage .fv__ttl {
  color: gray;
}

.breadcrumb {
  font-size: 12px;
  color: #1B224C;
  width: 100%;
  height: 3.125rem;
  background-color: rgb(248, 248, 248);
}
.breadcrumb a {
  color: #1B224C;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.breadcrumb span[property=itemListElement] {
  line-height: 1;
}
.breadcrumb__inner {
  width: min(90%, 916px);
  height: 100%;
  justify-content: flex-start;
  gap: 7px;
}
.breadcrumb__inner > span:not(:last-child) {
  white-space: nowrap;
}
.breadcrumb__inner > span:last-child {
  white-space: pre-line;
}

.article1 {
  display: flex;
}
.article1__img-wrapper {
  position: relative;
  margin-right: 1.25rem;
  line-height: 0;
}
.article1__category {
  width: 78px;
  height: 23px;
  background-color: #1B224C;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.article1__img {
  width: 9.375rem;
  height: auto;
  aspect-ratio: 150/110;
}
.article1__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.article1__link {
  color: #1B224C;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.article1__headding {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.article1__time {
  font-size: 12px;
  line-height: 1.5;
}
.article1 .noimage {
  background-color: rgb(213, 213, 213);
  display: flex;
  justify-content: center;
  align-items: center;
}
.article1 .noimage span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

a {
  transition: opacity ease 0.3s;
}
a:hover {
  opacity: 0.7;
}

.btn-animation {
  transition: all ease 0.3s;
}
.btn-animation:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3137254902);
  opacity: 1;
}

/* ヘッダー 共通
***************************************************************/
.headerPc, .headerSp {
  display: none;
}

.header {
  height: 5rem;
  position: relative;
  z-index: 2;
}
.header__inner {
  height: 100%;
  padding-left: 0.9375rem;
}

.header-pc {
  font-size: clamp(12px, clac(0.9rem), 16px);
}

.haeder_nav__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ヘッダー PC
***************************************************************/
@media screen and (min-width: 800px) {
  .headerPc {
    display: block;
  }
  .headerPc .header__inner {
    padding-right: 0.625rem;
  }
  .header-wrapper {
    justify-content: flex-start;
    gap: clamp(7px, 4.6875vw - 30px, 30px);
  }
  .header-nav {
    gap: clamp(10px, 4.6875vw - 30px, 30px);
  }
  .header-nav__link {
    color: #1B224C;
    font-weight: 700;
    font-size: 1em;
  }
}
/* ヘッダー  SP
***************************************************************/
@media screen and (max-width: 799px) {
  .headerSp {
    display: block;
  }
  .headerSp::after {
    display: block;
    visibility: var(--visibility);
    opacity: var(--opacity);
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4588235294);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    transition: opacity ease 0.5s, visibility 0.51s;
  }
  .header-wrapper {
    height: 100%;
  }
  .header-cta__opentime {
    color: #fff;
  }
  .header-cta__phone-num {
    color: #fff;
  }
  .header-cta__phone-icon svg {
    stroke: #fff;
  }
  .header-cta__claim {
    width: 170px;
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.4588235294);
  }
  .header-cta__claim span {
    font-size: 20px;
  }
  .header-cta__contact {
    width: 170px;
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.4588235294);
  }
  .header-cta__contact span {
    font-size: 20px;
  }
  .header-menu {
    width: 180vh;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #1B224C;
    position: absolute;
    top: 50vh;
    right: 50%;
    z-index: 1;
    transform: translate(150%, -55%) rotate(-60deg);
    transform-origin: 0 20%;
    transition: transform ease 0.8s;
  }
  .header-menu--active {
    transform: translate(90%, -55%) rotate(0);
  }
  .header-menu::after {
    display: block;
    content: "";
    flex: 2;
  }
  .header-menu__nav {
    width: 100%;
    gap: 3.125rem;
    flex: 1;
  }
  .header-menu__link {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  .hamburger {
    width: 23px;
    height: 19px;
    position: absolute;
    top: 1.875rem;
    right: 23px;
    z-index: 2;
  }
  .hamburger__item {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .hamburger__line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #1B224C;
    border-top: 1px solid #1B224C;
    border-bottom: 1px solid #1B224C;
    transition: opacity ease 0.5s, transform ease 0.5s;
  }
  .hamburger--active .hamburger__line {
    background-color: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
}
/* ヒーローイメージ
***************************************************************/
.webp .hero {
  background-image: url("../images/fv.webp");
}

.no-webp .hero {
  background-image: url("../images/fv.jpg");
}

@media screen and (max-width: 799px) {
  .webp .hero {
    background-image: url("../imagesSP/fv.webp");
  }
  .no-webp .hero {
    background-image: url("../imagesSP/fv.jpg");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .webp .hero {
    background-image: url("../images/fv.webp");
  }
  .no-webp .hero {
    background-image: url("../images/fv.jpg");
  }
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% top;
  width: 100%;
  height: 29.75rem;
  justify-content: flex-start;
  color: #fff;
}
.hero__headding {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.161);
  line-height: 1;
  margin-top: 7.3125rem;
  margin-bottom: 2.3125rem;
  text-align: center;
}
.hero__des {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6875rem;
  max-width: 328px;
  margin-bottom: 2.3125rem;
}
.hero .claim-btn {
  color: #fff;
  width: 16.25rem;
  height: 3.75rem;
  border-radius: 100px;
  margin-bottom: 1.375rem;
}
.hero .contact-btn {
  font-size: 1rem;
  color: #fff;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.hero .contact-btn span {
  line-height: 1;
  white-space: nowrap;
}

/* 「こんな悩みはありませんか？」
***************************************************************/
.toefl {
  width: 100%;
  background-color: #1B224C;
  color: #fff;
  padding-block: 3.375rem 3.375rem;
  text-align: center;
}

.toefl-headding {
  font-size: 2.25rem;
  margin-bottom: 2.875rem;
}
.toefl-headding__br {
  display: none;
}

.toefl-worries {
  margin-bottom: 4.75rem;
  display: flex;
  justify-content: space-between;
  gap: calc(-30px + 3.75rem);
}
.toefl-worries__item {
  font-size: calc(-9px + 1.6875rem);
  line-height: 2.25rem;
  white-space: pre-line;
}

.toefl-card-wrapper {
  width: min(100%, 56.25rem);
  background-color: #fff;
  padding: 0.6875rem 1rem 0.75rem;
}

.toefl-card {
  width: 100%;
  height: auto;
  aspect-ratio: 868/225;
  border: 5px solid #1B224C;
  color: #1B224C;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-inline: auto;
}
.toefl-card__headding {
  font-size: min(-27px + 3.9375rem, 2.25rem);
  font-weight: 700;
  white-space: pre-line;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  width: auto;
}
.toefl-card__headding > span {
  position: relative;
  z-index: 1;
}
.toefl-card__headding > span::after {
  display: block;
  content: "";
  line-height: 3.375rem;
  width: 100%;
  height: 0.236em;
  background-color: #F5A623;
  position: absolute;
  top: 0.7222222222em;
  left: 0;
  z-index: -1;
}
.toefl-card__des {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  white-space: pre-line;
  margin-bottom: 1.25rem;
}
.toefl-card__des__br {
  display: none;
}

@media screen and (max-width: 600px) {
  .toefl-headding__br {
    display: block;
  }
  .toefl-card__des__br {
    display: block;
  }
}
/* Engress3つの強み 共通
***************************************************************/
.features {
  padding-block: 3.375rem 2.4375rem;
  color: #1B224C;
}

.features-body-wrapper {
  gap: 3.625rem;
  margin-bottom: clamp(40px, 9.2vw, 92px);
}

.features-headding {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2.75rem;
}
.features-headding__br {
  display: none;
}

.feature {
  display: flex;
  gap: 3.25rem;
  gap: calc(-50px + 6.5rem);
}

.feature-info {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
.feature-info__tag {
  width: 5.6875rem;
  height: auto;
  aspect-ratio: 91/30;
  font-size: 12px;
  color: #fff;
  background-color: #F5A623;
}
.feature-info__headding {
  font-size: 1.625rem;
  line-height: 2.4375rem;
  font-weight: 700;
  white-space: pre-line;
}
.feature-info__des {
  font-size: 1rem;
  line-height: 1.5rem;
}

.feature picture {
  display: flex;
  align-items: center;
}

.feature-img {
  width: 21.875rem;
  height: min(100%, 240px);
}

.f-cta {
  width: 100%;
  height: auto;
  min-height: 120px;
  max-height: 217px;
  max-height: 217px;
  aspect-ratio: 906/217;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.f-cta__headding {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: calc(-17px + 2.125rem);
  margin-bottom: 1.625rem;
}
.f-cta .claim-btn {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 200/50;
  background: transparent;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0.3125rem;
}

.webp .f-cta {
  background-image: url("../images/price.webp");
}

.no-webp .f-cta {
  background-image: url("../images/price.jpg");
}

@media screen and (max-width: 799px) {
  .webp .f-cta {
    background-image: url("../imagesSP/price.webp");
  }
  .no-webp .f-cta {
    background-image: url("../imagesSP/price.jpg");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .webp .f-cta {
    background-image: url("../images/price.webp");
  }
  .no-webp .f-cta {
    background-image: url("../images/price.jpg");
  }
}
/* Engress3つの強み
***************************************************************/
.menter {
  flex-direction: row-reverse;
}

.f-achivements .feature-info__tag {
  margin-bottom: 0.375rem;
}
.f-achivements .feature-info__headding {
  margin-bottom: 0.1875rem;
}

@media screen and (max-width: 600px) {
  .features-headding__br {
    display: block;
  }
  .features-inner {
    width: 95%;
  }
  .feature {
    flex-direction: column-reverse;
  }
  .feature-info {
    width: 95%;
    margin-inline: auto;
    margin-top: -145px;
    position: relative;
    z-index: 1;
  }
  .feature-info__headding {
    color: #fff;
  }
  .feature picture {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: center;
  }
  .feature picture::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 55%, rgba(51, 51, 51, 0.3137254902) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature-img {
    width: 100%;
    height: 50vw;
  }
  .f-achivements .feature-info {
    margin-top: -125px;
  }
  .f-cta-wrapper {
    width: 95%;
  }
}
/* TOEFL成功事例  共通
***************************************************************/
.success {
  width: 100%;
  padding-block: 3.9375rem 3.75rem;
  background-color: #1B224C;
}

.s-headding {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(60px, 14.3333333333vw, 129px);
}

.s-stories {
  padding-inline: 0.625rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  justify-content: center;
  align-items: flex-end;
  gap: 1.875rem;
}

.s-story {
  width: 100%;
  justify-content: flex-start;
}
.s-story__headding {
  width: 100%;
  height: 3.0625rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-end;
}
.s-story__img-wrapper {
  width: 100%;
  aspect-ratio: 280/171;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.9375rem;
}
.s-story__img {
  width: 46.4285714286%;
  height: 82.9411764706%;
}
.s-story__wrapper {
  width: 100%;
}
.s-story__wrapper p {
  font-size: 1rem;
  line-height: 1;
  color: #1B224C;
  background-color: #fff;
  height: 100%;
  padding: 0.5rem 0.625rem 0.5rem;
  display: flex;
  align-items: center;
}
.s-story__wrapper-small {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.s-story__belonging {
  width: 35.7142857143%;
}
.s-story__name {
  width: 61.4285714286%;
}
.s-story__achivement {
  width: 100%;
}
.s-story .noimage {
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/171;
}
.s-story .noimage span {
  font-size: 1.5rem;
  color: gray;
}

@media screen and (max-width: 740px) {
  .s-stories {
    grid-template-columns: repeat(auto-fit, auto);
  }
}
/* ご利用の流れ
***************************************************************/
.usage-flow {
  margin-block: 4rem 3.6875rem;
  color: #1B224C;
}

.u-inner {
  width: min(90%, 900px);
}

.u-headding {
  width: 100%;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.9375rem;
}

.u-wrapper {
  gap: 8px;
}

.u-content {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgb(248, 248, 248);
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: flex-start;
  align-items: center;
}
.u-content__num-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.u-content__num {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 4rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #F5A623;
}
.u-content__head {
  font-size: 1.125rem;
  font-weight: 700;
  width: 13.5rem;
  padding-left: 20px;
}
.u-content__head::after {
  display: block;
  content: "";
  width: 1px;
  height: 1.8125rem;
  background-color: rgb(213, 213, 213);
}
.u-content__des {
  font-size: 1rem;
  padding-inline: calc(-75px + 7.8125rem);
  padding-block: 1.5rem;
  flex: 1;
}

@media screen and (max-width: 500px) {
  .u-wrapper {
    gap: 16px;
  }
  .u-content {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    background-color: initial;
  }
  .u-content__num-wrapper {
    grid-column: 1/2;
    grid-row: 1;
  }
  .u-content__head {
    background-color: rgb(248, 248, 248);
    width: 100%;
    height: 100%;
    grid-column: 2/3;
    grid-row: 1;
  }
  .u-content__head::after {
    display: none;
  }
  .u-content__des {
    grid-column: 1/3;
    grid-row: 2;
  }
}
/* よくある質問
***************************************************************/
.faq {
  padding-bottom: 6rem;
}

.faq-inner {
  width: min(90%, 900px);
}

.faq-headding {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.75rem;
}

.faq-acordion {
  width: 100%;
  border-top: 1px solid #1B224C;
}
.faq-acordion:last-child {
  border-bottom: 1px solid #1B224C;
}
.faq-acordion__head-wrapper {
  width: 100%;
  padding-top: 1.375rem;
  padding-bottom: 1.6875rem;
  position: relative;
}
.faq-acordion__head {
  width: calc(100% - 60px);
}
.faq-acordion__head::before {
  display: block;
  content: "";
  width: 0.1875rem;
  height: 1.5625rem;
  background-color: #1B224C;
  position: absolute;
  top: 50%;
  right: calc(20px + 0.78125rem - 0.09375rem);
  transform: translateY(-50%);
  transition: transform ease-in 0.3s;
}
.faq-acordion__head::after {
  display: block;
  content: "";
  width: 1.5625rem;
  height: 0.1875rem;
  background-color: #1B224C;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.faq-acordion__des {
  background-color: rgb(248, 248, 248);
  padding: 1.1875rem 1.25rem;
  margin-top: -4px;
  margin-bottom: 1rem;
}

.acordion-open > dt::before {
  transform: translateY(-50%) rotate(90deg);
}

/* ブログとニュース
***************************************************************/
.blognews {
  padding-bottom: 7.375rem;
  color: #1B224C;
}

.bn-inner {
  width: min(90%, 900px);
}

.bn-wrapper {
  align-items: flex-start;
  justify-content: flex-start;
}

.bn-articles {
  gap: 1.9375rem;
  width: 26rem;
}

.bn-blog {
  width: 26rem;
  margin-right: 5.0625rem;
}
.bn-blog__headding {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.875rem;
}

.bn-news {
  flex: 1;
}
.bn-news__headding {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.875rem;
}

.bn-news-content-wrapper {
  align-items: flex-start;
  gap: 2.9375rem;
}

.bn-news-content {
  align-items: flex-start;
  gap: 0.8125rem;
}
.bn-news-content__time {
  font-size: 12px;
  line-height: 1.5;
}
.bn-news-content__link {
  color: #1B224C;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.bn-news-content__headding {
  font-weight: 500;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .bn-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .bn-blog {
    margin: 0;
  }
  .bn-blog__headding {
    text-align: center;
  }
  .bn-news {
    margin-top: 4.6875rem;
  }
  .bn-news__headding {
    text-align: center;
  }
  .bn-news-content-wrapper {
    gap: 1.875rem;
  }
}
/* フッター
***************************************************************/
.webp .cta {
  background: url("../images/cta.webp");
}

.no-webp .cta {
  background: url("../images/cta.jpg");
}

.footer {
  width: 100%;
}
.footer .cta {
  background-repeat: no-repeat;
  background-size: cover;
}

.cta {
  width: 100%;
  height: 16.1875rem;
  justify-content: flex-start;
  color: #fff;
}
.cta__headding {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin-block: 4.375rem 0.625rem;
}
.cta .claim-btn {
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/53;
  margin-bottom: 1.25rem;
  border-radius: 100px;
}
.cta .claim-btn span {
  aspect-ratio: initial;
}
.cta .contact-btn {
  white-space: nowrap;
  color: #fff;
  background: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.footer-info {
  width: 100%;
  height: 5rem;
  color: #1B224C;
}
.footer-info__inner {
  width: min(100%, 1280px);
  height: 100%;
}
.footer-info__inner--sp {
  display: none;
}
.footer-info__announce {
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  align-self: flex-end;
  margin: 0 1.25rem 1.5rem 0;
  flex: 1;
}
.footer-info__num {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
.footer-info__opentime {
  margin-left: 20px;
  margin-bottom: 24px;
  align-self: flex-end;
  line-height: 1.5;
  flex: 1;
}

.f-content {
  width: 100%;
  height: 14.3125rem;
  background-color: #1B224C;
}
.f-content__inner {
  width: min(90%, 900px);
  height: 100%;
  box-sizing: content-box;
}
.f-content__container {
  height: 100%;
  padding-top: 2.1875rem;
  display: flex;
  justify-content: space-between;
}
.f-content__archive-wrapper {
  padding: 0.625rem 0 0 0.25rem;
}
.f-content__archive {
  align-items: flex-start;
  height: 23px;
  align-items: center;
  justify-content: flex-start;
}
.f-content__archive-link {
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 1.3125rem;
}
.f-content__archive-link:not(:first-child) {
  padding-left: 1.3125rem;
  border-left: 1px solid #fff;
}
.f-content__archive-link {
  color: #fff;
}
.f-content__logo-wrapper {
  background: #fff;
  width: 12.3125rem;
  height: auto;
  aspect-ratio: 197/58;
  margin-bottom: 1.3125rem;
}
.f-content .site-engress__img {
  width: 9.9375rem;
  height: auto;
  aspect-ratio: 159/31;
}
.f-content .phone-cta__info {
  gap: 0.625rem;
}
.f-content .phone-cta__opentime {
  color: #fff;
}
.f-content .phone-cta__phone {
  align-self: flex-end;
}
.f-content .phone-cta__phone-icon-wrapper {
  display: flex;
  align-items: center;
}
.f-content .phone-cta__phone-icon {
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
}
.f-content .phone-cta__phone-num {
  color: #fff;
}

.copyright {
  width: 100%;
  height: 2.125rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.copyright__p {
  color: #1B224C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-right: calc(-570px + 47.5rem);
}

@media screen and (max-width: 670px) {
  .footer-info__inner--pc {
    display: none;
  }
  .footer-info__inner--sp {
    display: flex;
    gap: 2.125rem;
  }
  .footer-info__spContainer {
    gap: 0.5rem;
  }
  .footer-info__announce {
    margin: 0;
    margin-top: 0.5rem;
  }
  .footer-info__opentime {
    margin: 0;
  }
  .copyright {
    width: 95%;
    margin-inline: auto;
  }
  .copyright__p {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .f-content__archive-wrapper {
    padding: 0;
    margin-left: 1.875rem;
    margin-top: 0.9375rem;
  }
  .f-content__archive {
    height: auto;
    flex-direction: column;
    gap: 0.625rem;
  }
  .f-content .f-content__archive-link {
    padding: 0;
    border-left: none;
  }
}
@media screen and (max-width: 450px) {
  .footer-info {
    height: auto;
  }
  .footer-info__inner--sp {
    flex-direction: column;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
  }
  .footer-info__announce {
    text-align: initial;
  }
  .footer-info__opentime {
    align-self: center;
  }
}
/* コース・料金ページ　料金体系
***************************************************************/
.price-structures {
  margin-block: 3.625rem 6.1875rem;
}

.price-structures-inner {
  justify-content: flex-start;
}

.price-structures-headding {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.75rem;
}

.price-structure {
  position: relative;
  gap: 6.125rem;
  margin-bottom: 2.9375rem;
}
.price-structure::before, .price-structure::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1B224C;
}
.price-structure::before {
  width: 2px;
  height: 1.6875rem;
}
.price-structure::after {
  height: 2px;
  width: 1.6875rem;
}
.price-structure__a-fee, .price-structure__m-fee {
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/90;
  background-color: #1B224C;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.price-structure-des {
  color: #1B224C;
  font-size: 1rem;
}

/* 料金表
***************************************************************/
.price {
  margin-bottom: 2.125rem;
}

.price-inner {
  justify-content: flex-start;
  overflow-x: initial;
}

.price-headding {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.js-scrollable {
  width: 100%;
  margin-top: clamp(30px, 7vw, 70px);
}

.price-items-container {
  width: 100%;
  gap: 7px;
  align-items: flex-end;
  padding-top: calc(2.25 * var(--p-fontSize));
  align-self: flex-start;
}

.price-item {
  flex: 1;
  color: #1B224C;
}
.price-item__head {
  width: 100%;
  height: calc(3.75 * var(--p-fontSize));
  background-color: #1B224C;
  color: #fff;
}
.price-item__head span {
  font-size: calc(1 * var(--p-fontSize));
  font-weight: 700;
  line-height: 1;
}
.price-item__body {
  width: 100%;
  min-height: calc(25.875 * var(--p-fontSize));
  border-right: 1px solid #1B224C;
  border-bottom: 1px solid #1B224C;
  border-left: 1px solid #1B224C;
  flex: 1;
}
.price-item__inner {
  width: calc(100% - (2.5 * var(--p-fontSize)));
  margin-inline: auto;
}
.price-item__price-wrapper {
  justify-content: flex-start;
  margin-block: calc(1.875 * var(--p-fontSize)) calc(2.5 * var(--p-fontSize));
}
.price-item__price {
  font-size: calc(1.5625 * var(--p-fontSize));
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(0.9375 * var(--p-fontSize));
  margin-left: calc(0.4375 * var(--p-fontSize));
}
.price-item__des.first {
  justify-content: center;
}
.price-item__des:not(:first-child) {
  justify-content: flex-start;
}
.price-item__des {
  margin-bottom: calc(0.9375 * var(--p-fontSize));
  align-items: flex-start;
}
.price-item__des-img {
  width: calc(0.875 * var(--p-fontSize));
  height: auto;
  aspect-ratio: 14/9;
  margin-right: calc(0.75 * var(--p-fontSize));
  margin-top: calc(0.4375 * var(--p-fontSize));
}
.price-item__des-p {
  font-size: calc(1 * var(--p-fontSize));
  line-height: 1.5;
}

.p-recommend .price-item__head {
  height: calc(6 * var(--p-fontSize));
  border: 1px solid #F5A623;
  background-color: #F5A623;
  margin-top: calc(-2.25 * var(--p-fontSize));
  flex-direction: column;
  gap: calc(1.375 * var(--p-fontSize));
}
.p-recommend .price-item__price {
  color: #F5A623;
}

@media screen and (max-width: 900px) {
  .price-items-container {
    width: calc(56.25 * var(--p-fontSize));
  }
}
@media screen and (max-width: 600px) {
  .price-structure {
    flex-direction: column;
  }
  .price-structure-des {
    width: min(500px, 100%);
  }
}
/* ブログ・ニュース共通
***************************************************************/
.pagination {
  margin-top: 7.1875rem;
  gap: 1.1875rem;
}

.pagination > .dots {
  font-size: 1rem;
  font-weight: 700;
}

.pagination > .page-numbers:not(.dots) {
  color: #1B224C;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #1B224C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination > .page-numbers.current {
  color: #fff;
  background: #1B224C;
}

/* ブログ アーカイブページ
***************************************************************/
.webp #blog-archive .fv {
  background-image: url("../images/blogfv.webp");
}

.no-webp #blog-archive .fv {
  background-image: url("../images/blogfv.jpg");
}

@media screen and (max-width: 799px) {
  .webp #blog-archive .fv {
    background-image: url("../images/blogfv.webp");
  }
  .no-webp #blog-archive .fv {
    background-image: url("../images/blogfv.jpg");
  }
}
#blog-archive .fv {
  background-position: center;
}

.blog {
  margin-top: 3.1875rem;
  margin-bottom: 2.8125rem;
}

.b-headding {
  font-size: 2rem;
  font-weight: 700;
}

.b-items-wrapper {
  width: 100%;
  align-items: flex-start;
  margin-top: 3.25rem;
  gap: 3.75rem;
}

.blog .article1__category {
  width: 80px;
  height: 28px;
}
.blog .article1__img-wrapper {
  margin-right: 3.1875rem;
  align-self: center;
}
.blog .article1__img {
  width: 15rem;
  height: 9.25rem;
}
.blog .article1__info {
  justify-content: flex-start;
  align-self: flex-start;
}
.blog .article1__time {
  font-size: 1rem;
  margin-top: -0.25rem;
  margin-bottom: 0.9375rem;
}
.blog .article1__link {
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
.blog .article1__headding {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}
.blog .article1__des {
  font-size: 1rem;
}

@media screen and (max-width: 684px) {
  .b-items-wrapper {
    width: min(500px, 90%);
    margin-inline: auto;
    gap: 90px;
  }
  .b-items-wrapper .article1 {
    width: 100%;
    position: relative;
    flex-direction: column;
  }
  .b-items-wrapper .article1__img-wrapper {
    width: 100%;
    margin-right: 0;
    align-self: center;
  }
  .b-items-wrapper .article1__img {
    height: auto;
  }
  .b-items-wrapper .article1__info {
    position: absolute;
    top: 0;
    left: 0;
  }
  .b-items-wrapper .article1__time {
    padding-left: 17.5rem;
    margin-bottom: 10px;
  }
  .b-items-wrapper .article1__headding {
    padding-left: 17.5rem;
  }
  .b-items-wrapper .article1__des {
    position: absolute;
    top: calc(max(11.1875rem, 100%) + 10px);
  }
}
@media screen and (max-width: 535px) {
  .b-items-wrapper .article1 {
    width: min(350px, 100%);
    margin-inline: auto;
    position: relative;
    flex-direction: column;
    gap: 1.875rem;
  }
  .b-items-wrapper .article1__img-wrapper {
    width: 100%;
  }
  .b-items-wrapper .article1__img {
    width: 100%;
  }
  .b-items-wrapper .article1__info {
    position: initial;
    top: 0;
    left: 0;
  }
  .b-items-wrapper .article1__time {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .b-items-wrapper .article1__headding {
    padding-left: 0;
  }
  .b-items-wrapper .article1__des {
    position: initial;
  }
}
/* お知らせ アーカイブページ
***************************************************************/
.webp #news-archive .fv {
  background-image: url("../images/newsfv.webp");
}

.no-webp #news-archive .fv {
  background-image: url("../images/newsfv.jpg");
}

@media screen and (max-width: 799px) {
  .webp #news-archive .fv {
    background-image: url("../imagesSP/newsfv.webp");
  }
  .no-webp #news-archive .fv {
    background-image: url("../imagesSP/newsfv.jpg");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .webp #news-archive .fv {
    background-image: url("../images/newsfv.webp");
  }
  .no-webp #news-archive .fv {
    background-image: url("../images/newsfv.jpg");
  }
}
#news-archive .fv {
  background-position: center;
}

.news {
  width: 90%;
  margin-inline: auto;
  margin-top: 3.125rem;
  margin-bottom: 2.8125rem;
}

.n-headding {
  font-size: 2rem;
  font-weight: 700;
  color: #1B224C;
}

.n-items-wrapper {
  width: 100%;
  margin-top: 2.375rem;
}

.n-item {
  width: 100%;
  padding-block: 1.25rem 1.3125rem;
  border-top: 1px solid #D5D5D5;
  font-size: 1rem;
}

.n-item:last-child {
  border-bottom: 1px solid #D5D5D5;
}

.n-item__time-wrapper {
  width: 8.5rem;
}

.n-item__time {
  color: #1B224C;
}

.n-item__content-wrapper {
  flex: 1;
}

.n-item__content-link {
  color: #1B224C;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* ブログ・お知らせ詳細ページ 共通
***************************************************************/
.single-blog-inner.inner1, .single-news-inner.inner1 {
  margin-top: 3.6875rem;
  margin-bottom: 4.3125rem;
}

.singular-content h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 1.875rem;
}

.singular-content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7272727273;
  margin-top: 1.9375rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.singular-content h3::before {
  display: block;
  content: "";
  width: 4px;
  height: 1.75rem;
  background-color: #1B224C;
}

.singular-content p {
  font-size: 1rem;
  margin-top: 1.875rem;
}

.singular-content blockquote {
  margin-top: 2.1875rem;
}
.singular-content blockquote p {
  background-color: #F8F8F8;
  padding: 2.1875rem 1.625rem 1.3125rem 0;
  margin-top: 0rem;
  display: flex;
  align-items: center;
}
.singular-content blockquote p::before {
  display: block;
  content: "“";
  height: 45px;
  color: #B4B4B4;
  font-size: 5.625rem;
  transform: translate(0, -17px);
  margin-inline: 1.0625rem 1.125rem;
}

.singular-content ul {
  margin-top: 2.1875rem;
}

.singular-content ul li {
  font-size: 1rem;
  margin-top: 0px;
  display: flex;
  padding-left: 2rem;
  position: relative;
}
.singular-content ul li::before {
  display: block;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 6px;
  background-color: #F5A623;
  position: absolute;
  top: 0.4375rem;
  left: 0.0625rem;
}

.singular-content p a {
  color: #F5A623;
  font-size: 1.125rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  display: inline-block;
  margin-top: 0.875rem;
}

/* ブログ詳細ページ
***************************************************************/
.single-blog-inner {
  width: min(90%, 900px);
  display: flex;
  gap: 2.25rem;
}

.sb-main-wrapper {
  width: min(590px, 65.5555555556%);
  color: #1B224C;
}

.sb-category {
  font-size: 12px;
  width: 110px;
  height: 31px;
  background-color: #1B224C;
  color: #fff;
  margin-bottom: 1.75rem;
}

.sb-headding1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

.sb-shareAndTime-wrapper {
  justify-content: space-between;
  margin-bottom: 1.1875rem;
}

.sb-share {
  font-size: 10px;
  font-weight: 700;
  gap: 4px;
}

.fb-like-wrapper {
  width: 81px;
  height: 20px;
  overflow: hidden;
}

.facebook-share__link {
  color: #fff;
  width: 44px;
  height: 20px;
  background-color: #305097;
  border-radius: 4px;
}
.facebook-share__text {
  margin-bottom: -1px;
}

.twitter {
  width: 69px;
  height: 20px;
  background-color: #00ACED;
  border-radius: 4px;
  gap: 2px;
}

.twitter__icon {
  width: 11px;
  height: 9px;
  transform: translateY(1px);
}

.twitter__link {
  color: #fff;
  transform: translateY(1px);
}

.sb-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 590/370;
}

.sb-main > .noimage {
  width: 100%;
  height: auto;
  aspect-ratio: 590/370;
  background-color: rgb(213, 213, 213);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-recommend {
  margin-top: 3.4375rem;
}

.b-recommend-headding {
  font-size: 1.625rem;
  font-weight: bold;
}

.b-recommend-body-wrapper {
  margin-top: 1.625rem;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.75rem;
}

.b-recommend-article__img-wrapper {
  margin-right: 2rem;
}
.b-recommend-article__img {
  width: 13.125rem;
  height: 8rem;
}
.b-recommend-article__info {
  justify-content: flex-start;
  gap: 1.25rem;
}
.b-recommend-article__time {
  font-size: 1rem;
}
.b-recommend-article__headding {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}

.sidebar {
  width: 16.8125rem;
  justify-content: flex-start;
}

.sidebar-articles {
  width: 100%;
  margin-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.sidebar-heads {
  color: #fff;
  background-color: #1B224C;
  align-items: center;
  font-size: 1.3125rem;
  font-weight: 700;
  width: 100%;
  height: auto;
  aspect-ratio: 269/63;
  display: flex;
  justify-content: center;
}

.sidebar-article {
  display: flex;
  gap: 1.0625rem;
}
.sidebar-article__ttl {
  font-size: 12px;
  color: #1B224C;
}
.sidebar-article__link {
  display: flex;
  gap: 1.0625rem;
}

.sidebar-article-container {
  justify-content: flex-start;
  gap: 1.875rem;
}

.sidebar-article figure {
  line-height: 0;
}
.sidebar-article__image {
  width: 100px;
  height: 70px;
}
.sidebar-article__ttl {
  font-size: 12px;
}

.sidebar-article1-noimage {
  background-color: lightgray;
  color: #fff;
}

.sidebar-categories-wrapper {
  width: 100%;
}

.sidebar-categories {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sidebar-category__name {
  color: #1B224C;
  font-size: 1rem;
  font-weight: 700;
  justify-content: flex-start;
}
.sidebar-category__name::before {
  display: block;
  content: "・";
}

@media screen and (max-width: 767px) {
  .single-blog-inner {
    flex-direction: column;
    gap: 70px;
  }
  .sb-main-wrapper {
    width: 100%;
  }
  .b-recommend-article {
    margin-inline: 0;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar-articles {
    gap: 2rem;
  }
  .sidebar-heads {
    width: 15rem;
  }
  .sidebar-article-container {
    margin-right: 2rem;
  }
  .sidebar-article {
    width: 100%;
  }
  .sidebar-article__link {
    gap: 2rem;
  }
  .sidebar-article__image {
    width: 13.125rem;
    height: 8rem;
  }
  .sidebar-article__ttl {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1B224C;
    text-underline-offset: 2px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .sidebar-category__name {
    font-size: 1rem;
  }
}
/* お知らせ詳細ページ
***************************************************************/
.single-news-inner.inner1 {
  width: min(90%, 900px);
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}

.sn-headding {
  font-size: 1.75rem;
  font-weight: 700;
}

.sn-time-wrapper {
  width: 100%;
  margin-top: 2.4375rem;
  margin-bottom: 2.8125rem;
  display: flex;
  justify-content: space-between;
}
.sn-time-wrapper::before {
  display: block;
  content: "";
}

.sb-time {
  color: #1B224C;
  font-size: 1rem;
}

.sn-main img {
  width: 400px;
  height: auto;
  aspect-ratio: 400/250;
}

.sn-main h3 {
  margin-top: 2.3125rem;
}

.sn-main blockquote p {
  padding-top: 1.8125rem;
}

.sn-main img {
  margin-top: 0.375rem;
}

.sn-main ul {
  margin-top: 1.5rem;
}

.sn-main p a {
  margin-top: 0;
}

/* お問い合わせ・資料請求ページ
***************************************************************/
.contact {
  margin-top: 3.75rem;
}

.c-preForm {
  font-size: 1rem;
  margin-bottom: 2.8125rem;
  color: #1B224C;
}

.wpcf7-form {
  color: #1B224C;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3125rem;
}
.wpcf7-form > label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.wpcf7-form > label > span {
  display: inline-block;
  width: 100%;
  margin-top: 0.1875rem;
}

.wpcf7-text {
  width: 100%;
  height: 3.125rem;
  border: 1px solid #1B224C;
  padding: 1rem 1.25rem;
}
.wpcf7-text::-moz-placeholder {
  font-size: 12px;
  color: #B4B4B4;
}
.wpcf7-text::placeholder {
  font-size: 12px;
  color: #B4B4B4;
}

.spcf7-email {
  width: 100%;
  height: 3.125rem;
  border: 1px solid #1B224C;
  padding: 1rem 1.25rem;
}
.spcf7-email::-moz-placeholder {
  font-size: 12px;
  color: #B4B4B4;
}
.spcf7-email::placeholder {
  font-size: 12px;
  color: #B4B4B4;
}

.wpcf7-radio-box-headding {
  margin-bottom: 0.8125rem;
}
.wpcf7-radio-box-headding > span {
  font-weight: bold;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
  position: relative;
}
.wpcf7-radio input {
  opacity: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.wpcf7-radio .wpcf7-list-item-label {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #707070;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 10px;
  border: 1px solid #1B224C;
  background-color: #1B224C;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7-form .wpcf7-textarea {
  margin-top: 0.1875rem;
}

.wpcf7-textarea {
  width: 100%;
  height: 15rem;
  resize: none;
  padding: 1.25rem;
  border: 1px solid #1B224C;
  margin-bottom: -0.125rem;
}
.wpcf7-textarea::-moz-placeholder {
  font-size: 12px;
  color: #B4B4B4;
}
.wpcf7-textarea::placeholder {
  font-size: 12px;
  color: #B4B4B4;
}

.c-privacyPolicy {
  align-self: center;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.c-privacyPolicy span {
  color: #F5A623;
  text-decoration: underline;
}

span[data-name=checkbox-215] {
  text-align: center;
  margin-bottom: 1.4375rem;
}
span[data-name=checkbox-215] .wpcf7-list-item {
  margin-left: 0;
  position: relative;
}
span[data-name=checkbox-215] input {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  margin-right: 0.9375rem;
}
span[data-name=checkbox-215] .wpcf7-list-item-label::before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
span[data-name=checkbox-215] input:checked + .wpcf7-list-item-label::after {
  display: block;
  content: "";
  width: 0.5rem;
  height: 1rem;
  border-right: 0.25rem solid #1B224C;
  border-bottom: 0.25rem solid #1B224C;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -60%) rotate(45deg);
}

input[type=submit] {
  color: #fff;
  background-color: #1B224C;
  width: 12.5rem;
  height: auto;
  aspect-ratio: 200/50;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  align-self: center;
  margin-bottom: 4.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.thanks__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1B224C;
}
.thanks__txt {
  margin-top: 5.1875rem;
  margin-bottom: 5.3125rem;
  font-size: 1rem;
  white-space: pre-line;
  text-align: center;
}
.thanks__return {
  font-size: 1rem;
  margin-bottom: 5.125rem;
  text-decoration: underline;
  color: #1B224C;
}
/*# sourceMappingURL=style.css.map */