@charset "UTF-8";
/*-------------------------------
WEBフォント読み込み
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-------------------------------
変数
---------------------------------*/
:root {
  --color_blue: #0080d2;
  --color_green: #48c4ad;
  --color_beige: #ce9662;
  --color_pink: #dc8d7f;
  --color_purple: #bb7cbd;
  --color_gray: #6f89a2;
  --main-color-dark: #333;
}

/*-------------------------------
文字　色・装飾
---------------------------------*/
.f_red {
  color: #d90000;
}

.f_blue {
  color: #000ac2;
}

.f_uline {
  text-decoration: underline;
}

/*-------------------------------
ディフォルト設定
---------------------------------*/
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: clip;
  }
}

body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
    line-height: 1.2;
    overflow-x: clip;
  }
}

/*text link（サイト全体のメイン文字カラー）
-------------------------------- */
a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

/*img
------------------------*/
* img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.inner {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 92%;
  }
}

* {
  box-sizing: border-box;
}

a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.go2top {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #cecece;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .go2top {
    margin: 50px 0;
  }
}
.go2top a {
  color: #535353;
}

.pagetop {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: var(--main-color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 0.7rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}
.pagetop::after {
  content: "▲";
  color: #fff;
}
.pagetop.pagetop_bottom {
  bottom: 2rem;
}

/*-------------------------------
footer
---------------------------------*/
footer .footer__nav nav {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  footer .footer__nav nav {
    margin-bottom: 2rem;
  }
}
footer .footer__nav nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer__nav nav ul {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__nav nav ul li {
    width: 100%;
  }
}
footer .footer__nav nav ul li a {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer__nav nav ul li a {
    padding-left: 20px;
    font-size: 0.8rem;
    text-align: left;
  }
}
footer .footer__nav nav ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer__nav nav ul li a:visited {
  color: #fff;
}
footer .footer__row {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 40px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
footer .footer__cr {
  text-align: right;
  font-size: 0.6rem;
}
@media screen and (max-width: 767px) {
  footer .footer__cr {
    text-align: center;
    font-size: 0.5rem;
  }
}
footer .footer__links {
  background-color: #717171;
  display: none;
}
footer .footer__links .inner {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer__links .inner {
    padding: 1rem 0;
    gap: 5px;
  }
}
footer .footer__links .inner a {
  display: block;
  padding: 1.5rem 1.5rem;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  font-size: clamp(0.9rem, 0.75rem + 0.9vw, 1rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer__links .inner a {
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
  }
}
footer .footer__links .inner a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 15px;
  color: #333;
}
footer .footer__bottom {
  background-color: #414141;
  color: #fff;
}
footer .footer__bottom .inner {
  padding: 4rem 0;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .inner {
    padding: 2rem 0;
    max-width: 92%;
  }
}
footer .footer__info {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 20px;
  text-align: left;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer__info {
    grid-template-columns: 1fr;
  }
}
footer .footer__info-name {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer__info-name p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__info-btn {
    display: none;
  }
}
footer .footer__info-btn a {
  display: block;
  border: 1px solid #fff;
  padding: 1.2rem 1rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  footer .footer__info-btn a {
    margin-left: 70px;
    max-width: 100%;
  }
}
footer .footer__info-btn a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 15px;
}
footer .footer__info-btn a:hover {
  background-color: #fff;
  color: #414141;
}

/*-------------------------------
header
---------------------------------*/
header {
  background-color: #fff;
  position: relative;
  z-index: 999;
}
header .inner {
  padding: 1.5rem;
  max-width: 100%;
}
header .inner.row {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  header .inner.row {
    padding: 1rem 1rem;
    grid-template-columns: 80% 1fr;
  }
}
@media screen and (max-width: 767px) {
  header .header__logo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  header .header__logo h1 {
    max-width: 80%;
  }
}
header .header__logo img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header .header__logo img {
    margin: auto;
  }
}
header .header__menu {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 30px;
  justify-items: flex-end;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  header .header__menu {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1040px) {
  header .header__menu nav {
    display: none;
  }
}
header .header__menu nav ul li {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header .header__menu nav ul li:has(.snav__school):hover > a {
  background-color: var(--color_blue);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
header .header__menu nav ul li:has(.snav__applicants):hover > a {
  background-color: var(--color_green);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
header .header__menu nav ul li:has(.snav__parents):hover > a {
  background-color: var(--color_beige);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
header .header__menu nav ul li:has(.snav__students):hover > a {
  background-color: var(--color_pink);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
header .header__menu nav > ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0px;
}
header .header__menu nav > ul > li {
  position: static;
}
header .header__menu nav > ul > li > a {
  display: block;
  padding: 1rem 1rem 1.2rem 1rem;
  text-decoration: none;
}
header .header__menu nav > ul > li > a:hover {
  opacity: 1 !important;
}
header .header__menu nav > ul > li .snav {
  width: 100vw;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 1rem 0;
}
header .header__menu nav > ul > li .snav .inner {
  max-width: 1000px;
  margin: 0;
  margin-left: auto;
  margin-right: 1.5rem;
}
header .header__menu nav > ul > li .snav ul li a {
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 0.8rem;
  position: relative;
  padding: 5px 3px;
  padding-left: 20px;
}
header .header__menu nav > ul > li .snav ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  font-size: 0.6rem;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}
header .header__menu nav > ul > li .snav ul li a:hover {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
}
header .header__menu nav > ul > li .snav ul li a:visited {
  color: #fff !important;
}
header .header__menu nav > ul > li .snav__school {
  background-color: var(--color_blue);
}
header .header__menu nav > ul > li .snav__school .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 20px;
}
header .header__menu nav > ul > li .snav__school .inner ul {
  width: 200px;
}
header .header__menu nav > ul > li .snav__school .inner ul:nth-of-type(4) {
  width: 140px;
}
header .header__menu nav > ul > li .snav__school .inner ul li {
  margin-bottom: 1px;
}
header .header__menu nav > ul > li .snav__school .inner ul li:first-child a {
  padding: 8px 3px;
  border-bottom: 1px solid #fff;
}
header .header__menu nav > ul > li .snav__school .inner ul li:first-child a:hover {
  color: var(--color_blue);
}
header .header__menu nav > ul > li .snav__school .inner ul li:first-child a::before {
  left: auto;
  right: 0;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  color: var(--color_blue);
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
header .header__menu nav > ul > li .snav__school .inner ul li a:hover {
  color: var(--color_blue);
}
header .header__menu nav > ul > li .snav__applicants {
  background-color: var(--color_green);
}
header .header__menu nav > ul > li .snav__applicants .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 150px;
}
header .header__menu nav > ul > li .snav__applicants .inner ul {
  width: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
header .header__menu nav > ul > li .snav__applicants .inner ul li {
  width: 200px;
}
header .header__menu nav > ul > li .snav__parents {
  background-color: var(--color_beige);
}
header .header__menu nav > ul > li .snav__parents .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 240px;
}
header .header__menu nav > ul > li .snav__parents .inner ul {
  width: 180px;
}
header .header__menu nav > ul > li .snav__students {
  background-color: var(--color_pink);
}
header .header__menu nav > ul > li .snav__students .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 120px;
}
header .header__menu nav > ul > li .snav__students .inner ul {
  width: 180px;
}
header .header__menu nav > ul > li:hover > .snav {
  display: block;
}
@media screen and (max-width: 767px) {
  header .header__menu .menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
header .header__menu .menu .menu__btn {
  width: 50px;
  height: 50px;
  background-color: #0080d2;
  position: relative;
  border-radius: 3px;
  z-index: 1001;
}
header .header__menu .menu .menu__btn span {
  display: block;
  max-width: 50%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header .header__menu .menu .menu__btn span:nth-of-type(1) {
  top: 30%;
}
header .header__menu .menu .menu__btn span:nth-of-type(2) {
  top: 50%;
}
header .header__menu .menu .menu__btn span:nth-of-type(3) {
  top: 70%;
}
header .header__menu .menu .menu__btn.is-active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header .header__menu .menu .menu__btn.is-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
header .header__menu .menu .menu__btn.is-active span:nth-of-type(2) {
  display: none;
}
header .header__menu .menu .menu__btn.is-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
header .header__gnav {
  background-color: var(--color_blue);
  padding: 2rem;
  padding-top: 100px;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 350px;
  height: 100%;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.3s ease-out, visibility 0s linear 0.3s;
  z-index: 1000;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header .header__gnav {
    overflow: hidden;
    width: auto;
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
header .header__gnav.is-active {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.3s ease-out, visibility 0s;
}
header .header__gnav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  header .header__gnav ul {
    width: 100%;
  }
}
header .header__gnav ul li {
  width: 100%;
}
header .header__gnav ul li.current a {
  background-color: #fff;
  color: var(--color_blue);
  padding-left: 0.8rem;
}
header .header__gnav ul li.current a::before {
  display: none;
}
header .header__gnav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.8rem 0.5rem;
  text-align: left;
  position: relative;
  padding-left: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 3px;
}
header .header__gnav ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
}
header .header__gnav ul li a:hover {
  background-color: #fff;
  color: var(--color_blue);
  padding-left: 0.8rem;
}
header .header__gnav ul li a:hover::before {
  display: none;
}
header.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header.is-fixed .inner {
  padding: 0.5rem 1.5rem;
}
header.is-fixed .header__logo img {
  max-width: 200px;
  margin-top: 0.5rem;
}
header.is-fixed .header__menu nav > ul > li .snav {
  top: 66px;
}

/*-------------------------------
main
---------------------------------*/
.contents__row {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .contents__row {
    flex-direction: column;
  }
}
.contents__title {
  padding: 3rem 0;
  background-color: #333;
  width: 150px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .contents__title {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contents__title {
    width: 100%;
    padding: 1.2rem 0;
    position: sticky;
    top: 66px;
    z-index: 900;
  }
}
.contents__title-inner {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contents__title-inner {
    gap: 10px;
  }
}
.contents__title h1,
.contents__title p {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .contents__title h1,
  .contents__title p {
    writing-mode: horizontal-tb;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.contents__title_status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 8px;
}
@media screen and (max-width: 767px) {
  .contents__title_status {
    width: 90%;
  }
}
.contents__title_status span {
  display: block;
  width: 8px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contents__title_status span {
    width: 20px;
    height: 5px;
  }
}
.contents__title_status span.is-active {
  background-color: #fff;
}
.contents__main {
  flex: 1;
}
.contents__main-img img {
  width: 100%;
}
.contents__main-bc > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  list-style: none;
  background-color: #f3f3f3;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .contents__main-bc > ul {
    gap: 10px;
  }
}
.contents__main-bc > ul li {
  position: relative;
  padding-right: 30px;
  line-height: 1;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contents__main-bc > ul li {
    padding-right: 15px;
  }
}
.contents__main-bc > ul li a {
  font-size: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents__main-bc > ul li a {
    font-size: 0.6rem;
  }
}
.contents__main-bc > ul li::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 0.8rem;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents__main-bc > ul li::after {
    font-size: 0.6rem;
  }
}
.contents__main-bc > ul li:last-child {
  padding-right: 0;
  padding-top: 2px;
}
.contents__main-bc > ul li:last-child a {
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.contents__main-bc > ul li:last-child::after {
  display: none;
}
.contents__main-area {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 2rem;
}
.contents__main-area h1 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2rem 0;
}
.contents__main-area h1.line {
  border-bottom: 3px solid #eee;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contents__main-area h1.line {
    margin: 1rem 0;
    padding-bottom: 1rem;
  }
}
.contents__main-area h1.line::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.contents__main-area h2 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2rem 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__main-area h2 {
    font-size: 1.2rem;
  }
}
.contents__main-area h2.line {
  border-bottom: 3px solid #eee;
  position: relative;
  padding-bottom: 2rem;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__main-area h2.line {
    margin: 1rem 0;
    padding-bottom: 1rem;
  }
}
.contents__main-area h2.line::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.contents__main-area h2.line span {
  font-size: 1.2rem;
  font-weight: 600;
}
.contents__main-area h2.h_line {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .contents__main-area h2.h_line {
    padding-bottom: 1rem;
  }
}
.contents__main-area h2.h_line span.num {
  color: #000;
}
.contents__main-area h3 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 2rem 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents__main-area h3 {
    font-size: 1rem;
  }
}
.contents__main-area h3.line {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ccc;
}
.contents__main-area h4,
.contents__main-area h5 {
  margin-bottom: 1rem;
}
.contents__main-area .dammy_height {
  display: block;
  width: 100%;
  height: 500px;
  background-color: #eee;
}
.contents__main-area ul {
  margin-left: 0;
}
.contents__main-area ul.ml {
  list-style: none;
  margin-left: 1rem;
}
.contents__main-area table {
  border: 1px solid #ccc;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents__main-area table {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .contents__main-area table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents__main-area table tr {
    display: block;
    width: 100%;
  }
}
.contents__main-area table tr td,
.contents__main-area table tr th {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contents__main-area table tr td,
  .contents__main-area table tr th {
    display: block;
    width: 100%;
  }
}
.contents__main-area table tr th {
  font-weight: normal;
  background-color: #eee;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .contents__main-area .sp_table {
    margin-top: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .contents__main-area .sp_table::before {
    content: " 左右にスワイプできます";
    display: block;
    position: sticky;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 8px;
    pointer-events: none;
    padding-left: 22px;
    /* 左右矢印のSVGを背景画像として設定 */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='%23666666'%3E%3Cpath d='M16.01 11H7.99V8l-4 4 4 4v-3h8.02v3l4-4-4-4v-3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    /* 背景画像（矢印）の位置をY軸は中央、X軸は0にセット */
    background-position: 0 center;
    /* 背景位置だけを動かすアニメーション */
    animation: arrow-bg-swipe 1.5s infinite ease-in-out;
  }
  .contents__main-area .sp_table {
    /* 左右に揺れるアニメーション */
  }
  @keyframes arrow-bg-swipe {
    0% {
      background-position-x: 0;
    }
    50% {
      background-position-x: 5px;
    } /* 右に5px動かす */
    100% {
      background-position-x: 0;
    }
  }
}
@media screen and (max-width: 767px) {
  .contents__main-area .sp_table table {
    display: table;
    min-width: 767px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents__main-area .sp_table table tbody {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .contents__main-area .sp_table table tr {
    display: table-row;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contents__main-area .sp_table table tr th,
  .contents__main-area .sp_table table tr td {
    display: table-cell;
    width: auto;
  }
}
.contents__main-snav {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contents__main-snav {
    margin-bottom: 2rem;
  }
}
.contents__main-snav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .contents__main-snav > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.contents__main-snav > ul li {
  width: 100%;
}
.contents__main-snav > ul li a {
  display: block;
  padding: 1rem;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
}
.contents__main-snav > ul li a.current {
  background-color: #333;
  color: #fff;
}
.contents_school .contents__title {
  background-color: var(--color_blue);
}
.contents_school .contents__main h1,
.contents_school .contents__main h2 {
  color: var(--color_blue);
}
.contents_school .contents__main h1.line::after,
.contents_school .contents__main h2.line::after {
  background-color: var(--color_blue);
}
.contents_school .contents__main h1.h_line span,
.contents_school .contents__main h2.h_line span {
  color: var(--color_blue);
}
.contents_school .contents__main h3 {
  color: var(--color_blue);
}
.contents_school .contents__main-snav ul li a {
  border-color: var(--color_blue);
  color: var(--color_blue);
}
.contents_school .contents__main-snav ul li a.current {
  background-color: var(--color_blue);
  color: #fff;
}
.contents_applicants .contents__title {
  background-color: var(--color_green);
}
.contents_applicants .contents__main h1,
.contents_applicants .contents__main h2 {
  color: var(--color_green);
}
.contents_applicants .contents__main h1.line::after,
.contents_applicants .contents__main h2.line::after {
  background-color: var(--color_green);
}
.contents_applicants .contents__main h1.h_line span,
.contents_applicants .contents__main h2.h_line span {
  color: var(--color_green);
}
.contents_applicants .contents__main h3 {
  color: var(--color_green);
}
.contents_applicants .contents__main-snav ul li a {
  border-color: var(--color_green);
  color: var(--color_green);
}
.contents_applicants .contents__main-snav ul li a.current {
  background-color: var(--color_green);
  color: #fff;
}
.contents_parents .contents__title {
  background-color: var(--color_beige);
}
.contents_parents .contents__main h1,
.contents_parents .contents__main h2 {
  color: var(--color_beige);
}
.contents_parents .contents__main h1.line::after,
.contents_parents .contents__main h2.line::after {
  background-color: var(--color_beige);
}
.contents_parents .contents__main h1.h_line span,
.contents_parents .contents__main h2.h_line span {
  color: var(--color_beige);
}
.contents_parents .contents__main h3 {
  color: var(--color_beige);
}
.contents_parents .contents__main-snav ul li a {
  border-color: var(--color_beige);
  color: var(--color_beige);
}
.contents_parents .contents__main-snav ul li a.current {
  background-color: var(--color_beige);
  color: #fff;
}
.contents_students .contents__title {
  background-color: var(--color_pink);
}
.contents_students .contents__main h1,
.contents_students .contents__main h2 {
  color: var(--color_pink);
}
.contents_students .contents__main h1.line::after,
.contents_students .contents__main h2.line::after {
  background-color: var(--color_pink);
}
.contents_students .contents__main h1.h_line span,
.contents_students .contents__main h2.h_line span {
  color: var(--color_pink);
}
.contents_students .contents__main h3 {
  color: var(--color_pink);
}
.contents_students .contents__main-snav ul li a {
  border-color: var(--color_pink);
  color: var(--color_pink);
}
.contents_students .contents__main-snav ul li a.current {
  background-color: var(--color_pink);
  color: #fff;
}
.contents_info .contents__title {
  background-color: var(--color_purple);
}
.contents_info .contents__main h1,
.contents_info .contents__main h2 {
  color: var(--color_purple);
}
.contents_info .contents__main h1.line::after,
.contents_info .contents__main h2.line::after {
  background-color: var(--color_purple);
}
.contents_info .contents__main h1.h_line span,
.contents_info .contents__main h2.h_line span {
  color: var(--color_purple);
}
.contents_info .contents__main h3 {
  color: var(--color_purple);
}
.contents_info .contents__main-snav ul li a {
  border-color: var(--color_purple);
  color: var(--color_purple);
}
.contents_info .contents__main-snav ul li a.current {
  background-color: var(--color_purple);
  color: #fff;
}
.contents_other .contents__title {
  background-color: var(--color_gray);
}
.contents_other .contents__main h1,
.contents_other .contents__main h2 {
  color: var(--color_gray);
}
.contents_other .contents__main h1.line::after,
.contents_other .contents__main h2.line::after {
  background-color: var(--color_gray);
}
.contents_other .contents__main h1.h_line span,
.contents_other .contents__main h2.h_line span {
  color: var(--color_gray);
}
.contents_other .contents__main h3 {
  color: var(--color_gray);
}
.contents_other .contents__main-snav ul li a {
  border-color: var(--color_gray);
  color: var(--color_gray);
}
.contents_other .contents__main-snav ul li a.current {
  background-color: var(--color_gray);
  color: #fff;
}

/*-------------------------------
pager
---------------------------------*/
.pager {
  margin-top: 3rem;
}
.pager ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pager ul li span,
.pager ul li a {
  padding: 0.5rem 0.8rem;
  line-height: 1;
}
.pager ul li span {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  color: #fff;
}
.pager ul li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
}

.newsletter_list_common h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .newsletter_list_common h2 {
    font-size: 1.1rem;
  }
}
.newsletter_list_common .row {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .newsletter_list_common .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.newsletter_list_common .row .col {
  padding: 1rem;
  border: 1px solid #ccc;
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 40px;
  justify-items: flex-start;
  align-items: flex-start;
}
.newsletter_list_common .row .col .txt h3 {
  margin: 0;
}
.newsletter_list_common .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.newsletter_list_common .row .col::after {
  content: "便りを見る";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: block;
  color: #555;
  text-decoration: underline;
  z-index: 1;
}
.newsletter_list_common .row .col:hover {
  background-color: #e5eef6;
}

/*-------------------------------
top トップぺージ
---------------------------------*/
#top {
  overflow: hidden;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.slick-list {
  padding-top: 10px !important;
}
.slick-list .slide_box {
  width: 500px;
  padding: 0 50px 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slick-list .slide_box {
    padding: 0 30px;
  }
}
.slick-list .slide_box a:hover img {
  opacity: 0.8;
}
.slick-list .slide_box .cat {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5em 1em;
  position: absolute;
  top: -0.5rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-list .slide_box .cat {
    left: 1.25rem;
  }
}
.slick-list .slide_box dl dt {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .slick-list .slide_box dl dt {
    background: none;
  }
}
.slick-list .slide_box dl dt img {
  border: 6px solid #fff;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.slick-list .slide_box dl dd {
  color: #404040;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.5rem);
  font-weight: 500;
  margin: 2rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .slick-list .slide_box dl dd {
    margin: 1rem 0 0.25rem;
  }
}

.top_btn a {
  display: inline-block;
  width: 250px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  position: relative;
  transition: 0.2s;
}
.top_btn a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 20%;
  right: 1rem;
}
.top_btn a:hover {
  opacity: 0.8;
}

.top_mv {
  width: 100%;
  aspect-ratio: 28/13;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mv {
    aspect-ratio: 12/15;
  }
}
.top_mv .top_mv__catch {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 28/13;
}
@media screen and (max-width: 767px) {
  .top_mv .top_mv__catch {
    aspect-ratio: 12/15;
  }
}
.top_mv .top_mv__catch {
  /* 背景レイヤー */
}
.top_mv .top_mv__catch .top_mv__bg .top_mv__bg-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 3s ease; /* ← フェードの速さ */
}
@media screen and (max-width: 767px) {
  .top_mv .top_mv__catch .top_mv__bg .top_mv__bg-item {
    transition: opacity 1s ease;
  }
}
.top_mv .top_mv__catch .top_mv__bg .top_mv__bg-item.is-active {
  opacity: 1;
}
.top_mv .top_mv__catch .top_mv__bg .bg01 {
  background-image: url(../img/index/main01.webp);
}
.top_mv .top_mv__catch .top_mv__bg .bg02 {
  background-image: url(../img/index/main02.webp);
}
.top_mv .top_mv__catch .top_mv__bg .bg03 {
  background-image: url(../img/index/main03.webp);
}
.top_mv .top_mv__catch .top_mv__bg .bg04 {
  background-image: url(../img/index/main04.webp);
}
@media screen and (max-width: 767px) {
  .top_mv .top_mv__catch .top_mv__bg .bg01 {
    background-image: url(../img/index/main01_sp.webp);
  }
  .top_mv .top_mv__catch .top_mv__bg .bg02 {
    background-image: url(../img/index/main02_sp.webp);
  }
  .top_mv .top_mv__catch .top_mv__bg .bg03 {
    background-image: url(../img/index/main03_sp.webp);
  }
  .top_mv .top_mv__catch .top_mv__bg .bg04 {
    background-image: url(../img/index/main04_sp.webp);
  }
}
.top_mv .top_mv__catch {
  /* コピーは背景の上に */
}
.top_mv .top_mv__catch .pc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.top_mv .top_mv__catch .sp {
  width: 77%;
  max-width: 400px;
  margin: 7vh auto 0;
  position: relative;
  z-index: 1;
}
.top_mv {
  /* サムネ */
}
.top_mv .top_mv__slide {
  position: absolute;
  bottom: -45px;
  left: 5%;
  width: 800px;
  z-index: 1;
}
.top_mv .top_mv__slide ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.top_mv .top_mv__slide li {
  cursor: pointer;
  background: #fff;
}
.top_mv .top_mv__slide li img {
  display: block;
  opacity: 0.5; /* 半透明は画像だけに */
  transition: opacity 0.3s ease;
}
.top_mv .top_mv__slide li.is-active img {
  opacity: 1;
}

