@charset "UTF-8";

/* =================================
   common
================================= */
section {
    padding: 100px 0;
}
.sec__heading {
    text-align: center;
    margin-bottom: 100px;
    font-family: var(--serif);
    font-weight: 600;
}
.sec__heading > span:first-child {
    font-size: 4.0rem;
    opacity: 1;
    line-height: 1;
    display: block;
}
.senior .sec__heading > span:first-child {
    display: none;
}
.sec__heading h2 {
    font-size: 4.0rem;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-top: 0px;
}
h2,
h3,
h4,
h5,
h6{
    margin-top: 3rem;
}

.block__head > :first-child {
    margin-top: 0;
}
.block__head {
    text-align: center;
}

.link__wrap {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.link__wrap a.btn-a {
    width: calc((100% / 2) - 10px);
    margin-top: 0;
}

.sogo .sec__heading > span:first-child {
    background: linear-gradient(180deg, rgba(181, 73, 91, 1)0%, rgba(181, 73, 91, 0.5) 50%, rgba(181, 73, 91, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.junior .sec__heading > span:first-child {
    background: linear-gradient(180deg, rgba(02, 188, 37, 1)0%, rgba(2, 188, 37, 0.5) 50%, rgba(2, 188, 37, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sogo section:nth-of-type(even) {
    background: linear-gradient(45deg, rgba(181, 73, 91, 0.1) 0%, rgba(222, 160, 89, 0.1) 100%);
}
.junior section:nth-of-type(even) {
    background-color: rgba(2, 188, 37, 0.05);
}
.senior section:nth-of-type(even) {
    background-color: rgba(0, 163, 244, 0.05);
}

.borderBox__wrap{
	padding: 20px 30px;
}
.sogo .borderBox__wrap {
    border: 1px solid var(--cmn);
}
.junior .borderBox__wrap {
    border: 1px solid var(--jhsh);
}
.senior .borderBox__wrap {
    border: 1px solid var(--hs);
}
.txtImg__flex {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
figure.txtImg__img {
    width: 30%;
    max-width: 360px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}
figure.txtImg__img img {
    width: 100%;
}
.txtImg__txt > *:first-child {
	margin-top: 0;
}

figcaption {
    margin-top: 5px;
    font-size: 1.4rem;
}

.cmn__editor__wrap p {
    margin-top: 0;
}

/*
---breadcrumbs
---------------------------------------------------------------------------*/
.breadcrumbs {
  font-size: 1.2rem;
  padding: 30px 0 0;
  color: #808080;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.breadcrumbs > span {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a {
  color: inherit;
  color: #888;
}
.breadcrumbs a:hover {
  color: #123456;
}

/*
---mw-wp-form
---------------------------------------------------------------------------*/
.mw_wp_form > :first-child {
  margin-top: 0 !important;
}
.mw_wp_form > :last-child {
  margin-bottom: 0 !important;
}
.mw_wp_form strong {
  color: #2293B1;
}
.mw_wp_form table {
  width: 100%;
}
.mw_wp_form table th, .mw_wp_form table td {
  vertical-align: middle;
}
.mw_wp_form table th {
  width: 280px;
}
.mw_wp_form table th[colspan="2"] {
  background-color: #2293B1;
  color: #fff;
  border-left-color: #2293B1;
  border-right-color: #2293B1;
}
.mw_wp_form 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;
}
.mw_wp_form select::-ms-expand {
  display: none;
}
.mw_wp_form input[type="text"], .mw_wp_form input[type="tel"], .mw_wp_form 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%;
}
.mw_wp_form input[type="submit"], .mw_wp_form input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 10px auto 0;
  padding: 1rem;
  text-align: center;
  color: #fff;
  border-width: 0;
  background-image: url(../images/arrow_right_wht_6x11.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  -webkit-background-size: 6px auto;
  background-size: 6px auto;
  background-color: #094AB1;
  transition: all .5s;
  border-radius: 5px;
}
.mw_wp_form input[type="submit"]:hover, .mw_wp_form input[type="button"]:hover {
  background-color: #2980B4;
  color: #fff;
}
.mw_wp_form input[type="submit"].back {
  background-color: #f2f2f2;
  color: inherit;
  border: 1px solid #ddd;
  padding: 10px 15px;
  background-image: none;
}
.mw_wp_form input[type="submit"].back:hover {
  background-color: #fff;
}
.mw_wp_form input.zip, .mw_wp_form input.tel {
  width: 6em;
}
.mw_wp_form input.shorttxt {
  width: 6em;
}
.mw_wp_form input.longtxt {
  width: 100%;
}
.mw_wp_form 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%;
}
.mw_wp_form .mwform-checkbox-field input[type="checkbox"] {
  vertical-align: middle;
}
.mw_wp_form .horizontal-item {
  margin-right: 30px;
  display: inline-block;
  padding: 5px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .error {
  margin-top: 5px;
  width: auto;
}
.mw_wp_form label.error {
  display: block;
  background-color: #B43032;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 3px;
}
.mw_wp_form_confirm .conf_non {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mw_wp_form table {
    display: block;
  }
  .mw_wp_form table tbody, .mw_wp_form table tr, .mw_wp_form table th, .mw_wp_form table td {
    display: block;
  }
  .mw_wp_form table tr + tr th {
    border-top-width: 0;
  }
  .mw_wp_form table th {
    border-bottom-width: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: bold;
    width: auto;
  }
  .mw_wp_form 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 {
  margin-top: 32px;
}
.main ul, .main ol, .mceContentBody ul, .mceContentBody ol {
  margin: 20px 0 0;
}
.main ul > li, .main ol > li, .mceContentBody ul > li, .mceContentBody ol > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.main ul > li:before, .main ol > li:before, .mceContentBody ul > li:before, .mceContentBody ol > li:before {
  position: absolute;
  top: 0;
}
.main ul > li + li, .main ol > li + li, .mceContentBody ul > li + li, .mceContentBody ol > li + li {
  margin-top: 1em;
}
.main ul > li:before, .mceContentBody ul > li:before {
 	content: "";
 	position: absolute;
 	width: 10px;
 	height: 10px;
 	top: 7px;
 	left: 0;
 	border-radius: 100vh;
}
.sogo .main ul > li:before, .mceContentBody ul > li:before {
 	background-color: var(--cmn);
}
.junior .main ul > li:before, .mceContentBody ul > li:before {
 	background-color: var(--jhsh);
}
.senior .main ul > li:before, .mceContentBody ul > li:before {
 	background-color: var(--hs);
}

.sogo .main ul.caution > li:before, .mceContentBody ul.caution> li:before,
.junior .main ul.caution > li:before, .mceContentBody ul.caution> li:before,
.senior .main ul.caution > li:before, .mceContentBody ul.caution> li:before {
 	background-color: transparent;
	top: 0;
}
.main ul.caution, .mceContentBody ul.caution {
  margin: 16px 0 0 0.5em;
}
.main ul.caution > li, .mceContentBody ul.caution > li {
  font-size: 0.85em;
  color: #666;
}
.main ul.caution > li:before, .mceContentBody ul.caution > li:before {
  content: "\00203b";
  color: inherit;
  background-image: none;
}
.main ul.caution > li + li, .mceContentBody ul.caution > li + li {
  margin-top: 1em;
}
.main ul.caution.red li, .mceContentBody ul.caution.red li {
  color: #f00;
}
.main ol, .mceContentBody ol {
  counter-reset: li;
}
.main ol > li:before, .mceContentBody ol > li:before {
  counter-increment: li;
  content: counter(li) ".";
  text-align: right;
  width: 2em;
  left: -1em;
}
.main ol.num_caution, .mceContentBody ol.num_caution {
  margin: 16px 0 0 0.5em;
}
.main ol.num_caution > li, .mceContentBody ol.num_caution > li {
  font-size: 0.85em;
  color: #666;
}
.main ol.num_caution > li:before, .mceContentBody ol.num_caution > li:before {
  content: "※" counter(li);
}
.main ol.num_caution > li + li, .mceContentBody ol.num_caution > li + li {
  margin-top: 1em;
}

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

table {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  table {
    font-size: 1.2rem;
  }
}
table th, table td {
  padding: 16px;
  border: 1px solid #dddddd;
  word-break: break-all;
}
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 {
	color: #ffffff;
	padding: 8px 15px;
	font-size: 1.4rem;
}
table td {
	padding: 8px 15px;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  table th, table td {
    padding: 4px;
  }
}
.sogo table th {
	background-color: var(--cmn);
}
.junior table th {
	background-color: var(--jhsh);
}
.senior table th {
	background-color: var(--hs);
}
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;
  }
  .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;
}
.sogo .pager-arrows a, .sogo .pager-arrows span {
  background-color: var(--cmn);
  border-color: var(--cmn);
}
.junior .pager-arrows a, .junior .pager-arrows span {
  background-color: var(--jhsh);
  border-color: var(--jhsh);
}
.senior .pager-arrows a, .senior .pager-arrows span {
  background-color: var(--hs);
  border-color: var(--hs);
}
.pager-arrows span {
  opacity: 0.25;
}
.pager-arrows > :first-child {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.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: 30px 0;
  padding: 10px 15px 15px;
  clear: both;
  background-color: #f5f5f5;
}
.singleArticle-catList a {
  display: inline-block;
  padding: 10px;
  margin: 5px 5px 0 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}
.sogo .singleArticle-catList a {
  background-color: var(--cmn);
  border-color: var(--cmn);
}
.junior .singleArticle-catList a {
  background-color: var(--jhsh);
  border-color: var(--jhsh);
}
.senior .singleArticle-catList a {
  background-color: var(--hs);
  border-color: var(--hs);
}
.singleArticle-con table, .singleArticle-con table th, .singleArticle-con table td {
  width: auto !important;
  height: auto !important;
}
.singleArticle-h2 {
  margin-bottom: 0;
}
.singleArticle-con {
    margin-top: 30px;
}
.singleArticle-date {
  line-height: 1;
  display: table;
  border-collapse: collapse;
  margin-top: 30px;
}
.singleArticle-date span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.sigle-pastPost-alert {
  padding: 15px;
  border: 1px solid #BF0000;
  background-color: #fff0f0;
  color: #BF0000;
  margin-bottom: 2em;
}
.singleArticle-btn.btn {
	margin-top: 60px;
}
.singleArticle-date {
  margin-top: 30px;
  text-align: right;
  font-size: 1.4rem;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}


.article_blk-btags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
span.article_blk-tag {
    font-size: 1.2rem;
    padding: 2px 5px;
    line-height: 1.0;
    color: #ffffff;
}
.sogo span.article_blk-tag {
    background-color: var(--cmn);
}.sogo span.article_blk-tag.hs {
    background-color: var(--hs);
}
.sogo span.article_blk-tag.jhsh {
    background-color: var(--jhsh);
}
.junior span.article_blk-tag {
    background-color: var(--jhsh);
}
.senior span.article_blk-tag {
    background-color: var(--hs);
}
.article_blk-date {
    font-size: 12px;
    color: var(--txt);
    margin-top: 10px;
}
a.article_blk-a {
    display: flex;
    gap: 20px;
    padding: 10px 40px 10px 10px;
    position: relative;
    align-items: center;
    background-color: #f4f4f4;
}
.article_blk-thumb {
    width: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.article_blk-thumb img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
	width: 100%;
	transition: all 0.5s;
}
a.article_blk-a:hover .article_blk-thumb img {
    transform: scale(1.1);
	transition: all 0.5s;
}
.article_blk-textBox {
    width: 80%;
}
.article_blk.clearfix {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}
.article_blk-title {
    margin-top: 10px;
    font-weight: bold;
    color: var(--txt);
}
.article_blk-name {
    margin-top: 10px;
}
.sogo .article_blk-name {
    color: var(--cmn);
}
.junior .article_blk-name {
    color: var(--jhsh);
}
.senior .article_blk-name {
    margin-top: 10px;
    color: var(--hs);
}
.club__remodal .article_blk-thumb {
    width: 100%;
}
.club__remodal a.article_blk-a:before {
	content: none;
}
.club__remodal .article_blk-title {
    margin-top: 5px;
}
a.article_blk-a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.sogo a.article_blk-a:before {
    border-top: 1px solid var(--cmn);
    border-right: 1px solid var(--cmn);
}
.junior a.article_blk-a:before {
    border-top: 1px solid var(--jhsh);
    border-right: 1px solid var(--jhsh);
}
.senior a.article_blk-a:before {
    border-top: 1px solid var(--hs);
    border-right: 1px solid var(--hs);
}

.common__article__wrap .article_blk-thumb {
    width: 100%;
}
.common__article__wrap .article__blk__ind {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.common__article__wrap .article_blk-article {
    width: calc((100% / 3) - (40px / 3));
}
.common__article__wrap .article__blk__ind .article_blk-a {
    color: var(--txt);
    font-size: 1.4rem;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    align-items: flex-start;
    gap: 0;
}
.common__article__wrap .btn_wrap {
    margin-top: 40px;
}
.common__article__wrap a.article_blk-a:before {
    content: none;
}

.common__article__noimg .article_blk-date {
    margin-top: 0px;
}
.common__article__noimg .article_blk-title {
    margin-top: 3px;
}

.post-np-link {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 60px;
}
.post-np-link a {
    font-size: 14px;
    padding: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
}
.sogo .post-np-link a{
	color: var(--cmn);
}
.junior .post-np-link a{
	color: var(--jhsh);
}
.senior .post-np-link a{
	color: var(--hs);
}
.post-np-link a > span {
    display: block;
}
.post-np-link .post-prev a {
    padding: 20px 20px 20px 40px;
}
.post-np-link .post-next a {
    padding: 20px 40px 20px 20px;
}
.post-np-link > div {
    width: calc(100% / 2 - 15px);
}
.sogo .post-np-link > div {
    border-top: 1px solid var(--cmn);
    border-bottom: 1px solid var(--cmn);
}
.junior .post-np-link > div {
    border-top: 1px solid var(--jhsh);
    border-bottom: 1px solid var(--jhsh);
}
.senior .post-np-link > div {
    border-top: 1px solid var(--hs);
    border-bottom: 1px solid var(--hs);
}
.post-np-link a:before {
    position: absolute;
    content: "";
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #f4f4f4;
    border-radius: 100vh;
    transform: translateY(-50%);
}
.post-np-link .post-prev a:before {
    left: 0;
}
.post-np-link .post-next a:before {
    right: 0;
}
.post-np-link a:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 7px;
    height: 7px;
}
.post-np-link .post-prev a:after {
    left: 12px;
    transform: translateY(-50%) rotate(45deg);
}
.sogo .post-np-link .post-prev a:after {
    border-bottom: 1px solid var(--cmn);
    border-left: 1px solid var(--cmn);
}
.junior .post-np-link .post-prev a:after {
    border-bottom: 1px solid var(--jhsh);
    border-left: 1px solid var(--jhsh);
}
.senior .post-np-link .post-prev a:after {
    border-bottom: 1px solid var(--hs);
    border-left: 1px solid var(--hs);
}
.post-np-link .post-next a:after {
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}
.sogo .post-np-link .post-next a:after {
    border-top: 1px solid var(--cmn);
    border-right: 1px solid var(--cmn);
}
.junior .post-np-link .post-next a:after {
    border-top: 1px solid var(--jhsh);
    border-right: 1px solid var(--jhsh);
}
.senior .post-np-link .post-next a:after {
    border-top: 1px solid var(--hs);
    border-right: 1px solid var(--hs);
}
@media only screen and (max-width: 767px) {
    .post-np-link {
		flex-direction: column;
		margin-top: 30px;
		gap: 20px;
	}
	.post-np-link > div {
		width: 100%;
	}
	.post-np-link .post-prev a {
		width: 100%;
	}
	.post-np-link .post-next a {
		width: 100%;
	}
}

/*
---サイトマップ
---------------------------------------------------------------------------*/
.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;
}


/* =================================
   profile
================================= */
.mission__wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--serif);
}
.mission__ind {
    display: flex;
    gap: 30px 50px;
    margin-top: 50px;
}
.mission__ind:first-of-type {
    margin-top: 0;
}
.mission__head {
    font-size: 3.0rem;
    font-weight: 600;
    width: 18%;
    max-width: 140px;
    text-align: end;
    line-height: 1;
}
.message__ind {
    padding: 40px 0;
    border-bottom: 1px solid #999999;
}
.message__ind:first-of-type {
    padding-top: 0;
}
.message__ind:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.main .mission__con > * {
    margin-top: 0;
    line-height: 1;
}
.message__flex {
    display: flex;
    gap: 20px;
}
.message__ind:nth-of-type(even) .message__flex {
    flex-direction: row-reverse;
}
figure.mission__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}
figure.mission__img {
    width: 240px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}
.main .mission__txt > *:first-of-type {
    margin-top: 0;
}
p.mission__name {
    text-align: end;
    font-family: var(--serif);
    font-weight: 600;
    font-size: 2.4rem;
}
h3 + .message__flex {
    margin-top: 30px;
}
.song__ttl {
    text-align: center;
    font-size: 2.4rem;
    font-family: var(--serif);
    font-weight: 600;
}
.song__ind {
    padding: 40px;
    background-color: #f7f7f7;
	position: relative;
	margin-top: 50px;
}
.song__ind:first-of-type {
    margin-top: 0;
}
.song__ind:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -25px;
    width: 100px;
    height: 1px;
    background-color: #b5495b;
    transform: rotate(-45deg);
}
.song__ind:after {
    content: "";
    position: absolute;
    bottom: 25px;
    right: -25px;
    width: 100px;
    height: 1px;
    background-color: #b5495b;
    transform: rotate(-45deg);
}
.song__sakusi {
    margin-top: 30px;
    text-align: center;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 600;
}
.song__kasi__wrap {
    display: flex;
    justify-content: center;
    gap: 30px 50px;
    margin-top: 50px;
    counter-reset: num;
}
.song_date {
    text-align: center;
    margin-top: 50px;
}
.song__kasi__ind {
    counter-increment: num;
}
.song__kasi__ind:before {
    content: counter(num)".";
    display: block;
}
.history__wrap {
    height: 500px;
    overflow-y: scroll;
}
.history__ind {
    display: flex;
}
.history__year {
    padding: 20px 30px;
    width: 175px;
    flex-shrink: 0;
    position: relative;
}
.history__con {
    padding: 20px 30px;
}
.history__ind:nth-of-type(even) {
    background-color: #ffffff;
}
.history__year:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--cmn);
}

