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

Copyright (C) glanco All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info : glanco

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(5vw, 64px);
  --headerHeight: 80px;
  --contentsWideS: 884px;
  --contentsWideM: 1000px;
  --contentsWideL: 1134px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.4vw;
    --headerHeight: 50px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  color: #212121;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5em 0 7.5em;
}

.inner, .footer__inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .navigation.pagination a, .single_pagination a, .gnavi__right a, .footer__nav ul > li a, .membership--list > li a, .topics_card_02, .topics_card_01, .btn_cmn_02, .btn_cmn_01 {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .navigation.pagination a:hover, .single_pagination a:hover, .gnavi__right a:hover, .footer__nav ul > li a:hover, .membership--list > li a:hover, .topics_card_02:hover, .topics_card_01:hover, .btn_cmn_02:hover, .btn_cmn_01:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

.ttl_cmn_01, .top_sec_02--ttl, .top_sec_03--ttl, .top_sec_04--ttl, .top_sec_05--ttl, .top_sec_06--ttl, .about_sec_01--ttl, .about_sec_02--ttl, .training_sec_01--ttl, .training_sec_02--ttl, .contact--ttl, .entry--ttl, .archive--ttl, .post--header, .membership--subttl {
  font-size: 2.125em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01, .top_sec_02--ttl, .top_sec_03--ttl, .top_sec_04--ttl, .top_sec_05--ttl, .top_sec_06--ttl, .about_sec_01--ttl, .about_sec_02--ttl, .training_sec_01--ttl, .training_sec_02--ttl, .contact--ttl, .entry--ttl, .archive--ttl, .post--header, .membership--subttl {
    font-size: 1.625em;
  }
}

.subttl_cmn_01, .top_sec_02--subttl, .top_sec_03--subttl {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0.75em 0;
}
@media screen and (max-width: 767px) {
  .subttl_cmn_01, .top_sec_02--subttl, .top_sec_03--subttl {
    font-size: 1.0625em;
  }
}

.btn_cmn_01 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  padding: 0.5em 2em;
  border-radius: 100px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.btn_cmn_01:before {
  content: "▶︎ ";
}
.btn_cmn_01.orange {
  background-color: #FFBF45;
}
.btn_cmn_01.blue {
  background-color: #6F9EB7;
  color: #fff;
}
.btn_cmn_01.maincolor {
  background-color: #2979A3;
  color: #fff;
}

.btn_cmn_02 {
  display: flex;
  align-items: center;
  gap: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.7em 1.3em;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02 {
    width: 100%;
    font-size: 0.9375em;
    padding: 0.7em 1.2em;
    gap: 0.5em;
  }
}
.btn_cmn_02:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 2/1;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02:before {
    width: 17px;
  }
}
.btn_cmn_02.green {
  background-color: #7EA97E;
  color: #fff;
}
.btn_cmn_02.orange {
  background-color: #FFBF45;
}
.btn_cmn_02.orange:before {
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}

.para_cmn_01, .top_sec_02--para, .top_sec_03--para {
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.875em;
}
.para_cmn_01 > p:not(:first-child), .top_sec_02--para > p:not(:first-child), .top_sec_03--para > p:not(:first-child) {
  margin-top: 1.875em;
}

.para_cmn_02, .about_sec_01--para {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2em;
}
.para_cmn_02 > p:not(:first-child), .about_sec_01--para > p:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .para_cmn_02, .about_sec_01--para {
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.714;
  }
}