.chase {
  position: fixed;
  top: calc(50% - 182.5px);
  right: 2%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .chase {
    display: none;
  }
}
.chase ul li {
  margin: 5px 0;
}
.chase ul li a {
  transition: 0.2s;
}
.chase ul li a:hover {
  opacity: 0.8;
}

.top_menu ul {
  display: flex;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  justify-content: center; /* 横方向の中央寄せ */
  align-items: center;
}
.top_menu ul li {
  width: 80px;
  margin-top: -40px;
  z-index: 1;
}

.top_bnr {
  margin: 145px 0 80px;
}
@media screen and (max-width: 767px) {
  .top_bnr {
    margin: 30px 0;
  }
}
.top_bnr ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_bnr ul {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}

.top_emergency {
  position: relative;
  z-index: 1;
}
.top_emergency dl {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background: #fff;
  font-size: clamp(0.7rem, 2vw - 0.2rem, 1rem);
  padding: 0.5rem;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  position: relative;
}
.top_emergency dl:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b7b7b7;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top_emergency dl:after {
    top: 35%;
    right: 0.5rem;
  }
}
.top_emergency dl dt {
  width: 200px;
  background: #e57565;
  text-align: center;
  color: #fff;
  padding: 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .top_emergency dl dt {
    width: 50px;
    padding: 1em 0;
  }
}
.top_emergency dl dd {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .top_emergency dl dd {
    padding: 1.5em 0;
  }
}
.top_emergency dl dd a {
  color: #000;
}
.top_emergency dl dd a:hover {
  text-decoration: underline;
}

