/*
Theme Name: 柴島スタイル
Theme URL: https://kunijima-hs.com/
Description: 柴島高校専用テーマ
Version: 1.3
Author: chikara@uponstar.com
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');


body,
html {}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-family: 'Arial', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  /* overflow-x: hidden; */
  position: relative;
}

@media screen and (min-width:600px) {
  body {
    font-size: calc(1.4rem + ((100vw - 599px) * 0.00332778702163062));
  }
}

@media screen and (min-width:1025px) {
  body {
    font-size: 1.8rem;
  }
}

:root {
  /* カラー設定 */
  --main: #3E4C57;
  --silver: #F8F8F8;
  --black: #222;
  --blue: #0099BE;
  --light-blue: #A7D4D4;
  --yellow: #F9DC00;
  --light-yellow: #fff9d0;
  --light-green: #3CB168;
  --green: #2E833B;
  --red: #F22D5A;
  --en-font: 'Jost', sans-serif;

  /* フォントサイズ設定 */
  --xxsmall: 0.7143em;
  --xsmall: 0.7857em;
  --small: 0.8571em;
  --normal: 1em;
  --large: 1.1429em;
  --xlarge: 1.2857em;
  --xxlarge: 1.4286em;
}

@media screen and (min-width: 600px) {
  :root {
    /* フォントサイズ設定 */
    --xxsmall: 0.6667em;
    --xsmall: 0.7778em;
    --small: 0.8889em;
    --normal: 1em;
    --large: 1.1111em;
    --xlarge: 1.2222em;
    --xxlarge: 1.3333em;
  }
}

.u-xxsmall {
  font-size: var(--xxsmall);
}

.u-xsmall {
  font-size: var(--xsmall);
}

.u-small {
  font-size: var(--small);
}

.u-normal {
  font-size: var(--normal);
}

.u-large {
  font-size: var(--large);
}

.u-xlarge {
  font-size: var(--xlarge);
}

.u-xxlarge {
  font-size: var(--xxlarge);
}