.topics_card_01--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.topics_card_01--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics_card_01--date {
  font-size: 0.9375em;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
.topics_card_01--ttl {
  margin-top: 3px;
  letter-spacing: 0.1;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.topics_card_02--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.topics_card_02--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics_card_02--date {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.topics_card_02--ttl {
  margin-top: 3px;
  font-size: 0.8125em;
  letter-spacing: 0.1;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid rgba(33, 33, 33, 0.5);
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  width: 100%;
  padding: 0.75em 28px 0.75em 0.5em;
  border-radius: 0;
  border: 1px solid rgba(33, 33, 33, 0.5);
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #2979A3;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #2979A3;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.dlist_form .group:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.dlist_form .group dt {
  margin-bottom: 0.75em;
}
.dlist_form .group dt.require:after {
  content: "＊";
  color: #E3765B;
  margin-left: 0.75em;
}
.container_checkbox {
  background-color: #F8F8F8;
  height: 100px;
  display: grid;
  place-content: center;
  font-size: 1rem;
  font-weight: 700;
}
.container_checkbox input[type=checkbox] {
  width: 30px;
  background-image: url(../images/icon_checkbox_02.svg);
}
.container_checkbox input[type=checkbox]:checked {
  background-image: url(../images/icon_checkbox_checked_02.svg);
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-submit {
  margin: 45px auto 0;
  max-width: 233px;
  justify-content: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.navigation.pagination {
  margin-top: 2.5em;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  position: relative;
  padding-top: 50px;
}
.navigation.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  aspect-ratio: 1/1.5;
  border-bottom: 1px solid transparent;
}
.navigation.pagination .nav-links .page-numbers.current {
  border-color: #212121;
}
.navigation.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}
.navigation.pagination .nav-links .page-numbers.prev {
  width: 115px;
  aspect-ratio: 115/34;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  position: relative;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers.prev {
    width: 100px;
    font-size: 0.875em;
  }
}
.navigation.pagination .nav-links .page-numbers.prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-bottom: 1px solid #685744;
  border-left: 2px solid #685744;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(-45deg);
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers.prev {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.navigation.pagination .nav-links .page-numbers.next {
  margin-left: 5%;
  width: 115px;
  aspect-ratio: 115/34;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers.next {
    width: 100px;
    font-size: 0.875em;
  }
}
.navigation.pagination .nav-links .page-numbers.next:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-bottom: 1px solid #685744;
  border-right: 2px solid #685744;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers.next {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.single_pagination {
  margin-top: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    gap: 0;
    position: relative;
    gap: 10%;
    justify-content: space-between;
    padding: 0 5px;
  }
}
.single_pagination li.prev a {
  width: 115px;
  aspect-ratio: 115/34;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev a {
    width: 100px;
    font-size: 0.875em;
  }
}
.single_pagination li.prev a:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-bottom: 1px solid #685744;
  border-left: 2px solid #685744;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(-45deg);
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive {
    position: absolute;
    top: calc(100% + 1.25em);
    left: 50%;
    transform: translateX(-50%);
  }
}
.single_pagination li.archive a {
  width: 134px;
  aspect-ratio: 134/34;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #212121;
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive a {
    width: 114px;
    font-size: 0.875em;
  }
}
.single_pagination li.next a {
  width: 115px;
  aspect-ratio: 115/34;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next a {
    width: 100px;
    font-size: 0.875em;
  }
}
.single_pagination li.next a:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-bottom: 1px solid #685744;
  border-right: 2px solid #685744;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(45deg);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .hbm_btn {
    width: 30px;
  }
}
.hbm_btn .box {
  display: block;
  width: 56%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2979A3;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
.header.js-active {
  background-color: #F4F6F6;
}
.header__inner {
  height: var(--headerHeight);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.375vw;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 3.84vw;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 266px;
  }
}

.gnavi {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 100vh;
  background-color: #EBEBE7;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gnavi.js-active {
  opacity: 1;
  visibility: visible;
}
.gnavi .inner, .gnavi .footer__inner {
  display: flex;
  justify-content: center;
  gap: 3.75em 10.24%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gnavi .inner, .gnavi .footer__inner {
    justify-content: flex-start;
    flex-direction: column;
    padding: 16.66vw calc(var(--sideW) * 2) 2.5em;
    overflow: scroll;
  }
}
.gnavi__left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnavi__right {
  display: flex;
  align-items: center;
}
.gnavi__right li:nth-child(1), .gnavi__right li:nth-child(2), .gnavi__right li:nth-child(3), .gnavi__right li:nth-child(4) {
  color: #2979A3;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1.25em;
}
.gnavi__right li:nth-child(5) {
  margin-bottom: 4em;
}
.gnavi__right li:nth-child(5) a {
  color: #2979A3;
  font-size: 1.125em;
  background-color: #fff;
  border: 1px solid #2979A3;
  padding: 1px 5px 2px;
}
.gnavi__right li:nth-child(6) {
  margin-bottom: 0.8125em;
}