.top_news {
  background: #ecf6f7;
  padding: 138px 0 80px;
  margin-top: -38px;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 60px 0 20px;
    margin-top: -30px;
  }
}
.top_news .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news .inner h2 img {
    height: 30px;
  }
}
.top_news .inner .news_category {
  position: absolute;
  bottom: 0;
  left: 350px;
}
@media screen and (max-width: 767px) {
  .top_news .inner .news_category {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
}
.top_news .inner .news_category ul {
  display: flex;
}
.top_news .inner .news_category ul li {
  padding: 0 2em;
  border-right: 1px solid #b7b7b7;
  font-size: clamp(0.7rem, 2vw - 0.2rem, 1rem);
}
.top_news .inner .news_category ul li:last-child {
  border: none;
}
.top_news .inner .news_category ul li a {
  transition: 0.2s;
}
.top_news .inner .news_category ul li a:hover {
  color: #00a487;
}
.top_news .inner .news_category ul li .current {
  text-decoration: underline;
  color: #00a487;
}
.top_news .news_slide {
  width: calc(50vw + 550px);
  margin: 80px 0 100px calc(50vw - 550px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_news .news_slide {
    width: auto;
    margin: 40px 0;
  }
}
.top_news .news_slide .slide_box a dl dt img {
  width: 100%;
  aspect-ratio: 500/330;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_news .news_slide .cat {
  background: #00a487;
}
.top_news .news_list {
  position: relative;
}
.top_news .news_list:before {
  content: "";
  display: block;
  width: 65vw;
  height: 280px;
  background: #c6e9e5;
  position: absolute;
  top: -350px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_news .news_list:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_list {
    position: relative;
    z-index: 2;
  }
}
.top_news .news_list dl {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news .news_list dl {
    display: block;
  }
}
.top_news .news_list dl:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b7b7b7;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top_news .news_list dl:after {
    top: 60%;
  }
}
.top_news .news_list dl dt {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .top_news .news_list dl dt {
    margin-bottom: 1rem;
  }
}
.top_news .news_list dl dt span {
  background: #00a487;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 1em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .top_news .news_list dl dd {
    line-height: 1.5;
    padding-right: 2rem;
  }
}
.top_news .news_list dl dd a:hover {
  text-decoration: underline;
}
.top_news .top_btn--news {
  margin: 4rem 0 0 850px;
}
@media screen and (max-width: 767px) {
  .top_news .top_btn--news {
    margin: 0;
  }
}
.top_news .top_btn--news a {
  background: #00a487;
}
@media screen and (max-width: 767px) {
  .top_news .top_btn--news a {
    display: block;
    margin: 4rem auto 2rem;
  }
}

.top_report {
  margin: 100px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_report {
    margin: 100px 0 80px;
  }
}
.top_report:after {
  content: "";
  display: block;
  width: 100%;
  height: 470px;
  background: #fff9f4;
  position: absolute;
  top: 280px;
}
@media screen and (max-width: 767px) {
  .top_report:after {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .top_report .inner h2 img {
    height: 60px;
  }
}
.top_report .inner h2 {
  position: relative;
}
.top_report .inner h2:after {
  content: "";
  display: block;
  width: 55vw;
  height: 280px;
  background: #ffdab9;
  position: absolute;
  top: 0;
  right: calc(550px - 55vw);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_report .inner h2:after {
    width: 50vw;
    height: 80px;
    top: 20px;
    right: -4vw;
  }
}
.top_report .report_slide {
  width: calc(50vw + 200px);
  margin: 80px 0 100px calc(50vw - 200px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_report .report_slide {
    width: auto;
    margin: 100px 0 40px;
  }
}
.top_report .report_slide:after {
  content: "";
  display: block;
  width: 100vw;
  height: 150px;
  background: #ffdab9;
  position: absolute;
  bottom: -100px;
  right: calc(52vw + 200px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_report .report_slide:after {
    display: none;
  }
}
.top_report .report_slide .cat {
  background: #f6a644;
}
.top_report .report_pic {
  width: 400px;
  position: absolute;
  top: 140px;
  left: calc(50vw - 600px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_report .report_pic {
    width: 200px;
    left: auto;
    left: 50vw;
    top: -150px;
  }
}
.top_report .top_btn--report {
  margin: -2rem 0 0 580px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_report .top_btn--report {
    margin: 0;
  }
}
.top_report .top_btn--report ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center; /* 横方向の中央寄せ */
  align-items: center;
}
.top_report .top_btn--report ul li a {
  background: #f6a644;
}
@media screen and (max-width: 767px) {
  .top_report .top_btn--report ul li a {
    width: 150px;
    padding: 0.5rem;
  }
}
.top_report .top_btn--report ul li a:after {
  top: 30%;
  right: 0.5em;
}

.top_about {
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_about {
    background: #cfedfc;
    padding-bottom: 40px;
    margin: 0;
  }
}
.top_about:before {
  content: "";
  display: block;
  width: 50%;
  height: 400px;
  background: #83cfff;
  position: absolute;
  top: 300px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_about:before {
    display: none;
  }
}
.top_about:after {
  content: "";
  display: block;
  width: 100%;
  height: 625px;
  background: #cfedfc;
  position: absolute;
  top: 450px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_about:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_about .inner:before {
    content: "";
    display: block;
    width: 100vw;
    height: 351px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top_about h2 {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_about h2 {
    width: 40%;
    max-width: 300px;
  }
}
.top_about .about_pic {
  width: 25vw;
  max-width: 446px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_about .about_pic {
    width: 50%;
    top: -30px;
  }
}
.top_about .about_list {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_about .about_list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.top_about .about_list dl {
  background: #fff;
  position: relative;
  width: 379px;
}
.top_about .about_list dl a {
  transition: 0.2s;
}
.top_about .about_list dl a:hover {
  opacity: 0.8;
}
.top_about .about_list dl dt {
  display: inline-block;
  min-width: 230px;
  background: #0080d2;
  color: #fff;
  font-size: clamp(0.7rem, 2vw + 0.2rem, 1.2rem);
  padding: 0.5em 1em;
  position: absolute;
  top: -1em;
  left: -1em;
}
@media screen and (max-width: 767px) {
  .top_about .about_list dl dt {
    min-width: 135px;
  }
}
.top_about .about_course {
  position: relative;
  z-index: 2;
  margin: 3rem 0;
}
.top_about .about_course-row {
  display: grid;
  grid-template-columns: max-content 1fr 1fr 1fr;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_about .about_course-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.top_about .about_course-row h3 {
  height: 100%;
  background: #0080d2;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1.5em 0.5em;
}
@media screen and (max-width: 767px) {
  .top_about .about_course-row h3 {
    width: 135px;
    height: auto;
    text-align: center;
    font-size: 0.7rem;
    writing-mode: horizontal-tb;
    padding: 0.5em 1em;
    position: absolute;
    top: -2.3rem;
    left: -1em;
  }
}
.top_about .about_course-row .col {
  background-color: #fff;
  position: relative;
}
.top_about .about_course-row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_about .about_course-row .col h4 {
  position: relative;
  height: 120px;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top_about .about_course-row .col h4 {
    height: 100px;
    font-size: 1.1rem;
    padding: 1rem 1rem 0.5rem 1rem;
  }
}
.top_about .about_course-row .col h4:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b7b7b7;
  font-weight: 900;
  position: absolute;
  top: 40%;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top_about .about_course-row .col h4:after {
    right: 1rem;
  }
}
.top_about .about_course-row .col h4 span {
  width: 100%;
  font-size: 0.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_about .about_course-row .col h4 span {
    font-size: 0.6rem;
  }
}
.top_about .about_course-row .col img {
  width: 100%;
}
.top_about ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 768px) {
  .top_about ul {
    display: none;
  }
}
.top_about ul li {
  width: 100%;
  font-size: 0.7rem;
}
.top_about ul li a {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 1rem 0.75rem;
  position: relative;
}
.top_about ul li a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b7b7b7;
  font-weight: 900;
  position: absolute;
  top: 38%;
  right: 0.25rem;
}
.top_about .top_btn--about a {
  display: block;
  background: #0080d2;
  margin: 40px auto 0;
}
.top_about .about_bnr {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_about .about_bnr {
    display: none;
  }
}
.top_about .about_bnr a {
  transition: 0.2s;
}
.top_about .about_bnr a:hover {
  opacity: 0.8;
}

.top_info {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .top_info {
    margin: 40px 0;
  }
}
.top_info ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_info ul {
    display: none;
  }
}
.top_info ul li a {
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 1.5rem;
  border: 1px solid #b7b7b7;
  position: relative;
}
.top_info ul li a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b7b7b7;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top_info .about_bnr {
    display: none;
  }
}
.top_info h2 {
  font-size: 1.2rem;
  font-weight: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b7b7b7;
  margin: 3rem 0 2rem;
}
.top_info .letter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .top_info .letter {
    display: flex;
    justify-content: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.top_info .letter .letter_box {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_info .letter .letter_box {
    grid-template-columns: 30% 65%;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_info .letter .letter_box:last-child {
    display: none;
  }
}
.top_info .letter .letter_box img {
  box-shadow: 10px 10px 0 rgba(207, 237, 252, 0.5);
}
@media screen and (max-width: 767px) {
  .top_info .letter .letter_box img {
    box-shadow: 5px 5px 0 rgba(207, 237, 252, 0.5);
  }
}
.top_info .letter .letter_box dl dt {
  font-size: clamp(0.8rem, 2vw - 0.2rem, 1rem);
}
.top_info .letter .letter_box dl dd {
  font-size: clamp(0.6rem, 2vw - 0.2rem, 0.9rem);
}
.top_info .letter .letter_box p {
  font-size: clamp(0.7rem, 2vw - 0.2rem, 0.9rem);
}
.top_info .letter .letter_box p a {
  display: block;
  width: 120px;
  padding: 0 1rem;
  border: 1px solid #b7b7b7;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .top_info .letter .letter_box p a {
    width: 100px;
  }
}
.top_info .letter .letter_box p a:hover {
  opacity: 0.8;
}
.top_info .letter .letter_box p a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b7b7b7;
  font-weight: 900;
  position: absolute;
  top: 5%;
  right: 0.5em;
}

/* youtube 表示　モーダル背景のオーバーレイ */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  display: flex;
  align-items: center; /* 上下中央揃え */
  justify-content: center; /* 左右中央揃え */
  opacity: 1;
}

/* モーダルコンテンツの枠 */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
}

/* 閉じるボタン */
.close-btn {
  color: #fff;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.close-btn:hover {
  color: #ccc;
}

/* レスポンシブ対応の動画コンテナ (16:9) */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------
applicants 受験生の皆様
---------------------------------*/
/*-------------------------------
募集要項
---------------------------------*/
.applicants_info_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .applicants_info_box {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
  }
}
.applicants_info_box > .col {
  border: 1px solid #c5c5c5;
  position: relative;
}
.applicants_info_box > .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.applicants_info_box--txt {
  padding: 1rem 1.5rem;
}
.applicants_info_box--txt h3 {
  margin: 0;
  margin-bottom: 1rem;
}
.applicants_info_box--txt p {
  margin-bottom: 0.5rem;
}
.applicants_info_box--txt .btn {
  text-align: right;
}
.applicants_info_box--txt .btn > span {
  background-color: var(--color_green);
  color: #fff;
  border-radius: 100px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.8rem;
}