mark {
  color: inherit;
  font-weight: inherit;
  background: none;
  background-image: -moz-linear-gradient(left, transparent 50%, var(--light-yellow) 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, var(--light-yellow) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, var(--light-yellow) 50%);
  background-image: linear-gradient(to right, transparent 50%, var(--light-yellow) 50%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
  background-position: 0 bottom;
}

mark.--bule {
  background-image: -moz-linear-gradient(left, transparent 50%, var(--blue) 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, var(--blue) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, var(--blue) 50%);
  background-image: linear-gradient(to right, transparent 50%, var(--blue) 50%);
}

mark.--red {
  background-image: -moz-linear-gradient(left, transparent 50%, var(--red) 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, var(--red) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, var(--red) 50%);
  background-image: linear-gradient(to right, transparent 50%, var(--red) 50%);
}

mark.active {
  background-position: -100% bottom;
  transition: 0.5s all ease;
}

small {
  font-size: var(--xsmall);
  color: var(--black);
  text-decoration: underline dashed;
  text-decoration-color: var(--blue);
}

/* https: //indestructibletype.com/Jost.html */
/* font-family: 'Josefin Sans',sans-serif; */

* {
  min-height: 0;
  min-width: 0;
}


body {
  background-image:
    radial-gradient(#eee 15%, #fff 20%);
  background-size: 15px 15px;
  background-attachment: fixed;
}

.wrapper {
  padding: 0;
  overflow: hidden;
  overflow: clip;
}

.outer {
  margin: 0 auto;
  padding-left: min(7.7vw, 30px);
  padding-right: min(7.7vw, 30px);
  position: relative;
}

.outer--bg {
  background-color: #fff;
}

.inner {
  padding-top: min(20.5vw, 80px);
  padding-bottom: min(20.5vw, 80px);
}
.inner + .inner {
  padding-top: 0;
}

.inner:not(.inner--bg)+.inner:not(.inner--bg) {
  padding-top: 0;
}

.inner--full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.inner--fill {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-lazyblock-documents-list:not(:first-of-type)>.inner {
  padding-top: 0;
}

.inner--bg {
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.inner--wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 1025px) {
  .wrapper {
    padding: 0 0 0 60px;
  }

  .outer {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    margin: 0 auto;
  }

  .inner {
    margin: 0 auto;
    max-width: 1100px;
    padding-top: min(10.5vw, 120px);
    padding-bottom: min(10.5vw, 120px);
  }
}

/* ------------------背景設定------------------ */
.--bg-whitesmoke {
  background-color: whitesmoke;
}

.--bg-dot {
  background-image:
    radial-gradient(#eee 15%, #fff 20%);
  background-size: 15px 15px;
  background-attachment: fixed;
}

.--bg-white {
  background-color: #fff;
}

.--bg-silver {
  background-color: var(--silver);
}

.--bg-black {
  background-color: var(--main);
}


/* リード文エリア */
.lead {
  position: relative;
  text-align: center;
  line-height: 1.8;
}

.lead__ttl {
  font-size: 1.5em;
  font-size: 2em;
  font-weight: 500;
}

.lead__ttl>span {
  display: inline-block;
}

.lead__txt {
  margin-top: 54px;
  font-size: 1.14em;
  text-align: left;
}

.lead__ttl+.lead__txt {
  margin-top: 54px;
}

.lead__txt>span {
  display: inline-block;
}

.lead__pic {
  margin-top: 64px;
}

.lead__pic img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .lead__txt {
    margin-top: 54px;
    font-size: 1.14em;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}




.page-header {
  background-color: var(--black);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  /* padding-top: 20%; */
  aspect-ratio: 10/4;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.page-header::before {
  content: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  background-color: var(--black);
  border-radius: 50%;
}

.page-header::after {
  content: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  background-color: var(--yellow);
  border-radius: 50%;
}


.page-header__log {
  width: 30%;
  max-width: 300px;
}



@media screen and (min-width:600px) {
  .page-header {
    padding: 0;
    aspect-ratio: 10/2;
  }

  .page-header__log {
    width: 30%;
    max-width: 400px;
  }
}





/* タイトル1 */
.section__ttl {
  margin-top: min(20vw, 120px);
  margin-bottom: min(5vw, 40px);
}

.title1 {
  text-align: center;
  font-size: 2.66em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
}

.title1::before,
.title1::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
}

.title1::before {
  border-radius: 1em 0 0 1em;
  background-color: var(--yellow);
  margin-right: 30px;
}

.title1::after {
  border-radius: 0 1em 1em 0;
  background-color: var(--blue);
  margin-left: 30px;
}

.title1 span::before {
  display: block;
  content: attr(data-ttl);
  text-transform: uppercase;
  font-family: var(--en-font);
  font-weight: 500;
  font-size: 0.42em;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}



/* タイトル3 */
.title--content {
  text-align: center;
  font-size: clamp(16px, 5vw, 28px);
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.title--content::before {
  display: block;
  content: attr(data-ttl);
  text-transform: uppercase;
  font-family: var(--en-font);
  font-weight: 400;
  font-size: clamp(2.5em, 5vw, 4em);
  line-height: 1;
}

.title--content::after {
  content: '';
  display: block;
  width: clamp(24px, 5vw, 44px);
  height: clamp(24px, 5vw, 44px);
  background-image: url('./asset/door-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title--content span {}



/* タイトル4 */
.title4-wrapper {
  width: 100%;
  text-align: right;
}

.title4 {
  font-size: 1em;
  font-weight: bold;
  position: relative;
  padding-top: 4.5em;
  padding-left: 2em;
  display: inline-block;
}


.title4::before {
  content: '';
  display: inline-block;
  width: 0.75em;
  height: 1.5em;
  border-radius: 1em 0 0 1em;
  background-color: var(--yellow);
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translate(-50%, 0%) scale(0.94, 1);
}

.title4::after {
  content: '';
  display: inline-block;
  width: 0.75em;
  height: 1.5em;
  border-radius: 0 1em 1em 0;
  background-color: var(--blue);
  position: absolute;
  bottom: 1px;
  left: 1em;
  transform: translate(-50%, 0%) scale(0.94, 1);
}

.title4 span::before {
  display: block;
  content: attr(data-ttl);
  text-transform: uppercase;
  font-family: var(--en-font);
  white-space: nowrap;
  font-weight: 400;
  font-size: 3.42em;
  position: absolute;
  top: 0;
  right: 0;
}

/* タイトル5 */
.title--bl {
  font-size: 1.35em;
  font-size: 2em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.title--bl::before {
  content: '';
  display: block;
  width: 0.65em;
  height: 1.3em;
  border-radius: 1em 0 0 1em;
  background-color: var(--yellow);
  transform: scale(0.94, 1);
  margin-right: 12px;
}

.title--bl.--blue::before {
  background-color: var(--blue);
}

.title--bl.--red::before {
  background-color: var(--red);
}

/* タイトル7 */
.title7 {
  font-size: 1.2em;
  font-weight: 500;
  background-color: var(--yellow);
  padding: 0.5em 1em;
  border-radius: 5em;
}

.title7.--blue {
  background-color: var(--blue);
  color: #fff;
}

.title7.--red {
  background-color: var(--red);
  color: #fff;
}

.title7.--green {
  background-color: var(--green);
  color: #fff;
}

.title7--small {
  font-size: 1.1em;
}


/* タイトル8 */
.--bb {
  font-size: 1.35em;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid var(--black);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/* タイトル9 */
.title--db {
  position: relative;
  font-size: 2em;
  font-weight: 500;
  padding-left: 20px;
}

.title--db::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(to bottom, var(--yellow) 50%, var(--blue) 50%);
}











/* ボタンライブラリ */

.btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.btns--left {
  justify-content: flex-start;
}

.btns--center {
  justify-content: center;
}

.btns--right {
  justify-content: flex-end;
}

@media screen and (min-width: 600px) {
  .btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }

  .btns-flex--50 .btn {
    flex: 0 1 calc((100% - 20px * 1)/2);
  }
}


.btn {
  display: inline-block;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  padding: 1em 2em;
  position: relative;
  transition: 0.3s;
  min-width: 300px;
  border: 1px solid transparent;
}

.btn--round {
  padding: 1em 2em;
  border-radius: 2em;
}

.btn:hover {
  background-color: #fff;
  color: var(--black);
  border: 1px solid var(--black);
}

.btn::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.btn:hover::after {
  right: 12px;
}

a[href$=".pdf"].btn::after {
  content: '\f019';
  right: 14px;
}

.btn--primary {
  background-color: var(--yellow);
  color: var(--black);
  border: 1px solid var(--yellow);
}

.btn--primary:hover {
  background-color: #fff;
  color: var(--black);
  border: 1px solid var(--yellow);
}

.btn--reverse {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #fff;
  transition: 0.3s;
}

.btn--reverse:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: var(--black);
}

.btn--ghost {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: 0.3s;
}

.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn--compressed {
  padding: 1.5em 2em;
}

.btn--large {
  padding: 2em;
}

.btn--round.btn--large {
  padding: 2em;
  border-radius: 4em;
}

.btn--wide {
  max-width: none;
  width: 100%;
  padding: 2em;
}

.btn--round.btn--wide {
  max-width: none;
  width: 100%;
  padding: 2em;
  border-radius: 4em;
}




/* 強調表現 */
.emphasis {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 10px;
  font-size: min(8.21vw, 44px);
  font-weight: 500;
  line-height: 1.8;
  background-color: var(--yellow);
  color: var(--black);
}

.emphasis>span {
  display: inline-block;
}

.emphasis.--yellow-emp {
  background-color: var(--yellow);
  color: var(--black);
}

.emphasis.--red-emp {
  background-color: var(--red);
  color: #fff;
}

.emphasis.--blue-emp {
  background-color: var(--blue);
  color: #fff;
}

.emphasis.--white-emp {
  background-color: #fff;
  color: var(--black);
}

/* コンテンツヘッダー */
.content-head {
  max-width: 1100px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
}

.content-head::after {
  content: '';
  background-image: url('asset/typo/p.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(5em);
}

.--t-a::after {
  background-image: url('asset/typo/a.svg');
}

.--t-b::after {
  background-image: url('asset/typo/b.svg');
}

.--t-c::after {
  background-image: url('asset/typo/c.svg');
}

.--t-d::after {
  background-image: url('asset/typo/d.svg');
}

.--t-e::after {
  background-image: url('asset/typo/e.svg');
}

.--t-f::after {
  background-image: url('asset/typo/f.svg');
}

.--t-g::after {
  background-image: url('asset/typo/g.svg');
}

.--t-h::after {
  background-image: url('asset/typo/h.svg');
}

.--t-i::after {
  background-image: url('asset/typo/i.svg');
}

.--t-j::after {
  background-image: url('asset/typo/j.svg');
}

.--t-k::after {
  background-image: url('asset/typo/k.svg');
}

.--t-l::after {
  background-image: url('asset/typo/l.svg');
}

.--t-m::after {
  background-image: url('asset/typo/m.svg');
}

.--t-n::after {
  background-image: url('asset/typo/n.svg');
}

.--t-o::after {
  background-image: url('asset/typo/o.svg');
}

.--t-p::after {
  background-image: url('asset/typo/p.svg');
}

.--t-pr::after {
  background-image: url('asset/typo/pr.svg');
}

.--t-q::after {
  background-image: url('asset/typo/q.svg');
}

.--t-r::after {
  background-image: url('asset/typo/r.svg');
}

.--t-s::after {
  background-image: url('asset/typo/s.svg');
}

.--t-t::after {
  background-image: url('asset/typo/t.svg');
}

.--t-u::after {
  background-image: url('asset/typo/u.svg');
}

.--t-v::after {
  background-image: url('asset/typo/v.svg');
}

.--t-w::after {
  background-image: url('asset/typo/w.svg');
}

.--t-x::after {
  background-image: url('asset/typo/x.svg');
}

.--t-y::after {
  background-image: url('asset/typo/y.svg');
}

.--t-z::after {
  background-image: url('asset/typo/z.svg');
}

.content-head.--u::after {
  background-image: url('asset/u.svg');
}

.content-head__pic {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
}

.content-head__pic img {
  display: block;
  margin: 0 0 0 auto;
  width: 80%;
  object-fit: cover;
  aspect-ratio: 10/6
}

.content-head__caption {
  width: 90%;
  padding: 3em;
  background-color: var(--yellow);
  position: relative;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .content-head {
    margin: 80px auto 100px;
  }

  .content-head::after {
    background-position: center center;
  }

  .content-head__pic {
    position: relative;
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
  }

  .content-head__pic img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 10/4
  }

  .content-head__caption {
    width: 60%;
    padding: 2.4em 3em;
    background-color: var(--yellow);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 50%);
  }
}

@media screen and (min-width: 1025px) {
  .content-head__caption {
    width: 60%;
    padding: 2.4em 3em;
    background-color: var(--yellow);
    position: absolute;
    bottom: 0;
    right: ;
    transform: translate(10%, 50%);
  }
}




/* ボタンライブライリ */

/* ボタン01 */
.btn_01,
.btn_02 {
  margin-top: 30px;
}

.btn_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 14px;
  border-radius: 0 16px 0 16px;
  background: linear-gradient(to right, #37ECBA, #72AFD3);
}

.btn_01::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 24px;
  transform: rotate(45deg);
}

/* ボタン02 */
.btn_02 {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #292929;
  padding: 28px;
  background: #fff;
  border: 1px solid #292929;
}

.--grad {
  color: #fff;
  background: linear-gradient(to right, #37ECBA, #72AFD3);
  border: none;
}



/* よくある質問 */
.q-and-a {
  width: 50%;
  min-width: 375px;
  max-width: 910px;
  margin: 0 auto;
}

.quest+.anser {
  margin-top: 16px;
}

.anser+.quest {
  margin-top: 32px;
}

.quest {
  text-align: right;
  margin-left: 50px;
}

.quest__p {
  background-color: var(--main-color);
  border-radius: 10px;
  padding: 14px 20px;
  margin-right: 10px;
  color: #fff;
  position: relative;
  font-size: 14px;
  display: inline-block;
}

.quest__p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--main-color);
  border-right: 0px;
  position: absolute;
  right: -10px;
  top: 10px;
}

.quest__p>p {
  text-align: left;
}

.quest__p>p::before {
  content: '';
}

.anser {
  display: flex;
  flex-wrap: nowrap display: inline-block;
}

.anser__pic {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  background-image: url('asset/sample.jpg');
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  position: relative;
}

.anser__pic::after {
  content: 'なまえ';
  display: block;
  width: 100%;
  font-size: 12px;
  position: absolute;
  text-align: center;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.anser__p {
  background-color: #ECF5F3;
  border-radius: 10px;
  padding: 14px 20px;
  margin-left: 10px;
  position: relative;
  font-size: 14px;
}

.anser__p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0px;
  border-bottom: 10px solid transparent;
  border-left: 0px;
  border-right: 10px solid #ECF5F3;
  position: absolute;
  left: -10px;
  top: 10px;
}

.anser__p>p::before {
  content: '';
}


.cocept__img {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

.cocept__list {}

.cocept__item {
  margin-top: 4em;
}

@media screen and (min-width: 600px) {
  .cocept__img {
    width: 60%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
  }
}

/* 総合学科って？ */

.education01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.education01__body {
  flex: 0 1 100%;
}

.education01__img {
  flex: 0 1 100%;
  text-align: center;
}

.education01__img img {
  width: 60%;
}

@media screen and (min-width: 600px) {
  .education01 {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
  }

  .education01__body {
    flex: 0 1 70%;
  }

  .education01__img {
    flex: 0 1 30%;
    transform: translateY(-10%);
  }

  .education01__img img {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .education01__img {
    flex: 0 1 30%;
    transform: none;
    margin-top: -7%;
  }
}

/* カリキュムラ表 */


.scroll-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-table__wrapper {
  margin-top: 40px;
}


.curriculum__table {
  width: 100%;
}


.curriculum__table th,
.curriculum__table td {
  background-color: #fff;
  border: 1px solid var(--black);
  padding: 0.5em 0.75em;
  font-size: var(--small);
  text-align: center;
  vertical-align: middle;
  table-layout: fixed;
  white-space: normal
}

.curriculum__table thead td:nth-child(even) {
  background-color: var(--silver);
}

.--nen1 {
  color: var(--red);
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.--nen2 {
  color: var(--yellow);
  text-orientation: upright;
}

.--nen3 {
  color: var(--blue);
  text-orientation: upright;
}

@media screen and (min-width: 1025px) {
  .curriculum__table {
    width: 100%;
    white-space: nowrap;
  }

  .curriculum__table th,
  .curriculum__table td {
    font-size: var(--xsmall);
    padding: 0.5em 0;
    width: calc(100% / 32);
  }
}


.shinro__wrapper {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 40px;
}
.shinro__text {
  flex: 0 1 auto;
}
.shinro__grah {
  flex: 1 0 40%;
}

.sentaku__wrapper {
  margin-top: 40px;
}

.sentaku__ttl {
  margin-bottom: 20px;
}

.--sentaku {
  background-color: #ebebeb !important;
}

.--sentaku1 {
  background-color: var(--yellow) !important;
}

.--sentaku2 {
  background-color: var(--blue) !important;
  color: #fff;
}

.--sentaku3 {
  background-color: var(--red) !important;
  color: #fff;
}

.--sentaku4 {
  background-color: var(--green) !important;
  color: #fff;
}

/* 選択科目一覧 */

.sentaku__list {
  display: flex;
  flex-wrap: wrap;
}

.sentaku__list>li {
  flex: 1 1 50%;
  font-size: var(--small);
  padding-left: 1em;
}

.sentaku__list>li::before {
  content: '□';
  margin-right: 0.25em;
}

@media screen and (min-width: 600px) {
  .sentaku__list>li {
    flex: 0 1 33.333%;
  }
}

@media screen and (min-width: 1025px) {
  .sentaku__list>li {
    flex: 0 1 25%;
  }
}

.glaf {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .glaf {
    width: 70%;
    margin: 0 auto;
  }
}

.shinro__list {
  display: flex;
  flex-wrap: wrap;
}

.shinro__list>li {
  flex: 0 1 50%;
}

.shinro__list>li::before {
  content: '■';
}

@media screen and (min-width: 600px) {
  .shinro__list>li {
    flex: 0 1 33.333%;
  }
}

@media screen and (min-width: 1025px) {
  .shinro__list>li {
    flex: 0 1 25%;
  }
}

.senbatu-table {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  background-color: #fff;
}

.senbatu-table tr,
.senbatu-table td {
  border: 1px solid var(--black);
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  padding: 0.5em 0;
}

@media screen and (min-width: 600px) {
  .senbatu-table {
    width: 75%;
  }

  .senbatu-table tr,
  .senbatu-table td {
    padding: 0.75em 0;
  }
}

.crisis__table {}

.crisis__table th,
.crisis__table td {
  /* display: block; */
  border: 1px solid var(--main);
}







/* パンフレット */
.leaflet-box {
  display: block;
}

.leaflet-img {}

.leaflet-dl {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .leaflet-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }

  .leaflet-img {
    flex: 0 1 30%;
    max-width: 400px;
  }

  .leaflet-dl {
    margin-top: 0px;
    flex: 0 1 40%;
  }
}







/* 諸経費関係 */
.cost-annexed {
  background-color: #ECF5F3;
  border-radius: 24px;
  padding: 2em 2em;
  margin-top: 24px;
}

.cost-annexed__figure>figcaption {
  margin-top: 24px;
  line-height: 1.3;
  font-size: 13px;
}

/* テーブル関係 */

/* 諸経費一覧 */
.cost-table {
  width: 100%;
}

.cost-table th,
.cost-table td {
  vertical-align: middle;
}

.cost-table>thead {
  background-color: var(--main-color);
}

.cost-table>thead th {
  color: #fff;
  padding: 1em 0;
  text-align: center;
}

.cost-table tbody tr {
  border-bottom: 1px solid #262626;
}

.cost-table tbody th {
  font-weight: normal;
  color: var(--main-color);
  padding: 1em 0;
}

.cost-table td {
  text-align: center;
  padding: 1em 0;
}

.cost-table tbody td:last-child {
  text-align: left;
}


/* その他・詳細テーブル */
.etc-box {
  background-color: var(--silver);
  padding: 2em 2em;
  border-radius: 14px;
  margin-top: 24px;
}

.etc-box__title {
  font-weight: bold;
}

.etc-box__title::before {
  content: '●';
  color: var(--blue);
  margin-right: 0.4em;
}

.etc-box>p {
  border-top: 1px solid #D5D5D5;
  margin-top: 1em;
  padding-top: 1em;
}

/* 公開資料 */
.chouse-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 8px;
}

.chouse-box__item {
  flex: 1 0 100%;
  max-width: 390px;
  background-color: var(--main-color);
  border-radius: 3px;
  text-align: center;
}

.chouse-box__item+.chouse-box__item {
  margin-top: 8px;
}

.chouse-box__item>a {
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  padding: 2em 1em 1em 1em;
}

.chouse-box__item>a::after {
  content: '▼';
  font-size: 10px;
  color: #fff;
  display: block;
  margin-top: 4px;
}

@media screen and (min-width:600px) {
  .chouse-box__item {
    flex: 1 1 calc(33% - 2px);
    max-width: 390px;
    background-color: var(--main-color);
    border-radius: 3px;
    text-align: center;
  }

  .chouse-box__item+.chouse-box__item {
    margin-top: auto;
  }
}

/* 公開資料（ダウンロードテーブル) */
.dl-table {
  width: 100%;
  margin-top: 24px;
}

.dl-table thead th {
  background-color: var(--blue);
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  padding: 0.8em;
}



.dl-table tbody tr {
  border-bottom: 1px solid #707070;
}


.dl-table tbody td {
  font-size: 14px;
  vertical-align: middle;
}

.dl-table tbody td a {
  font-weight: bold;
  display: block;
  background-color: #fff;
  padding: 0.8em;
  transition: .2s;
}

.dl-table tbody td a:hover {
  background-color: #ECF5F3;
}

.dl-table tbody td a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #F2B94E;
  border-radius: 5px;
  vertical-align: top;
}

.dl-table tbody td a:visited::after {
  background-color: #eee;
}

@media screen and (min-width:600px) {

  .dl-table th:last-child,
  .dl-table td:last-child {
    display: block;
    border-left: 1px solid #fff;
  }

}

/* 教育関係 */
.attempt+.attempt {
  margin-top: 100px;
}

.attempt-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 88px;
}

.attempt-list__item {
  flex: 1 0 100%;
}

.attempt-list__item+.attempt-list__item {
  margin-top: 88px
}

.attempt-list__figure {}

.attempt-list__figure img {
  width: 100%;
  height: auto;
  border-radius: 0 30px 0 30px;
  object-fit: cover;
  aspect-ratio: 2 / 1.25;
}

.attempt-list__ttl {
  margin-top: 1em;
  font-size: 1.28em;
  font-weight: bold;
}

.attempt-list__ttl+p {
  margin-top: 1em;
}

@media screen and (min-width:600px) {
  .attempt-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  .attempt-list__item {
    flex: 0 0 calc((100% - 30px)/2);

  }

  .--flex100 {
    flex: 1 0 100%;
  }

  .attempt-list__item+.attempt-list__item {
    margin-top: 0;
  }
}

/* ニュース関連 */
.important-news {
  background-color: var(--black-color);
  padding: 1em 0.9em;
  max-width: 980px;
  margin: 0 auto;
}

.important-news__entry {
  display: flex;
  align-items: center;
}

.important-news__ttl {
  color: var(--main-color);
  white-space: nowrap;
  margin-right: 1em;
}

.important-news__time {
  white-space: nowrap;
  color: #fff;
  margin-right: 1em;
  font-size: 0.85em;
  font-weight: bold;
}

.important-news__txt {
  color: #fff;
}

.news {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  padding: 48px 8px;
  max-width: 980px;
  margin: 0 auto;
}

.--blog-bg {
  background-color: #BDE5E3;
}

.news__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news__ttl {
  color: var(--main-color);
  line-height: 1.2;
  font-size: 0.85em;
}

.news__ttl::before {
  content: attr(data-ttl);
  font-family: var(--en-font);
  color: var(--black-color);
  text-transform: uppercase;
  font-size: 3.5em;
  display: block;
  margin-bottom: 0;
}

.--blog-bg .news__ttl {
  color: #fff;
}

.news__more-btn {
  flex: 0 1 50%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  color: #fff;
  background-image:
    linear-gradient(to bottom, #37ECBA, #72AFD3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 0.85em;
}

.news__list {
  margin-top: 2em;
  height: 100%;
  max-height: 50vh;
  overflow: auto;
}

.news__entry {
  border-top: 1px solid #C4C4C4;
  padding-top: 1em;
}

.news__list>.news__entry:last-child {
  border-bottom: 1px solid #C4C4C4;
}

.news__time {
  font-size: 0.85em;
  font-weight: bold;
}

.news_entry-ttl {
  padding: 1em 0;
}

@media screen and (min-width:600px) {
  .news {
    display: flex;
  }

  .news__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    flex: 0 1 30%;
    margin-right: 3%;
  }

  .news__more-btn {
    flex: 0 1 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5em;
    color: #fff;
    background-image:
      linear-gradient(to bottom, #37ECBA, #72AFD3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

    width: 160px;
    margin-top: 16px;
  }

  .news__list {
    margin-top: 2em;
    height: 100%;
    max-height: 250px;
    overflow: auto;

    margin-top: 0;
  }
}

@media screen and (min-width:1025px) {
  .news {
    display: flex;
    padding: 48px 4%;
    border-radius: 0 60px 0 60px;
  }

  .news__header {

    flex: 0 1 30%;
  }

  .news__entry {
    border-top: 1px solid #C4C4C4;
    padding-top: 1em;
    padding-bottom: 1em;

    display: flex;
  }

  .news__time {
    font-size: 0.85em;
    font-weight: bold;

    margin-right: 1em;
  }

  .news_entry-ttl {
    padding: 0;
  }
}

/* 校章 */
.badge {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}


.badge__pic {
  width: 100%;
  height: auto;
  text-align: center;
}

.storong-txt {}

.badge__txt {
  flex: 0 1 100%;
  margin-top: 0;
}

@media screen and (min-width:600px) {
  .badge {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .badge__pic {
    flex: 0 1 30%;
    height: auto;
  }

  .badge__txt {
    flex: 0 1 70%;
    margin-top: 0;
  }
}

/* 制服紹介 */
.uniform__wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}

.uniform__item {
  flex: 0 1 auto;
  text-align: center;
  position: relative;
  padding-top: 64px;
}

.kamifubuki {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.kamifubuki img {
  width: 10%;
}

.uniform__style {
  background-color: var(--silver);
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  font-family: var(--en-font);
  font-size: 2.4em;
  position: absolute;
}

.--boy .uniform__style {
  border-radius: 0 100px 100px 0;
  top: 0;
  left: -8px;
}

.--girl .uniform__style {
  border-radius: 100px 0 0 100px;
  top: 0;
  right: -8px;
}

.uniform__item img {
  width: auto;
  position: relative;
}

.--boy {
  flex: 0 1 50%;
}

.--boy img {
  max-height: 470px;
}

.--girl {
  flex: 0 1 50%;
  margin-bottom: -50px;
}

.--girl img {
  max-height: 450px;
}

.uniform__ribbon {
  position: absolute;
  top: 0;
  right: 0;
}

.unifrom-body {
  padding-top: 0;
}

.unifrom-body__comment {
  background-color: var(--blue);
  color: #fff;
  padding: 0 1em 2em 1em;
  position: relative;
  text-align: center;
  margin-top: 52px;
}

.uniform-body__ttl {
  background-color: var(--silver);
  text-align: center;
  display: inline-block;
  padding: 0.3em 1em;
  font-family: var(--en-font);
  font-size: 2.4em;
  color: var(--black);
  border-radius: 100px;
  transform: translateY(-50%);
}

.uniform-body__txt {
  text-align: left;
}

.uniform-body__txt>p+p {
  margin-top: 1em;
}

.uniform-body__etc {
  display: flex;
}

.uniform-body__etc-item {
  flex: 0 1 50%;
}

.uniform-body__etc-item img {
  width: 100%;
}

.uniform-body__etc-item figcaption {
  font-size: var(--small);
  line-height: 1.3;
  text-align: left;
}

.unifrom-slick-wrapper {
  margin-top: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.unifrom-slick__item {
  margin: 0 20px;
}

.unifrom-slick__item img {
  width: 100%;
}

@media screen and (min-width:600px) {

  .--boy {
    flex: 0 1 50%;
  }

  .--boy img {
    max-height: 670px;
  }

  .--girl {
    flex: 0 1 50%;
    margin-bottom: -50px;
  }

  .--girl img {
    max-height: 650px;
  }

  .unifrom-body {
    position: relative;
    margin-top: 80px;
    margin-left: calc(50% - 50vw + 20px);
    margin-right: calc(50% - 50vw);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .unifrom-body__comment {
    background-color: var(--blue);
    color: #fff;
    padding: 0 1em 4em 1em;
    position: relative;
    text-align: center;
    margin-top: 52px;

    width: 50%;
  }



  .unifrom-slick-wrapper {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;


    width: 55%;
    margin-left: -5%;
  }

  .uniform-slick {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .unifrom-slick__item {
    margin: auto;
    flex: 0 1 calc(33.333% - 40px / 2);
  }
}

@media screen and (min-width:1025px) {
  .uniform__wrapper {
    margin-top: 120px;

  }

  .--boy {
    flex: 0 1 40%;
  }

  .--boy img {
    max-height: 670px;
  }

  .--girl {
    flex: 0 1 40%;
    margin-bottom: -50px;
  }

  .--girl img {
    max-height: 650px;
  }

  .unifrom-body {
    position: relative;
    margin-left: auto;
    margin-right: calc(50% - 50vw + 8%);
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
  }

  .unifrom-body__comment {
    background-color: var(--blue);
    color: #fff;
    padding: 0 2em 4em 2em;
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: -50px;

    width: 35%;
    font-size: var(--small);
  }

  .unifrom-slick-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;


    width: 77%;
    margin-left: -3%;
  }

  .uniform-slick {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .unifrom-slick__item {
    margin: auto;
    flex: 0 1 calc(25% - 60px / 3);
  }

  .unifrom-slick__item:last-child {
    display: none;
  }
}


/* 制服詳細 */

.uniform-description {
  /* background-image: url('asset/DSC05242@3x.jpg'), linear-gradient(90deg, #37ECBA, #72AFD3); */
  background-image: linear-gradient(0deg, #37ECBA, #72AFD3);
  /* background-blend-mode: multiply; */
  background-size: cover;
  color: #fff;
  padding: 2em 0;

  margin-top: 44px;
}

.uniform-description__txt {
  padding: 0 8%;
  margin-bottom: 2em;
}

.uniform-description__slick-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.uniform-description__slick-item {
  width: 100%;
  height: 100%;

}

.uniform-description__slick-item img {
  width: 100%;
  height: auto;
}

/* ループ画像 */
.looping_ttl {

  /* margin-top: 138px; */
  font-family: var(--en-font);
  font-size: 3.55em;
}

.loopimg_wrapper {
  display: flex;
  width: auto;
  height: 360px;
  overflow: hidden;
}

.loopimg_wrapper img {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  height: 100%;
  /* min-width: auto; */
  /* min-height: auto; */
}

.looping1 {
  animation: loopimg1 60s -30s infinite linear;
}

.looping2 {
  animation: loopimg2 60s infinite linear;
}

@keyframes loopimg1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loopimg2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media screen and (min-width: 600px) {
  .uniform-main-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;

    justify-content: center;
    gap: 88px;
    margin-top: 88px;
  }

  .uniform-main {
    width: auto;
    position: relative;

    flex: 0 1 30%;
  }

  .uniform-main.--boy {
    order: 1;
    margin: 0 0 0 auto;
    right: 0;
    transition: 0.3s;
    margin-top: 44px;

    margin: 0;
  }

  .uniform-main.--girl {
    order: 2;
    margin: 0 0 0 auto;
    top: 50px;
    transition: 0.3s;
    margin-top: 44px;

    margin: 0;
  }

  .uniform-main__pic img {
    aspect-ratio: 1.25/2;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }

  .uniform-main .-caption {
    position: absolute;
    font-family: var(--en-font);
    text-transform: capitalize;
    font-size: 1.71em;
    top: -0.75em;

    font-size: 3.55em;

  }

  .uniform-main.--boy .-caption {
    left: -1em;
    right: auto;
    top: -1.1em;
  }

  .uniform-main.--girl .-caption {
    left: auto;
    right: -1em;
    top: -1.1em;
  }

  /* 制服詳細 PC */

  .uniform-description {
    /* background-image: url('asset/DSC05242@3x.jpg'), linear-gradient(90deg, #37ECBA, #72AFD3); */
    /* background-blend-mode: multiply; */
    /* background-size: cover; */
    /* color: #fff; */

    display: flex;
    align-items: center;
    padding: 2em 0;
    margin: 0 auto;
    margin-top: 88px;
    max-width: 1100px;
    border-radius: 0 60px 0 60px;
    padding-right: 30px;
  }

  .uniform-description-wrapper {
    flex: 1 1 50%;
  }

  .uniform-description__txt {
    padding: 0 8%;
    margin-bottom: 2em;

    flex: 1 1 50%;
  }

  .uniform-description__slick-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: -50px;
    left: -30px;
  }

}

/* 学校行事 */

.event {}

.event__schedule {}

.event__ttl {
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-top: 80px;
  margin-bottom: 80px;
}

.event__ttl>span {
  display: flex;
  background-color: var(--yellow);
  width: 80px;
  height: 80px;
  padding: 0 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.--zenki .event__ttl>span {
  background-color: var(--yellow);
}

.--kouki .event__ttl>span {
  background-color: var(--blue);
}

.event__ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-right: 20px;
}

.event__ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-left: 20px;
}

.event__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.event__list-wrapper {
  flex: 0 1 100%;
}

.event__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 100%;
}

.event__body+.event__body {
  margin-top: 20px;
}

.event__month {
  flex: 0 1 30%;
  font-family: var(--en-font);
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  line-height: 1;
}

.event__month-en {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.event__txt {
  flex: 0 1 70%;
  display: flex;
  align-items: center;
}

.--zenki .event__txt::before {
  content: '';
  display: block;
  width: 25px;
  height: 50px;
  border-radius: 100% 0 0 100% / 50%;
  background-color: var(--yellow);
  margin-right: 10%;
}

.--kouki .event__txt::before {
  content: '';
  display: block;
  width: 25px;
  height: 50px;
  border-radius: 0 100% 100% 0% / 50%;
  background-color: var(--blue);
  margin-right: 10%;
}

.event__list {}

.event__item {}

.--zenki .event__item::before {
  content: '■';
  color: var(--yellow);
  margin-right: 5px;
}

.--kouki .event__item::before {
  content: '■';
  color: var(--blue);
  margin-right: 5px;
}

.event__photo-wrapper {
  margin-top: 40px;
}

.envet__photo+.envet__photo {
  margin-top: 40px;
}

.envet__photo>img {
  border-radius: 8px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.envet__capttl {
  font-size: 1.25em;
  margin: 0.5em 0;
}

.--zenki .envet__capttl::before {
  content: '■';
  color: var(--yellow);
  margin-right: 5px;
}

.--kouki .envet__capttl::before {
  content: '■';
  color: var(--blue);
  margin-right: 5px;
}

.envet__capttl.--dento::after {
  content: '柴島だけの伝統行事';
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.7em;
  line-height: 1;
  background-color: var(--yellow);
  border-radius: 30px;
  margin-bottom: 5px;
  margin-left: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .event__schedule {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .event__zenhan,
  .event__kouhan {
    flex: 0 1 48%;
  }

  .event__wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  .event__wrapper.--kouki {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }

  .event__list-wrapper {
    flex: 0 1 100%;
  }

  .event__body+.event__body {
    margin-top: 40px;
  }

  .event__photo-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 40px;
  }

  .envet__photo {
    flex: 0 1 calc(50% - 40px/2);
  }

  .envet__photo+.envet__photo {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {

  .event__zenhan,
  .event__kouhan {
    flex: 0 1 49%;
  }

  .event__list-wrapper {
    flex: 0 1 100%;
  }

  .event__month {
    flex: 0 1 30%;
    font-family: var(--en-font);
    font-weight: normal;
    font-size: 90px;
    text-align: center;
    line-height: 1;
  }

  .event__month-en {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
  }

  .event__photo-wrapper {
    margin-top: 100px;
  }

  .envet__photo {
    flex: 0 1 calc(33.333% - 80px/3);
  }

  .envet__capttl {
    font-size: 1.1em;
    margin: 0.5em 0;
  }

  .event__captxt {
    font-size: 14px;
  }
}

/* 施設紹介 */

.img-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.img-list__item {
  flex: 0 1 calc(50% - 10px / 2);
  margin-bottom: 2em;
}

.img-list__item.--full {
  flex: 0 1 100%;
  margin-bottom: 4em;
}

.img-list__item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 0px;
}

.img-list__caption {}

.img-list__ttl {
  margin: 1em 0;
  font-weight: bold;
  font-size: var(--xxlarge);
}

.img-list__item:not(.--full) .img-list__ttl {
  text-align: center;
  font-size: var(--normal);
}

.img-list__item.--full .img-list__txt {
  font-size: var(--normal);
}

.img-list__txt {
  font-size: var(--xsmall);
}


@media screen and (min-width: 600px) {
  .img-list__list {
    column-gap: 40px;
  }

  .img-list__item {
    flex: 0 1 calc((100% - 40px * 1) / 2);
  }
}

@media screen and (min-width: 1025px) {
  .img-list__list {
    column-gap: 40px;
  }

  .img-list__item {
    flex: 0 1 calc((100% - 40px * 2) / 3);
  }
}

/* クラブ関連 */

.select-cate {
  margin-top: 90px;
}

.select-cate__list {
  display: flex;
  justify-content: center;
  max-width: 370px;
  margin: 0 auto;
  column-gap: 20px;
}


.select-cate__item {
  display: inline-block;
  background-color: var(--main);
  color: var(--main);
  border-radius: 100px;

  letter-spacing: 0.2em;
  text-align: center;
}

.select-cate__item.--sp {
  background-color: var(--blue);
}

.select-cate__item.--cl {
  background-color: var(--yellow);
}

.select-cate__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 3em;
  text-decoration: none;
  transition: 0.3s;
  color: #fff;
}

.select-cate__item.--cl a {
  color: var(--black);
}

.select-cate__item:not(.--current) a {
  opacity: 0.7;
}

.select-cate__item:not(.--current) a:hover {
  opacity: 1;
}


.club__list-wrapper {
  width: 100%;
  margin: 90px auto 0;
}

.club__list {
  display: flex;
  flex-flow: row wrap;
  row-gap: 40px;
}

.club__item {
  flex: 0 1 100%;
}

.club__thumb {}

.club__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.club__thumb figcaption {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
}

.club__thumb figcaption::before {
  content: attr(title);
  font-family: var(--en-font);
  font-size: 0.7em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
}

.club__thumb figcaption::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-image: linear-gradient(180deg, var(--yellow), var(--yellow) 50%, var(--blue) 50%, var(--blue));
}

.club__txt {
  margin-top: 1em;
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
}

@media screen and (min-width:600px) {
  .club__list {
    display: flex;
    flex-flow: row wrap;
    gap: 50px 20px;
  }

  .club__item {
    flex: 0 1 calc((100% - 20px * 1) / 2);
  }
}

@media screen and (min-width:1025px) {
  .club__list {
    display: flex;
    flex-flow: row wrap;
    gap: 60px 40px;
  }

  .club__item {
    flex: 0 1 calc((100% - 40px * 2) / 3);
  }
}






.club-single__txt {
  margin-top: 48px;
}

.club-slick-wrapper {
  margin-top: 48px;
}

.club-slick__list {
  overflow: hidden;
}

.club-slick__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 520/350;
  object-fit: cover;
}

/* 校長関係 */
.principal {
  margin: 0 auto;
}

.principal__txt {}

.principal__figure {
  margin-top: 2em;
}

.principal__figure figcaption {
  background-color: var(--yellow);
  font-size: var(--xsmall);
  padding: 0.5em;
}

.principal__figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .principal {
    margin: 0 auto;
  }

  .principal__txt {}

  .principal__figure {
    float: right;
    width: 40%;
    margin-top: 0;
    margin-left: 2em;
    margin-bottom: 1em;
  }
}

/* 基本情報テーブル */
.basic-table-wrapper {
  width: 100%;
  margin: 0 auto;
}

.basic-table {
  width: 100%;
}

.basic-table th,
.basic-table td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}

.basic-table th {
  font-weight: bold;
}

/* カリキュラム（教育課程表）テーブル */

.curriculum {
  table-layout: fixed;
}

.curriculum th,
.curriculum td {
  border: 1px solid black;
  vertical-align: middle;
  text-align: center;
  font-size: 0.85em;
  padding: 0.5em 0;
}

.curriculum tbody th,
.curriculum tbody td {
  height: 5em;
}

/* PC向けのスタイル */
@media screen and (min-width: 768px) {

  .basic-table th,
  .basic-table td {
    display: table-cell;
  }

  .basic-table th {
    font-weight: bold;
    width: 10%;
    text-align: center;
  }
}


.schedule__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
}

.schedule__item {
  background-color: var(--yellow);
  color: var(--black);
  flex: 0 1 calc(50% - (15px / 2));
  border-radius: 5px;
  position: relative;
}

.schedule__item.--fin::after {
  content: '終了しました';
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

.schedule__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1;
  line-height: 1.2;
}

.schedule__date .t {}

.schedule__date .y {
  margin-top: 1em;
  font-size: 3.6vw;
  font-family: var(--en-font);
  font-style: italic;
}

.schedule__date .d {
  font-size: 9.8vw;
  font-family: var(--en-font);
  font-style: italic;
}

.schedule__date .day {
  font-size: initial;
}

.schedule__date .o {
  font-size: 0.85em;
}

@media screen and (min-width: 600px) {
  .schedule__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
  }

  .schedule__item {
    background-color: var(--yellow);
    flex: 0 1 calc((100% - 30px / 2) / 3);
    border-radius: 15px;
    /* animation: gii 2s 1s forwards linear; */
  }

  @keyframes gii {
    0% {
      transform: perspective(400px) rotateY(0deg);
      transform-origin: left;
    }

    50% {
      transform: perspective(400px) rotateY(80deg) translateX(0);
      transform-origin: left;
      opacity: 1;
    }

    100% {
      transform: perspective(400px) rotateY(80deg) translateX(-500px);
      transform-origin: left;
      opacity: 0;
    }

  }


  .schedule__item.--fin::after {
    border-radius: 15px;
  }

  .schedule__date {
    line-height: 1;
  }

  .schedule__date .y {
    margin-top: 0.2em;
    font-size: min(3vw, 38px);
  }

  .schedule__date .d {
    font-size: min(9vw, 115px);
  }

  .schedule__date .o {
    margin-top: 0.2em;
    font-size: 1em;
  }
}