.footer {
  background-color: rgba(240, 242, 242, 0.71);
  padding: 2.5em 0;
}
.footer__inner {
  max-width: calc(960px + var(--sideW) * 2);
  display: flex;
  gap: 30px 5%;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__logo {
  max-width: 480px;
}
.footer__left {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer__left {
    max-width: 268px;
    margin: 0 auto;
  }
}
.footer__right {
  flex-shrink: 0;
  width: 26.83%;
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
    max-width: 268px;
    margin: 0 auto;
    padding-right: 10px;
  }
  .footer__right p {
    color: #2979A3;
    font-size: 11px;
    margin-top: 2em;
    margin-right: var(--extend);
    margin-left: var(--extend);
    text-align: center;
  }
}
.footer__right > a:not(:first-child) {
  margin-top: 13px;
}
.footer__nav {
  margin: 1.5em 0 0 50px;
  color: #2979A3;
  font-size: 1.125em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    font-size: 1em;
    margin: 2em 0 0;
  }
}
.footer__nav ul {
  display: grid;
  grid-template-columns: repeat(3, fit-content);
  gap: 1em 2.5em;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    display: flex;
    flex-direction: column;
  }
}
.footer__nav ul > li {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .footer__nav ul > li:nth-child(4) {
    margin-top: 1em;
  }
}
.footer__nav ul > li:nth-child(4) a {
  background-color: #fff;
  border: 1px solid #2979A3;
  padding: 0 5px;
}
.footer__nav ul > li:nth-child(5) {
  grid-column: 2/4;
  font-size: 0.875em;
  align-self: center;
}

.home .l_container_wrap {
  padding-top: 0;
}

.top_hero {
  padding-top: calc(var(--headerHeight) + 34px);
  padding-bottom: 5.75em;
  background-color: rgba(240, 242, 242, 0.71);
}
@media screen and (max-width: 767px) {
  .top_hero {
    padding-top: calc(var(--headerHeight) + 20px);
    padding-bottom: 3.75em;
  }
}
.top_hero__image {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 52px;
}
@media screen and (max-width: 767px) {
  .top_hero__image {
    margin-bottom: 0;
  }
}
.top_hero__image img {
  width: 100%;
}
.top_hero__texts {
  padding: 0 var(--sideW);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px 7.46%;
}
@media screen and (max-width: 767px) {
  .top_hero__texts {
    display: block;
  }
}

.top_hero_banner {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 22px;
  overflow: hidden;
  gap: 3%;
  max-width: 422px;
}
@media screen and (max-width: 767px) {
  .top_hero_banner {
    max-width: 310px;
    gap: 5.4%;
    margin: 30px auto 0;
  }
}
.top_hero_banner .image {
  width: 23%;
  aspect-ratio: 97/92;
  flex-shrink: 0;
  border-radius: 22px;
  overflow: hidden;
}
.top_hero_banner .text {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .top_hero_banner .text {
    font-size: 11px;
  }
}
.top_hero_banner .bold {
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.875em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_hero_banner .bold {
    margin-top: 0.5em;
    font-size: 12px;
  }
}
.top_hero_banner .bold:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1/1;
  background: #FFBF45 url(../images/ico_arrow_right_01_white.svg) no-repeat center/68.57%;
}
@media screen and (max-width: 767px) {
  .top_hero_banner .bold:after {
    width: 25px;
    background: #FFBF45 url(../images/ico_arrow_right_01_white.svg) no-repeat center/50%;
  }
}