h3.jhs {
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  margin-top: 3em;
}

.applicants_msg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .applicants_msg {
    display: block;
  }
}
.applicants_msg dl dt img {
  width: 100%;
}
.applicants_msg dl dd a {
  display: block;
  width: 100%;
  background: #27a58e;
  color: #fff;
  padding: 1rem;
  position: relative;
}
.applicants_msg dl dd a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 1rem;
}

.frame_box {
  padding: 1.5rem 2rem;
  border: 1px solid #b3b3b3;
  margin-bottom: 60px;
}
.frame_box p {
  font-size: clamp(1rem, 2vw - 0.2rem, 1.1rem);
  font-weight: 500;
  line-height: 1.5;
}

.applicants_info--contents h3 {
  color: #000 !important;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
}
.applicants_info--contents table th {
  background: #e8f3f1 !important;
  color: #27a58e;
  padding: 1rem !important;
}
.applicants_info--contents table td {
  padding: 1rem !important;
}

.applicants_btn a {
  display: block;
  width: 500px;
  text-align: center;
  background: #27a58e;
  color: #fff;
  padding: 1rem 0;
  margin: 60px auto 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .applicants_btn a {
    width: 300px;
  }
}
.applicants_btn a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 1rem;
}

/*-------------------------------
入試日程
---------------------------------*/
.applicants_schedule h3 {
  padding-bottom: 1em;
  border-bottom: 1px solid #27a58e;
}
.applicants_schedule table {
  font-size: clamp(0.8rem, 2vw - 0.2rem, 0.9rem);
}
.applicants_schedule table th {
  background: #e8f3f1 !important;
  text-align: center !important;
  color: #27a58e;
  padding: 1rem !important;
}
.applicants_schedule table td {
  padding: 1rem !important;
}
.applicants_schedule table td span {
  display: inline-block;
  color: #363636;
  font-size: clamp(0.8rem, 2vw - 0.2rem, 0.9rem);
  line-height: 1.2;
}