.schedule__table {}

.schedule__table thead th {
  background-color: var(--yellow);
  color: var(--black);
  font-size: 1.25em;
}

.time_table {}

.time_table figcaption {
  color: silver;
  text-align: left;
  margin: 0.5em auto 0;
  width: 90%;
}

.time_table table {
  width: 90%;
  font-size: 9px;
  text-align: center;
  margin: 0 5%;
  background: #fff;
}

.time_table table.width100 {
  width: 100%;
  margin: 0 auto;
}

.time_table th,
.time_table td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  border: 1px solid #ccc;
}

.time_table td {
  width: 19%;
}

@media screen and (min-width: 600px) {
  .time_table table {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1025px) {
  .time_table table {
    font-size: 0.9em;
  }
}


/* 時間割 */
.time_table {}

.time_table figcaption {
  color: silver;
  text-align: left;
  margin: 0.5em auto 0;
  width: 90%;
}

.time_table table {
  width: 90%;
  font-size: 9px;
  text-align: center;
  margin: 0 5%;
  background: #fff;
}

.time_table table.width100 {
  width: 100%;
  margin: 0 auto;
}

.time_table th,
.time_table td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  border: 1px solid #ccc;
}

.time_table td {
  width: 19%;
}

@media screen and (min-width: 600px) {
  .time_table table {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1025px) {
  .time_table table {
    font-size: 0.9em;
  }
}



.table--crisis-time {
  width: 100%;
}

.table--crisis-time th,
.table--crisis-time td {
  font-weight: normal;
  display: block;
  padding: 0.5em;
}

.table--crisis-time th {
  background-color: var(--black);
  color: #fff;
}

.table--crisis-time td+.table--crisis-time th {
  margin-top: 1em;
}

.table--crisis-time td {
  font-weight: bold;
}

.table--crisis-time td::before {
  content: '→';
}

@media screen and (min-width: 600px) {
  .table--crisis-time {

    table-layout: fixed;
    width: 100%;
  }

  .table--crisis-time th,
  .table--crisis-time td {
    font-weight: normal;
    vertical-align: middle;
    width: auto;
    padding: 1em;
    font-size: 0.9em;

    display: table-cell;
    border-bottom: 1px solid var(--black);
  }

  .table--crisis-time td+.table--crisis-time th {
    margin-top: 0.5em;
  }

  .table--crisis-time th {
    background-color: transparent;
    color: var(--black);
    width: 30%;
  }

  .table--crisis-time td {
    font-weight: bold;
  }
}





.table--crisis {
  table-layout: fixed;
  background-color: #fff;
}

.table--crisis th,
.table--crisis td {
  border: 1px solid var(--black);
  color: #666;
  vertical-align: middle;
  width: auto;
  padding: 1em;
  font-size: 0.9em;
}

.table--crisis td.--center {
  text-align: center;
  width: 15%;
}

.table--crisis td.--second {
  width: 20%;
}

.table--crisis .--strong {
  font-weight: bold;
  color: var(--black)
}

.u-ol-list {
  list-style: decimal;
  padding-left: 1em;
  margin-top: 1.5em;
}

.u-ul-list {
  list-style: square;
  padding-left: 1em;
  margin-top: 1.5em;
}

.u-ol-list>li {
  margin-top: 1em;
}

.u-ol-list.--small>li {
  margin-top: 0;
}

/* 40周年記念ページ */
.forty-anniversary__logo {
  width: 72%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.forty-anniversary__logomark img {
  width: 100%;
}

.forty-anniversary__txt {
  line-height: 2;
  font-size: 16px;
  font-weight: 700;
}

.forty-anniversary__txt p+p {
  margin-top: 1em;
}

.youtube--wrapper {
  width: 88%;
  margin: 0 auto;
}

.youtube__inner+.youtube__inner {
  margin-top: min(16.41vw, 120px)
}

.youtube__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.youtube__inner figcaption {
  margin-top: 1em;
}

.youtube__inner figcaption h1 {
  font-weight: 600;
  text-align: center;
}

.youtube__inner figcaption p {
  margin-top: 1em;
}


@media screen and (min-width: 600px) {
  .forty-anniversary__logo {
    width: 72%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .forty-anniversary__logomark img {
    width: 100%;
    max-height: 200px;
  }
}

@media screen and (min-width: 1025px) {
  .forty-anniversary__logo {
    width: 100%;
  }

  .youtube--wrapper {
    margin-top: 240px;
  }

  .youtube__inner+.youtube__inner {
    margin-top: 240px;
  }

  .forty-anniversary__logomark img {
    width: 100%;
    max-height: 500px;
  }

  .forty-anniversary__txt {
    line-height: 2;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .forty-anniversary__txt p+p {
    margin-top: 1.5em;
  }
}

/* よくある質問 */
.qanda {
  /* border: 1px solid; */
}

.qanda_icon_list {
  display: flex;
  justify-content: center;
}

.qanda_icon_list>.icon {
  margin: 0 30px 60px;
}

.qanda dt {
  background: var(--main);
  border-radius: 10px;
  color: white;
  padding: 14px 24px 12px 20px;
  position: relative;
  margin-bottom: 1px;
  cursor: pointer;
}

.qanda dt::before {
  content: 'Q.';
}

.qanda dt::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  text-align: center;
  display: inline-block;
  padding-right: 0.2em;
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
  right: 12px;
  transition: all 0.3s;
  padding: 0;
}

.qanda dt.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.qanda dd {
  position: relative;
}

.answer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 20px auto 20px;
  padding: 0;
}

.icon {
  flex: 0 0;
  flex-basis: 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url('../img/etc/nopict2.png');
  background-size: cover;
  position: relative;
}

.icon::after {
  content: none';
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -20px;
  font-size: 10px;
}

.seishi {
  background-image: url('./asset/aburisu-icon.png');
}

.seishi::after {
  content: none;
}

.ans_text {
  flex: 1 1;
  flex-basis: auto;
  background: #F8F6DD;
  width: auto;
  border-radius: 10px;
  position: relative;
  padding: 16px 24px;
  line-height: 1.8;
  font-size: 0.9em;
  margin-left: 12px;
}

.ans_text::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 5px solid #F8F6DD;
  position: absolute;
  top: 10px;
  left: -10px;
}

.ans_text p {
  margin-top: 1em;
}

.ans_text a {
  color: #6cc3c8;
}

.ans_text a:hover {
  text-decoration: underline;
}

.ans_text a::before {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f0c1';
  font-weight: 900;
  margin-right: 0.3em;
}

@media screen and (min-width: 958px) {
  .qanda dt {
    padding: 18px 0 16px 20px;
  }

  .answer {
    margin: 40px auto 0;
    padding: 0 1% 50px;
  }

  .answer:nth-child(2) {
    margin: 0 auto;
  }

  .icon::after {
    font-size: 11px;
  }

  .ans_text {
    margin-left: 20px;
  }

  .ans_text p {
    margin-top: 0;
  }
}

/* アクセス */

.gmap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.gmap iframe {
  width: 100%;
  height: calc(100% + 170px);
}

@media screen and (min-width: 600px) {
  .gmap {
    width: 100%;
    aspect-ratio: auto;
    height: 600px;
  }

  .gmap iframe {
    width: 100%;
    height: 100%;
  }
}