.catch {
  color: #2979A3;
}
@media screen and (max-width: 767px) {
  .catch {
    text-align: center;
  }
}
.catch .text01 {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .catch .text01 {
    font-size: 1em;
    margin-bottom: 0.375em;
  }
}
.catch .text02 {
  font-size: 2.375em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.catch .text02 .border_g {
  border-bottom: 4px solid #8DBC94;
}
@media screen and (max-width: 767px) {
  .catch .text02 .border_g {
    border-width: 2px;
  }
}
.catch .text02 .border_b {
  border-bottom: 4px solid #AFD1FF;
}
@media screen and (max-width: 767px) {
  .catch .text02 .border_b {
    border-width: 2px;
  }
}
.catch .text02 .border_p {
  border-bottom: 4px solid #F3CDE1;
}
@media screen and (max-width: 767px) {
  .catch .text02 .border_p {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .catch .text02 {
    font-size: 1.25em;
  }
}
.catch .text03 {
  margin-top: 1em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .catch .text03 {
    font-size: 0.875em;
  }
}

.top_sec_01 {
  background-color: #DFECF7;
  padding: 4.5em 0;
}
@media screen and (max-width: 767px) {
  .top_sec_01 {
    padding: 2.125em 0 3.25em;
  }
}
.top_sec_01--box {
  background: #fff url(../images/top_sec_01_01.svg) no-repeat top 60px right 30px/26.34%;
  border-radius: 117px;
  padding: 52px 9.6%;
}
@media screen and (max-width: 767px) {
  .top_sec_01--box {
    background: #fff;
    border-radius: 66px;
    padding: 2.5em 5.8%;
    position: relative;
  }
  .top_sec_01--box:before {
    content: "";
    display: block;
    width: 36.47%;
    aspect-ratio: 124/138;
    background: url(../images/top_sec_01_01.svg) no-repeat center/contain;
    position: absolute;
    top: -14px;
    right: -6px;
  }
}
.top_sec_01--ttl {
  color: #7EA97E;
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.92;
}
@media screen and (max-width: 767px) {
  .top_sec_01--ttl {
    position: relative;
    font-size: 0.9375em;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
.top_sec_01--para {
  margin-top: 2em;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  line-height: 1.76;
}
.top_sec_01--para p:not(:first-child) {
  margin-top: 1.76em;
}
@media screen and (max-width: 767px) {
  .top_sec_01--para {
    margin-top: 10px;
    font-size: 0.875em;
    line-height: 1.85;
  }
}

.top_sec_02 {
  padding: 3.125em 0;
}
@media screen and (max-width: 767px) {
  .top_sec_02 {
    padding: 1.375em 0 2.5em;
  }
}
.top_sec_02 .inner_m {
  display: flex;
  align-items: flex-start;
  gap: 18px 6%;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .inner_m {
    flex-direction: column;
  }
}
.top_sec_02 .box_images {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .box_images {
    width: 100%;
  }
}
.top_sec_02 .box_images .image:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .box_images .image:not(:first-child) {
    margin-top: 28px;
  }
}
.top_sec_02 .box_texts {
  flex-grow: 1;
}
.top_sec_02 .btn_cmn_02 {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .btn_cmn_02 {
    font-size: 0.875em;
  }
}

.top_sec_03 {
  padding: 5em 0;
  background-color: rgba(240, 242, 242, 0.71);
}
@media screen and (max-width: 767px) {
  .top_sec_03 {
    padding: 2.5em 0 3.125em;
  }
}
.top_sec_03 .inner_m {
  display: flex;
  align-items: flex-start;
  gap: 1.5em 6%;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .inner_m {
    flex-direction: column;
  }
}
.top_sec_03 .box_images {
  width: 40%;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 74px;
  padding: 62px 3%;
  color: #2979A3;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .box_images {
    width: 100%;
    padding: 1.875em 3% 2.5em;
  }
}
.top_sec_03 .box_images img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .box_images img {
    max-width: 111px;
  }
}
.top_sec_03 .box_images .main {
  margin-top: 1em;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .box_images .main {
    font-size: 1.1875em;
  }
}
.top_sec_03 .box_images .main .border_g {
  border-bottom: 4px solid #8DBC94;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .box_images .main .border_g {
    border-width: 1px;
  }
}
.top_sec_03 .box_images .main .border_b {
  border-bottom: 4px solid #AFD1FF;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .box_images .main .border_b {
    border-width: 1px;
  }
}
.top_sec_03 .box_images .main .border_p {
  border-bottom: 4px solid #F3CDE1;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .box_images .main .border_p {
    border-width: 1px;
  }
}
.top_sec_03 .box_images .sub {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .box_images .sub {
    font-size: 0.75em;
  }
}
.top_sec_03 .box_texts {
  flex-grow: 1;
}
.top_sec_03--para {
  margin-top: 0.5em;
}
.top_sec_03 .links {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .links {
    margin-top: 1.5em;
  }
}
.top_sec_03 .links > li {
  max-width: 464px;
}
.top_sec_03 .links > li a {
  width: 100%;
}
.top_sec_03 .links > li:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .top_sec_03 .links > li:not(:first-child) {
    margin-top: 1.5em;
  }
}

