@charset "UTF-8";
/*
---breadcrumbs
---------------------------------------------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
}
.breadcrumbs > span, .breadcrumbs > a {
  color: var(--color-font-gray);
}
.breadcrumbs a:hover {
  color: #123456;
}

/*
---mw-wp-form
---------------------------------------------------------------------------*/
.form_section > :first-child {
  margin-top: 0 !important;
}
.form_section > :last-child {
  margin-bottom: 0 !important;
}
.form_section strong {
  color: #2293B1;
}
.form_section table, .form_section tbody {
  display: block;
}
.form_section tr {
  display: flex;
}
.form_section th {
  width: 300px;
  border-width: 0 1px 1px;
  flex-shrink: 0;
}
.form_section th.require {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  justify-content: space-between;
}
.form_section th.require:after {
  content: '必須';
  display: block;
  font-size: 1.2rem;
  background-color: #CA3234;
  color: #fff;
  line-height: 1;
  padding: 2px 10px 4px;
  transform: translateY(6px);
  flex-shrink: 0;
}
.form_section td {
  flex-grow: 1;
  border-width: 0 1px 1px 0;
}
.form_section tr:nth-of-type(1) th, .form_section tr:nth-of-type(1) td {
  border-top-width: 1px;
}
.form_section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 36px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  background-image: url(../images/icon_select_open.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
  min-width: 150px;
}
.form_section select::-ms-expand {
  display: none;
}
.form_section input[type="text"], .form_section input[type="tel"], .form_section input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.form_section input[type="submit"], .form_section input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 300px;
  min-height: 65px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 30px;
  text-align: center;
  color: #fff;
  background-color: var(--color-key);
  position: relative;
  z-index: 1;
  line-height: 1.25;
  background-image: url("../images/arrow-border-10x16-white-next.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 15px center;
  border-radius: 100vh;
  border: 1px solid var(--color-key);
  transition: all .5s;
}
.form_section input[type="submit"]:hover, .form_section input[type="button"]:hover {
  background-image: url("../images/arrow-border-10x16-purple-next.png");
  background-position: right 5px center;
  background-color: transparent;
  color: var(--color-key);
}
.form_section input[type="button"].btn-back {
  background-color: #f2f2f2;
  color: inherit;
  border: 1px solid #ddd;
  padding: 10px 15px;
  background-image: none;
}
.form_section input[type="button"].btn-back:hover {
  background-color: #fff;
}
.form_section input.zip, .form_section input.tel {
  width: 6em;
}
.form_section input.shorttxt {
  width: 6em;
}
.form_section input.longtxt {
  width: 100%;
}
.form_section textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.form_section .mwform-checkbox-field input[type="checkbox"] {
  vertical-align: middle;
}
.form_section .horizontal-item {
  margin-right: 30px;
  display: inline-block;
  padding: 5px 0;
}
.form_section .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form_section .error {
  margin-top: 5px;
  width: auto;
}
.form_section label.error {
  display: block;
  background-color: #B43032;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 3px;
}
.form_section_confirm .conf_non {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .form_section table {
    display: block;
  }
  .form_section table tbody, .form_section table tr, .form_section table th, .form_section table td {
    display: block;
  }
  .form_section table tr + tr th {
    border-top-width: 0;
  }
  .form_section table th {
    border-bottom-width: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: bold;
    width: auto;
  }
  .form_section table th + td {
    border-top-width: 0;
  }
}

/*
---basic
---------------------------------------------------------------------------*/
hr {
  display: block;
  border-width: 1px 0 0;
  border-color: #ddd;
}
.hr_dotted hr {
  border-style: dashed;
}

select, textarea {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.main p, .mceContentBody p, .remodal p {
  margin-top: 30px;
}
.main ul, .main ol, .mceContentBody ul, .mceContentBody ol, .remodal ul, .remodal ol {
  margin: 30px 0 0;
}
.main ul > li, .main ol > li, .mceContentBody ul > li, .mceContentBody ol > li, .remodal ul > li, .remodal ol > li {
  padding: 0 0 0 1.5em;
  position: relative;
}
.main ul > li:before, .main ol > li:before, .mceContentBody ul > li:before, .mceContentBody ol > li:before, .remodal ul > li:before, .remodal ol > li:before {
  position: absolute;
  top: 0;
}
.main ul > li + li, .main ol > li + li, .mceContentBody ul > li + li, .mceContentBody ol > li + li, .remodal ul > li + li, .remodal ol > li + li {
  margin-top: 15px;
}
.main ul > li:before, .mceContentBody ul > li:before, .remodal ul > li:before {
  content: "\0030fb";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="rgb(93, 29, 130)"/></svg>');
  background-repeat: no-repeat;
  background-position: center calc(50% + 1px);
  -webkit-background-size: 35% auto;
  background-size: 35% auto;
  color: transparent;
  left: 0;
}
.main ul.caution, .mceContentBody ul.caution, .remodal ul.caution {
  margin: 15px 0 0 0.5em;
}
.main ul.caution > li, .mceContentBody ul.caution > li, .remodal ul.caution > li {
  font-size: 0.85em;
  color: #666;
}
.main ul.caution > li:before, .mceContentBody ul.caution > li:before, .remodal ul.caution > li:before {
  content: "\00203b";
  color: inherit;
  background-image: none;
}
.main ul.caution > li + li, .mceContentBody ul.caution > li + li, .remodal ul.caution > li + li {
  margin-top: 10px;
}
.main ul.caution.red li, .mceContentBody ul.caution.red li, .remodal ul.caution.red li {
  color: #f00;
}
.main ol, .mceContentBody ol, .remodal ol {
  counter-reset: li;
}
.main ol > li:before, .mceContentBody ol > li:before, .remodal ol > li:before {
  counter-increment: li;
  content: counter(li) ".";
  text-align: right;
  width: 2em;
  left: -1em;
}
.main ol.num_caution, .mceContentBody ol.num_caution, .remodal ol.num_caution {
  margin: 15px 0 0 0.5em;
}
.main ol.num_caution > li, .mceContentBody ol.num_caution > li, .remodal ol.num_caution > li {
  font-size: 0.85em;
  color: #666;
}
.main ol.num_caution > li:before, .mceContentBody ol.num_caution > li:before, .remodal ol.num_caution > li:before {
  content: "※" counter(li);
}
.main ol.num_caution > li + li, .mceContentBody ol.num_caution > li + li, .remodal ol.num_caution > li + li {
  margin-top: 10px;
}

table + ul.caution, table + ol.num_caution {
  margin-top: -20px !important;
}

table {
  margin: 40px 0;
}
li table {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  table {
    font-size: 1.2rem;
  }
}
table th, table td {
  padding: 15px;
  border: 1px solid var(--color-border-gray);
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  table th, table td {
    padding: 4px;
  }
}
table th > :first-child, table td > :first-child {
  margin-top: 0 !important;
}
table th > :last-child, table td > :last-child {
  margin-bottom: 0 !important;
}
table th {
  background-color: var(--color-light-purple);
}
table.table_layout_fix {
  width: 100%;
  table-layout: fixed;
}
table p {
  margin-top: 16px !important;
}
table.w20-80 th:first-child {
  width: 20%;
}
table.w30-70 th:first-child {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .smpBlockTableWrapper > table {
    display: block;
  }
  .smpBlockTableWrapper > table tbody, .smpBlockTableWrapper > table tr, .smpBlockTableWrapper > table th, .smpBlockTableWrapper > table td {
    display: block;
  }
  .smpBlockTableWrapper > table tr + tr th {
    border-top-width: 0;
  }
  .smpBlockTableWrapper > table th {
    border-bottom-width: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
  }
  .smpBlockTableWrapper > table th + td {
    border-top-width: 0;
  }

  table.smpBlockTable {
    display: block;
  }
  table.smpBlockTable tbody, table.smpBlockTable tr, table.smpBlockTable th, table.smpBlockTable td {
    display: block;
  }
  table.smpBlockTable tr + tr th {
    border-top-width: 0;
  }
  table.smpBlockTable th {
    border-bottom-width: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
  }
  table.smpBlockTable th + td {
    border-top-width: 0;
  }
}
.layoutFixTableWrapper > table {
  width: 100%;
  table-layout: fixed;
}

.remodal-close {
  left: auto;
  right: 0;
}

/*
---
---------------------------------------------------------------------------*/
.listlink_wrp {
  margin-top: 1.5em;
}
.listlink_wrp a {
  display: block;
  padding: 15px 15px 15px 26px;
  color: inherit;
  border-style: dashed;
  border-color: #ddd;
  border-width: 1px 0 0;
  position: relative;
  background-image: url(../images/arrow_6x10_keycolor_border_left.png);
  background-position: 10px 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
}
.listlink_wrp a:last-child {
  border-bottom-width: 1px;
}
.listlink_wrp a:hover {
  background-color: rgba(18, 52, 86, 0.05);
}
.listlink_wrp a[href$=".pdf"] {
  padding-right: 52px;
}
.listlink_wrp a[href$=".pdf"]:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/Adobe_PDF_file_icon_32x32.png);
  background-repeat: no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
}