/*-------------------------------
出願方法
---------------------------------*/
.applicants_procedure dl {
  display: grid;
  grid-template-columns: 250px 1fr;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .applicants_procedure dl {
    display: block;
  }
}
.applicants_procedure dl:last-child {
  border: none;
}
.applicants_procedure dl dt {
  color: #27a58e;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
}
@media screen and (max-width: 767px) {
  .applicants_procedure dl dt {
    margin-bottom: 1rem;
  }
}
.applicants_procedure dl dd .procedure_btn {
  display: block;
  width: 300px;
  text-align: center;
  background: #27a58e;
  color: #fff;
  padding: 0.5rem 0;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .applicants_procedure dl dd .procedure_btn {
    width: 250px;
  }
}
.applicants_procedure dl dd .procedure_btn:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 1rem;
}
.applicants_procedure h3 {
  padding-bottom: 1em;
  border-bottom: 1px solid #27a58e;
  margin-top: 4em;
}
.applicants_procedure .applicants_dl h4 {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
}
.applicants_procedure .applicants_dl ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .applicants_procedure .applicants_dl ul {
    grid-template-columns: 1fr;
  }
}
.applicants_procedure .applicants_dl ul li {
  padding-left: 0;
  text-indent: 0;
}
.applicants_procedure .applicants_dl ul li a {
  display: block;
  position: relative;
  padding-right: 40px;
  border: 1px solid #ccc;
  padding: 0.8rem;
}
.applicants_procedure .applicants_dl ul li a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b3b3b3;
  font-weight: 900;
  position: absolute;
  top: 25%;
  right: 1rem;
}
.applicants_procedure .applicants_dl ul li a:hover {
  background-color: #daedea;
}
.applicants_procedure .applicants_dl ul li a.icon_pdf {
  padding-left: 40px;
}
.applicants_procedure .applicants_dl ul li a.icon_pdf::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  content: "\f1c1";
  color: #333;
  font-weight: 400;
  position: absolute;
  top: 20%;
  left: 0.8rem;
}
.applicants_procedure .applicants_dl ul li a.icon_docx {
  padding-left: 40px;
}
.applicants_procedure .applicants_dl ul li a.icon_docx::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  content: "\f1c2";
  color: #333;
  font-weight: 400;
  position: absolute;
  top: 20%;
  left: 0.8rem;
}
.applicants_procedure .applicants_dl ul li a.icon_xlsx {
  padding-left: 40px;
}
.applicants_procedure .applicants_dl ul li a.icon_xlsx::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  content: "\f1c3";
  color: #333;
  font-weight: 400;
  position: absolute;
  top: 20%;
  left: 0.8rem;
}
.applicants_procedure .applicants_dl .note {
  padding: 1rem;
  border: 1px solid #ccc;
  margin-top: 2rem;
}
.applicants_procedure .applicants_dl p {
  margin-bottom: 1rem;
}
.applicants_procedure .x-scrl {
  overflow-x: auto;
}
.applicants_procedure .x-scrl table {
  font-size: clamp(0.8rem, 2vw - 0.2rem, 1rem);
}
@media screen and (max-width: 767px) {
  .applicants_procedure .x-scrl table {
    width: 100%;
    min-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .applicants_procedure .x-scrl table thead tr {
    display: table-row !important;
  }
}
.applicants_procedure .x-scrl table thead tr th {
  background: #e8f3f1 !important;
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .applicants_procedure .x-scrl table thead tr th {
    display: table-cell !important;
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .applicants_procedure .x-scrl table tbody {
    display: contents !important;
  }
}
@media screen and (max-width: 767px) {
  .applicants_procedure .x-scrl table tbody tr {
    display: table-row !important;
  }
}
.applicants_procedure .x-scrl table tbody tr th {
  background: #f8f8f8 !important;
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .applicants_procedure .x-scrl table tbody tr th {
    display: table-cell !important;
    width: auto !important;
    border: 1px solid #ccc !important;
  }
}
.applicants_procedure .x-scrl table tbody tr th span {
  text-decoration: underline;
  color: #27a58e;
  font-size: clamp(0.8rem, 2vw - 0.2rem, 0.9rem);
}
.applicants_procedure .x-scrl table tbody tr td {
  text-align: center;
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .applicants_procedure .x-scrl table tbody tr td {
    display: table-cell !important;
    width: auto !important;
  }
}
.applicants_procedure h4 {
  font-weight: 500;
  margin-top: 3em;
}
.applicants_procedure .applicants_mb {
  margin-bottom: 1rem;
}
.applicants_procedure ul {
  margin-top: 2rem;
}
.applicants_procedure ul li {
  text-indent: -1em;
  font-size: clamp(0.8rem, 2vw - 0.2rem, 0.9rem);
  padding-left: 1em;
}

/*-------------------------------
体験入学・説明会
---------------------------------*/
.applicants_session ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}
.applicants_session table th {
  width: 200px;
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .applicants_session table th {
    width: 100%;
  }
}
.applicants_session table td {
  padding: 1rem !important;
}
@media screen and (max-width: 767px) {
  .applicants_session table td {
    line-height: 1.5;
  }
}
.applicants_session .applicants_coat {
  background: #daeae7;
  padding: 2rem 0;
  margin-top: 60px;
}
.applicants_session .applicants_coat p {
  text-align: center;
  font-size: clamp(0.9rem, 2vw - 0.2rem, 1.1rem);
}
.applicants_session .applicants_coat a {
  display: block;
  width: 80%;
  max-width: 500px;
  text-align: center;
  background: #27a58e;
  color: #fff;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.5rem);
  padding: 1rem 0;
  border-radius: 5px;
  margin: 20px auto 0;
}
.applicants_session-mailform .p-form {
  width: 100%;
  margin: 0 auto;
}
.applicants_session-mailform .p-form__item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
}
.applicants_session-mailform .p-form__item dt {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.applicants_session-mailform .p-form__item dd {
  margin: 0;
}
.applicants_session-mailform .p-form__item:has(textarea), .applicants_session-mailform .p-form__item:has(.js-other-school) {
  align-items: start;
}
.applicants_session-mailform .p-form input[type=text],
.applicants_session-mailform .p-form input[type=email],
.applicants_session-mailform .p-form select,
.applicants_session-mailform .p-form textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.applicants_session-mailform .p-form input[type=text]:focus,
.applicants_session-mailform .p-form input[type=email]:focus,
.applicants_session-mailform .p-form select:focus,
.applicants_session-mailform .p-form textarea:focus {
  outline: none;
  border-color: #48c4ad;
}
.applicants_session-mailform .p-form textarea {
  min-height: 150px;
  resize: vertical;
}
.applicants_session-mailform .p-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.applicants_session-mailform .p-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .applicants_session-mailform .p-form__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 20px;
  }
  .applicants_session-mailform .p-form__item dt {
    justify-content: flex-start;
    gap: 12px;
  }
}
.applicants_session-mailform.comp h3 {
  font-size: 2rem;
  text-align: center;
}
.applicants_session-mailform.comp p {
  text-align: center;
}
.applicants_session-mailform .c-req {
  display: inline-block;
  background-color: #e53935;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: normal;
}
.applicants_session-mailform .p-form__submit-area {
  margin-top: 40px;
  text-align: center;
}
.applicants_session-mailform .p-form__submit-area .c-btn-submit {
  display: inline-block;
  background-color: #48c4ad;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem 5rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.applicants_session-mailform .p-form__submit-area .c-btn-submit:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.applicants_session-mailform .p-form__submit-area .wpcf7-response-output {
  margin: 0 auto 24px auto !important;
  max-width: 100%;
  text-align: left;
  border-radius: 4px;
}

/*-------------------------------
よくある質問
---------------------------------*/
.applicants_faq h2 {
  margin-top: 3em;
}
.applicants_faq h2 span {
  color: #5d5d5d !important;
}
.applicants_faq .faq_box dl {
  margin-bottom: 1rem;
}
.applicants_faq .faq_box dl dt {
  cursor: pointer;
  background: #daeae7;
  color: #27a58e;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  padding: 0.5em 1em;
  position: relative;
}
.applicants_faq .faq_box dl dt span.grn {
  color: #27a58e;
  font-weight: bold;
}
.applicants_faq .faq_box dl dt span.cls {
  opacity: 1;
  color: #27a58e;
  position: absolute;
  right: 1em;
}
.applicants_faq .faq_box dl dt span.opn {
  opacity: 0;
  color: #fff;
  position: absolute;
  right: 1em;
}
.applicants_faq .faq_box dl dt.open span.cls {
  opacity: 0;
}
.applicants_faq .faq_box dl dt.open span.opn {
  opacity: 1;
}
.applicants_faq .faq_box dl dd {
  padding: 0.5em 1em;
}
.applicants_faq .faq_box dl dd a {
  text-decoration: underline;
	color: #27a58e;
}

/*-------------------------------
募集要項
---------------------------------*/
.applicants__message-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.applicants__message-row .col {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0px;
}
.applicants__message-row .col .img {
  max-width: 70%;
}
.applicants__message-row .col .txt p {
  text-align: left;
}
.applicants__message-row .col .txt span {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  text-align: right;
}

/*-------------------------------
info　学校情報
---------------------------------*/
.info__access-map {
  margin-bottom: 2rem;
}
.info__access-map iframe {
  width: 100% !important;
}
.info__access-train {
  border: 1px solid #ccc;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .info__access-train {
    grid-template-columns: 1fr;
  }
}
.info__access-train .col .row {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}
.info__access-train .col .row a {
  display: block;
  width: 100%;
  background-color: var(--color_purple);
  text-decoration: none;
  padding: 0.7rem 1rem;
  padding-right: 2rem;
  color: #fff;
  position: relative;
}
.info__access-train .col .row a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 10px;
}
.info__access-facilities > p {
  margin-bottom: 2rem;
}
.info__access-facilities .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .info__access-facilities .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.info__access-facilities .list .col img {
  margin-bottom: 1rem;
}
.info__access-schoolmap .img {
  margin-bottom: 2rem;
}
.info__access-schoolmap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .info__access-schoolmap .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.info__access-schoolmap .list .col p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  line-height: 1;
}
.info__access-schoolmap .list .col p span {
  display: block;
  background-color: orange;
  border-radius: 100px;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.info__access-schoolmap .list .col img {
  margin-bottom: 1rem;
}
.info__overview-outline dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .info__overview-outline dl > div {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.info__overview-outline dl > div:first-child {
  border-top: 1px solid #ccc;
}
.info__overview-outline dl > div dt {
  background-color: #eee;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .info__overview-outline dl > div dt {
    padding: 1rem;
  }
}
.info__overview-outline dl > div dd {
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .info__overview-outline dl > div dd {
    padding: 1rem;
  }
}
.info__history .head {
  line-height: 1.6;
}
.info__history-list h4 {
  padding: 1rem 0;
  color: var(--color_purple);
  font-size: 1.2rem;
  font-weight: normal;
}
.info__history-list dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .info__history-list dl > div {
    grid-template-columns: 1fr;
    gap: 0px;
    border-bottom: none;
  }
}
.info__history-list dl > div:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .info__history-list dl > div:first-child {
    border-top: none;
  }
}
.info__history-list dl > div dt {
  padding: 0.5rem 1rem;
  background-color: #eee;
}
.info__history-list dl > div dd {
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .info__history-list dl > div dd {
    padding: 0.7rem 0rem;
  }
}
.info__disclosure-list-p {
  margin-bottom: 1rem;
}
.info__disclosure-list .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .info__disclosure-list .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.info__disclosure-list .row .col {
  border: 1px solid #ccc;
  border-top: 2px solid var(--color_purple);
  padding: 1.2rem;
  position: relative;
}
.info__disclosure-list .row .col:hover {
  background-color: #eee;
}
.info__disclosure-list .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.info__disclosure-list .row .col::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 15px;
  color: var(--color_purple);
  font-size: 1.2rem;
}