/* =================================
   campus map
================================= */
.facility__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.facility__twocolumn .facility__ind {
    width: calc((100% / 2) - (30px / 2));
}
.facility__fourcolumn .facility__ind {
    width: calc((100% / 4) - (90px / 4));
    display: flex;
    flex-direction: column;
}
figure.facility__img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.facility__ttl {
    font-size: 2.2rem;
    margin-top: 15px;
    flex-grow: 1;
}
.main .facility__txt {
    margin-top: 10px;
}
p.facility__moreLink {
    display: flex;
    text-align: end;
    padding-right: 40px;
    color: var(--cmn);
    position: relative;
    margin-top: 5px;
    font-size: 1.3rem;
    align-items: center;
    justify-content: end;
    gap: 5px;
}
p.facility__moreLink:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    background-color: var(--cmn);
    transition: all 0.5s;
}
p.facility__moreLink:after {
    content: "";
    position: absolute;
    top: calc(50% + (1px / 2));
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--cmn);
    border-right: 1px solid var(--cmn);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.facility__fourcolumn .facility__ttl {
    font-size: 1.5rem;
    margin-top: 10px;
}
.facility__fourcolumn .facility__txt {
    font-size: 1.4rem;
}
.facility__fourcolumn {
    margin-top: 40px;
}
.facility__reodalView {
    margin-top: 30px;
}
.facility__moreLink span {
    background-image: url("../images/google-360view-icon.png");
    width: 45px;
    height: 45px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* =================================
   recruit
================================= */
table.recruit__table {
    width: 100%;
}
th.recruit__name {
    width: 15%;
}
.intro__wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.intro__ind {
    width: calc((100% / 3) - (60px / 3));
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
}
.intro__ind:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -25px;
    width: 100px;
    height: 1px;
    background-color: #b5495b;
    transform: rotate(-45deg);
}
.intro__ind:after {
    content: "";
    position: absolute;
    bottom: 25px;
    right: -25px;
    width: 100px;
    height: 1px;
    background-color: #b5495b;
    transform: rotate(-45deg);
}
.intro__name {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1/1;
    background-color: var(--cmn);
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    font-family: var(--serif);
    font-weight: 600;
    color: #ffffff;
}
h3 + .intro__wrap {
    margin-top: 20px;
}
figure.introteacher__img img {
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}
.introteacher__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.introteacher__ind {
    width: calc((100% / 4) - (60px / 4));
}
figure.introteacher__img span {
    font-size: 1.2rem;
    opacity: 0.8;
}
h3 + .introteacher__wrap {
    margin-top: 20px;
}