.top_sec_04 {
  padding: 2.5em 0 5em;
}
@media screen and (max-width: 767px) {
  .top_sec_04 {
    padding: 1.625em 0 2.5em;
  }
}
.top_sec_04--ttl {
  text-align: center;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .top_sec_04--ttl {
    margin-bottom: 0.75em;
    text-align: left;
  }
}
.top_sec_04--btn {
  margin: 3em auto 0;
  gap: 0.5em;
  max-width: 233px;
  justify-content: center;
}
.top_sec_04--list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5em 9.27%;
}
.top_sec_04--list > li {
  width: 27.1533333333%;
}
@media screen and (max-width: 767px) {
  .top_sec_04--list > li {
    width: 100%;
  }
}

.top_sec_05 {
  background-color: rgba(240, 242, 242, 0.71);
  padding: 3.25em 0 4em;
}
@media screen and (max-width: 767px) {
  .top_sec_05 {
    padding: 3.25em 0 2em;
  }
}
.top_sec_05--ttl {
  text-align: center;
  margin-bottom: 1.25em;
}
.top_sec_05--ttl:before {
  content: "＜";
  margin-right: 0.25em;
}
.top_sec_05--ttl:after {
  content: "＞";
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .top_sec_05--ttl {
    margin-bottom: 0.75em;
  }
}
.top_sec_05--list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5em 9.27%;
}
.top_sec_05--list > li {
  width: 27.1533333333%;
}
@media screen and (max-width: 767px) {
  .top_sec_05--list > li {
    width: 100%;
  }
}
.top_sec_05--card .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.top_sec_05--card .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_sec_05--card .name {
  margin-top: 0.75em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.top_sec_05 .join01,
.top_sec_05 .join02 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_sec_05 .join01,
  .top_sec_05 .join02 {
    font-size: 1.2em;
  }
}
.top_sec_05 .join02 {
  margin-top: 0.5em;
}

.top_sec_06 {
  padding: 2.5em 0 3.125em;
  background-color: rgba(240, 242, 242, 0.71);
}
.top_sec_06 .inner, .top_sec_06 .footer__inner {
  max-width: calc(680px + var(--sideW) * 2);
}
.top_sec_06--ttl {
  text-align: center;
  margin-bottom: 1em;
}
.top_sec_06--ttl:before {
  content: "＜";
  margin-right: 0.25em;
}
.top_sec_06--ttl:after {
  content: "＞";
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .top_sec_06--ttl {
    margin-bottom: 0.75em;
  }
}
.top_sec_06--subttl {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 1.375em;
}
@media screen and (max-width: 767px) {
  .top_sec_06--subttl {
    text-align: left;
    font-size: 1.125em;
  }
}
.top_sec_06--para {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_sec_06--para {
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}
.top_sec_06--para p:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .top_sec_06--para p:not(:first-child) {
    margin-top: 1.8em;
  }
}

.page-about .section_wrap {
  padding: 0;
}