/*-------------------------------
other　その他
---------------------------------*/
.other__about h3 {
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
}
.other__privacypolicy ul {
  margin-left: 1.5rem;
}
.other__privacypolicy ul li h4 {
  font-weight: normal;
}
.other__business h3.line {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.other__business ul li:hover {
  background-color: #c7daeb;
}
.other__business-news {
  margin-bottom: 4rem;
}
.other__business-news li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .other__business-news li {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .other__business-news li span {
    color: var(--color_gray);
  }
}
.other__business-news li.none {
  grid-template-columns: 1fr;
}
.other__business-news li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.other__business-download ul li {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0 1rem 0.5rem;
}
.other__business-download ul li p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .other__business-download ul li p {
    font-size: 1rem;
  }
}
.other__business-download ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.other__business-download ul li.doc {
  position: relative;
  padding-left: 30px;
}
.other__business-download ul li.doc::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.other__business-download ul li.xls {
  position: relative;
  padding-left: 30px;
}
.other__business-download ul li.xls::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.other__business-download ul li.pdf {
  position: relative;
  padding-left: 30px;
}
.other__business-download ul li.pdf::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.other__recruit ul {
  list-style: none;
}
.other__recruit dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .other__recruit dl {
    grid-template-columns: 1fr;
  }
}
.other__recruit dl + p {
  margin-top: 1rem;
  margin-left: 2rem;
}
.other__recruit #title {
  margin-top: 1rem;
}
.other__recruit a {
  text-decoration: underline;
}
.other__recruit a.links_exl {
  position: relative;
  padding-left: 30px;
}
.other__recruit a.links_exl::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.other__recruit a.links_pdf {
  position: relative;
  padding-left: 30px;
}
.other__recruit a.links_pdf::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.other__teaching-list dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1px 0;
}
@media screen and (max-width: 767px) {
  .other__teaching-list dl {
    grid-template-columns: 1fr;
  }
}
.other__teaching-list dl dt {
  background-color: #c7daeb;
  padding: 1rem;
}
.other__teaching-list dl dd {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.other__teaching-list dl dd a {
  display: block;
  text-decoration: underline;
  color: #3f4991;
  position: relative;
  padding-left: 20px;
  margin-top: 0.3rem;
}
.other__teaching-list dl dd a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.other__newsletter-list h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .other__newsletter-list h2 {
    font-size: 1.1rem;
  }
}
.other__newsletter-list .row {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .other__newsletter-list .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.other__newsletter-list .row .col {
  padding: 1rem;
  border: 1px solid #ccc;
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 40px;
  justify-items: flex-start;
  align-items: flex-start;
}
.other__newsletter-list .row .col .txt h3 {
  margin: 0;
}
.other__newsletter-list .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.other__newsletter-list .row .col::after {
  content: "便りを見る";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: block;
  color: #555;
  text-decoration: underline;
  z-index: 1;
}
.other__newsletter-list .row .col:hover {
  background-color: #e5eef6;
}

/*-------------------------------
parents　保護者の皆様
---------------------------------*/
.parents__fees-head .lbox {
  border: 1px solid #ccc;
  padding: 1.5rem;
}
.parents__fees-head ul {
  margin-top: 1rem;
}
.parents__fees-breakdown {
  margin-top: 2rem;
}
.parents__fees-breakdown table {
  font-size: 0.8rem;
  margin: 0;
}
.parents__fees-breakdown table tr.bk01 {
  background-color: #fff8f0;
}
.parents__fees-breakdown table tr th,
.parents__fees-breakdown table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 0.3rem 0;
}
.parents__fees-breakdown table tr th.bld,
.parents__fees-breakdown table tr td.bld {
  font-weight: bold;
}
.parents__fees-breakdown table tr th {
  background-color: var(--color_beige);
  color: #fff;
}
.parents__fees-breakdown .labels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-bottom: 4rem;
}
.parents__fees-breakdown .labels a {
  background-color: var(--color_beige);
  color: #fff;
  padding: 1rem;
  position: relative;
}
.parents__fees-breakdown .labels a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.parents__fees-breakdown #l1,
.parents__fees-breakdown #l2,
.parents__fees-breakdown #l3 {
  scroll-margin-top: 100px;
}
.parents__fees-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.parents__fees-title h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.parents__fees-title .txt {
  text-align: right;
}
.parents__scholarship h3 {
  margin: 1rem 0;
}
.parents__scholarship h3.bg {
  background-color: #f2decb;
  padding: 0.5rem 1rem;
  color: #333;
  margin: 2rem 0;
}
.parents__scholarship dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 1px;
  border-top: 1px solid #ccc;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .parents__scholarship dl {
    grid-template-columns: 1fr;
  }
}
.parents__scholarship dl dt {
  background-color: #f2decb;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .parents__scholarship dl dt {
    width: 100%;
  }
}
.parents__scholarship dl dt,
.parents__scholarship dl dd {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.parents__scholarship table tr th {
  background-color: #f2decb;
}
.parents__support-box .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .parents__support-box .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.parents__support-box .row .col h3 {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}
.parents__support-box .parents_btn a {
  display: block;
  width: 500px;
  text-align: center;
  background: #dfaf83;
  color: #fff;
  padding: 1rem 0;
  margin: 60px auto 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .parents__support-box .parents_btn a {
    width: 300px;
  }
}
.parents__support-box .parents_btn a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 1rem;
}
.parents__pta-greeting .row {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .parents__pta-greeting .row {
    grid-template-columns: 1fr;
  }
}
.parents__pta-greeting .row .img {
  text-align: center;
}
.parents__pta-greeting .row .img p {
  margin-top: 1rem;
}
.parents__pta-greeting .row .txt {
  line-height: 2;
}
.parents__pta-greeting .row .txt.bottom {
  /* 後半のテキストは、1列目から最後まで（全幅で）配置 */
  grid-column: 1/-1;
}
.parents__pta-activity .row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 40px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .parents__pta-activity .row {
    grid-template-columns: 15% 1fr;
    gap: 0px;
  }
}
.parents__pta-activity .row span {
  color: var(--color_beige);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .parents__pta-activity .row span {
    font-size: 1.2rem;
  }
}
.parents__pta-activity .row .txt dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .parents__pta-activity .row .txt dl {
    grid-template-columns: 1fr;
  }
}
.parents__pta-activity .row .txt dl dt,
.parents__pta-activity .row .txt dl dd {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #ccc;
}
.parents__pta-activity .row .txt dl dt {
  background-color: #f2decb;
}
.parents__pta-bylaws {
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  height: 400px;
  overflow: auto;
}
.parents__pta-bylaws dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .parents__pta-bylaws dl {
    grid-template-columns: 1fr;
  }
}

/*-------------------------------
school 学校紹介
---------------------------------*/
.school_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 60px;
}
@media screen and (max-width: 767px) {
  .school_top {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .school_top .school_top--box {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .school_top .school_top--box dl {
    margin-bottom: 4rem;
  }
}
.school_top .school_top--box dl dt {
  background: #0080d2;
  margin-bottom: 1rem;
  position: relative;
}
.school_top .school_top--box dl dt:before {
  content: "";
  display: block;
  width: 70.4px;
  height: 100%;
  background: #005f9c;
  position: absolute;
  top: 0;
  right: 0;
}
.school_top .school_top--box dl dt:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 33%;
  right: 1.6rem;
}
.school_top .school_top--box dl dt a {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 1;
}
.school_top .school_top--box dl dd {
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  padding: 1rem 0;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.school_top .school_top--box dl dd:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #a8a8a8;
  font-weight: 900;
  position: absolute;
  top: 20%;
  right: 1rem;
}
.school_top .school_top--box dl dd a {
  display: block;
  color: #000;
}
.school_top .school_top--box dl dd a span {
  color: #0080d2;
  margin-right: 1.5rem;
}

/*-------------------------------
学校の魅力
---------------------------------*/
.h_line span {
  color: #000;
}

h3.blue_bar {
  background: #0080d2;
  color: #fff !important;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  padding: 1rem 1.5rem;
}

h3.defo {
  color: #000 !important;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
}

h4.dash_under {
  color: #404040;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #a6a6a6;
}

h5.left_bar {
  color: #404040;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  font-weight: 400;
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 5px solid #0080d2;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  h5.left_bar {
    line-height: 1.2;
    padding-left: 0.5rem;
    margin: 2rem 0 1rem;
  }
}