.recruit__kamoku__flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.recruit__kamoku__ind {
    width: calc((100% / 6) - (100px / 6));
    padding: 20px 10px;
    text-align: center;
    background-color: #dddddd;
    opacity: 0.3;
}
.recruit__kamoku__ind.bosyutyu {
    background-color: var(--cmn);
    color: #ffffff;
    opacity: 1;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
.recruit__voice__flex {
    display: flex;
    gap: 50px 50px;
    flex-wrap: wrap;
}

.recruit__voice__ind {
    width: calc((100% / 3) - (100px / 3));
    padding: 20px 25px;
    background-color: #f4f4f4;
    border-radius: 10px;
    position: relative;
}

.recruit__voice__ind:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 35%;
	border-style: solid;
	border-width: 26px 0 0 46px;
	border-color: #f4f4f4 transparent transparent transparent;
	translate: calc(-50% - -40px) 100%;
	transform: skew(30deg, 0);
	transform-origin: top;
}

.recruit__detail .toggle__bottun {
    padding: 30px 50px 30px 0px;
}
.recruit__detail .toggle__bottun:before {
    content: none;
}
.recruit__detail .toggle__box {
    margin-top: 0px;
    padding-left: 0;
}
.recruit__detail .toggle__box:before {
    content: none;
}