.about_hero {
  padding: 3.125em 0 2.5em;
}
@media screen and (max-width: 767px) {
  .about_hero {
    padding: 1.25em 0;
  }
}
.about_hero h1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7px;
  color: #2979A3;
  text-align: center;
  font-size: 2.125em;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .about_hero h1 {
    font-size: 0.9375em;
    padding-right: 7px;
  }
}
.about_hero h1:before {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 120/148;
  background: url(../images/about_01.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .about_hero h1:before {
    width: 57px;
  }
}
.about_hero h1:after {
  content: "";
  display: block;
  width: 104px;
  aspect-ratio: 104/162;
  background: url(../images/about_02.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .about_hero h1:after {
    width: 50px;
  }
}
.about_hero h1 span {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .about_hero h1 span {
    padding-top: 10px;
  }
}

.about_sec_01 {
  background-color: #DFECF7;
  padding: 3.75em 0 5em;
}
@media screen and (max-width: 767px) {
  .about_sec_01 {
    padding: 2.125em 0 1.375em;
  }
}
.about_sec_01--box {
  background-color: #fff;
  border-radius: 117px;
  padding: 3em var(--sideW) 7.5em;
}
@media screen and (max-width: 767px) {
  .about_sec_01--box {
    border-radius: 66px;
    padding: 2.5em 20px;
  }
}
.about_sec_01--box .catch {
  text-align: center;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .about_sec_01--box .catch {
    margin-bottom: 2.5em;
  }
  .about_sec_01--box .catch .text01 {
    font-size: 0.9375em;
  }
  .about_sec_01--box .catch .text02 {
    font-size: 1.125em;
  }
  .about_sec_01--box .catch .text03 {
    font-size: 0.8125em;
  }
}
.about_sec_01--ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
}
.about_sec_01--ttl:before {
  content: "〈";
  margin-right: 0.25em;
}
.about_sec_01--ttl:after {
  content: "〉";
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .about_sec_01--ttl {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.about_sec_01--para {
  max-width: 680px;
  margin: 0 auto;
}
.about_sec_01--para p:last-child {
  margin-top: 4em;
}

.about_sec_02 {
  padding: 3em 0 5.625em;
}
@media screen and (max-width: 767px) {
  .about_sec_02 {
    padding: 1.5em 0 2em;
  }
}
.about_sec_02--ttl {
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .about_sec_02--ttl {
    font-size: 1.5em;
    margin-bottom: 0.9em;
  }
}

.about_sec_03 {
  background-color: rgba(240, 242, 242, 0.71);
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .about_sec_03 {
    padding: 3em 0 3.75em;
  }
}
.about_sec_03 .about_cmn_grid--ttl {
  margin-bottom: 1.25em;
}

.about_sec_04 {
  padding: 6em 0 3.75em;
}
@media screen and (max-width: 767px) {
  .about_sec_04 {
    padding: 3em 0 3.75em;
  }
}
.about_sec_04 .about_cmn_grid--ttl {
  margin-bottom: 1.25em;
}

.about_sec_05 {
  background-color: rgba(240, 242, 242, 0.71);
  padding: 4.5em 0 5em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about_sec_05 {
    padding: 3em 0 3.75em;
  }
}
.about_sec_05 .about_cmn_grid--ttl {
  margin-bottom: 1.25em;
}

.about_cmn_grid {
  display: flex;
  align-items: flex-start;
  gap: 6.9%;
}
@media screen and (max-width: 767px) {
  .about_cmn_grid {
    flex-direction: column;
    gap: 2.25em;
  }
}
.about_cmn_grid .box_images {
  width: 39.6%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about_cmn_grid .box_images {
    width: 100%;
  }
}
.about_cmn_grid .box_images .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.about_cmn_grid .box_images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_cmn_grid .box_images .image + .image {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .about_cmn_grid .box_images .image + .image {
    margin-top: 1.875em;
  }
}
.about_cmn_grid .box_texts {
  flex-grow: 1;
}
.about_cmn_grid--ttl {
  margin-bottom: 1em;
}
.about_cmn_grid--ttl .ja {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about_cmn_grid--ttl .ja {
    font-size: 1.125em;
  }
}
.about_cmn_grid--ttl .en {
  margin-top: 0.375em;
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .about_cmn_grid--ttl .en {
    font-size: 0.625em;
    letter-spacing: 0em;
    margin-top: 0.75em;
  }
}
.about_cmn_grid--attr {
  font-size: 1.125em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .about_cmn_grid--attr {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.about_cmn_grid--para {
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: justify;
}
.about_cmn_grid--para > p:not(:first-child) {
  margin-top: 1.875em;
}
.about_cmn_grid--activity {
  margin-top: 2.5em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: justify;
}
.about_cmn_grid--activity h3:after {
  content: "：";
}
.about_cmn_grid--activity dt:before {
  content: "〇";
}
.about_cmn_grid--activity_02 {
  margin-top: 2.5em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: justify;
}
.about_cmn_grid--activity_02 h3:before {
  content: "＊";
}
.page-training .section_wrap {
  padding: 0;
}

.training_hero {
  background-color: #E4EAE4;
  padding: 6.25em 0 5em;
}
@media screen and (max-width: 767px) {
  .training_hero {
    padding: 3.75em 0 3.75em;
  }
}
.training_hero--ttl {
  color: #406C40;
  font-size: 2.125em;
  font-weight: 500;
  letter-spacing: 0.08em;
  background-color: #fff;
  padding: 0 1em;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .training_hero--ttl {
    font-size: 1.625em;
    padding: 0.5em;
    line-height: 1.25;
    text-align: center;
    width: 100%;
  }
}
.training_hero--copy {
  text-align: center;
  color: #406C40;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .training_hero--copy {
    font-size: 1.4em;
  }
}
.training_hero--para {
  color: #406C40;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.875em;
}
.training_hero--para p:not(:first-child) {
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .training_hero--para {
    font-size: 0.9375em;
  }
}

.training_sec_01 {
  padding: 2.175em 0 4.375em;
}
.training_sec_01 .inner, .training_sec_01 .footer__inner {
  max-width: calc(744px + var(--sideW) * 2);
}
.training_sec_01--ttl {
  text-align: center;
  margin-bottom: 0.75em;
}
.training_sec_01 .list_kome {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .training_sec_01 .list_kome {
    font-size: 1em;
  }
}
.training_sec_01 p {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.8;
}
.training_sec_01 p + p {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .training_sec_01 p {
    font-size: 1em;
  }
}
.training_sec_01 .btn_cmn_02 {
  margin: 50px auto 0;
  width: 100%;
  max-width: 464px;
  justify-content: center;
}

.training_sec_02 {
  background-color: #E4EAE4;
  padding: 3.5em 0 5.5em;
}
@media screen and (max-width: 767px) {
  .training_sec_02 {
    padding-bottom: 3.5em;
  }
}
.training_sec_02 .inner, .training_sec_02 .footer__inner {
  max-width: calc(800px + var(--sideW) * 2);
}
.training_sec_02--ttl {
  text-align: center;
  margin-bottom: 1em;
}
.training_sec_02--ttl:before {
  content: "【";
}
.training_sec_02--ttl:after {
  content: "】";
}
.training_sec_02--lead {
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .training_sec_02--lead {
    font-size: 1em;
  }
}
.training_sec_02--list > li {
  background-color: #fff;
  padding: 1.75em 7.5% 2.5em;
  border-radius: 60px;
}
.training_sec_02--list > li:not(:first-child) {
  margin-top: 2.375em;
}
.training_sec_02--list > li h3 {
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 1em;
}
.training_sec_02--list > li h3 span {
  display: block;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .training_sec_02--list > li h3 {
    font-size: 1em;
  }
}
.training_sec_02--list > li p {
  font-size: 1.0625em;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .training_sec_02--list > li p {
    font-size: 0.875em;
  }
}

.training_sec_03 {
  padding: 3.125em 0;
}
.training_sec_03 .inner, .training_sec_03 .footer__inner {
  max-width: calc(690px + var(--sideW) * 2);
}
.training_sec_03--ttl {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .training_sec_03--ttl {
    font-size: 1.125em;
  }
}
.training_sec_03--para {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .training_sec_03--para {
    font-size: 0.875em;
  }
}
.training_sec_03--list > li {
  padding: 1.875em 0;
  border-bottom: 1px solid #212121;
}
.training_sec_03--list > li:first-child {
  border-top: 1px solid #212121;
}
.training_sec_03--list > li h3 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .training_sec_03--list > li h3 {
    font-size: 1.25em;
  }
}
.training_sec_03--list > li .group {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .training_sec_03--list > li .group {
    font-size: 0.9375em;
  }
}
.training_sec_03--list > li .group:not(:last-child) {
  margin-bottom: 1.6em;
}
.training_sec_03--list > li .group dt {
  text-indent: -1em;
  padding-left: 1em;
}
.training_sec_03--list > li .group dt:before {
  content: "●";
}
.training_sec_03--list > li .notice {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .training_sec_03--list > li .notice {
    font-size: 0.9375em;
  }
}
.training_sec_03 .announce {
  font-size: 1.1875em;
  font-weight: 600;
  line-height: 1.368;
  max-width: 551px;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .training_sec_03 .announce {
    font-size: 1em;
  }
}
.training_sec_03 .btn_cmn_02 {
  margin: 1.8em auto 0;
  width: 100%;
  max-width: 464px;
  justify-content: center;
}

.page-contact {
  background-color: rgba(240, 242, 242, 0.71);
}
.page-contact .section_wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact--inner {
  max-width: calc(600px + var(--sideW) * 2);
}
.contact--ttl {
  text-align: center;
  margin-bottom: 1em;
}
.contact--para {
  margin-bottom: 2.22em;
  text-align: center;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.77;
}
@media screen and (max-width: 767px) {
  .contact--para {
    font-size: 0.9375em;
    line-height: 1.8;
  }
}
.contact--para p:not(:first-child) {
  margin-top: 2.77em;
}
@media screen and (max-width: 767px) {
  .contact--para p:not(:first-child) {
    margin-top: 1.8em;
  }
}

.content_thanks--ttl {
  color: #2979A3;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .content_thanks--ttl {
    font-size: 1.25em;
  }
}
.content_thanks--para {
  text-align: center;
  letter-spacing: 0.016em;
  line-height: 2.25em;
}
.content_thanks--para p:not(:first-child) {
  margin-top: 2.25em;
}
@media screen and (max-width: 767px) {
  .content_thanks--para {
    font-size: 0.875em;
  }
}

@media screen and (min-width: 768px) {
  .page-thanks .section_wrap,
  .error404 .section_wrap {
    display: grid;
    place-content: center;
    height: calc(100vh - var(--headerHeight) - 214px);
  }
}

.error404 .section_wrap .btn_cmn_01 {
  margin-top: 3.75em;
}

.entry--inner {
  max-width: calc(600px + var(--sideW) * 2);
}
.entry--ttl {
  text-align: center;
  margin-bottom: 1.5em;
  color: #2979A3;
  font-weight: 500;
}
.entry--para {
  letter-spacing: 0.05;
  text-align: center;
  margin-bottom: 2.25em;
}

.archive--inner {
  max-width: calc(700px + var(--sideW) * 2);
}
.archive--ttl {
  text-align: center;
  margin-bottom: 1.5em;
  color: #2979A3;
  font-weight: 500;
}
.archive--nav {
  margin-bottom: 2.5em;
}
.archive--nav ul {
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .archive--nav ul {
    font-size: 0.875em;
  }
}
.archive--nav ul li {
  min-width: 90px;
}
@media screen and (max-width: 767px) {
  .archive--nav ul li {
    min-width: 70px;
  }
}
.archive--nav ul a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid transparent;
}
.archive--nav ul a:hover, .archive--nav ul a.is-current {
  border-color: #212121;
}
.archive--list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75em 11.2%;
}
.archive--list > li {
  width: 25.8666666667%;
}
@media screen and (max-width: 767px) {
  .archive--list > li {
    width: 44.4%;
  }
}

