@charset "UTF-8";
hr {
  padding-top: 30px;
  border: none;
}
@media screen and (max-width: 600px) {
  hr {
    padding-top: 15px;
  }
}

.global-ttlWrap {
  position: relative;
  z-index: 0;
  height: 600px;
  display: flex;
  flex-direction: column;
}
.global-ttlWrap::before {
  position: absolute;
  content: "";
  background: rgba(89, 85, 85, 0.45);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap::before {
    background: rgba(89, 85, 85, 0.65);
  }
}
@media screen and (max-width: 1440px) {
  .global-ttlWrap {
    height: min(500px, 35vw);
  }
}
@media screen and (max-width: 960px) {
  .global-ttlWrap {
    height: 90vw;
  }
}
.global-ttlWrap._strength {
  background: url(../images/ttl_strength_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._strength {
    background: url(../images/ttl_strength_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._about {
  background: url(../images/ttl_about_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._about {
    background: url(../images/ttl_about_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._english-student {
  background: url(../images/ttl_english-student_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._english-student {
    background: url(../images/ttl_english-student_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._english-adult {
  background: url(../images/ttl_english-adult_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._english-adult {
    background: url(../images/ttl_english-adult_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._french-adult {
  background: url(../images/ttl_french-adult_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._french-adult {
    background: url(../images/ttl_english-adult_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._writing {
  background: url(../images/ttl_writing_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._writing {
    background: url(../images/ttl_writing_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._course-info {
  background: url(../images/ttl_course-info_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._course-info {
    background: url(../images/ttl_course-info_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._faq {
  background: url(../images/ttl_faq_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._faq {
    background: url(../images/ttl_faq_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._recruit {
  background: url(../images/ttl_recruit_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._recruit {
    background: url(../images/ttl_recruit_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._news {
  background: url(../images/ttl_news_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._news {
    background: url(../images/ttl_news_sp.webp) no-repeat center/cover;
  }
}
.global-ttlWrap._contact {
  background: url(../images/ttl_contact_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap._contact {
    background: url(../images/ttl_contact_sp.webp) no-repeat center/cover;
  }
}

.global-ttlWrap-inner {
  margin-top: auto;
  padding-block: 0 4rem;
  padding-left: 4rem;
  border-left: 7px solid #B3193F;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap-inner {
    width: 100%;
    padding-block: 0 2rem;
    padding-left: 1.5rem;
    border-left: 5px solid #B3193F;
  }
}

.global-ttl {
  line-height: 1.2;
  color: white;
}

.global-ttl-en {
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: clamp(1.3rem, 1.218rem + 0.36vw, 1.8rem);
  display: inline-block;
  padding-left: 1em;
}
.global-ttl-en::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: 0.6rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 0.5rem;
}

.global-ttl-ja {
  font-size: clamp(2.4rem, 2.04rem + 1.6vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.6rem;
  display: block;
  margin-block: 0.75rem 0;
}
@media screen and (max-width: 960px) {
  .global-ttl-ja {
    margin-block: 0.5rem 0;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .global-ttl-ja {
    font-size: 6.75vw;
  }
}

.global-ttl-description {
  margin-block: 1rem 0;
  font-size: clamp(1.4rem, 1.302rem + 0.44vw, 2rem);
  letter-spacing: clamp(0.05rem, 0.009rem + 0.18vw, 0.3rem);
  color: white;
  text-align: left;
  display: inline-block;
}

.global-txt {
  font-size: clamp(1.5rem, 1.431rem + 0.31vw, 1.8rem);
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 600px) {
  .global-txt {
    line-height: 2;
  }
}

.content-ttl {
  color: #B3193F;
  font-size: clamp(1.8rem, 1.569rem + 1.03vw, 2.8rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .content-ttl {
    margin-bottom: 2rem;
  }
}

.content-sub-ttl {
  position: relative;
  font-size: clamp(1.6rem, 1.567rem + 0.15vw, 1.8rem);
  letter-spacing: 0.4rem;
  font-family: "Noto Sans JP";
  margin-block: 0 2rem;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .content-sub-ttl {
    margin-block: 0 1.5rem;
  }
}
.content-sub-ttl::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: 0.6rem;
  top: clamp(0.8rem, 0.784rem + 0.07vw, 0.9rem);
  left: 0;
  transform: none;
  margin-right: 0.5rem;
}

.content_block .content-ttl {
  text-align: left;
}
.content_block .sub-txt {
  font-family: "Noto Sans JP";
  line-height: 1.8;
  font-weight: 500;
  color: #404040;
  margin-block: 1.5rem;
}

.content_list {
  font-family: "Noto Sans JP";
  border-right: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  display: grid;
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 960px) {
  .content_list {
    grid-template-columns: 1fr 2.5fr;
  }
}
.content_list ._link {
  font-weight: 600;
  color: #B3193F;
  text-decoration: underline;
}
.content_list ._link:hover {
  text-decoration: none;
}
.content_list dt,
.content_list dd {
  padding: 1.5rem;
  border: solid #B3B3B3;
  border-width: 1px 0 0 1px;
}
@media screen and (max-width: 960px) {
  .content_list dt,
  .content_list dd {
    padding: 1rem;
  }
}
.content_list dt {
  font-weight: 500;
  background: #F1EEE9;
  display: flex;
  align-items: center;
}
.content_list dt._red {
  background: #B3193F;
  color: white;
}
.content_list dd._red {
  font-size: clamp(1.6rem, 1.535rem + 0.29vw, 2rem);
  color: #B3193F;
  font-weight: 700;
}
.content_list dd._red .small-txt {
  display: inline-block;
  font-size: clamp(1.4rem, 1.367rem + 0.15vw, 1.6rem);
  color: #000;
  font-weight: 400;
}

.content_list-txt {
  margin-block: 0 1.5rem;
}

.dispatch_list-txt {
  text-indent: -1em;
  padding-left: 1em;
}

.check_area {
  background: #F1EEE9;
  padding: 3rem 2rem;
  text-align: center;
  margin-block: 0 3rem;
}

.check_list {
  display: inline-block;
  font-family: "Noto Sans JP";
  color: #404040;
  font-size: clamp(1.5rem, 1.451rem + 0.22vw, 1.8rem);
  font-weight: 600;
  text-align: left;
}

.check_list-item {
  position: relative;
  padding-left: 2em;
  margin-block: 0 0.75rem;
}
.check_list-item::before {
  position: absolute;
  content: "";
  background: url(../images/check_icon.svg) no-repeat center/contain;
  width: 1.25em;
  aspect-ratio: 25/23;
  left: 0;
  top: 0.5rem;
}

.check-txt {
  font-size: clamp(1.5rem, 1.451rem + 0.22vw, 1.8rem);
  position: relative;
  margin-block: 0.5em 0;
  padding-block: 1.5em 0;
  font-weight: 700;
  color: #B3193F;
  font-family: "Noto Sans JP";
}
.check-txt::before {
  position: absolute;
  content: "";
  background: url(../images/arrows_btm.svg) no-repeat center/contain;
  width: 1em;
  aspect-ratio: 17/14;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.check-txt span {
  font-weight: 800;
  font-size: clamp(2rem, 1.967rem + 0.15vw, 2.2rem);
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .check-txt span {
    margin-block: 0.25rem 0;
  }
}

.check_area--singlecol {
  margin-top: 5rem;
  padding: 3rem 6rem;
}
@media screen and (max-width: 960px) {
  .check_area--singlecol {
    margin-top: 3rem;
    padding: 2rem;
  }
}
.check_area--singlecol .check_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 3rem;
}
@media screen and (max-width: 960px) {
  .check_area--singlecol .check_list {
    grid-template-columns: 1fr;
  }
}

.check-sub-txt {
  color: #B3193F;
  font-family: "Noto Sans JP";
  font-weight: 800;
  text-align: left;
  margin-block: 1.5rem;
}
@media screen and (max-width: 960px) {
  .check-sub-txt {
    margin-block: 1rem;
  }
}

.line-ttl {
  font-size: clamp(1.8rem, 1.636rem + 0.73vw, 2.8rem);
  font-weight: 600;
  padding-left: 0.75em;
  font-family: "Noto Sans JP";
  position: relative;
  border-bottom: 1px solid #B3193F;
  margin-block: 0 4rem;
  padding-block: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .line-ttl {
    margin-block: 0 3rem;
  }
}
.line-ttl::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: clamp(0.6rem, 0.535rem + 0.29vw, 1rem);
  top: 2.5rem;
  left: 0;
  transform: none;
}
@media screen and (max-width: 960px) {
  .line-ttl::before {
    position: absolute;
    content: "■";
    color: #B3193F;
    font-size: clamp(0.6rem, 0.535rem + 0.29vw, 1rem);
    top: 2.75rem;
    left: 0;
    transform: translateY(-50%);
  }
}
.line-ttl::after {
  position: absolute;
  content: "";
  width: 10em;
  height: 5px;
  background: #B3193F;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .line-ttl::after {
    width: 5em;
  }
}

.bg-ttl {
  font-size: clamp(1.7rem, 1.553rem + 0.65vw, 2.6rem);
  font-weight: 600;
  font-family: "Noto Sans JP";
  color: #B3193F;
  background: #F1EEE9;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 960px) {
  .bg-ttl {
    padding: 0.75rem 1.5rem;
  }
}

.border-txt {
  margin-block: 2rem;
  font-family: "Noto Sans JP";
  border: 1px solid #B3193F;
  color: #B3193F;
  padding: 1rem 2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .border-txt {
    padding: 1rem 1.5rem;
  }
}

.anchor-nav {
  position: relative;
  z-index: 9000;
  padding-block: 4rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 960px) {
  .anchor-nav {
    padding-block: 2rem;
  }
}

.anchor-nav.is-fixed {
  position: fixed;
  top: var(--anchor-nav-top, 75px);
  left: 0;
  right: 0;
  width: 100%;
  padding-block: 1.5rem;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
}

.anchor-nav-placeholder {
  height: 0;
}

.anchor-nav_ttl {
  font-weight: 500;
  color: #404040;
  font-family: "Noto Sans JP";
  position: relative;
  display: block;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  text-align: left;
  font-size: inherit;
  padding: 0 0 0 1em;
  margin-block: 0 1em;
}
.anchor-nav_ttl::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: clamp(0.6rem, 0.535rem + 0.29vw, 1rem);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.anchor-nav_list {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  gap: 2rem 4rem;
}
@media screen and (max-width: 960px) {
  .anchor-nav_list {
    gap: 1.5rem 3rem;
  }
}

@media screen and (max-width: 960px) {
  .anchor-nav.is-fixed .anchor-nav_ttl {
    margin: 0;
    padding-right: 3rem;
    cursor: pointer;
  }
  .anchor-nav.is-fixed .anchor-nav_ttl::after {
    position: absolute;
    content: "";
    background: url(../images/arrows_down.svg) no-repeat center/contain;
    width: 1.2rem;
    height: 0.8rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  }
  .anchor-nav.is-fixed .anchor-nav_list {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .anchor-nav.is-fixed.is-open .anchor-nav_ttl::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .anchor-nav.is-fixed.is-open .anchor-nav_list {
    max-height: 500px;
    opacity: 1;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(179, 179, 179, 0.7);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .anchor-nav.is-fixed.is-open .anchor-nav_item a {
    display: block;
    padding-block: 0.8rem;
  }
}
.anchor-nav_item a {
  position: relative;
  padding-right: 1.5em;
  color: #B3193F;
  font-weight: 500;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.anchor-nav_item a::before {
  position: absolute;
  content: "→";
  width: 1em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.anchor-nav_item a:hover {
  opacity: 0.5;
}
.anchor-nav_item a:hover::before {
  right: -0.5rem;
}

/** 左側画像のレイアウト **/
@media screen and (max-width: 960px) {
  .layout-a {
    flex-direction: column-reverse;
  }
}
.layout-a .l_box {
  width: 100%;
  margin-left: calc(50% - 50vw);
}
.layout-a .l_box img {
  aspect-ratio: 762/694;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .layout-a .l_box {
    margin-top: 2rem;
    max-width: 100vw;
    width: auto;
  }
}
.layout-a .r_box {
  width: 100%;
  padding: 0 0 0 6vw;
}
@media screen and (max-width: 960px) {
  .layout-a .r_box {
    padding: 0;
  }
}

/** 右側画像のレイアウト **/
.layout-b .l_box {
  width: 100%;
  padding: 0 7vw 0 0;
}
@media screen and (max-width: 960px) {
  .layout-b .l_box {
    padding: 0;
  }
}
.layout-b .r_box {
  width: 100%;
  margin-right: calc(50% - 50vw);
}
.layout-b .r_box img {
  aspect-ratio: 762/694;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .layout-b .r_box {
    margin-top: 2rem;
    width: 100vw;
  }
}

.bold {
  font-weight: 700;
}

.subat {
  font-family: "Noto Sans JP";
  color: #595555;
  font-size: clamp(1.3rem, 1.277rem + 0.1vw, 1.4rem);
  letter-spacing: 0;
}
.subat span {
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .news_list {
    gap: 3em 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .news_list li {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .news_list-ttl {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .news_list-date {
    font-size: 1.2rem;
    margin-block: 1rem 0;
  }
}

/** ページネーション **/
.pagination__list {
  margin-top: 5rem;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 960px) {
  .pagination__list {
    margin-top: 4rem;
  }
}

.pagination__item {
  color: #909090;
  font-size: 1.6rem;
  font-weight: 700;
}
.pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 0.5rem 1rem;
  color: #B3193F;
  background: white;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .pagination__item a {
    font-size: 1.4rem;
    min-width: 3rem;
    min-height: 3rem;
  }
}
.pagination__item a:hover, .pagination__item.active a {
  color: white;
  background: #B3193F;
  border-color: #B3193F;
}

.pagination__item--prev a,
.pagination__item--next a {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  padding: 1rem;
}
.pagination__item--prev a img,
.pagination__item--next a img {
  min-width: 0.8rem;
}
.pagination__item--prev a:hover,
.pagination__item--next a:hover {
  background: none;
  opacity: 0.6;
}

.pagination__item--prev {
  margin-right: 1.5rem;
}
@media screen and (max-width: 960px) {
  .pagination__item--prev {
    margin-right: 1rem;
  }
}

.pagination__item--next {
  transform: scaleX(-1);
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .pagination__item--next {
    margin-left: 1rem;
  }
}

.detail {
  font-family: "Noto Sans JP";
}

.detail-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.detail-head .detail-date {
  margin: 0;
}

.detail-ttl {
  font-size: clamp(2.2rem, 2.069rem + 0.58vw, 3rem);
  font-weight: 500;
  text-align: left;
  padding: 0 0 0.75em;
  border-bottom: 1px solid #909090;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .detail-ttl {
    margin-bottom: 3rem;
  }
}

.detail_block {
  margin-block: 0 8rem;
}
@media screen and (max-width: 960px) {
  .detail_block {
    margin-block: 0 5rem;
  }
}
.detail_block p {
  margin-block: 1em;
  line-height: 2;
}
.detail_block img {
  margin-block: 1.5em;
}

.strength-points {
  background: #F1EEE9;
  padding: 6rem 8rem;
  margin-block: 4rem 0;
}
@media screen and (max-width: 960px) {
  .strength-points {
    padding: 4rem;
    margin-block: 2rem 0;
  }
}
@media screen and (max-width: 480px) {
  .strength-points {
    padding: 3rem 2rem;
  }
}

.strength-point-ttl {
  font-size: clamp(1.6rem, 1.502rem + 0.44vw, 2.2rem);
  line-height: 1.8;
  text-indent: -1.25em;
  padding-left: 1.25em;
  color: #B3193F;
  margin-block: 0 0.5rem;
}
@media screen and (max-width: 960px) {
  .strength-point-ttl {
    line-height: 1.5;
    margin-block: 0 1rem;
  }
}

.strength-point-list {
  padding-left: 2em;
}
@media screen and (max-width: 960px) {
  .strength-point-list {
    padding-left: 0;
  }
}

.strength-point-item {
  position: relative;
  font-family: "Noto Sans JP";
  font-size: clamp(1.4rem, 1.351rem + 0.22vw, 1.7rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  padding-left: 0.75em;
}
@media screen and (max-width: 960px) {
  .strength-point-item {
    margin-block: 0 0.75rem;
  }
}
.strength-point-item::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: 0.6rem;
  top: 0.8rem;
  left: 0;
  transform: auto;
  margin-right: 0.5rem;
}

.strength-point {
  margin-block: 0 2rem;
}
@media screen and (max-width: 960px) {
  .strength-point {
    margin-block: 0 2.5rem;
  }
}

.strength-numbers-heading {
  font-size: clamp(1.6rem, 1.502rem + 0.44vw, 2.2rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  text-align: center;
}
.strength-numbers-heading ._red {
  color: #B3193F;
}

.strength-numbers-txt {
  margin-block: 2.5rem;
}
@media screen and (max-width: 960px) {
  .strength-numbers-txt {
    margin-block: 2rem 3rem;
  }
}

.strength-numbers {
  font-family: "Noto Sans JP";
  border-right: 5px solid #B3193F;
  border-bottom: 5px solid #B3193F;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
}
.strength-numbers ._01 {
  grid-area: 1/1/2/2;
}
.strength-numbers ._02 {
  grid-area: 1/2/2/4;
}
.strength-numbers ._03 {
  grid-area: 2/1/3/2;
}
.strength-numbers ._04 {
  grid-area: 2/2/3/3;
}
.strength-numbers ._05 {
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 960px) {
  .strength-numbers {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .strength-numbers .strength-numbers-item {
    grid-area: auto;
  }
}

.strength-numbers-item {
  border-top: 5px solid #B3193F;
  border-left: 5px solid #B3193F;
  display: flex;
  flex-direction: column;
}

.strength-numbers-subitem-list {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .strength-numbers-subitem-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1rem;
  }
}

.strength-numbers-ttl {
  font-size: clamp(2rem, 1.935rem + 0.29vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.4rem;
  color: #B3193F;
  background: #F1EEE9;
  text-align: center;
  padding-block: 1rem;
}
@media screen and (max-width: 960px) {
  .strength-numbers-ttl {
    letter-spacing: 0.3rem;
  }
}

.strength-numbers-img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .strength-numbers-img img {
    height: 50px;
  }
}

.strength-numbers-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  flex: 1;
}

.strength-numbers-desc {
  color: #909090;
  font-size: 1.4rem;
  font-weight: 500;
  margin-block: 0 1rem;
}

.strength-numbers-note {
  color: #404040;
  font-weight: 500;
  margin-block: 1.5rem 0;
}

.strength-numbers-txt {
  line-height: 1.6;
  font-family: "Noto Sans JP";
  color: #404040;
  width: min(750px, 90%);
  margin-inline: auto;
}

.strength-pls-block {
  font-family: "Noto Sans JP";
  display: flex;
  margin-block: 5rem 0;
}
@media screen and (max-width: 960px) {
  .strength-pls-block {
    flex-direction: column-reverse;
    margin-block: 2rem 0;
  }
}

.strength-pls-box {
  flex: 1;
  margin-inline: 0 6rem;
}
@media screen and (max-width: 960px) {
  .strength-pls-box {
    margin-inline: 0;
    margin-block: 0 1rem;
  }
}

.strength-pls-ttl {
  font-size: clamp(1.6rem, 1.502rem + 0.44vw, 2.2rem);
  font-weight: 600;
  position: relative;
  padding-left: 1em;
  margin-block: 0 1.5rem;
}
@media screen and (max-width: 960px) {
  .strength-pls-ttl {
    margin-block: 1.5rem 0.5rem;
  }
}
.strength-pls-ttl::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: clamp(0.6rem, 0.535rem + 0.29vw, 1rem);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 0.5rem;
}

.strength-pls-txt {
  color: #404040;
  line-height: 1.8;
}

.strength-pls-img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .strength-pls-img {
    width: 100%;
  }
}
.strength-pls-img img {
  width: 100%;
}

.strength-pls-features-ttl {
  font-weight: 500;
  font-family: "Noto Sans JP";
  margin-block: 5rem 1rem;
}
@media screen and (max-width: 960px) {
  .strength-pls-features-ttl {
    text-align: center;
    margin-block: 3rem 1.5rem;
  }
}

.strength-pls-features-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .strength-pls-features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .strength-pls-features-list {
    width: 80%;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}

.strength-pls-feature-item {
  background: #F1EEE9;
  padding: 3rem 4rem;
}
@media screen and (max-width: 960px) {
  .strength-pls-feature-item {
    padding: 2.5rem;
  }
}

.strength-pls-feature-desc {
  font-size: clamp(1.8rem, 1.767rem + 0.15vw, 2rem);
  font-weight: 800;
  text-align: center;
  color: #B3193F;
  margin-block: 0 1rem;
}

.strength-pls-feature-txt {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  color: #404040;
  letter-spacing: 0.05rem;
}

.about-access-txt {
  font-family: "Noto Sans JP";
  color: #404040;
  margin-block: 3rem 2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.about-access-txt span {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
}

.course_content .content_block {
  margin-block: 0 6rem;
}
@media screen and (max-width: 960px) {
  .course_content .content_block {
    margin-block: 0 3rem;
    flex-direction: column-reverse;
  }
}
.course_content .l_box {
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .course_content .r_box {
    margin-block: 0 1.5rem;
  }
}
.course_content .r_box img {
  aspect-ratio: 800/482;
}
.course_content .l_box-inner {
  margin-right: 5vw;
}
@media screen and (max-width: 960px) {
  .course_content .l_box-inner {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .course_content .content_list {
    grid-template-columns: 1fr;
  }
}
.course_content .content_list dt {
  text-wrap: nowrap;
  font-weight: 700;
}

.course-txt {
  font-family: "Noto Sans JP";
  margin-block: 0 2rem;
}
.course-txt span {
  font-family: "Noto Serif JP";
  display: block;
  font-size: clamp(1.6rem, 1.535rem + 0.29vw, 2rem);
  font-weight: 700;
  color: #B3193F;
  margin-block: 0 0.5rem;
}

.course-other-block {
  margin-block: 0 5rem;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .course-other-block {
    margin-block: 0 3rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  .course-other-block .r_box {
    margin-top: 1rem;
  }
}

.txt_area {
  font-family: "Noto Sans JP";
  padding: 2rem;
}
@media screen and (max-width: 960px) {
  .txt_area {
    padding: 2rem 0 0;
  }
}

.course-table {
  font-family: "Noto Sans JP";
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}
.course-table._center td {
  text-align: center;
}
.course-table._beige .course-table__head {
  background: #F1EEE9;
}
.course-table ._bold {
  font-weight: 600;
}
.course-table th,
.course-table td {
  text-align: left;
  padding: 1rem;
  margin: 0;
  border-spacing: 0;
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
}
@media screen and (max-width: 960px) {
  .course-table th,
  .course-table td {
    font-size: 1.2rem;
  }
}
.course-table td:nth-child(1),
.course-table td:nth-child(2),
.course-table th:nth-child(1),
.course-table th:nth-child(2) {
  white-space: nowrap;
}

.course-table__head {
  background: #F6F6F6;
}

.free {
  display: inline-block;
  font-size: clamp(1.1rem, 1.035rem + 0.29vw, 1.5rem);
  line-height: 1.8;
  color: #B3193F;
  border: 1px solid #B3193F;
  padding: 0 1rem;
  margin-inline: 1em 0;
  margin-block: 0 0.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .free {
    padding: 0 0.5rem;
    margin-inline: 0.5em 0;
  }
}

.course-subat {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP";
  color: #404040;
}
@media screen and (max-width: 960px) {
  .course-subat {
    margin-top: 1rem;
  }
}

.writing_top.layout-b .l_box {
  padding: 0 4vw 0 0;
}
@media screen and (max-width: 960px) {
  .writing_top.layout-b .l_box {
    padding: 0;
  }
}
.writing_top.layout-b .r_box {
  margin: auto;
}
@media screen and (max-width: 960px) {
  .writing_top.layout-b .r_box {
    width: auto;
  }
}
.writing_top.layout-b .r_box img {
  aspect-ratio: auto;
}

.course-ttl {
  font-weight: 700;
  font-family: "Noto Sans JP";
  margin-block: 3rem 0.5rem;
}

.course-gray-txt {
  font-family: "Noto Sans JP";
  color: #404040;
}
.course-gray-txt span {
  display: block;
  font-weight: 600;
  margin-block: 1rem;
}

.faq_content .line-ttl {
  margin-block: 0 5rem;
}
@media screen and (max-width: 960px) {
  .faq_content .line-ttl {
    margin-block: 0 3rem;
  }
}
@media screen and (max-width: 960px) {
  .faq_content .sm-inner {
    width: 100%;
  }
}

.qa_list {
  margin-block: 0 3rem;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 960px) {
  .qa_list {
    margin-block: 0 1.5rem;
  }
}

.q-txt,
.a-txt {
  display: flex;
  padding: 3rem;
  border: 2px solid #B3B3B3;
}
@media screen and (max-width: 960px) {
  .q-txt,
  .a-txt {
    padding: 1.5rem;
  }
}
.q-txt span,
.a-txt span {
  font-size: clamp(1.8rem, 1.767rem + 0.15vw, 2rem);
  font-weight: 700;
  margin-inline: 0 1rem;
  line-height: 1;
}

.q-txt {
  letter-spacing: clamp(0.1rem, 0.092rem + 0.04vw, 0.15rem);
  font-weight: 700;
  border-bottom: none;
}
.q-txt span {
  color: #909090;
}

.a-txt {
  line-height: 1.6;
  background: #F6F6F6;
}
.a-txt span {
  color: #B3193F;
}

.recruit_box {
  text-align: center;
}

.recruit-top-ttl {
  font-size: clamp(1.6rem, 1.567rem + 0.15vw, 1.8rem);
  font-weight: 600;
  font-family: "Noto Sans JP";
  margin-block: 0 2rem;
}

.recruit-top-en-txt {
  font-size: clamp(1.8rem, 1.604rem + 0.87vw, 3rem);
  font-weight: 600;
  line-height: 1.6;
  color: #B3193F;
}

.recruit-top-ja-txt {
  font-family: "Noto Sans JP";
  font-size: clamp(1.5rem, 1.418rem + 0.36vw, 2rem);
  color: #B3193F;
  font-weight: 500;
  margin-block: 1.5rem 0;
}

.recruit-img {
  display: inline-block;
  margin-block: 5rem;
}
@media screen and (max-width: 960px) {
  .recruit-img {
    margin-block: 3rem;
  }
}

.recruit-ttl {
  font-size: clamp(1.8rem, 1.767rem + 0.15vw, 2rem);
  letter-spacing: 0.3rem;
  font-weight: 800;
  text-align: center;
  margin-block: 0 1.5rem;
}
@media screen and (max-width: 600px) {
  .recruit-ttl {
    line-height: 1.6;
  }
}

.recruit-txt {
  font-size: clamp(1.4rem, 1.335rem + 0.29vw, 1.8rem);
  line-height: 2.2;
}
@media screen and (max-width: 600px) {
  .recruit-txt {
    text-align: left;
  }
}

.recruit-section .content-ttl {
  text-align: left;
}
.recruit-section .flex {
  gap: 4rem;
}

.recruit-sub-ttl {
  position: relative;
  font-family: "Noto Sans JP";
  font-size: clamp(1.4rem, 1.335rem + 0.29vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-left: 1em;
}
.recruit-sub-ttl::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: 0.7rem;
  top: clamp(0.8rem, 0.784rem + 0.07vw, 0.9rem);
  left: 0;
  transform: none;
}

/** メールフォーム **/
.form {
  padding-inline: 10%;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .form {
    padding-inline: 0;
  }
}
.form a {
  color: #B3193F;
  text-decoration: underline;
}
.form a:hover {
  text-decoration: none;
}
.form .content-txt {
  margin-bottom: 1em;
}

.input-sub-txt {
  color: #404040;
  font-weight: 400;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}

.form-txt {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.4rem, 1.335rem + 0.29vw, 1.8rem);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .form-txt {
    text-align: left;
    line-height: 1.6;
  }
}
.form-txt._red {
  color: #B3193F;
}
.form-txt._top {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
}

.form-select-txt {
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  margin-block: 1.5rem 0.5rem;
}
.form-select-txt::before {
  position: absolute;
  content: "■";
  color: #B3193F;
  font-size: 0.7rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.form-table {
  font-family: "Noto Sans JP";
  width: 100%;
}
.form-table .form-header {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  line-height: 1.6;
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 600px) {
  .form-table .form-header {
    line-height: 1.5;
  }
}
.form-table .form-header small {
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-weight: 400;
  padding: 0 0 0 0.5em;
}
.form-table .form-select {
  border: 1px solid #909090;
  height: 3em;
  width: 100%;
  font-weight: 500;
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrows_down.svg") no-repeat right 1.25em center;
  background-size: 12px;
  border-radius: 5px;
  padding: 0 1em;
}
.form-table .form-select:focus {
  outline: none;
  border: 1px solid #B3193F;
}
.form-table .form-conditional-input {
  margin-top: 1rem;
}
.form-table .form-data {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.form-table .form-data input[type=text].datepicker {
  width: 250px;
  margin-bottom: 0.5em;
}
.form-table .form-data input[type=text],
.form-table .form-data input[type=tel] {
  width: 100%;
  border-radius: 0;
  border: 1px solid #909090;
  border-radius: 5px;
  height: 3em;
  padding: 0 1em;
  background: #f8f8f8;
}
.form-table .form-data input[type=text].form-sm-width,
.form-table .form-data input[type=tel].form-sm-width {
  width: 150px;
}
.form-table .form-data label {
  display: inline-block;
  cursor: pointer;
}
.form-table .form-data input[type=checkbox] {
  position: relative;
  border: 1px solid #909090;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: sub;
}
.form-table .form-data input[type=checkbox]:checked::before {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #B3193F;
  border-bottom: 2px solid #B3193F;
  content: "";
}
.form-table .form-data input[type=radio] {
  position: relative;
  border: 1px solid #909090;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin-right: 5px;
  vertical-align: sub;
}
.form-table .form-data input[type=radio]:checked::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
  background: #B3193F;
  width: 10px;
  height: 10px;
  content: "";
}
.form-table .form-data textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #909090;
  background: #f8f8f8;
  height: 200px;
  padding: 1em;
  border-radius: 5px;
}
.form-table .form-data input[type=text]:focus,
.form-table .form-data input[type=tel]:focus,
.form-table .form-data textarea:focus {
  border: 1px solid #B3193F;
}
.form-table .required {
  font-size: clamp(1.2rem, 1.154rem + 0.21vw, 1.4rem);
  color: #B3193F;
  font-weight: 400;
  border: 1px solid #B3193F;
  padding: 0 8px;
  margin-left: 1em;
}

.buttons {
  margin-block: 5rem 0;
}
@media screen and (max-width: 960px) {
  .buttons {
    margin-block: 4rem 0;
  }
}
.buttons button {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  font-weight: 500;
  width: 100%;
  padding: 1.5rem;
  cursor: pointer;
  letter-spacing: 1em;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}

.btn-confirm {
  background: #B3193F;
  color: white;
  border: 1px solid #B3193F;
}
.btn-confirm:hover {
  background: white;
  color: #B3193F;
}

.btn-back {
  background: #404040;
  border: none;
  margin-block: 0 2rem;
}
.btn-back:hover {
  opacity: 0.4;
}

.privacy_boxWrap {
  position: relative;
  z-index: 0;
}
.privacy_boxWrap::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
}

.privacy_box {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #909090;
  padding: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.privacy-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  color: #B3193F;
  margin-bottom: 1rem;
}

.privacy-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.privacy-txt span {
  color: #B3193F;
  display: block;
  font-weight: 500;
  margin: 1rem 0 0.25rem;
}
.privacy-txt strong {
  font-weight: 500;
  display: block;
  margin-block: 1rem 0.5rem;
}

.privacy-confirm-txt {
  font-family: "Noto Sans JP";
  margin-block: 3rem 0;
  font-weight: 600;
  text-align: center;
}
.privacy-confirm-txt label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.privacy-confirm-txt input[type=checkbox] {
  position: relative;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #909090;
  background: #f8f8f8;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  margin-inline: 0 1rem;
}
.privacy-confirm-txt input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  content: "";
  opacity: 0;
  transform: translateY(-1px) rotate(45deg) scale(0.6);
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.privacy-confirm-txt input[type=checkbox]:hover {
  border-color: #00507E;
}
.privacy-confirm-txt input[type=checkbox]:focus-visible {
  outline: none;
  border-color: #00507E;
  box-shadow: 0 0 0 4px rgba(0, 80, 126, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.privacy-confirm-txt input[type=checkbox]:checked {
  border-color: #00507E;
  background: #00507E;
}
.privacy-confirm-txt input[type=checkbox]:checked::before {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg) scale(1);
}

.btn-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-submit:disabled:hover {
  background: #00507E;
}
.btn-submit:disabled:hover::before {
  right: 2rem;
}

/** 確認画面 **/
.form-table-confirm {
  font-family: "Noto Sans JP";
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 60px 0;
}
.form-table-confirm th {
  color: #B3193F;
  display: block;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.form-table-confirm td {
  padding-left: 1em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  border-bottom: 1px solid #909090;
}

.error_messe {
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .error_messe {
    text-align: left;
  }
}

/** 送信・確認ボタン **/
.input-btn {
  width: 300px;
  margin: 30px auto 0;
  position: relative;
}
.input-btn._submit::before {
  position: absolute;
  content: "";
  background: url(../images/arrows_white.svg) no-repeat center/contain;
  right: 2rem;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.input-btn._submit:hover::before {
  right: 1.5rem;
}
.input-btn._submit input {
  color: white;
  background: #B3193F;
  border: none;
}
.input-btn._submit input:hover {
  background: rgba(179, 25, 63, 0.5);
}
.input-btn._back input {
  color: white;
  background: #909090;
  border: none;
}
.input-btn._back input:hover {
  background: rgba(144, 144, 144, 0.5);
}
.input-btn input {
  cursor: pointer;
  font-family: "Noto Sans JP";
  width: 100%;
  font-size: clamp(1.5rem, 1.451rem + 0.22vw, 1.8rem);
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 1.2rem 2rem;
  border-radius: 0;
  letter-spacing: 0.2rem;
  text-align: center;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  border: none;
  text-decoration: none;
}

.thank-box {
  text-align: center;
}

.thank-txt {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  margin-top: 1.5rem;
  line-height: 2;
}/*# sourceMappingURL=sub.css.map */