/* =================================
   presentation
================================= */
.preedu__ind {
    padding: 30px;
    background-color: var(--jhsh);
    border-bottom: 1px solid #ffffff;
    background: linear-gradient(45deg, #00e3ae 0%, #93ca76 100%);
    /* color: #ffffff; */
    position: relative;
}
.preedu__head {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.preedu__ttl {
    padding-left: 10px;
    font-size: 2.0rem;
}
.main .preedu__con p {
    margin-top: 10px;
}
.preedu__head > span {
    font-size: 1.4rem;
    padding: 5px 10px;
    background-color: #ffffff;
    color: #ffffff;
    line-height: 1;
    background: linear-gradient(45deg, #00e3ae 0%, #93ca76 100%);
}
.preedu__wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column;
	margin-top: 30px;
}
.preedu__ind:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 15px;
    border-top: 1px;
    border-top: 15px solid var(--jhsh);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.preedu__ind:last-of-type:before {
    content: none;
}
.preedu__ind:after {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.preedu__con {
    position: relative;
    z-index: 1;
}
.preedu__heading {
    text-align: center;
}

/* =================================
   ningen
================================= */
.ningen__ind {
    padding: 30px;
    background-color: var(--jhsh);
    border-bottom: 1px solid #ffffff;
    background: linear-gradient(45deg, #00e3ae 0%, #93ca76 100%);
    /* color: #ffffff; */
    position: relative;
}
.ningen__head {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ningen__ttl {
    padding-left: 10px;
    font-size: 2.0rem;
}
.main .ningen__con p {
    margin-top: 10px;
}
.ningen__head > span {
    font-size: 1.4rem;
    padding: 5px 10px;
    background-color: #ffffff;
    color: #ffffff;
    line-height: 1;
    background: linear-gradient(45deg, #00e3ae 0%, #93ca76 100%);
}
.ningen__wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column;
	margin-top: 30px;
}
.ningen__ind:last-of-type:before {
    content: none;
}
.ningen__ind:after {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ningen__con {
    position: relative;
    z-index: 1;
}
.ningen__heading {
    text-align: center;
}

/* =================================
   events
================================= */
.events__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	margin-top: 20px;
}
.events__ind {
    width: calc((100% / 2) - (30px / 2));
}
.events__month {
    font-size: 2.0rem;
    font-family: var(--serif);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    font-weight: 600;
}
.junior .events__month {
    border-bottom: 1px solid var(--jhsh);
}
.senior .events__month {
    border-bottom: 1px solid var(--hs);
}
.events__month span {
    font-size: 1.4rem;
}
.main ul.events__list li {
    margin-top: 10px;
}
.main ul.events__list li:first-of-type {
    margin-top: 0;
}
.events__month__img {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

figure.events__month__imgInd {
    width: calc((100% / 2) - (10px / 2));
}

figure.events__month__imgInd img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.events__img__wrap {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
figure.events__img__ind {
    width: calc((100% / 3) - (20px / 3));
}
figure.events__img__ind img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.pickup__deco {
    font-size: 2.0rem;
    font-family: var(--serif);
    padding-bottom: 10px;
    display: inline-block;
    line-height: 1;
}
.junior .pickup__deco {
    color: var(--jhsh);
    border-bottom: 1px solid var(--jhsh);
}
.senior .pickup__deco {
    color: var(--hs);
    border-bottom: 1px solid var(--hs);
}
.pickup__deco span {
    font-size: 3.6rem;
}
.pickup__ttl {
    margin-top: 20px;
    font-size: 2.8rem;
    font-family: var(--serif);
    font-weight: 600;
}
.main .pickup__ttl + p {
    margin-top: 15px;
}
.pickup__gallery {
    margin-top: 30px;
}
.pickup__gallery__heading {
    padding: 0 10px;
    font-size: 2.0rem;
    font-family: var(--serif);
}
.junior .pickup__gallery__heading {
    border-left: 5px solid var(--jhsh);
}
.senior .pickup__gallery__heading {
    border-left: 5px solid var(--hs);
}
.pickup__gallery__wrap {
    margin-top: 20px;
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
}
.pickup__gallery__ind {
    width: calc((100% / 3) - (60px / 3));
}
figure.pickup__gallery__ind img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.pickup__ind + .pickup__ind {
    margin-top: 80px;
}

/* =================================
   faq
================================= */
.faq__wrap {
    border-top: 1px solid #dddddd;
	margin-top: 20px;
}
.toggle__wrapper {
    border-bottom: 1px solid #dddddd;
}
.toggle__wrapper:first-of-type {
    padding-top: 0;
}
.toggle__box {
	display: none;
	padding-bottom: 30px;
	position: relative;
	padding-left: 100px;
}
.toggle__bottun {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 30px 50px 30px 100px;
    align-items: center;
    position: relative;
}
 .toggle__bottun > span {
    color: var(--txt);
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.toggle__bottun > span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: calc(100% + 5px);
    background-color: var(--txt);
    border-radius: 100vh;
    transform: translateY(-50%);
	transition: all 0.5s;
}
.toggle__bottun > span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    right: calc(100% + 15px);
    background-color: var(--txt);
    transform: translate(50%, -50%);
    transition: all 0.5s;
}
.toggle__bottun > span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    right: calc(100% + 15px);
    background-color: var(--txt);
    transform: translate(50%, -50%);
    transition: all 0.5s;
}
.toggle__bottun.opened > span:before {
    transform: translate(50%, -50%) rotate(90deg);
    transition: all 0.5s;
}
.toggle__bottun.opened > span {
    color: #dddddd;
	transition: all 0.5s;
}
.toggle__bottun.opened> span:before {
    background-color: var(--txt);
    transition: all 0.5s;
}
.toggle__bottun h6 {
	margin-top: 0;
}
.toggle__bottun:before {
    content: "Q";
    position: absolute;
    left: 20px;
    font-size: 2.2rem;
    line-height: 1.0;
    border-radius: 100vh;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    top: 17px;
}
.sogo .toggle__bottun:before {
    background-color: var(--cmn);
}
.junior .toggle__bottun:before {
    background-color: var(--jhsh);
}
.senior .toggle__bottun:before {
    background-color: var(--hs);
}
.toggle__box > :first-child {
    margin-top: 0;
}
.toggle__box:before {
    content: "A";
    position: absolute;
    left: 20px;
    font-size: 2.2rem;
    background-color: transparent;
    line-height: 1.0;
    border-radius: 100vh;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
	top: 0;
}
.sogo .toggle__box:before {
    color: var(--cmn);
    border: 1px solid var(--cmn);
}
.junior .toggle__box:before {
    color: var(--jhsh);
    border: 1px solid var(--jhsh);
}
.senior .toggle__box:before {
    color: var(--hs);
    border: 1px solid var(--hs);
}

/* =================================
   event
================================= */
table.events__table {
    width: 100%;
}
table.events__table th:first-of-type {
    width: 20%;
}
table.events__table th:nth-child(2) {
    width: 20%;
}
table.events__table th:nth-child(3) {
    width: 20%;
}
table.events__table th {
    text-align: center;
}
table.events__table {
    text-align: center;
}
table.events__table td {
    vertical-align: middle;
}
table.events__table tr {
    position: relative;
	padding: 10px;
}
table.events__table tr.end td {
    opacity: 0.3;
}
table.events__table tr.end td.events__table__end {
    opacity: 1;
}
.main table.events__table .events__table__end {
    margin-top: 0px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4f4f4;
    width: 30%;
    border: none;
    padding: 5px;
}
.events__gallery__wrap {
    margin-top: 50px;
}
.events__gallery__ind {
    padding: 0 20px;
}
.events__gallery__ind img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}
.container--1000:has(.events__gallery__wrap) {
    max-width: unset;
}
.container:has(.events__gallery__wrap) {
    padding-left: 0;
	padding-right: 0;
}
.events__movie__con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.events__movie__ind {
    width: calc((100% / 3) - (60px / 3));
}
figure.events__movie__img {
    position: relative;
	height: 100%;
}
.events__movie__imgWrap {
    position: relative;
}
.events__movie__imgWrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 100vh;
    transform: translate(-50%, -50%);
}
.events__movie__imgWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    width: 1px;
    height: 1px;
    transform: translate(-50%, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0px;
}
.sogo .events__movie__imgWrap:after {
    border-left: 25px solid var(--cmn);
}
.junior .events__movie__imgWrap:after {
    border-left: 25px solid var(--jhsh);
}
.senior .events__movie__imgWrap:after {
    border-left: 25px solid var(--hs);
}

/* =================================
   introduction movie
================================= */
.con__lead {
    margin-bottom: 30px;
}
.intro__movie__con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.intro__movie__ind {
    width: calc((100% / 3) - (60px / 3));
}
figure.intro__movie__img {
    position: relative;
	height: 100%;
}
.intro__movie__imgWrap {
    position: relative;
}
.intro__movie__imgWrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 100vh;
    transform: translate(-50%, -50%);
}
.intro__movie__imgWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    width: 1px;
    height: 1px;
    transform: translate(-50%, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0px;
}
.sogo .intro__movie__imgWrap:after {
    border-left: 25px solid var(--cmn);
}
.junior .intro__movie__imgWrap:after {
    border-left: 25px solid var(--jhsh);
}
.senior .intro__movie__imgWrap:after {
    border-left: 25px solid var(--hs);
}

/* =================================
   results
================================= */
.results__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.results__ind {
    width: calc((100% / 3) - (60px / 3));
    text-align: center;
}
.results__name {
    font-size: 2.0rem;
    padding: 5px 10px;
    background-color: #f4f4f4;
    font-weight: 600;
    border-radius: 5px;
}
.results__num {
    font-size: 4.0rem;
    color: var(--hs);
    font-weight: 600;
}
span.results__num__nei {
    font-size: 1.4rem;
    margin-left: 10px;
	color: var(--txt);
    font-weight: 400;
}

/* =================================
   shinro-sido
================================= */
.gradu__voice__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
figure.gradu__voice__img img {
    width: 60%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.gradu__voice__name {
    text-align: center;
    display: block;
    margin-top: 5px;
}
span.gradu__voice__year {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
    color: #a9a9a9;
}
.gradu__voice__qa {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}
.gradu__voice__qaCon h6 {
    margin-top: 0;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--hs);
}
p.gradu__voice__txt {
    margin-top: 15px;
}
figure.gradu__voice__img {
    text-align: center;
}

/* =================================
   club
================================= */
.club__remodal {
    margin: 10px 0;
}
.club__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin-top: 30px;
}
.club__ind {
    width: calc((100% / 4) - (60px / 4));
}
figure.club__img {
    overflow: hidden;
}
.club__ind:hover figure.club__img img {
    transform: scale(1.1);
    transition: all 0.5s;
}
figure.club__img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s;
}
.club__name {
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.club__name:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 1px solid var(--txt);
    border-right: 1px solid var(--txt);
    transition: all 0.3s;
}
.club__ind:hover .club__name:before{
    right: 0;
}
p.club__stop {
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.junior p.club__stop {
    background-color: rgba(2, 188, 37, 0.1);
}
.senior p.club__stop {
    background-color: rgba(0, 163, 244, 0.1);
}

.club__remodal__slick {
    width: 80%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.club__remodal__slick .club__remodal__slickInd img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.club__remodal__slick .slick-prev, .club__remodal__slick .slick-next {
    background-color: var(--txt);
    border-radius: 100vh;
    width: 40px;
    height: 40px;
    top: 50%;
}
.club__remodal__slick .slick-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.club__remodal__slick .slick-prev:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.club__remodal__slick .slick-prev {
    left: -50px;
}
.club__remodal__slick .slick-next {
    right: -50px;
}

.club__remodal .article_wrap {
    margin-top: 60px;
}
.club__remodal .article_wrap h5 {
	margin-top: 0;
}
.club__remodal__table {
    width: 100%;
}
.club__remodal__table th {
    width: 10%;
	min-width: 100px;
}
.club__remodal .article__blk__ind {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.club__remodal .article_blk-article {
    width: calc((100% / 3) - (40px / 3));
}
.club__remodal .article__blk__ind .article_blk-a {
    color: var(--txt);
    font-size: 1.4rem;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    align-items: flex-start;
    gap: 0;
}
.club__remodal .btn_wrap {
    margin-top: 40px;
}
.remodal-close.remodal-close-tojiru {
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px 0;
    height: auto;
    position: relative;
    margin-top: 20px;
}
.remodal-close.remodal-close-tojiru:before {
    content: none;
}

.club__movie__con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.club__movie__ind {
    width: calc((100% / 3) - (60px / 3));
}
figure.club__movie__img {
    position: relative;
	height: 100%;
}
.club__movie__imgWrap {
    position: relative;
}
.club__movie__imgWrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 100vh;
    transform: translate(-50%, -50%);
}
.club__movie__imgWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    width: 1px;
    height: 1px;
    transform: translate(-50%, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0px;
}
.sogo .club__movie__imgWrap:after {
    border-left: 25px solid var(--cmn);
}
.junior .club__movie__imgWrap:after {
    border-left: 25px solid var(--jhsh);
}
.senior .club__movie__imgWrap:after {
    border-left: 25px solid var(--hs);
}

.clubCoach__wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.clubCoach__ind {
    width: calc((100% / 3) - (60px / 3));
}
figure.clubCoach__img {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.clubCoach__detail {
    padding: 45px 15px 15px 15px;
    background-color: #f4f4f4;
    margin-top: -30px;
}
.clubCoach__clubName {
    padding: 5px 10px;
    font-size: 1.4rem;
    display: inline-block;
    color: #ffffff;
    line-height: 1;
}
.junior .clubCoach__clubName {
    background-color: rgba(2, 188, 37, 1);
}
.senior .clubCoach__clubName {
    background-color: rgba(0, 163, 244, 1);
}
.clubCoach__name{
    margin-top: 10px;
}
.main p.clubCoach__txt {
    font-size: 1.4rem;
    margin-top: 10px;
}

/* =================================
   senior-course
================================= */
.seniorCourse__wrap {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}
.seniorCourse__ind {
    position: relative;
    width: calc((100% / 3) - (20px / 3));
}
.seniorCourse__txt {
    position: absolute;
    bottom: 15px;
    left: 50%;
    color: #ffffff;
    width: 100%;
    transform: translateX(-50%);
    /* text-align: center; */
}
figure.seniorCourse__img {
    aspect-ratio: 1/1;
    position: relative;
}
figure.seniorCourse__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}
.seniorCourse__ind:nth-child(2) {
    margin-top: 30px;
}
.seniorCourse__ind:nth-child(3) {
    margin-top: 60px;
}
p.seniorCourse__expl {
    font-size: 1.4rem;
    padding: 0px 20px 20px;
    margin-top: 10px;
}
figure.seniorCourse__img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #00a3f4 0%, transparent 80%);
}
.seniorCourse__name {
	padding: 0 20px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.3;
	font-family: "Noto Serif JP", sans-serif;
}

/* =================================
   aichiwa
================================= */
.aichiwa__wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}
.aichiwa__ind {
    display: flex;
    gap: 10px 30px;
}
.aichiwa__ind:nth-of-type(even) {
    flex-direction: row-reverse;
}
figure.aichiwa__img {
    width: 60%;
    max-width: 420px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}