/*
---category.php
---------------------------------------------------------------------------*/
.noarticle {
  padding: 100px 15px;
  background-color: #f5f5f5;
  text-align: center;
}

.pager {
  margin-top: 2em;
}
.pager-arrows {
  float: left;
}
.pager-arrows svg {
  vertical-align: middle;
}
.pager-arrows a, .pager-arrows span {
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: rgba(18, 52, 86, 0.75);
  background-image: url(../images/arrow_6x10_wht_border_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.pager-arrows span {
  opacity: 0.25;
}
.pager-arrows > :first-child {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pager-arrows a:hover {
  background-color: #123456;
}
.pager select[name="sp_paginate_links"] {
  float: right;
  font-size: 1.5rem;
  width: 300px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 36px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  background-image: url(../images/icon_select_open.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
}
.pager select[name="sp_paginate_links"]::-ms-expand {
  display: none;
}

/*
---single.php
---------------------------------------------------------------------------*/
.singleArticle-catList {
  margin: 70px 0;
  padding: 10px;
  background-color: #f7f7f7;
  display: flex;
  gap: 5px;
}
.singleArticle-catList a {
  display: block;
  padding: 10px;
  background-color: var(--color-light-purple);
  font-size: 1.4rem;
  line-height: 1;
  color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-light-purple);
  border-radius: 100vh;
}
.singleArticle-catList a:hover {
  background-color: #fff;
  color: var(--color-key);
}
.singleArticle-con table, .singleArticle-con table th, .singleArticle-con table td {
  width: auto !important;
  height: auto !important;
}
.singleArticle-h2 {
  margin-bottom: 0;
}
.singleArticle-date {
  line-height: 1;
  display: table;
  border-collapse: collapse;
  margin-top: 30px;
}
.singleArticle-date span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.singleArticle-date span:first-child {
  border-style: solid;
  border-color: #4d4d4d;
  border-width: 0 1px;
}

.sigle-pastPost-alert {
  padding: 15px;
  border: 1px solid #BF0000;
  background-color: #fff0f0;
  color: #BF0000;
  margin-bottom: 2em;
}

/*
---サイトマップ
---------------------------------------------------------------------------*/
.sitemap .sm_wrp {
  overflow: hidden;
}
.sitemap .menu_global {
  margin: -20px -10px 0;
  display: flex;
}
.sitemap .menu_global li {
  margin: 0;
  padding: 0;
}
.sitemap .menu_global li:before {
  display: none;
}
.sitemap .menu_global > li {
  width: 33.333333333%;
  padding: 20px 10px 0;
}
.sitemap .menu_global a {
  display: block;
  color: inherit;
}
.sitemap .menu_global > li > a {
  background-color: rgba(41, 128, 180, 0.15);
  padding: 15px 36px 15px 15px;
  position: relative;
}
.sitemap .menu_global > li > a:hover {
  background-color: #2980b4;
  color: #fff;
}

/*
---準備中
---------------------------------------------------------------------------*/
.under_construction {
  text-align: center;
  padding: 100px 0;
  font-weight: bold;
  font-size: 2.4rem;
  background-color: #f5f5f5;
}

/*
---認証ページログインフォーム
---------------------------------------------------------------------------*/
.authForm {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.authForm__pass {
  position: relative;
  padding-left: 140px;
}
.authForm__pass + .authForm__pass {
  margin-top: 10px;
}
.authForm__pass span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.authForm__pass input {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
}
.authForm input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 200px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #eee;
}
.authForm__caution {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.authForm__caution ul.caution {
  margin-left: 0;
}

/*
---
---------------------------------------------------------------------------*/
/*
---
---------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .header__left {
    width: 340px;
  }
}
/*@media (min-width: 768px) {
  .header__logo {
    padding: 30px 20px 10px;
  }
}*/
@media (min-width: 768px) {
  .header__logo img {
    width: 294px;
  }
}

.main {
  padding-bottom: 100px;
}
.bottom-padding-none .main {
  padding-bottom: 0;
}

section {
  padding-top: 100px;
}
section.main-visual + section {
  padding-top: 60px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-noto-serif);
  font-weight: 400;
}

.main-visual {
  display: flex;
  padding-top: 0;
}
@media (max-width: 767px) {
  .main-visual {
    flex-direction: column;
  }
}
.main-visual__image {
  width: calc(50% - 20px);
  flex-shrink: 0;
  aspect-ratio: 32 / 17;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-visual__image {
    width: 100%;
  }
}
.main-visual__text {
  padding: 65px 20px 0 115px;
  position: relative;
}
@media (max-width: 767px) {
  .main-visual__text {
    padding: 35px 20px 0 25px;
  }
}
.main-visual__text:before {
  content: '';
  position: absolute;
  border-top: 5px solid var(--color-key);
  left: 0;
  top: 79px;
  width: 95px;
}
@media (max-width: 767px) {
  .main-visual__text:before {
    top: 45px;
    width: 15px;
  }
}
.main-visual__title-en {
  font-family: var(--font-yumin);
  font-size: 2.6rem;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .main-visual__title-en {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
.main-visual h1 {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .main-visual h1 {
    font-size: 2.4rem;
  }
}
.main-visual__bread-crumb {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .main-visual__bread-crumb {
    margin-top: 15px;
  }
}

.block {
  margin-top: 70px;
}
.block > :first-child {
  margin-top: 0 !important;
}
.block > :last-child {
  margin-bottom: 0 !important;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}
.section-header__title-en {
  font-size: 4rem;
  font-family: var(--font-yumin);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section-header__title-en {
    font-size: 2.8rem;
  }
}
.section-header h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .section-header h2 {
    font-size: 1.6rem;
  }
}
.main .section-header__lead {
  margin-top: 25px;
  font-family: var(--font-noto-serif);
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
.main .section-header__lead-small {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

h3 {
  padding: 15px 0 15px 15px;
  border-left: 5px solid var(--color-key);
  font-size: 3rem;
  margin-top: 45px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
    padding: 10px 0 10px 10px;
  }
}

h3.reset {
  padding: 0;
  border-left-width: 0;
}

h4 {
  font-size: 2.8rem;
  margin-top: 30px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 2.2rem;
  margin-top: 30px;
  border-bottom: 1px solid var(--color-border-gray);
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.8rem;
  }
}

h5.reset {
  border-bottom-width: 0;
  padding-bottom: 0;
}

h6 {
  font-size: 1.8rem;
  margin-top: 30px;
}

/*
---
---------------------------------------------------------------------------*/
.page-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .page-anchor {
    gap: 5px;
  }
}
.page-anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/arrow-16x9-black-bottom.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
  padding: 2px 26px;
  min-height: 62px;
  text-align: center;
  width: calc( (100% - 20px) / 3 );
  color: inherit;
  background-color: #f7f7f7;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .page-anchor a {
    font-size: 1.2rem;
    padding: 2px 5px 20px;
    min-height: 50px;
    background-position: center bottom 8px;
    background-size: 12px auto;
    width: calc( (100% - 10px) / 3 );
  }
}

/*
---
---------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .q-and-a {
    font-size: 1.4rem;
  }
}
.q-and-a + .q-and-a {
  margin-top: 20px;
}
.q-and-a__q {
  min-height: 62px;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-border-gray);
  border-radius: 100vh;
  position: relative;
  padding: 4px 50px 4px 65px;
  color: inherit;
}
@media (max-width: 767px) {
  .q-and-a__q {
    min-height: 52px;
    padding: 4px 50px 4px 55px;
    line-height: 1.25;
  }
}
.q-and-a__q:before {
  font-family: var(--font-yumin);
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: var(--color-light-purple);
  content: 'Q';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .q-and-a__q:before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
.q-and-a__q.lunch:before {
  content: '';
}
.q-and-a__q:after {
  content: '';
  position: absolute;
  background-image: url("../images/arrow-border-12x19-purple-next.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 19px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all .5s;
}
.q-and-a__q.open:after {
  transform: translateY(-50%) rotate(-90deg);
}
.q-and-a__a {
  padding: 30px 20px 40px 65px;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .q-and-a__a {
    padding: 20px 20px 40px 55px;
  }
}
.q-and-a__a.lunch {
  padding: 20px 20px 40px;
}
@media (max-width: 767px) {
  .q-and-a__a.lunch {
    padding-left: 0;
    padding-right: 0;
  }
}
.q-and-a__a:before {
  font-family: var(--font-yumin);
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: var(--color-light-purple);
  content: 'A';
  position: absolute;
  left: 5px;
  top: 20px;
  transition: opacity .5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .q-and-a__a:before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    top: 10px;
  }
}
.q-and-a__a.lunch:before {
  content: none;
}
.q-and-a__q.open + .q-and-a__a:before {
  transition: opacity .5s .5s;
  opacity: 1;
}

/*
---
---------------------------------------------------------------------------*/
.renrakusaki {
  background-color: #fff;
  box-shadow: var(--box-shadow-basic);
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  column-gap: 40px;
}
@media (max-width: 1023px) {
  .renrakusaki {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .renrakusaki {
    padding: 30px 20px;
  }
}
.renrakusaki:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: var(--color-key);
  width: 30px;
}
@media (max-width: 767px) {
  .renrakusaki:before {
    width: 20px;
  }
}
.renrakusaki__left {
  margin-top: 0;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .renrakusaki__left {
    text-align: left;
  }
}
.renrakusaki__right {
  flex-grow: 1;
}

.button-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .button-flex {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .button-flex {
    flex-direction: column;
    align-items: center;
  }
}
.button-flex a {
  max-width: calc( (100% - 40px) / 3 );
  margin: 0 !important;
}
@media (max-width: 1023px) {
  .button-flex a {
    max-width: calc( (100% - 20px) / 2 );
  }
}
@media (max-width: 767px) {
  .button-flex a {
    max-width: 100%;
  }
}

/*
---
---------------------------------------------------------------------------*/
.kocho-aisatsu {
  display: flex;
  column-gap: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .kocho-aisatsu {
    display: block;
  }
  .kocho-aisatsu:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 767px) {
  .kocho-aisatsu {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
.kocho-aisatsu__text {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .kocho-aisatsu__text {
    width: 100%;
  }
}
.kocho-aisatsu__image {
  width: 300px;
  max-width: 30%;
  flex-shrink: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .kocho-aisatsu__image {
    float: right;
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .kocho-aisatsu__image {
    max-width: 100%;
    width: 240px;
  }
}
.kocho-aisatsu__image img {
  box-shadow: var(--box-shadow-basic);
  width: 100%;
}
.kocho-aisatsu__name {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 15px;
  font-family: var(--font-noto-serif);
}

/*
---
---------------------------------------------------------------------------*/
.chomeijin-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .chomeijin-list {
    gap: 20px 10px;
  }
}
.chomeijin-list__item {
  width: calc( (100% - 60px) / 4 );
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  border-bottom: 1px solid var(--color-border-gray);
  padding: 0 5px 5px;
}
@media (max-width: 1023px) {
  .chomeijin-list__item {
    width: calc( (100% - 40px) / 3 );
  }
}
@media (max-width: 767px) {
  .chomeijin-list__item {
    width: calc( (100% - 10px) / 2 );
    font-size: 1.4rem;
  }
}
.chomeijin-list__item span {
  font-size: 1.4rem;
  color: var(--color-font-gray);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .chomeijin-list__item span {
    font-size: 1.2rem;
  }
}

/*
---
---------------------------------------------------------------------------*/
.light-purple-box {
  display: flex;
  column-gap: 40px;
  padding: 50px 0;
  position: relative;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .light-purple-box {
    display: block;
  }
  .light-purple-box:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 767px) {
  .light-purple-box {
    flex-direction: column-reverse;
    row-gap: 30px;
    align-items: center;
  }
}
.light-purple-box:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-light-purple);
  z-index: -1;
}
.light-purple-box__text {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .light-purple-box__text {
    width: 100%;
  }
}
.light-purple-box__image {
  width: 450px;
  max-width: 45%;
  flex-shrink: 0;
}
.campus-zenkei__image {
  position: relative;
}
.campus-zenkei__image a{
  content: '';
  position: absolute;
  border-radius: 15px;
/*  background-color: aqua;*/
/*  opacity: 0.3;*/
}
.campus-zenkei__image a:hover{
  background-color: #FFFFFF;
  opacity: 0.3;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .light-purple-box__image {
    float: right;
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .light-purple-box__image {
    max-width: 100%;
  }
}
.block.block--no-h3 {
    margin-top: 140px;
}
.light-purple-box__image img {
  width: 100%;
  box-shadow: var(--box-shadow-basic);
}

.facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
@media (max-width: 767px) {
  .facility-list {
    gap: 30px 5px;
  }
}
.facility-list__item {
  width: calc( (100% - 20px) / 3 );
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .facility-list__item {
    width: calc( (100% - 5px) / 2 );
  }
}
.facility-list__item img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.facility-list__title {
  display: flex;
  column-gap: 10px;
  font-family: var(--font-noto-serif);
  font-size: 1.8rem;
  align-items: flex-start;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .facility-list__title {
    font-size: 1.6rem;
  }
}
.facility-list__title:before {
  content: '';
  width: 30px;
  border-top: 3px solid var(--color-key);
  transform: translateY(11px);
}

.facility-list__title:empty {
    display: none;
}

@media (max-width: 767px) {
  .facility-list__title:before {
    width: 20px;
    transform: translateY(8px);
  }
}

/*
---
---------------------------------------------------------------------------*/
.shokuin-boshu {
  width: 100%;
  table-layout: fixed;
}
.shokuin-boshu th {
  text-align: center;
}
.shokuin-boshu th:nth-of-type(1) {
  width: 45%;
}
@media (max-width: 1023px) {
  .shokuin-boshu th:nth-of-type(1) {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .shokuin-boshu th:nth-of-type(1) {
    width: auto;
  }
}
@media (max-width: 767px) {
  .shokuin-boshu th:nth-of-type(2), .shokuin-boshu th:nth-of-type(3) {
    width: 65px;
  }
}
@media (max-width: 1023px) {
  .shokuin-boshu th:nth-of-type(4) {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .shokuin-boshu th:nth-of-type(4) {
    width: 100px;
  }
}
.shokuin-boshu th, .shokuin-boshu td {
  vertical-align: middle;
}
.shokuin-boshu__button {
  display: block;
  line-height: 1.1;
  background-color: var(--color-key);
  border-radius: 100vh;
  border: 1px solid var(--color-key);
  color: #fff;
  padding: 4px;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .shokuin-boshu__button {
    font-size: 1rem;
  }
}
.shokuin-boshu__button:hover {
  background-color: transparent;
}

/*
---
---------------------------------------------------------------------------*/
.club-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.club-list__item {
  display: block;
  width: calc( (100% - 40px) / 5 );
  background-color: #fff;
  box-shadow: var(--box-shadow-basic);
  position: relative;
  color: inherit;
}
@media (max-width: 1023px) {
  .club-list__item {
    width: calc( (100% - 30px) / 4 );
  }
}
@media (max-width: 767px) {
  .club-list__item {
    width: calc( (100% - 10px) / 2 );
    font-size: 1.4rem;
  }
}
.club-list__item[data-remodal-target=""] {
  pointer-events: none;
}
.club-list__item:not([data-remodal-target=""]):after {
  content: '詳細';
  font-size: 1.4rem;
  color: var(--color-key);
  position: absolute;
  line-height: 1;
  min-height: 16px;
  display: flex;
  align-items: center;
  background-image: url("../images/modal-16x16-purple.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding-right: 20px;
  bottom: 10px;
  right: 5px;
}
.club-list__image {
  overflow: hidden;
}
.club-list__image img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: all .5s;
}
a:hover .club-list__image img {
  transform: scale(1.25);
}
.club-list__text {
  padding: 20px 10px 46px;
}

.club-remodal {
  max-width: 700px;
}
.remodal-wrapper:has(.club-remodal) {
  padding-top: 20px;
}
.club-remodal__close {
  width: 50px;
  aspect-ratio: 1;
  border: 1px solid var(--color-key);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 100%;
  transform: translate(30%, -30%);
}
@media (max-width: 767px) {
  .club-remodal__close {
    width: 40px;
    transform: translate(10px, -10px);
  }
}
.club-remodal__close:before, .club-remodal__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  border-top: 2px solid var(--color-key);
}
.club-remodal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.club-remodal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.club-remodal__image {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
}
.club-remodal__articles {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.club-remodal__articles__item {
  display: flex;
  color: inherit;
  column-gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .club-remodal__articles__item {
    column-gap: 10px;
  }
}
.club-remodal__articles__item:hover {
  color: var(--color-key);
}
.club-remodal__articles__item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 200px;
  box-shadow: var(--box-shadow-basic);
  flex-shrink: 0;
  align-self: flex-start;
  transition: all .5s;
}
@media (max-width: 767px) {
  .club-remodal__articles__item img {
    width: 120px;
  }
}
.club-remodal__articles__item:hover img {
  box-shadow: 0px 5px 10px #aaa;
}
.club-remodal__articles__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .club-remodal__articles__text {
    font-size: 1.4rem;
    row-gap: 5px;
  }
}
.club-remodal__articles__date {
  font-size: 1.4rem;
  color: var(--color-font-gray);
}
@media (max-width: 767px) {
  .club-remodal__articles__date {
    font-size: 1.2rem;
  }
}
.club-remodal__jisseki-table {
  width: 100%;
}
.club-remodal__jisseki-table th {
  width: 140px;
}
@media (max-width: 767px) {
  .club-remodal__jisseki-table th {
    width: 100px;
  }
}

.club-remodal__data {
    margin-top: 20px;
    display: flex;
    font-size: 14px;
    border: 0px solid #f2f2f2;
}

.club-remodal__data__h {
    width: 150px;
    padding: 10px;
    background-color: #f2f2f2;
    flex-shrink: 0;
}

.club-remodal__data__p {
    padding: 10px;
}

.club-remodal__data__col {
    width: 50%;
    display: flex;
}

@media (max-width: 767px) {
	.club-remodal__data {
		 flex-direction: column;
		 row-gap: 4px;
		 font-size: 12px;
	}
	.club-remodal__data__col {
		 width: 100%;
	}
	.club-remodal__data__h {
		 width: 140px;
	}
}



/*
---
---------------------------------------------------------------------------*/
.kobetsu-kyoiku {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .kobetsu-kyoiku {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
.kobetsu-kyoiku__item {
  width: calc( (100% - 20px) / 3 );
  background-color: #fff;
  box-shadow: var(--box-shadow-basic);
}
@media (max-width: 767px) {
  .kobetsu-kyoiku__item {
    width: 100%;
    max-width: 500px;
  }
}
.kobetsu-kyoiku__image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.kobetsu-kyoiku__text {
  padding: 30px 20px 20px;
}
.kobetsu-kyoiku__text:after {
  content: '';
  display: block;
  margin: 30px auto 0;
  border-top: 2px solid var(--color-key);
  width: 60px;
}

.kyoiku-topics {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-key);
}
.kyoiku-topics h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
}
.kyoiku-topics h4:before, .kyoiku-topics h4:after {
  content: '';
  width: 20px;
  flex-grow: 1;
  flex-shrink: 0;
  border-top: 1px solid var(--color-key);
}
.kyoiku-topics__contents {
  margin-top: 30px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .kyoiku-topics__contents {
    gap: 40px 20px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .kyoiku-topics__contents {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
.kyoiku-topics__item {
  width: calc( (100% - 40px) / 2 );
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .kyoiku-topics__item {
    width: calc( (100% - 40px) / 3 );
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .kyoiku-topics__item {
    width: 100%;
    max-width: 500px;
  }
}
.kyoiku-topics__item h6 {
  color: var(--color-key);
}
.kyoiku-topics__item p {
  margin-top: 10px;
}
.kyoiku-topics__item img {
  width: 210px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .kyoiku-topics__item img {
    width: 100%;
  }
}

/*
---
---------------------------------------------------------------------------*/
.manabi-tokucho {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .manabi-tokucho {
    flex-direction: column;
    row-gap: 20px;
  }
}
.manabi-tokucho__item {
  width: calc( (100% - 40px) / 2 );
  padding: 0 20px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .manabi-tokucho__item {
    width: 100%;
  }
}
.manabi-tokucho__item:before {
  content: '';
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: calc(2.2rem * 1.25 / 2);
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .manabi-tokucho__item:before {
    top: calc(1.8rem * 1.25 / 2);
  }
}

.curriculum-image {
  margin-top: 30px;
}
.curriculum-image img {
  max-width: none;
}
@media (max-width: 767px) {
  .curriculum-image img {
    width: 700px;
  }
}

.manabi-sohatsugaku {
  position: relative;
  padding-bottom: 50px;
}
.manabi-sohatsugaku:before {
  content: '';
  position: absolute;
  width: 100vw;
  bottom: 0;
  top: calc(3rem * 1.25 / 2 + 2.2rem * 1.25);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-light-purple);
  z-index: -1;
}
@media (max-width: 767px) {
  .manabi-sohatsugaku:before {
    top: calc(2.2rem * 1.25 / 2 + 1.8rem * 1.25);
  }
}
.manabi-sohatsugaku__sub-h {
  color: var(--color-key);
  margin-top: 0;
}
.manabi-sohatsugaku__main-h {
  color: var(--color-key);
  margin-top: 0;
}
.manabi-sohatsugaku__lead {
  margin-top: 10px;
}
.manabi-sohatsugaku__item {
  margin-top: 40px;
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .manabi-sohatsugaku__item {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .manabi-sohatsugaku__item {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
.manabi-sohatsugaku__text {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .manabi-sohatsugaku__text {
    width: 100%;
  }
}
.manabi-sohatsugaku__item h5 {
  display: flex;
  column-gap: 10px;
}
.manabi-sohatsugaku__item h5:before {
  content: '';
  width: 16px;
  height: 16px;
  transform: translateY(calc((2.2rem * 1.25 - 16px) / 2));
  background-color: var(--color-key);
}
.manabi-sohatsugaku__item p {
  margin-top: 20px;
}
.manabi-sohatsugaku__item img {
  width: 300px;
  max-width: 30%;
  flex-shrink: 0;
  box-shadow: var(--box-shadow-basic);
}
@media (max-width: 1023px) {
  .manabi-sohatsugaku__item img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .manabi-sohatsugaku__item img {
    width: 500px;
    max-width: 100%;
  }
}

/*
---
---------------------------------------------------------------------------*/
.meiji-gakubu {
  display: flex;
  column-gap: 60px;
}
@media (max-width: 1023px) {
  .meiji-gakubu {
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .meiji-gakubu {
    flex-direction: column;
    row-gap: 30px;
  }
}
.meiji-gakubu__left {
  flex-grow: 1;
}
.meiji-gakubu__gakubu {
  margin-top: 30px;
}
.meiji-gakubu__gakubu__row {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-border-gray);
}
@media (max-width: 1023px) {
  .meiji-gakubu__gakubu__row {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
.meiji-gakubu__gakubu__row + .meiji-gakubu__gakubu__row {
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .meiji-gakubu__gakubu__row + .meiji-gakubu__gakubu__row {
    padding-top: 20px;
  }
}
.meiji-gakubu__gakubu__th {
  color: var(--color-key);
  font-size: 1.8rem;
  font-family: var(--font-noto-serif);
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .meiji-gakubu__gakubu__th {
    width: 100%;
  }
}
.meiji-gakubu__right {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .meiji-gakubu__right {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .meiji-gakubu__right {
    width: 100%;
  }
}

.meiji-campus--multi {
  background-color: #fff;
  box-shadow: var(--box-shadow-basic);
}

/* 追加：中身が空の場合に非表示 */
.meiji-campus--multi:not(:has(.meiji-campus--multi-layer > *)) {
  display: none;
}

.meiji-campus--multi-layer {
  padding: 40px;
}
@media (max-width: 767px) {
  .meiji-campus--multi-layer {
    padding: 20px;
  }
}
.meiji-campus--multi h3 {
  color: #fff;
  background-color: var(--color-key);
  padding: 5px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.meiji-campus__kosha {
  display: flex;
  position: relative;
  column-gap: 80px;
}
@media (max-width: 767px) {
  .meiji-campus__kosha {
    flex-direction: column;
    row-gap: 30px;
  }
}
.meiji-campus__kosha:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px dashed var(--color-border-gray);
}
@media (max-width: 767px) {
  .meiji-campus__kosha:before {
    content: none;
  }
}
.meiji-campus__kosha__item {
  width: calc( (100% - 80px) / 2 );
}
@media (max-width: 767px) {
  .meiji-campus__kosha__item {
    width: 100%;
  }
}
.meiji-campus__kosha__item img {
  aspect-ratio: 6 / 10;
  width: 220px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.meiji-campus__kosha__item h5 {
  margin-top: 10px;
  text-align: center;
}
.meiji-campus__taisho {
  color: var(--color-key);
}
.meiji-campus__access {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.meiji-campus__access span {
  background-color: var(--color-light-purple);
  line-height: 1.15;
  font-size: 1.4rem;
  padding: 2px 4px 5px;
}
.meiji-campus--single {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .meiji-campus--single {
    flex-direction: column;
  }
}
.meiji-campus__card {
  background-color: #fff;
  box-shadow: var(--box-shadow-basic);
  width: calc( (100% - 30px) / 3 );
}
@media (max-width: 767px) {
  .meiji-campus__card {
    width: 100%;
  }
 .meiji-campus__card h5.reset br.pc_disp{
        display: none;
    }
}
.meiji-campus__card h5 {
  color: #fff;
  background-color: var(--color-key);
  padding: 5px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.meiji-campus__card img {
/*  aspect-ratio: 4 / 3;*/
  width: 100%;
  object-fit: cover;
}
.meiji-campus__card__text {
  padding: 30px 20px;
}

/*
---
---------------------------------------------------------------------------*/
.information__articles a {
  display: flex;
  padding-bottom: 30px;
  color: inherit;
  position: relative;
}
@media (max-width: 767px) {
  .information__articles a {
    flex-direction: column;
    row-gap: 5px;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
}
.information__articles a + a {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .information__articles a + a {
    padding-top: 15px;
  }
}
.information__articles a:hover {
  color: var(--color-key);
}
.information__articles a:nth-of-type(n+2):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  border-top: 1px solid var(--color-border-gray);
}
.information__articles a span {
  font-size: 1.2rem;
  color: var(--color-font-gray);
  width: 80px;
  flex-shrink: 0;
  transform: translateY(3.5px);
}



.koteikiji_articles {
background-color: #f2f2f2;
padding: 15px;
}

.koteikiji_articles + .koteikiji_articles {
margin-top: 10px;
}

.koteikiji_articles__item {
  color: inherit;
}

.koteikiji_articles__text{
align-self: center; 
}

.koteikiji_articles__date {
    font-size: 1.2rem;
    color: var(--color-font-gray);
    display: block;
    margin-right: 20px;
}

.koteikiji_articles__title{
    font-size: 18px;
    color: #333;
    font-family: var(--font-noto-serif);
    font-weight: 400;
    font-size: 2.2rem;
}

.koteikiji_articles__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.koteikiji_articles__categories span {
    display: block;
    font-size: 1.2rem;
    background-color: none;
    border: 1px solid #999;
    border-radius: 100vh;
    line-height: 1;
    padding: 3px 10px 5px;
}

.news-topics__articles {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 767px) {
  .news-topics__articles {
    flex-direction: column;
  }
}
.news-topics__articles__item {
  color: inherit;
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
  width: calc( (100% - 25px) / 2 );
}
@media (max-width: 767px) {
  .news-topics__articles__item {
    column-gap: 15px;
    width: 100%;
  }
}
.news-topics__articles__item:hover {
  color: var(--color-key);
}
.news-topics__articles__item img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 250px;
  max-width: 50%;
  box-shadow: var(--box-shadow-basic);
  flex-shrink: 0;
  transition: all .5s;
}
@media (max-width: 767px) {
  .news-topics__articles__item img {
    width: 130px;
    max-width: 40%;
  }
}
.news-topics__articles__item:hover img {
  box-shadow: 0px 5px 10px #aaa;
}
.news-topics__articles__text {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .news-topics__articles__text {
    font-size: 1.4rem;
    row-gap: 5px;
  }
}
.news-topics__articles__date {
  font-size: 1.2rem;
  color: var(--color-font-gray);
}
.news-topics__articles__categories {
  border-top: 1px solid var(--color-border-gray);
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.news-topics__articles__categories span {
  display: block;
  font-size: 1.2rem;
  background-color: var(--color-light-purple);
  border-radius: 100vh;
  line-height: 1;
  padding: 3px 10px 5px;
}
@media (max-width: 767px) {
  .news-topics__articles__categories span {
    font-size: 1rem;
  }
}

/*
---
---------------------------------------------------------------------------*/
.shokudo-topic {
  display: flex;
  column-gap: 40px;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .shokudo-topic {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .shokudo-topic {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
.shokudo-topic:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-light-purple);
  z-index: -1;
}
.shokudo-topic__text {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .shokudo-topic__text {
    width: 100%;
  }
}
.shokudo-topic img {
  width: 680px;
  max-width: 70%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .shokudo-topic img {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .shokudo-topic img {
    max-width: 100%;
  }
}

/*
---
---------------------------------------------------------------------------*/
.result-table {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1023px) {
  .result-table {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .result-table {
    gap: 20px 10px;
  }
}
.result-table__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid var(--color-border-gray);
  padding: 0px 10px 20px;
  justify-content: space-between;
  width: calc( (100% - 80px) / 3 );
  line-height: 1.25;
}
@media (max-width: 767px) {
  .result-table__item {
    font-size: 1.4rem;
    width: calc( (100% - 10px) / 2 );
    padding-bottom: 10px;
  }
}
.result-table__num {
  font-family: var(--font-yumin);
  font-size: 2.6rem;
  color: var(--color-key);
  width: 50px;
  text-align: right;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .result-table__num {
    font-size: 2rem;
    width: 40px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.meidai-mart {
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .meidai-mart {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
.meidai-mart__text {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .meidai-mart__text {
    width: 100%;
  }
}
.meidai-mart__image {
  max-width: 30%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .meidai-mart__image {
    max-width: 100%;
  }
}

/*
---
---------------------------------------------------------------------------*/
.sohatsu-lead {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sohatsu-lead {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    justify-content: flex-start;
  }
}
.sohatsu-lead__image {
  display: flex;
  flex-shrink: 0;
  column-gap: 20px;
  width: 620px;
  max-width: 60%;
}
@media (max-width: 767px) {
  .sohatsu-lead__image {
    width: 100%;
    max-width: 600px;
  }
}
.sohatsu-lead__image img {
  width: calc( (100% - 20px) / 2 );
}

.sohatsu-term {
  display: flex;
  margin-top: 30px;
  column-gap: 2px;
}
.sohatsu-term__col {
  padding: 10px;
  display: flex;
  column-gap: 20px;
  background-color: var(--box-color);
  width: calc( (100% - 2px) / 3 );
}
@media (max-width: 767px) {
  .sohatsu-term__col {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
}
.sohatsu-term__col img {
  width: 120px;
  max-width: 40%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sohatsu-term__col img {
    max-width: 100%;
  }
}
.sohatsu-term__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 2.2rem;
  font-family: var(--font-noto-serif);
  color: #fff;
}
@media (max-width: 767px) {
  .sohatsu-term__text {
    font-size: 1.6rem;
    align-items: center;
  }
}
.sohatsu-term__text span {
  font-size: 1.4rem;
  color: var(--box-color);
  padding: 2px 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sohatsu-term__text span {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.sohatsu-program {
  background-color: #fff;
  padding: 40px 20px;
  box-shadow: var(--box-shadow-basic);
}
@media (max-width: 767px) {
  .sohatsu-program.hs {
    display: flex;
    column-gap: 20px;
  }
}
.sohatsu-program__flex {
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sohatsu-program__flex {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .sohatsu-program.hs .sohatsu-program__flex {
    flex-shrink: 0;
    width: 120px;
  }
}
.sohatsu-program__item {
  width: calc( (100% - 80px) / 3 );
}
@media (max-width: 767px) {
  .sohatsu-program__item {
    width: 100%;
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.sohatsu-program__item h5 {
  display: flex;
  column-gap: 5px;
}
@media (max-width: 767px) {
  .sohatsu-program__item h5 {
    flex-direction: column;
    row-gap: 2px;
    width: 100%;
    align-items: flex-start;
  }
}
.sohatsu-program__item h5 span {
  font-size: 1.6rem;
  color: var(--color-key);
  padding: 2px 4px;
  background-color: var(--color-light-purple);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sohatsu-program__item h5 span {
    font-size: 1.2rem;
  }
}
.sohatsu-program__item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sohatsu-program__item img {
    width: 120px;
    margin-top: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .sohatsu-program__item ul {
    margin-top: 0 !important;
    font-size: 1.4rem;
  }
}
.sohatsu-program__kyotsu-wrapper {
  display: flex;
  justify-content: center;
}
.sohatsu-program__kyotsu {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  max-width: 540px;
}
@media (max-width: 767px) {
  .sohatsu-program__kyotsu {
    flex-direction: column;
    align-self: center;
    font-size: 1.4rem;
    margin-top: 0 !important;
  }
}
.sohatsu-program__kyotsu li {
  margin-top: 0 !important;
  width: calc( (100% - 40px) / 2 );
}
@media (max-width: 767px) {
  .sohatsu-program__kyotsu li {
    width: 100%;
    max-width: none;
  }
}

/*
---
---------------------------------------------------------------------------*/
.gyoji-slider {
  position: relative;
  padding: 60px 50px;
}
@media (max-width: 767px) {
  .gyoji-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
    padding: 60px 0;
  }
}
.gyoji-slider:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-light-purple);
  z-index: -1;
}
.gyoji-slider__swiper {
  position: relative;
}
@media (max-width: 767px) {
  .gyoji-slider__swiper {
    width: 100%;
  }
}
.gyoji-slider__item {
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
  transition: all .5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .gyoji-slider__item {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
.swiper-slide-active .gyoji-slider__item {
  opacity: 1;
}
.gyoji-slider__text {
  align-self: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .gyoji-slider__text {
    width: 100%;
  }
}
.gyoji-slider__text h3 {
  color: var(--color-key);
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.gyoji-slider__text h3 span {
  display: block;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  padding: 3px 10px 5px;
  min-width: 80px;
  text-align: center;
  flex-shrink: 0;
}
.gyoji-slider__item img {
  width: 600px;
  flex-shrink: 0;
  max-width: 60%;
  transition: all .5s;
  box-shadow: var(--box-shadow-basic);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
@media (max-width: 767px) {
  .gyoji-slider__item img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gyoji-slider .swiper-default__arrow {
    position: static;
    transform: none;
  }
}

.gyoji-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.gyoji-list__item {
  border-style: solid;
  border-color: var(--color-key);
  border-width: 0 1px 0 0px;
  padding: 0px 20px 40px;
  min-height: 400px;
  width: calc( (100% - 0px) / 3 );
}
@media (max-width: 767px) {
  .gyoji-list__item {
    width: 50%;
    padding: 0 10px 30px;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .gyoji-list__item:nth-of-type(3n + 1) {
    border-left-width: 1px;
  }
}
@media (max-width: 767px) {
  .gyoji-list__item:nth-of-type(2n + 1) {
    border-left-width: 1px;
  }
}
.gyoji-list__month {
  font-family: var(--font-yumin);
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .gyoji-list__month {
    font-size: 3rem;
  }
}
.gyoji-list__month span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .gyoji-list__month span {
    font-size: 1.6rem;
  }
}
.gyoji-list__item ul {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .gyoji-list__item ul {
    font-size: 1.2rem;
  }
}
.gyoji-list__item a {
  color: var(--color-key);
  text-decoration: underline;
}
.gyoji-list__item a:hover {
  text-decoration: none;
}

/*
---
---------------------------------------------------------------------------*/
.nigenzo {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .nigenzo {
    flex-direction: column;
    row-gap: 20px;
  }
}
.nigenzo__item {
  width: calc( (100% - 40px) / 3 );
  position: relative;
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .nigenzo__item {
    width: 100%;
  }
}
.nigenzo__item:before {
  content: '';
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: calc(2.2rem * 1.25 / 2);
  left: 0;
  z-index: -1;
}

.kyoiku-hoshin {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  counter-reset: kyoiku-hoshin;
  margin-top: 30px;
}
.kyoiku-hoshin__item {
  position: relative;
}
.kyoiku-hoshin__item:before {
  content: '';
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 30px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .kyoiku-hoshin__item:before {
    top: 22px;
  }
}
.kyoiku-hoshin__item h4 {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.kyoiku-hoshin__item h4:before {
  counter-increment: kyoiku-hoshin;
  content: counter(kyoiku-hoshin);
  width: 60px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color-key);
  border-radius: 100%;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .kyoiku-hoshin__item h4:before {
    width: 44px;
  }
}
.kyoiku-hoshin__item h4 span {
  display: block;
  padding-top: calc( 30px - (2.8rem * 1.25 / 2) );
}
@media (max-width: 767px) {
  .kyoiku-hoshin__item h4 span {
    padding-top: calc( 22px - (2rem * 1.25 / 2) );
  }
}
.kyoiku-hoshin__text {
  padding: 20px;
}

.meiseta-shinjo {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .meiseta-shinjo {
    flex-direction: column;
    row-gap: 20px;
  }
}
.meiseta-shinjo__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  box-shadow: var(--box-shadow-basic);
  align-items: flex-start;
  width: calc( (100% - 20px) / 3 );
}
@media (max-width: 767px) {
  .meiseta-shinjo__item {
    width: 100%;
  }
}
.meiseta-shinjo__tag {
  font-family: var(--font-noto-serif);
  font-size: 1.4rem;
  background-color: var(--color-light-purple);
  line-height: 1;
  padding: 2px 10px 4px;
}
.meiseta-shinjo__item h5 {
  margin-top: 10px;
}
.meiseta-shinjo__item p {
  margin-top: 20px;
}

.enkaku {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  position: relative;
  padding: 20px 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .enkaku {
    row-gap: 30px;
  }
}
.enkaku:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid var(--color-key);
  top: 0;
  left: 260px;
}
@media (max-width: 767px) {
  .enkaku:before {
    left: 100px;
  }
}
.enkaku__item {
  display: flex;
  align-items: flex-start;
}
.enkaku__year {
  font-size: 2.4rem;
  font-family: var(--font-noto-serif);
  color: var(--color-key);
  width: 260px;
  position: relative;
  flex-shrink: 0;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .enkaku__year {
    font-size: 1.6rem;
    width: 100px;
  }
}
.enkaku__year:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(2.4rem * 1.25 / 2);
  background-color: var(--color-key);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  transform: translate(50%, -50%);
}
@media (max-width: 767px) {
  .enkaku__year:after {
    top: calc(1.6rem * 1.25 / 2);
  }
}
.enkaku__text {
  padding: 0px 0 0 40px;
}
@media (max-width: 767px) {
  .enkaku__text {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}

.koka-onsei {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 1023px) {
  .koka-onsei {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .koka-onsei {
    flex-direction: column;
    row-gap: 20px;
  }
}
.koka-onsei__item {
  padding: 40px;
  background-color: #fff;
  box-shadow: var(--box-shadow-basic);
  align-items: flex-start;
  width: calc( (100% - 25px) / 2 );
}

.koka-onsei__item h5.reset:empty {
    display: none;
}

@media (max-width: 1023px) {
  .koka-onsei__item {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .koka-onsei__item {
    width: 100%;
    padding: 30px 20px;
  }
}

/*
---
---------------------------------------------------------------------------*/
.granddesign-setsumei {
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .granddesign-setsumei {
    flex-direction: column;
    row-gap: 30px;
  }
}
.granddesign-setsumei__image {
  width: 350px;
  max-width: 35%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .granddesign-setsumei__image {
    max-width: 100%;
    align-self: center;
  }
}
.granddesign-setsumei__text {
  align-self: center;
}
.granddesign-setsumei__point {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  counter-reset: granddesign-setsumei-point;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .granddesign-setsumei__point {
    flex-direction: column;
    row-gap: 15px;
    margin-top: 30px;
  }
}
.granddesign-setsumei__point__item {
  width: calc( (100% - 30px) / 3 );
  padding: 0 15px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .granddesign-setsumei__point__item {
    width: 100%;
    flex-direction: row;
    column-gap: 10px;
    padding: 20px 20px 20px 0;
  }
}
.granddesign-setsumei__point__item:after {
  content: '';
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 2rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .granddesign-setsumei__point__item:after {
    top: 0;
    left: 10px;
  }
}
.granddesign-setsumei__point__item:before {
  content: counter(granddesign-setsumei-point);
  counter-increment: granddesign-setsumei-point;
  text-align: center;
  font-family: var(--font-yumin);
  font-size: 4rem;
  line-height: 1;
}

.sohatsugaku-toha {
  display: flex;
}
@media (max-width: 767px) {
  .sohatsugaku-toha {
    flex-direction: column;
    row-gap: 20px;
  }
}
.sohatsugaku-toha h3 {
  width: 260px;
  border-color: var(--color-key);
  border-style: solid;
  border-width: 0 1px 0 0;
  flex-shrink: 0;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .sohatsugaku-toha h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .sohatsugaku-toha h3 {
    width: auto;
    align-self: center;
    border-width: 0 0 1px;
    padding: 0 10px 10px;
  }
}
.sohatsugaku-toha__text {
  padding: 20px 0 20px 40px;
}
@media (max-width: 767px) {
  .sohatsugaku-toha__text {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sohatsugaku-toha__button {
    margin-right: 0;
  }
}

.sohatsugaku-kyoiku {
  display: flex;
  column-gap: 60px;
  position: relative;
}
.sohatsugaku-kyoiku:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: var(--box-color);
  opacity: .1;
  transform: translateX(-50%);
  z-index: -1;
}
.sohatsugaku-kyoiku:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sohatsugaku-kyoiku__text {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  flex-grow: 1;
  padding: 20px 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .sohatsugaku-kyoiku__text {
    width: 100%;
    row-gap: 20px;
    padding: 40px 0;
  }
}
.sohatsugaku-kyoiku__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.sohatsugaku-kyoiku__title img {
  width: 80px;
}
@media (max-width: 767px) {
  .sohatsugaku-kyoiku__title img {
    width: 70px;
  }
}
.sohatsugaku-kyoiku h3 {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .sohatsugaku-kyoiku h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .sohatsugaku-kyoiku h3 {
    flex-direction: row;
    column-gap: 5px;
  }
}
.sohatsugaku-kyoiku__smp-image {
  margin-left: -20px;
  margin-right: -20px;
  aspect-ratio: 1;
}
.sohatsugaku-kyoiku__smp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sohatsugaku-kyoiku__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 767px) {
  .sohatsugaku-kyoiku__list {
    flex-direction: column;
  }
}
.sohatsugaku-kyoiku__list-item {
  width: calc( (100% - 40px) / 2 );
  position: relative;
  padding-left: 20px;
  font-family: var(--font-noto-serif);
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .sohatsugaku-kyoiku__list-item {
    width: 100%;
    font-size: 1.8rem;
  }
}
.sohatsugaku-kyoiku__list-item:before {
  content: '';
  width: 12px;
  border-top: 3px solid var(--box-color);
  position: absolute;
  left: 0;
  top: calc( 2rem * 1.25 / 2 );
  transform: translateY(-50%);
}
.sohatsugaku-kyoiku__button {
  background-color: var(--box-color);
  border-color: var(--box-color);
}
@media (max-width: 767px) {
  .sohatsugaku-kyoiku__button {
    margin-top: 10px;
  }
}
.sohatsugaku-kyoiku__image {
  aspect-ratio: 39 / 70;
  object-fit: cover;
  width: 390px;
  max-width: 40%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .sohatsugaku-kyoiku__image {
    align-self: center;
  }
}
@media (max-width: 767px) {
  .sohatsugaku-kyoiku__image {
    display: none;
  }
}

/*
---
---------------------------------------------------------------------------*/
.uniform-sp-h3 {
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .uniform-sp-h3 {
    font-size: 1.6rem;
  }
}
.uniform-sp-h3 span {
  font-size: 4rem;
  font-family: var(--font-yumin);
}
@media (max-width: 767px) {
  .uniform-sp-h3 span {
    font-size: 2.8rem;
  }
}

.shinseihuku-lead {
  display: flex;
  position: relative;
  column-gap: 40px;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .shinseihuku-lead {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    row-gap: 20px;
  }
}
.shinseihuku-lead:before {
  content: '';
  position: absolute;
  width: 100vw;
  bottom: 0;
  top: calc(5rem * 1.25 / 2);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-light-purple);
  z-index: -1;
}
.shinseihuku-lead__text {
  flex-grow: 1;
}
.shinseihuku-lead h3 {
  display: flex;
  flex-direction: column;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .shinseihuku-lead h3 {
    font-size: 2rem;
  }
}
.shinseihuku-lead h3 span {
  font-size: 5rem;
  font-family: var(--font-yumin);
}
@media (max-width: 767px) {
  .shinseihuku-lead h3 span {
    font-size: 3.3rem;
  }
}
.shinseihuku-lead__option {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.shinseihuku-lead__option-item {
  width: calc( (100% - 50px) / 3 );
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 767px) {
  .shinseihuku-lead__option-item {
    width: calc( (100% - 25px) / 2 );
  }
}
.shinseihuku-lead__option-item img {
  width: 100%;
  box-shadow: var(--box-shadow-basic);
}
.shinseihuku-lead__image {
  width: 560px;
  max-width: 60%;
  flex-shrink: 0;
  box-shadow: var(--box-shadow-basic);
}
@media (max-width: 1023px) {
  .shinseihuku-lead__image {
    max-width: 100%;
    width: 660px;
  }
}

.uniform-images {
  display: flex;
  column-gap: 45px;
}
@media (max-width: 1023px) {
  .uniform-images {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .uniform-images {
    row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
  }
}
.uniform-images img {
  box-shadow: var(--box-shadow-basic);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.uniform-images__left {
  width: 720px;
  max-width: 70%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .uniform-images__left {
    width: 100%;
    max-width: none;
  }
}
.uniform-images__right {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .uniform-images__right {
    width: 50%;
  }
}
.uniform-images__right a {
  height: 100%;
}

.uniform-option {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 50px;
  position: relative;
  padding-bottom: 40px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .uniform-option {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .uniform-option {
    flex-direction: column;
    row-gap: 20px;
  }
}
.uniform-option:before {
  content: '';
  position: absolute;
  width: 100vw;
  top: 80px;
  bottom: 0;
  left: 50px;
  background-color: #f7f7f7;
  z-index: -1;
}
@media (max-width: 1023px) {
  .uniform-option:before {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .uniform-option:before {
    top: 110px;
    width: auto;
    left: -20px;
    right: -20px;
  }
}
.uniform-option + .uniform-option {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  .uniform-option.reverse {
    flex-direction: row;
  }
  .uniform-option.reverse:before {
    left: auto;
    right: 50px;
  }
}
.uniform-option__main {
  width: 660px;
  max-width: 66%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
}
@media (max-width: 1023px) {
  .uniform-option__main {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .uniform-option__main {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
    
 .uniform-option__main h3 {
        order: 0;
    }
    .uniform-option__main p {
        order: 1;
    }
    .uniform-option__main a {
        order: 2;
    }    
}
.uniform-option__main img {
  box-shadow: var(--box-shadow-basic);
}
.uniform-option__items {
  padding-top: 110px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media (max-width: 1023px) {
  .uniform-option__items {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .uniform-option__items {
    padding: 0 30px;
    gap: 20px 10px;
  }
}
.uniform-option__items-item {
  width: calc( (100% - 20px) / 2 );
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .uniform-option__items-item {
    font-size: 1.4rem;
  }
}
.uniform-option__items-item img {
  box-shadow: var(--box-shadow-basic);
}
.uniform-option__feature {
  padding-top: 135px;
}
@media (max-width: 1023px) {
  .uniform-option__feature {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .uniform-option__feature {
    padding: 0;
  }
}
.uniform-option__function {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .uniform-option__function {
    column-gap: 10px;
  }
}
.uniform-option__function-item {
  width: calc( (100% - 30px) / 3 );
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .uniform-option__function-item {
    font-size: 1.4rem;
  }
}
.uniform-option__function-item img {
  box-shadow: var(--box-shadow-basic);
}

a[data-lightbox] {
  position: relative;
  display: block;
}
a[data-lightbox]:before {
  content: '';
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  right: 4px;
  bottom: 4px;
  background-image: url("../images/zoom-16x16-black.png");
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}

/*
---
---------------------------------------------------------------------------*/
.event-nittei__yoyaku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1023px) {
  .event-nittei__yoyaku {
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-start;
  }
}
.event-nittei__yoyaku span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 8px;
  color: #fff;
  background-color: #808080;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .event-nittei__yoyaku span {
    font-size: 1rem;
  }
}
.event-nittei__yoyaku span.yoyaku {
  background-color: var(--color-orange);
}

.setsumaikai-nittei {
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .setsumaikai-nittei {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .setsumaikai-nittei {
    font-size: 1.1rem;
  }
}
.setsumaikai-nittei th {
  text-align: center;
  vertical-align: middle;
}
.setsumaikai-nittei td {
  vertical-align: middle;
}
.setsumaikai-nittei th:nth-of-type(1) {
  width: 30%;
}
@media (max-width: 1023px) {
  .setsumaikai-nittei th:nth-of-type(1) {
    width: 25%;
  }
}
.setsumaikai-nittei th:nth-of-type(2) {
  width: 16%;
}
@media (max-width: 1023px) {
  .setsumaikai-nittei th:nth-of-type(2) {
    width: 18%;
  }
}
.setsumaikai-nittei th:nth-of-type(3) {
  width: 20%;
}
.setsumaikai-nittei td:nth-of-type(1) {
  background-color: #f7f7f7;
}

.gakuensai-nittei {
  margin-top: 30px;
  max-width: 640px;
}
.gakuensai-nittei table {
  width: 100%;
}
@media (min-width: 768px) {
  .gakuensai-nittei table {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .gakuensai-nittei table {
    font-size: 1.1rem;
  }
}
.gakuensai-nittei th {
  text-align: center;
  vertical-align: middle;
}
.gakuensai-nittei td {
  vertical-align: middle;
}
.gakuensai-nittei th:nth-of-type(1) {
  width: 260px;
}
@media (max-width: 767px) {
  .gakuensai-nittei th:nth-of-type(1) {
    width: 50%;
  }
}
.gakuensai-nittei td:nth-of-type(1) {
  background-color: #f7f7f7;
}

.gaisetsu-nittei {
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .gaisetsu-nittei {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .gaisetsu-nittei {
    font-size: 1.1rem;
  }
}
.gaisetsu-nittei th {
  text-align: center;
  vertical-align: middle;
}
.gaisetsu-nittei td {
  vertical-align: middle;
}
.gaisetsu-nittei th:nth-of-type(1) {
  width: 200px;
}
@media (max-width: 1023px) {
  .gaisetsu-nittei th:nth-of-type(1) {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .gaisetsu-nittei th:nth-of-type(1) {
    width: auto;
  }
}
.gaisetsu-nittei th:nth-of-type(4) {
  width: 200px;
}
@media (max-width: 1023px) {
  .gaisetsu-nittei th:nth-of-type(4) {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .gaisetsu-nittei th:nth-of-type(4) {
    width: 65px;
  }
}
.gaisetsu-nittei td:nth-of-type(1) {
  background-color: #f7f7f7;
}
.gaisetsu-nittei__button {
  display: block;
  background-color: var(--color-key);
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  background-image: url("../images/window-16x16-white.png");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 100vh;
  border: 1px solid var(--color-key);
}
@media (max-width: 767px) {
  .gaisetsu-nittei__button {
    font-size: 1rem;
    background-size: 8px auto;
    background-position: right 5px center;
    padding: 2px 15px 4px;
  }
}
.gaisetsu-nittei__button:hover {
  background-color: transparent;
  color: var(--color-key);
  background-image: url("../images/window-16x16-purple.png");
}
@media (max-width: 767px) {
  .gaisetsu-nittei__button span {
    display: none;
  }
}

.tuition table {
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .tuition table {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tuition table {
    font-size: 1.1rem;
  }
}
.tuition th {
  text-align: center;
  vertical-align: middle;
}
.tuition td {
  vertical-align: middle;
}
.tuition th:nth-of-type(1) {
  width: 25%;
}
.tuition th:nth-of-type(3) {
  width: 25%;
}
@media (max-width: 767px) {
  .tuition th:nth-of-type(3) {
    width: 120px;
  }
}
.tuition td:nth-of-type(1) {
  background-color: #f7f7f7;
}
.tuition td:nth-of-type(3) {
  text-align: right;
}

/*
---
---------------------------------------------------------------------------*/
.main .sitemap-global {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .main .sitemap-global {
    flex-direction: column;
  }
}
.main .sitemap-global > li {
  width: calc( (100% - 40px) / 2 );
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .main .sitemap-global > li {
    width: 100%;
  }
}
.main .sitemap-global > li:before {
  content: none;
}
.main .sitemap-global > li > a {
  display: block;
  color: var(--color-key);
  font-size: 2rem;
  font-family: var(--font-noto-serif);
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.main .sitemap-global > li > .sub-menu {
  margin-top: 20px;
}
.main .sitemap-global > li > .sub-menu > li > a {
  color: inherit;
  display: block;
}
.main .sitemap-global > li > .sub-menu > li > a:hover {
  opacity: .5;
}

.main .sitemap-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .main .sitemap-sub {
    font-size: 1.2rem;
  }
}
.main .sitemap-sub > li {
  width: calc( (100% - 60px) / 4 );
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .main .sitemap-sub > li {
    width: calc( (100% - 20px) / 2 );
  }
}
.main .sitemap-sub > li:before {
  content: none;
}
.main .sitemap-sub > li > a {
  color: inherit;
  display: block;
}
.main .sitemap-sub > li > a:hover {
  opacity: .5;
}

.main .sitemap-special {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .main .sitemap-special {
    font-size: 1.2rem;
  }
}
.main .sitemap-special > li {
  width: calc( (100% - 60px) / 4 );
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .main .sitemap-special > li {
    width: calc( (100% - 20px) / 2 );
  }
}
.main .sitemap-special > li:before {
  content: none;
}
.main .sitemap-special > li > a {
  color: inherit;
  background-color: var(--color-light-purple);
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 4px 10px;
  column-gap: 10px;
  position: relative;
}
.main .sitemap-special > li > a:hover {
  color: var(--color-key);
}
.main .sitemap-special > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid var(--color-key);
  opacity: 0;
  transition: all .5s;
}
.main .sitemap-special > li > a:hover:before {
  opacity: 1;
}
.main .sitemap-special > li > a:after {
  content: '';
  background-image: url("../images/arrow-border-10x16-purple-next.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 16px;
  flex-shrink: 0;
}
.main .sitemap-special > li > a[target="_blank"]:after {
  background-image: url("../images/window-16x16-purple.png");
  width: 16px;
}

/*
---
---------------------------------------------------------------------------*/
.gakko-shozaichi {
  margin-top: 30px;
  display: flex;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .gakko-shozaichi {
    flex-direction: column-reverse;
    row-gap: 30px;
    align-items: center;
  }
}
.gakko-shozaichi__right {
  width: 580px;
  max-width: 55%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gakko-shozaichi__right {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gakko-shozaichi__left {
    width: 100%;
  }
}
.gakko-shozaichi__left h6 {
  color: var(--color-key);
}
.gakko-shozaichi__left ul {
  margin-top: 20px;
  font-size: 1.4rem;
}

.michiannai {
  max-width: 640px;
  margin: 60px auto 0;
}
.michiannai iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.michiannai h6 {
  text-align: center;
  margin-top: 15px;
}

/*
---2025.12.25 追加
---------------------------------------------------------------------------*/
iframe[src*="youtube.com"], iframe[src*="youtube-nocookie.com"] {
    width: 560px;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 0 auto;
}
iframe[src*="youtube.com"] + div.box,
iframe[src*="youtube-nocookie.com"] + div.box {
    width: 560px;
    margin: 0 auto;
}