h6 {
  color: #404040;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  font-weight: 400;
  margin: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  h6 {
    margin: 40px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .message_box p {
    line-height: 1.5;
  }
}
.message_box .cal_box {
  display: grid;
  grid-template-columns: 250px 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 767px) {
  .message_box .cal_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .message_box .cal_box img {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
.message_box .cal_box dl dt {
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .message_box .cal_box dl dt {
    max-width: 400px;
    margin: 0 auto 1rem;
  }
}
.message_box .cal_box dl dt span {
  font-size: clamp(1.1rem, 2vw - 0.2rem, 1.3rem);
}
@media screen and (max-width: 767px) {
  .message_box .cal_box dl dt span {
    display: block;
    margin-top: 0.5rem;
  }
}
.message_box ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .message_box ul {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .message_box ul li {
    width: 29vw;
    max-width: 150px;
  }
}

.philosophy_box .cal_box {
  display: grid;
  grid-template-columns: 230px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .philosophy_box .cal_box {
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.philosophy_box .school_song {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
  margin: 20px 0 60px;
}
@media screen and (max-width: 530px) {
  .philosophy_box .school_song {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.philosophy_box .school_song li {
  font-family: "Sawarabi Mincho";
  color: #333;
  font-size: clamp(0.7rem, 2.3vw - 0.2rem, 1.2rem);
  line-height: 2;
}
.philosophy_box .school_song li:first-letter {
  color: #0080d2;
  font-weight: bold;
}

.strong_box .cal_box {
  display: grid;
  grid-template-columns: 400px 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 767px) {
  .strong_box .cal_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .strong_box .cal_box img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.strong_box .cal_box dl dt {
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .strong_box .cal_box dl dt {
    margin: 1rem 0;
  }
}
.strong_box .reverse {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .strong_box .reverse {
    margin: 40px 0;
  }
}
.strong_box .reverse img {
  order: 2;
}
.strong_box .reverse dl {
  order: 1;
}
.strong_box #school_ict {
  padding-top: 60px;
}
.strong_box #school_ict .blue_bar {
  margin-top: 0;
}
.strong_box #school_ict .school_ict--list {
  margin: 1rem 0;
}
.strong_box #school_ict .school_ict--list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.strong_box #school_ict .school_ict--pics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0 80px;
}
@media screen and (max-width: 767px) {
  .strong_box #school_ict .school_ict--pics {
    margin: 1rem 0 60px;
  }
}

.number_box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .number_box ul {
    gap: 10px;
    margin: 20px 0 40px;
  }
}
.number_box .event_box {
  margin-bottom: 80px;
}
.number_box .event_box ul {
  gap: 40px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .number_box .event_box ul {
    gap: 10px;
    margin: 20px 0;
  }
}

.mb {
  margin-bottom: 2rem;
}

.know_box .volunteer_box {
  border-bottom: 3px dotted #a6a6a6;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .know_box .volunteer_box {
    margin-bottom: 40px;
  }
}
.know_box .volunteer_box table {
  font-size: clamp(0.7rem, 2vw - 0.2rem, 0.9rem);
  margin-bottom: 40px;
}
.know_box .volunteer_box table th {
  text-align: center;
  padding: 1rem 0 !important;
}
@media screen and (max-width: 767px) {
  .know_box .volunteer_box table th {
    width: auto;
  }
}
.know_box .volunteer_box table td {
  padding: 1rem !important;
}
.know_box .volunteer_box table td:first-child {
  text-align: center;
}

.place_box {
  border-bottom: 3px dotted #a6a6a6;
  margin-bottom: 80px;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.place_box .cal_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .place_box .cal_box {
    grid-template-columns: 1fr;
  }
}
.place_box .cal_box-col {
  position: relative;
}
.place_box .cal_box-col .batch {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.place_box .cal_box-col .batch_gold {
  background-color: #eabc42;
}
.place_box .cal_box-col .batch_silver {
  background-color: #9e9e9e;
}
.place_box .cal_box-col .batch_bronze {
  background-color: #c48b58;
}
.place_box .cal_box-col img {
  width: 100%;
}
.place_box .cal_box-col dl dt {
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  margin: 1.5rem 0;
}

.charm__cafeteria-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .charm__cafeteria-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.charm__cafeteria-gallery .col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.charm__cafeteria-gallery .col:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.charm__cafeteria-menu h6 {
  margin-bottom: 0.5rem;
}
.charm__cafeteria-menu .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .charm__cafeteria-menu .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.charm__cafeteria-menu .row .col span {
  display: block;
  margin-top: 0.5rem;
  font-weight: 600;
}
.charm__cafeteria-menu .row .col p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.menu_box {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu_box {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4vw;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .menu_box dl {
    width: 40vw;
    max-width: 265px;
  }
}
.menu_box dl dt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .menu_box dl dt {
    margin-bottom: 0.5rem;
  }
}

/*-------------------------------
学科・コース紹介
---------------------------------*/
h3 span {
  font-size: clamp(0.7rem, 2vw - 0.2rem, 0.9rem);
}

h4.course_nop {
  color: #313131;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  font-weight: 400;
}

.course_class {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.course_class dl {
  width: 100%;
  text-align: center;
  border: 1px solid #919191;
  position: relative;
}
.course_class dl a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.course_class dl dt {
  background: #0080d2;
  color: #fff;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .course_class dl dt {
    padding: 0.5rem 0;
  }
}
.course_class dl dd {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .course_class dl dd {
    padding: 0.5rem 0;
  }
}
.course_class-blue dt {
  background-color: #0080d2 !important;
}
.course_class-pink dt {
  background-color: #ff93a0 !important;
}
.course_class-green dt {
  background-color: #43afaa !important;
}
.course_box {
  padding-top: 80px;
}
.course_box .left_bar {
  position: relative;
}
.course_box .left_bar:after {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  bottom: -1rem;
  left: -5px;
}
.course_box .b_n:after {
  display: none !important;
}
.course_box-pink .course_name-head h3 {
  color: #ff93a0 !important;
}
.course_box-pink .left_bar {
  border-left-color: #ff93a0 !important;
}
.course_box-pink .course_color-col .num {
  background-color: #ff93a0 !important;
}
.course_box-pink .course_color .txt ul li::before {
  color: #ff93a0 !important;
}
.course_box-pink .course_color .txt ul.grade li span {
  background-color: #ff93a0 !important;
}
.course_box-pink .course_color-curriculum table tr th {
  background-color: #ff93a0 !important;
}
.course_box-pink .course_color-curriculum table tr td {
  width: 26%;
}
.course_box-pink .course_color-curriculum table tr td div p {
  color: #ff93a0 !important;
}
.course_box-green .course_name-head h3 {
  color: #43afaa !important;
}
.course_box-green .left_bar {
  border-left-color: #43afaa !important;
}
.course_box-green .course_color-col .num {
  background-color: #43afaa !important;
}
.course_box-green .course_color .txt ul li::before {
  color: #43afaa !important;
}
.course_box-green .course_color .txt ul.grade li span {
  background-color: #43afaa !important;
}
.course_box-green .course_color-curriculum table tr th {
  background-color: #43afaa !important;
}
.course_box-green .course_color-curriculum table tr td {
  width: 20%;
}
.course_box-green .course_color-curriculum table tr td div p {
  color: #43afaa !important;
}
.course_name {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .course_name {
    margin-bottom: 1rem;
  }
}
.course_name-head > h3 {
  color: #0080d2;
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .course_name-head > h3 {
    font-size: 1.2rem;
  }
}
.course_name-head > h3 span {
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.course_name-head > p {
  color: #404040;
  font-size: clamp(0.8rem, 2vw - 0.2rem, 1.4rem);
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .course_name-head > p {
    margin-top: 0.5em;
  }
}
.course_name-head .note {
  color: #d26c00;
  background-color: #fff3e7;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}
.course_name-head:has(.note) > p {
  border: none;
  padding-top: 0.5rem;
}
.course_pics ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .course_pics ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.course_color {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 3rem;
}
.course_color-col {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .course_color-col {
    gap: 15px;
  }
}
.course_color-col .num {
  background-color: var(--color_blue);
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.course_color-col .txt {
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .course_color-col .txt {
    font-size: 1rem;
  }
}
.course_color-col .txt > ul {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.course_color-col .txt > ul li {
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .course_color-col .txt > ul li {
    font-size: 1rem;
  }
}
.course_color-col .txt > ul li::before {
  content: "●";
  display: block;
  position: absolute;
  color: var(--color_blue);
  top: 0;
  left: 0;
}
.course_color-col .txt > ul.grade li {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
}
.course_color-col .txt > ul.grade li::before {
  display: none;
}
.course_color-col .txt > ul.grade li span {
  color: #fff;
  background-color: var(--color_blue);
  padding: 5px 8px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .course_color-curriculum table thead {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .course_color-curriculum table tr {
    width: 100% !important;
  }
}
.course_color-curriculum table tr th,
.course_color-curriculum table tr td {
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .course_color-curriculum table tr th,
  .course_color-curriculum table tr td {
    width: 100% !important;
  }
}
.course_color-curriculum table tr th {
  width: 20%;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .course_color-curriculum table tr th {
    width: 100% !important;
  }
}
.course_color-curriculum table tr td {
  vertical-align: top;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .course_color-curriculum table tr td {
    width: 100% !important;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .course_color-curriculum table tr td div {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
  }
}
.course_color-curriculum > p {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.course_achivements ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .course_achivements ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
}
.course_achivements ul.art {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .course_achivements ul.art {
    grid-template-columns: 1fr;
  }
}
.course_achivements ul li {
  background: #fffaee;
  text-align: center;
  color: #404040;
  font-size: clamp(0.8rem, 2vw - 0.2rem, 1rem);
  padding: 1.25rem 0;
  border: 1px solid #ddd0b0;
  box-sizing: border-box;
}
.course_achivements ul li.double {
  padding: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .course_achivements ul li.double {
    padding: 0.75rem 0;
  }
}
.course_table {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .course_table {
    display: table !important;
  }
}
@media screen and (max-width: 767px) {
  .course_table thead tr {
    display: table-row !important;
  }
}
.course_table thead th {
  background: #0080d2 !important;
  text-align: center !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .course_table thead th {
    display: table-cell !important;
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .course_table tbody {
    display: contents !important;
  }
}
@media screen and (max-width: 767px) {
  .course_table tbody tr {
    display: table-row !important;
  }
}
.course_table tbody th {
  background: #ddf1fc !important;
  text-align: center !important;
  vertical-align: middle !important;
}
@media screen and (max-width: 767px) {
  .course_table tbody th {
    display: table-cell !important;
    width: auto !important;
    border: 1px solid #ccc !important;
  }
}
.course_table tbody td {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .course_table tbody td {
    display: table-cell !important;
    width: auto !important;
  }
}
.course_nav {
  display: grid;
  grid-template-columns: 20% 20% 35% 22%;
  gap: 1vw;
  flex-grow: 1;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .course_nav {
    grid-template-columns: 54% 45%;
  }
}
.course_nav li {
  text-align: center;
  font-size: clamp(0.7rem, 2vw - 0.2rem, 1rem);
}
.course_nav li a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0;
  border: 1px solid #bcbcbc;
}
.course_nav li a i {
  color: #0080d2;
}
.course_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .course_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.course_gallery a {
  display: block;
}

/*-------------------------------
school 進学・就職実績
---------------------------------*/
h2.solid_under {
  color: #000 !important;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  padding-bootm: 1rem;
  border-bottom: 1px solid #989898;
  margin-top: 4rem;
}

h3.left_bar {
  color: #404040 !important;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  font-weight: 400;
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 5px solid #0080d2;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  h3.left_bar {
    line-height: 1.2;
    padding-left: 0.5rem;
    margin: 2rem 0 1rem;
  }
}

.achievement_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0 60px 0 !important;
}
@media screen and (max-width: 767px) {
  .achievement_list {
    grid-template-columns: 1fr 1fr;
  }
}
.achievement_list li {
  background: #fffaee;
  text-align: center;
  color: #404040;
  font-size: clamp(0.65rem, 2vw - 0.2rem, 1rem);
  padding: 1.25rem 0;
  border: 1px solid #ddd0b0;
  box-sizing: border-box;
}
.achievement_list li.double {
  padding: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .achievement_list li.double {
    padding: 0.75rem 0;
  }
}

.letter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media screen and (max-width: 767px) {
  .letter {
    display: flex;
    justify-content: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.letter .letter_box {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .letter .letter_box {
    grid-template-columns: 30% 65%;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
.letter .letter_box img {
  box-shadow: 10px 10px 0 rgba(207, 237, 252, 0.5);
}
@media screen and (max-width: 767px) {
  .letter .letter_box img {
    box-shadow: 5px 5px 0 rgba(207, 237, 252, 0.5);
  }
}
.letter .letter_box dl dt {
  font-size: clamp(0.8rem, 2vw - 0.2rem, 1.5rem);
}
.letter .letter_box dl dd {
  font-size: clamp(0.6rem, 2vw - 0.2rem, 1.2rem);
}
.letter .letter_box p {
  font-size: clamp(0.7rem, 2vw - 0.2rem, 1rem);
}
.letter .letter_box p a {
  display: block;
  width: 120px;
  padding: 0 1rem;
  border: 1px solid #b7b7b7;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .letter .letter_box p a {
    width: 100px;
  }
}
.letter .letter_box p a:hover {
  opacity: 0.8;
}
.letter .letter_box p a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #b7b7b7;
  font-weight: 900;
  position: absolute;
  top: 5%;
  right: 0.5em;
}

/*-------------------------------
school 学校生活
---------------------------------*/
.school_month {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .school_month {
    margin-top: 40px;
  }
}
.school_month dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 2rem 0 3rem;
  border-bottom: 1px solid #848484;
}
@media screen and (max-width: 767px) {
  .school_month dl {
    display: block;
  }
}
.school_month dl:nth-child(-n+2) {
  padding-top: 0;
}
.school_month dl:nth-child(odd) {
  border-right: 1px solid #848484;
  position: relative;
}
.school_month dl:nth-child(odd):after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .school_month dl:nth-child(odd):after {
    width: 50px;
    height: 50px;
    right: -25px;
    bottom: -25px;
  }
}
.school_month dl:nth-child(even) {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .school_month dl:nth-child(even) {
    padding-left: 1rem;
  }
}
.school_month dl dt {
  color: #0080d2;
  font-size: clamp(2rem, 2vw + 1rem, 4rem);
}
.school_month dl dt span {
  font-size: 0.4em;
}
.school_month dl dd {
  font-size: clamp(0.8rem, 2vw - 0.2rem, 1rem);
  margin-top: 1.5em;
}

.school_btn a {
  display: block;
  width: 500px;
  text-align: center;
  background: #0080d2;
  color: #fff;
  padding: 1rem 0;
  margin: 60px auto 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .school_btn a {
    width: 300px;
  }
}
.school_btn a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 1rem;
}
.school_btn.school_btn--pdf a {
  margin: 60px auto 0;
}
.school_btn.school_btn--pg a {
  margin: 20px auto 80px;
}

.school_club ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 60px 0 40px !important;
}
.school_club ul li {
  cursor: pointer;
  width: 100%;
  background: #dddddd;
  color: #404040;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  padding: 1em 1.5em;
}
.school_club ul li.on {
  background: #0080d2;
  color: #fff;
}
.school_club .club .club_box {
  display: grid;
  grid-template-columns: 200px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .school_club .club .club_box {
    display: block;
  }
}
.school_club .club .club_box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .school_club .club .club_box img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .school_club .club .club_box dl {
    max-width: 400px;
    margin: 1rem auto 0;
  }
}
.school_club .club .club_box dl dt {
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .school_club .club .club_box dl dt {
    text-align: center;
  }
}
.school_club .club .club_box dl dd {
  color: #404040;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  .school_club .club .club_box dl dd {
    text-align: justify;
  }
}

h3.u_l {
  position: relative;
}
h3.u_l:after {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  bottom: -1rem;
  left: -5px;
}

/* コンテンツはデフォルト非表示（両グループ共通） */
.club.sports,
.club.culture {
  display: none;
}

/* activeがついているものだけ表示 */
.club.active {
  display: block;
}

.club_achievements ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 60px 0 40px !important;
}
.club_achievements ul li {
  cursor: pointer;
  width: 100%;
  background: #dddddd;
  color: #404040;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  padding: 1em 1.5em;
}
.club_achievements ul li.on {
  background: #0080d2;
  color: #fff;
}
.club_achievements .club h4 {
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  font-weight: 400;
}
.club_achievements .club p {
  color: #404040;
  padding: 1.5rem 1rem;
  border: 1px solid #c2c2c2;
  margin: 20px 0 40px;
}

.school_council ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 !important;
}
.school_council h3 {
  color: #404040 !important;
  margin-top: 4rem;
}
.school_council table {
  margin-bottom: 80px;
}