.post--inner {
  max-width: calc(840px + var(--sideW) * 2);
}
.post--header {
  text-align: center;
  margin-bottom: 2.5em;
  color: #2979A3;
  font-weight: 500;
}
.post--ttl {
  font-size: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.8em;
}
.post--attr {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 4em;
}
.post--date {
  margin-right: 4em;
}

.post_content {
  font-size: 0.9375em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #2979A3;
}

.page-membership .l_container_wrap {
  padding: 0;
}

.membership--header {
  background-color: #E4EAE4;
  padding: 70px 0 50px;
}
.membership--header h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .membership--header h1 {
    font-size: 1.125em;
  }
}
.membership--header h1 img {
  display: block;
  margin-bottom: 5px;
}
.membership--footer {
  background-color: #E4EAE4;
  text-align: center;
  padding: 2.5em 0;
}
.membership--footer a {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .membership--footer a {
    font-size: 0.875em;
  }
}
.membership--inner {
  max-width: calc(680px + var(--sideW) * 2);
}
.membership--subttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .membership--subttl {
    margin-bottom: 0.55em;
  }
}
.membership--lead {
  margin-bottom: 3.5em;
  text-align: center;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .membership--lead {
    font-size: 0.9375em;
  }
}
.membership--list {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .membership--list {
    font-size: 0.9375em;
  }
}
.membership--list > li {
  margin-bottom: 3em;
}
.membership--list > li:last-child {
  margin-bottom: 0;
}
.membership--list > li a {
  text-decoration: underline;
}
.membership--attention {
  margin-top: 3.75em;
  font-weight: 600;
}
.membership--attention p:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .membership--attention {
    font-size: 0.875em;
  }
}

.post-password-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 3em var(--sideW);
  text-align: center;
}
.post-password-form > p:first-of-type {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .post-password-form > p:first-of-type {
    font-size: 0.9375em;
  }
}
.post-password-form > p:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}
.post-password-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
}
.post-password-form input[type=password] {
  width: 100%;
  padding: 0.75em;
  border: 1px solid rgba(33, 33, 33, 0.5);
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: 16px !important;
  line-height: inherit;
  color: inherit;
}
.post-password-form input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 0.75em 2em;
  border: none;
  border-radius: 100px;
  background-color: #2979A3;
  color: #fff;
  font-family: inherit;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .post-password-form input[type=submit]:hover {
    opacity: 0.7;
  }
}