figure.aichiwa__img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
span.aichiwa__ttlsub {
    padding: 2px 10px;
    background-color: var(--hs);
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
}
h5.aichiwa__ttl {
    padding-left: 0;
    margin-top: 7px;
    font-weight: bold;
}
h5.aichiwa__ttl:before {
    content: none;
}
.main p.aichiwa__expl {
	margin-top: 10px;
}
.aichiwa__ttlWrap {
    position: relative;
	padding-right: 100px;
}
span.aichiwa__num {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8.0rem;
    line-height: 1;
    font-weight: bold;
    color: rgba(0, 163, 244, 0.2);
}
h5.globalEdu__ttl {
    padding-left: 0;
    display: inline-block;
    margin-top: 0;
}
h5.globalEdu__ttl:before {
    content: none;
}
span.globalEdu__where {
    font-size: 1.2rem;
}
span.globalEdu__day {
    display: inline-block;
    padding: 5px 8px;
    background-color: var(--hs);
    line-height: 1;
    color: #ffffff;
    font-size: 1.2rem;
}
.main p.globalEdu__expl {
	margin-top: 10px;
}
.globalEdu__ind {
    display: flex;
    gap: 10px 30px;
}
.globalEdu__ttlWrap {
    display: flex;
    align-items: center;
    gap: 6px 10px;
}
figure.globalEdu__img {
    width: 60%;
    max-width: 420px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}
.globalEdu__wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.globalEdu__detail {
    background-color: #f4f4f4;
    padding: 20px;
    margin-top: 10px;
}
.globalEdu__detail h6 {
	margin-top: 0;
}

/* =================================
   uniform
================================= */
.lead__uniform {
    text-align: center;
}
.uniform__wrap {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}
.uniform__season {
    font-size: 2.8rem;
    font-family: var(--serif);
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 80px;
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.junior .uniform__season {
    background-color: rgba(2, 188, 37, 0.1);
}
.senior .uniform__season {
    background-color: rgba(0, 163, 244, 0.1);
}
.uniform__ind {
    padding-right: 30px;
    position: relative;
}
.uniform__seasonEn {
    display: inline-block;
    font-size: 5.4rem;
    font-family: var(--serif);
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.junior .uniform__seasonEn {
    color: var(--jhsh);
}
.senior .uniform__seasonEn {
    color: var(--hs);
}
.uniform__ind:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 30%;
    background-color: rgba(0, 163, 244, 0.1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
}
h6.uniformItem__heading {
    font-size: 2.8rem;
    text-align: center;
}
.uniformItem__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin-top: 40px;
}
.uniformItem__ind {
    width: calc((100% / 4) - (60px / 4));
}
figure.uniformItem__img {
    width: 100%;
    aspect-ratio: 1/1;
}
figure.uniformItem__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    border-radius: 100vh;
}
.junior figure.uniformItem__img img {
    border: 1px solid var(--jhsh);
}
.senior figure.uniformItem__img img {
    border: 1px solid var(--hs);
}
.uniformItem__name {
    margin-top: 10px;
    font-size: 1.8rem;
}
.junior .uniformItem__name {
    color: var(--jshs);
}
.senior .uniformItem__name {
    color: var(--hs);
}
.main p.uniformItem__txt {
    margin-top: 10px;
    font-size: 1.4rem;
}