.school_day {
  margin-top: 60px;
}
.school_day .row {
  display: grid;
  grid-template-columns: 1fr 305px;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .school_day .row {
    grid-template-columns: 1fr;
  }
}
.school_day-timeline {
  position: relative;
}
.school_day-timeline:before {
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  top: 0;
  left: 170px;
  z-index: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .school_day-timeline:before {
    left: 41%;
  }
}
@media screen and (max-width: 767px) {
  .school_day-timeline:before {
    left: 41%;
  }
}
.school_day-timeline .col {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 50px;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .school_day-timeline .col {
    gap: 20px;
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .school_day-timeline .col {
    gap: 20px;
    grid-template-columns: 40% 1fr;
  }
}
.school_day-timeline .col-time {
  color: var(--color_blue);
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .school_day-timeline .col-time {
    font-size: 1rem;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .school_day-timeline .col-time {
    font-size: 1rem;
    letter-spacing: 0px;
  }
}
.school_day-timeline .col-txt span {
  display: block;
  font-weight: bold;
}
.school_day-timeline .col::before {
  width: 10px;
  height: 10px;
  background-color: var(--color_blue);
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 166px;
  border-radius: 100px;
  z-index: 2;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .school_day-timeline .col::before {
    left: 40%;
  }
}
@media screen and (max-width: 767px) {
  .school_day-timeline .col::before {
    left: 40%;
  }
}
.school_day-timeline .col-title {
  background-color: var(--color_blue);
  padding: 0.5rem;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.school_day-img img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

h3.solid_under {
  color: #000 !important;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1em !important;
  margin-bottom: 1em !important;
}

.school_day--expt {
  margin: 0 0 60px;
}

.school_uniform p {
  margin-top: 2rem;
}
.school_uniform h3 {
  color: #404040 !important;
}
.school_uniform .uni_gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.school_uniform .uni_gallery a {
  position: relative;
}
.school_uniform .uni_gallery a:after {
  display: inline-block;
  background: #399cdc;
  font-family: "Font Awesome 6 Free";
  content: "\f00e";
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  padding: 0 0.3rem;
  border-radius: 5px;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.school_uniform .uni_gallery a:first-child {
  grid-row: span 2;
}
.school_uniform .uni_gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.school_uniform .uni_gallery.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.school_uniform .uni_gallery.col4 a:first-child {
  /* ★ここでリセット！ 上の span 2 の設定を打ち消す */
  grid-row: span 1;
  grid-column: span 1; /* ※念のため横幅のスパン設定もリセット */
}
.school_uniform h4 {
  color: #404040 !important;
  font-size: clamp(1rem, 2vw - 0.2rem, 1.2rem);
  font-weight: 400;
}
.school_uniform .uni_type {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .school_uniform .uni_type {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.school_uniform .uni_type dl {
  display: grid;
  grid-template-columns: 1fr 150px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  padding: 1rem;
  border: 1px solid #b4b4b4;
}
@media screen and (max-width: 767px) {
  .school_uniform .uni_type dl {
    grid-template-columns: 1fr 40%;
    padding: 0.5rem;
  }
}
.school_uniform .uni_type dl dt {
  color: #404040;
  font-size: clamp(0.8rem, 2vw - 0.2rem, 1.2rem);
  line-height: 100px;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .school_uniform .uni_type dl dt {
    line-height: 1;
    padding: 20% 0 0;
  }
}

/*-------------------------------
school 学校生活
---------------------------------*/
.school_gallery h3.left_bar {
  color: #404040;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  font-weight: 400;
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 5px solid #0080d2;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .school_gallery h3.left_bar {
    line-height: 1.2;
    padding-left: 0.5rem;
    margin: 2rem 0 1rem;
  }
}
.school_gallery h4 {
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  font-weight: 400;
}
.school_gallery h4.blue_bar {
  background: #399cdc;
  color: #fff !important;
  font-size: clamp(1.2rem, 2vw - 0.2rem, 1.5rem);
  font-weight: normal;
  padding: 0.5rem 1.5rem;
}
.school_gallery .photo_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  list-style: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .school_gallery .photo_gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.school_gallery .photo_gallery a {
  position: relative;
}
.school_gallery .photo_gallery a:after {
  display: inline-block;
  background: #399cdc;
  font-family: "Font Awesome 6 Free";
  content: "\f00e";
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  padding: 0 0.3rem;
  border-radius: 5px;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .school_gallery .photo_gallery a:after {
    display: none;
  }
}
.school_gallery .photo_gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.school_gallery .photo_gallery dd {
  margin-top: 0.5rem;
}

/*-------------------------------
students　在校生・卒業生の皆様
---------------------------------*/
.students__office-handling ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}
.students__office-handling ul li {
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color_pink);
}
.students__office table tr th {
  background-color: #fff1ef;
}
.students__alumni-link {
  border: 1px solid #ccc;
  padding: 2rem;
  position: relative;
  position: relative;
  padding-left: 30px;
}
.students__alumni-link::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #333;
}
.students__alumni-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.students__alumni-news .col dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .students__alumni-news .col dl {
    grid-template-columns: 1fr;
  }
}
.students__alumni-news .col dl dt {
  padding: 1rem;
  background-color: #fff1ef;
  border-bottom: 1px solid #ccc;
}
.students__alumni-news .col dl dd {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.students__alumni-greeting .row {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .students__alumni-greeting .row {
    grid-template-columns: 1fr;
  }
}
.students__alumni-greeting .row .img {
  text-align: center;
}
.students__alumni-greeting .row .img p {
  margin-top: 1rem;
}
.students__alumni-greeting .row .txt {
  line-height: 2;
}
.students__alumni-greeting .row .txt.bottom {
  /* 後半のテキストは、1列目から最後まで（全幅で）配置 */
  grid-column: 1/-1;
}
.students__alumni-event h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.students__alumni-event dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 15px;
  margin-left: 1rem;
}
.students__alumni-bylaws {
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  height: 400px;
  overflow: auto;
}
.students__alumni-bylaws dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .students__alumni-bylaws dl {
    grid-template-columns: 1fr;
  }
}
.students__alumni-photo h3 {
  margin-bottom: 1rem;
}
.students__alumni-photo .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.students__alumni-photo .row .col p {
  margin-top: 0.5rem;
}
.students__supporters-greeting .row {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .students__supporters-greeting .row {
    grid-template-columns: 1fr;
  }
}
.students__supporters-greeting .row .img {
  text-align: center;
}
.students__supporters-greeting .row .img p {
  margin-top: 1rem;
}
.students__supporters-greeting .row .txt {
  line-height: 2;
}
.students__supporters-greeting .row .txt.bottom {
  /* 後半のテキストは、1列目から最後まで（全幅で）配置 */
  grid-column: 1/-1;
}
.students__supporters-bylaws {
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  height: 400px;
  overflow: auto;
}
.students__supporters-bylaws dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .students__supporters-bylaws dl {
    grid-template-columns: 1fr;
  }
}

.post_container .inner,
.archive_container .inner {
  display: grid;
  grid-template-columns: 700px 1fr;
  gap: 40px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .post_container .inner,
  .archive_container .inner {
    grid-template-columns: 1fr;
  }
}
.post_container .inner .main .wp-block-image,
.archive_container .inner .main .wp-block-image {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .post_container .inner .main .post_title,
  .archive_container .inner .main .post_title {
    margin: 1rem 0;
    font-size: 1.2rem;
  }
}
.post_container .inner .main .post_meta,
.archive_container .inner .main .post_meta {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
}
.post_container .inner .main .post_meta span,
.archive_container .inner .main .post_meta span {
  background-color: var(--color_gray);
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .post_container .inner .main .post_body,
  .archive_container .inner .main .post_body {
    line-height: 1.6;
  }
}
.post_container .inner .main_btn,
.archive_container .inner .main_btn {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
}
.post_container .inner .sidebar h3,
.archive_container .inner .sidebar h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.post_container .inner .sidebar ul li,
.archive_container .inner .sidebar ul li {
  border-bottom: 1px dotted #ccc;
  font: size 0.8rem;
  line-height: 1.4;
}
.post_container .inner .sidebar ul li time,
.archive_container .inner .sidebar ul li time {
  color: #555;
}
.post_container .inner .sidebar ul li a,
.archive_container .inner .sidebar ul li a {
  padding: 0.3rem 0;
  display: block;
}
.post_container .inner .sidebar .links,
.archive_container .inner .sidebar .links {
  margin-top: 1rem;
}

.archive_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.archive_list .pagination ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px 10px;
}
.archive_list .pagination ul li a {
  border: 1px solid #ccc;
  line-height: 1;
  padding: 7px 12px;
}
.archive_list .pagination ul li span {
  background-color: var(--color_gray);
  border: 1px solid var(--color_gray);
  line-height: 1;
  padding: 7px 12px;
  color: #fff;
}
.archive_item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2rem;
}
.archive_item_body .post_meta {
  margin-bottom: 0.5rem;
}
.archive_item_body h2 {
  margin: 0;
}
.archive_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}