/* =================================
   library
================================= */
.userGuide__wrap .toggle__bottun {
    padding: 30px 40px 30px 30px;
}
.userGuide__wrap h3 {
    margin-top: 0;
}
.userGuide__wrap .toggle__bottun:before {
    content: none;
}
.userGuide__wrap .toggle__box:before {
    content: none;
}
.userGuide__wrap .toggle__box {
    padding-left: 30px;
}
.userManner__wrap .toggle__bottun {
    padding: 30px;
}
.userManner__wrap h3 {
    margin-top: 0;
}
.userManner__wrap .toggle__bottun:before {
    content: none;
}
.userManner__wrap .toggle__box:before {
    content: none;
}
.userManner__wrap .toggle__box {
    padding-left: 30px;
}
.userManner__inner {
    display: flex;
    gap: 15px;
    margin-top: 50px;
	flex-wrap: wrap;
}
.userManner__ind {
    width: calc((100% / 5) - (60px / 4));
    padding: 10px;
    border: 1px solid var(--txt);
    aspect-ratio: 4/5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
}
.userManner__txt {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}
figure.userManner__img img {
    height: 100px;
}
span.userManner__num {
    font-size: 4.0rem;
    font-family: var(--serif);
    color: var(--cmn);
    position: absolute;
    top: -30px;
    padding: 0 20px;
    z-index: 1;
}
span.userManner__num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: -1;
}

figure.libraryIntro__img {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.libraryIntroDetaail__wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.libraryIntroDetaail__ind {
    width: calc((100% / 3) - (40px / 3));
	position: relative;
}
span.libraryIntroDetaail__num {
    position: absolute;
    font-size: 2.0rem;
    background-color: var(--cmn);
    aspect-ratio: 1/1;
    color: #ffffff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vh;
    top: -10px;
    left: -10px;
}
.libraryIntroDetaail__name {
    margin-top: 10px;
    font-size: 1.8rem;
    color: var(--cmn);
}
.main .libraryIntroDetaail__ind p {
    margin-top: 6px;
    font-size: 1.4rem;
}
span.libraryIntroDetaail__num.pin:nth-of-type(1) {
    top: 63%;
    left: 20%;
}
span.libraryIntroDetaail__num.pin:nth-of-type(2) {
    top: 50%;
    left: 15%;
}
span.libraryIntroDetaail__num.pin:nth-of-type(3) {
    top: 80%;
    left: 35%;
}
span.libraryIntroDetaail__num.pin:nth-of-type(4) {
    top: 60%;
    left: 55%;
}
span.libraryIntroDetaail__num.pin:nth-of-type(5) {
    top: 50%;
    left: 30%;
}
span.libraryIntroDetaail__num.pin:nth-of-type(6) {
    top: 55%;
    left: 50%;
}
span.libraryIntroDetaail__num.pin:nth-of-type(7),
span.libraryIntroDetaail__num.pin:nth-of-type(8) {
    display: none;
}

/*
--- contact form 7
---------------------------------------------------------------------------*/
.main table.contact_form_table p {
    margin-top: 0 !important;
}
table.contact_form_table th {
    width: 20%;
}
table.contact_form_table .name {
    display: inline-block;
    width: 49%;
}
span[data-name="your-address"],
span[data-name="your-school"],
span[data-name="your-email"],
span[data-name="your-email-confirm"],
span[data-name="your-message"] {
    width: 100%;
    display: inline-block;
}
span[data-name="your-address"] input,
span[data-name="your-school"] input,
span[data-name="your-email"] input,
span[data-name="your-email-confirm"] input,
span[data-name="your-message"] textarea{
	width: 100%;
}

table.eventList_table td {
    vertical-align: middle;
}
.application_btn {
    display: block;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--keyColor);
    color: var(--keyColor);
}
.event_wait {
    font-size: 1.4rem;
}

input.wpcf7-submit {
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 300px;
   min-height: 80px;
   margin-left: auto;
   margin-right: auto;
   padding: 0 45px 0 45px;
   text-align: center;
   color: var(--cmn);
   background-color: #fff;
   position: relative;
   z-index: 1;
   line-height: 1.3;
   font-size: 2rem;
   font-weight: bold;
   border: 1px solid var(--cmn);
   transition: all 0.5s;
   width: 100%;
   margin-top: 30px;
}
input.wpcf7-submit:hover {
    background-color: #f4f4f4;
    color: var(--keyColor);
}
.wpcf7 form.invalid .wpcf7-response-output {
    text-align: center;
    background-color: #fff0f1;
    border: 1px solid #e35b66;
    color: #cc3340;
}

.subject-select {
  display: none;
}

/*--- 確認画面 ---------------------*/
.kakunin-style {
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
    border: 2px solid #dddddd;
    margin-left: auto;
    margin-right: auto;
}
.kakunin-style p:first-child {
    margin-top: 0;
}
.kakunin-style span {
    font-size: 12px;
    color: gray;
}
input.wpcf7-previous {
    font-size: 18px;
    background-color: #ffffff;
    color: #1c1d21;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #1c1d21;
    transition: all 0.5s;
    width: 100%;
    max-width: 300px;
    min-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}
@media only screen and (max-width: 850px) {
	table.contact_form_table th,
	table.contact_form_table td{
		padding: 5px;
	}
	table.contact_form_table.table_smp_block,
	table.contact_form_table.table_smp_block tbody,
	table.contact_form_table.table_smp_block tr{
		display: block;
	}
	table.contact_form_table.table_smp_block{
		font-size: inherit;
		border-bottom: 1px solid #ddd;
	}
	table.contact_form_table.table_smp_block th,
	table.contact_form_table.table_smp_block td{
		display: block !important;
		width: auto !important;
		padding: 15px;
		border-bottom-width: 0;
	}
}
p.form__kakunintxt {
    text-align: center;
    font-size: 1.8rem;
    font-family: var(--serif);
}

/* =================================
   fieldwork
================================= */
.program__wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}
.program__ind {
    width: calc((100% / 2) - (30px / 2));
}
.main p.program__txt {
    margin-top: 15px;
}
.program__heading {
    font-size: 2.2rem;
    position: relative;
    padding-left: 15px;
	color: var(--jhsh);
}
.program__heading:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--jhsh);
    border-radius: 100vh;
}
.program__img__wrap {
    margin-top: 10px;
}
figure.program__img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.program__wrap .slick-slider .slick-dots li.slick-active button {
    background-color: var(--jhsh);
    border-radius: 100vh;
}
.program__wrap .slick-slider .slick-dots li button {
    background-color: rgba(2, 188, 37, 0.3);
    border-radius: 100vh;
    width: 10px;
    height: 10px;
}
.program__wrap .slick-slider .slick-dots {
    margin-top: 5px;
}
.program__wrap .slick-prev, .program__wrap .slick-next {
    background-color: rgba(2, 188, 37, 0.3);
    border-radius: 100vh;
    width: 40px;
    height: 40px;
    top: 50%;
}
.program__wrap .slick-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.program__wrap .slick-prev:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.program__wrap .slick-dotted.slick-slider {
    margin-bottom: 10px;
}


/* =================================
   day
================================= */
.dayroutine__wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
figure.dayroutine__ind {
    width: calc(100% / 3);
    padding-right: 30px;
	position: relative;
}
figure.dayroutine__ind:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--jhsh);
    border-right: 3px solid var(--jhsh);
    transform: translateY(-50%) rotate(45deg);
}

figure.dayroutine__ind:last-child:before {
    content: none;
}

.timetablewrap {
    margin-top: 30px;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 620px) {
  .grid { grid-template-columns: 1fr; gap: 40px; }
}

.day__block {}
.day__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.day__label .badge {
  color: var(--jhsh);
  background: #e8f5ed;
  border: 1px solid;
  padding: 4px 14px;
}
.day__label .line {
  flex: 1;
  height: 1px;
}

.tl {
  position: relative;
}

.tl__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  position: relative;
  padding-left: 20px;
}
.tl__row::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--jhsh);
  position: absolute;
  left: 0;
  top: 4px;
  flex-shrink: 0;
  z-index: 1;
}
.tl__row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 1px;
  height: 100%;
  background-color: #333333;
}
.tl__time {
  width: 70px;
  flex-shrink: 0;
  color: var(--jhsh);
}
.tl__detail {
  font-size: 1.4rem;
  margin-top: 5px;
  opacity: 0.6;
}
.dismiss {
  margin-top: 20px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid var(--jhsh);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}
figure.menu__ind {
    width: calc((100% / 3) - (60px / 3));
}
.menu__gallery__wrap {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
figure.menu__gallery__ind img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
figure.menu__gallery__ind {
    width: calc(100% / 3);
}

/* =================================
   cmn-movie
================================= */
.cmn__movie__con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.cmn__movie__ind {
    width: calc((100% / 3) - (60px / 3));
}
figure.cmn__movie__img {
    position: relative;
	height: 100%;
}
.cmn__movie__imgWrap {
    position: relative;
}
.cmn__movie__imgWrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 100vh;
    transform: translate(-50%, -50%);
}
.cmn__movie__imgWrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    width: 1px;
    height: 1px;
    transform: translate(-50%, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0px;
}
.sogo .cmn__movie__imgWrap:after {
    border-left: 25px solid var(--cmn);
}
.junior .cmn__movie__imgWrap:after {
    border-left: 25px solid var(--jhsh);
}
.senior .cmn__movie__imgWrap:after {
    border-left: 25px solid var(--hs);
}

@media (hover: hover) {
	p.facility__moreLink:hover:before {
		right: 0;
	}
	p.facility__moreLink:hover:after {
		right: 0;
	}
	a.article_blk-a:hover:before {
		right: 10px;
	}

	.singleArticle-catList a:hover {
	  background-color: #fff;
	}
	.sogo .singleArticle-catList a:hover {
	  color: var(--cmn);
	}
	.junior .singleArticle-catList a:hover {
	  color: var(--jhsh);
	}
	.senior .singleArticle-catList a:hover {
	  color: var(--hs);
	}
}


@media only screen and (max-width: 1023px) {
	.breadcrumbs {
		padding-top: 20px;
	}
	.mission__ind {
		flex-direction: column;
		align-items: center;
	}
	.mission__head {
		text-align: center;
		width: 100%;
        max-width: none;
	}

	main p.seniorCourse__expl {
		font-size: 1.3rem;
		margin-top: 5px;
	}

	.uniform__wrap {
		gap: 30px 20px;
	}
	.uniform__seasonEn {
		font-size: 2.8rem;
	}
	.uniform__season {
		font-size: 2.0rem;
		right: 50px;
	}

	figure.userManner__img img {
		height: 60px;
	}
	.userManner__txt {
		font-size: 1.2rem;
	}

	.recruit__voice__flex {
		gap: 50px 30px;
	}
	.recruit__voice__ind {
		width: calc((100% / 3) - (60px / 3));
	}
}

@media only screen and (max-width: 767px) {
	.main p, .mceContentBody p {
	  margin-top: 20px;
	}
    .breadcrumbs {
		padding-top: 10px;
		font-size: 1.0rem;
	}

	.link__wrap a.btn-a {
		width: 100%;
	}

	.sec__heading > span:first-child {
		font-size: 3.2rem;
	}
	.sec__heading h2 {
		font-size: 2.4rem;
	}
	section {
		padding: 50px 0;
	}
	.sec__heading {
		margin-bottom: 40px;
	}

	.txtImg__flex {
		flex-direction: column;
		margin-top: 20px;
	}
	figure.txtImg__img {
		width: 100%;
		max-width: 280px;
	}

	.mission__head {
		font-size: 2.2rem;
	}
	.mission__ind:nth-child(2) .mission__con > p > span {
		font-size: 2.6rem!important;
	}
	.mission__ind:nth-child(3) .mission__con > ol {
		font-size: 1.6rem!important;
	}
	.mission__ind:nth-child(1) .mission__con > p > img {
		width: 300px!important;
	}

	.message__flex {
		flex-direction: column;
	}
	p.mission__name {
		font-size: 1.6rem;
	}
	.message__ind:nth-of-type(even) .message__flex {
		flex-direction: column;
	}
	.song__kasi__wrap {
		margin-top: 30px;
	}
	.song__ttl {
		font-size: 1.8rem;
	}
	.song__sakusi {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.song__kasi__wrap {
		flex-direction: column;
		text-align: center;
	}
	.song_date{
		margin-top: 30px;
	}
	.history__ind {
		flex-direction: column;
		padding: 15px;
	}
	.history__year {
		padding: 0px;
	}
	.history__con {
		padding: 0px;
		margin-top: 5px;
	}
	.history__year:before {
		content: none;
	}

	.facility__twocolumn .facility__ind {
		width: calc((100% / 2) - (10px / 2));
	}
	.facility__flex {
		gap: 30px 10px;
	}
	.facility__ttl {
		font-size: 1.8rem;
		margin-top: 10px;
	}
	.main .facility__txt {
		margin-top: 5px;
	}
	.facility__fourcolumn .facility__flex {
		gap: 30px 10px;
	}
	.facility__fourcolumn .facility__ind {
		width: calc((100% / 3) - (20px / 3));
	}
	.facility__fourcolumn .facility__ttl {
		font-size: 1.4rem;
	}
	.facility__moreLink span {
		width: 35px;
		height: 35px;
	}
	span.libraryIntroDetaail__num.pin {
		width: 30px;
		font-size: 1.4rem;
	}

	.recruit__table tr.recruit__ind {
		display: flex;
		flex-direction: column;
	}
	.recruit__table th.recruit__table__th {
		width: 100%;
	}
	.recruit__table td.recruit__table__td {
		width: 100%;
	}
	.intro__ind {
		width: calc((100% / 2) - (30px / 2));
	}
	.intro__name {
		max-width: 100px;
		font-size: 1.6rem;
	}
	.recruit__kamoku__ind {
		width: calc((100% / 4) - (60px / 4));
	}
	.recruit__kamoku__ind.bosyutyu {
		font-size: 1.6rem;
	}
	.recruit__voice__ind {
		width: calc((100% / 2) - (30px / 2));
	}

	.preedu__ind {
		padding: 15px;
	}
	.preedu__head span {
		font-size: 1.2rem;
		padding: 5px 7px;
	}
	.preedu__ttl {
		font-size: 1.8rem;
	}

	.ningen__ind {
		padding: 15px;
	}
	.ningen__head span {
		font-size: 1.2rem;
		padding: 5px 7px;
	}
	.ningen__ttl {
		font-size: 1.8rem;
	}

	.pickup__deco {
		font-size: 1.8rem;
	}
	.pickup__deco span {
		font-size: 2.6rem;
	}
	.pickup__ttl {
		font-size: 2.2rem;
		margin-top: 15px;
	}
	.main .pickup__ttl + p {
		margin-top: 10px;
	}
	.pickup__ind + .pickup__ind {
		margin-top: 60px;
	}
	.pickup__gallery__heading {
		font-size: 1.8rem;
	}

	.toggle__bottun {
		padding: 55px 50px 15px 0px;
	}
	.toggle__bottun:before {
		width: 32px;
		height: 32px;
		font-size: 1.6rem;
		left: 0px;
		top: 15px;
	}
	.toggle__box > p:first-of-type:before {
		width: 32px;
		height: 32px;
		font-size: 1.6rem;
		left: 0px;
	}
	.toggle__bottun h6 {
		font-size: 1.6rem;
	}
	.toggle__box:before {
		width: 32px;
		height: 32px;
		font-size: 1.6rem;
		left: 0px;
		top: 0;
		position: relative;
	}
	.toggle__box {
		padding: 5px 0px 15px 0px;
	}
	.toggle__box > :first-child {
		margin-top: 10px;
	}

	table.events__table th {
		padding: 4px;
		font-size: 1.2rem;
	}
	table.events__table td {
		padding: 4px;
		font-size: 1.2rem;
	}
	.events__movie__con {
		gap: 30px 20px;
	}
	.events__movie__ind {
		width: calc((100% / 2) - (20px / 2));
	}

	.intro__movie__con {
		gap: 30px 20px;
	}
	.intro__movie__ind {
		width: calc((100% / 2) - (30px / 2));
	}

	.results__name {
		font-size: 1.8rem;
	}
	.results__wrap {
		gap: 30px 20px;
	}
	.results__ind {
		width: calc((100% / 2) - (20px / 2));
	}

	figure.events__img__ind {
		width: calc((100% / 2) - (10px / 2));
	}

	figure.gradu__voice__img img {
		width: 80%;
	}

	.club__wrap {
		gap: 30px 10px;
	}
	.club__ind {
		width: calc((100% / 3) - (20px / 3));
	}
	.club__remodal__slick .slick-next {
		right: -20px;
	}
	.club__remodal__slick .slick-prev {
		left: -20px;
	}
	.club__remodal__table th{
		width: 100%;
	}
	.club__movie__con {
		gap: 30px 20px;
	}
	.club__movie__ind {
		width: calc((100% / 2) - (30px / 2));
	}

	a.article_blk-a:before {
		right: 10px;
	}
	.article_blk-title {
		margin-top: 2px;
		font-size: 1.2rem;
		font-weight: 500;
	}
	.article_blk-thumb {
		width: 50%;
	}
	a.article_blk-a {
		gap: 10px;
		padding: 10px 20px 10px 10px;
	}
	span.article_blk-tag {
		font-size: 1.0rem;
	}
	.article_blk-date {
		margin-top: 0px;
	}
	.singleArticle-btn.btn {
		margin-top: 30px;
	}
	.singleArticle-catList a{
		font-size: 1.2rem;
		padding: 8px;
	}
	.club__remodal .article__blk__ind {
		flex-direction: column;
		gap: 10px;
	}
	.club__remodal .article__blk__ind .article_blk-a {
		flex-direction: row;
		column-gap: 10px;
	}
	.club__remodal .article_blk-article {
		width: 100%;
	}
	.club__remodal .article_blk-thumb {
		width: 40%;
	}
	.club__remodal .btn_wrap {
		margin-top: 10px;
	}

	.seniorCourse__wrap {
		flex-direction: column;
	}
	.seniorCourse__txt {
		position: relative;
		transform: translateX(0px);
		bottom: 0;
		left: 0;
	}
	.seniorCourse__ind {
		display: flex;
		width: 100%;
		max-width: 360px;
		align-items: center;
		background-color: var(--hs);
		margin-left: auto;
		margin-right: auto;
	}
	figure.seniorCourse__img {
		width: 200px;
	}
	.seniorCourse__name {
		font-size: 1.5rem;
		padding: 0 10px;
	}
	.seniorCourse__ind:nth-child(2) {
		margin-top: 0;
	}
	.seniorCourse__ind:nth-child(3) {
		margin-top: 0;
	}

	.aichiwa__ind {
		flex-direction: column;
	}
	.aichiwa__ind:nth-of-type(even) {
		flex-direction: column;
	}
	span.aichiwa__num {
		font-size: 6.0rem;
	}
	figure.aichiwa__img {
		max-width: 360px;
		width: 100%;
	}
	.globalEdu__ind {
		flex-direction: column;
	}
	figure.globalEdu__img {
		max-width: 360px;
		width: 100%;
	}
	.clubCoach__wrap {
		gap: 30px 20px;
	}
	.clubCoach__ind {
		width: calc((100% / 2) - (20px / 2));
	}
	figure.clubCoach__img {
		width: 160px;
	}
	.clubCoach__detail {
		margin-top: -20px;
		padding: 20px 15px 15px 15px;
	}

	.uniform__wrap {
		flex-direction: column;
	}
	.uniform__ind {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.uniformItem__ind {
		width: calc((100% / 3) - (40px / 3));
	}
	.uniformItem__name {
		font-size: 1.6rem;
	}

	.userGuide__wrap .toggle__box > p {
		padding: 0;
	}
	.userGuide__wrap .toggle__bottun {
		padding: 20px 30px 20px 0px;
	}
	.userGuide__wrap .toggle__box {
		padding-left: initial;
	}
	.userManner__wrap .toggle__box {
		padding-left: 0;
	}
	.userManner__inner {
		margin-top: 30px;
	}
	.userManner__wrap .toggle__bottun {
		padding: 20px 30px 20px 0px;
	}
	.userManner__ind {
		width: calc((100% / 4) - (45px / 4));
	}
	span.userManner__num {
		font-size: 2.8rem;
		top: -22px;
	}
	.userManner__wrap .toggle__box > p {
		padding: 0;
	}
	.libraryIntroDetaail__name {
		font-size: 1.6rem;
	}

	.menu__flex {
		gap: 30px 20px;
	}
	figure.menu__ind {
		width: calc((100% / 3) - (40px / 3));
	}

	.cmn__movie__con {
		gap: 30px 20px;
	}
	.cmn__movie__ind {
		width: calc((100% / 2) - (30px / 2));
	}

	p.form__kakunintxt {
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 550px) {
    .facility__fourcolumn .facility__ind {
		width: calc((100% / 2) - (10px / 2));
	}
	.introteacher__ind {
		width: calc((100% / 3) - (40px / 3));
	}

	.ningen__head {
		flex-direction: column;
		align-items: flex-start;
	}
	.ningen__ttl {
		padding-left: 0;
		margin-top: 5px;
	}

	.events__wrap {
		gap: 20px;
	}
	.events__ind {
		width: 100%;
	}
	.pickup__gallery__ind {
		width: calc((100% / 2) - (10px / 2));
	}
	.pickup__gallery__wrap {
		gap: 20px 10px;
	}
	.events__movie__imgWrap:before {
		width: 50px;
		height: 50px;
	}
	.events__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--cmn);
	}
	.junior .events__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--jhsh);
	}
	.senior .events__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--hs);
	}
	.events__movie__con {
		gap: 30px 10px;
	}
	.events__movie__ind {
		width: calc((100% / 2) - (10px / 2));
	}

	.intro__movie__imgWrap:before {
		width: 50px;
		height: 50px;
	}
	.junior .intro__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--jhsh);
	}
	.senior .intro__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--hs);
	}

	.results__name {
		font-size: 1.6rem;
	}
	.results__num {
		font-size: 2.8rem;
	}

	.seniorCourse__ind {
		width: calc((100% / 2) - (10px / 2));
	}
	main p.seniorCourse__expl {
		padding: 0 10px 10px;
	}
	.seniorCourse__name {
		font-size: 1.8rem;
		padding: 0 10px;
	}
	span.aichiwa__ttlsub {
		font-size: 1.0rem;
		padding: 2px 6px;
	}

	.club__movie__imgWrap:before {
		width: 50px;
		height: 50px;
	}
	.junior .club__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--jhsh);
	}
	.senior .club__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--hs);
	}

	.userManner__ind {
		width: calc((100% / 2) - (15px / 2));
		aspect-ratio: 3/2;
	}

	.common__article__wrap .article_blk-article {
		width: calc((100% / 2) - (20px / 2));
	}
	.libraryIntroDetaail__ind {
		width: calc((100% / 2) - (20px / 2));
	}

	.program__ind {
		width: 100%;
	}
	.program__heading {
		font-size: 1.6rem;
	}
	.program__wrap .slick-dotted.slick-slider {
		width: 80%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.program__wrap {
		margin-top: 25px;
	}

	figure.menu__ind {
		width: calc((100% / 2) - (20px / 2));
	}
	figure.dayroutine__ind {
		width: calc(100% / 2);
	}

	.cmn__movie__imgWrap:before {
		width: 50px;
		height: 50px;
	}
	.sogo .cmn__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--cmn);
	}
	.junior .cmn__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--jhsh);
	}
	.senior .cmn__movie__imgWrap:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid var(--hs);
	}
}

@media only screen and (max-width: 500px) {
    .intro__ind {
		width: 100%;
	}
	.introteacher__ind {
		width: calc((100% / 2) - (20px / 2));
	}

	.club__ind {
		width: calc((100% / 2) - (20px / 2));
	}

	.globalEdu__ttlWrap {
		flex-direction: column;
		align-items: self-start;
	}

	.clubCoach__ind {
		width: 100%;
	}
	.uniformItem__ind {
		width: calc((100% / 2) - (20px / 2));
	}

	span.libraryIntroDetaail__num.pin {
		width: 20px;
		font-size: 1.2rem;
	}

	.recruit__kamoku__ind {
		width: calc((100% / 3) - (20px / 3));
	}
	.recruit__kamoku__flex {
		gap: 10px;
	}
	.recruit__voice__ind {
		width: 100%;
	}

	.seniorCourse__wrap {
		flex-direction: column;
		align-items: center;
	}
	.seniorCourse__ind {
		width: 100%;
		max-width: 320px;
	}
}


