@charset "UTF-8";
/*---------------------------------------------------------------/
　Copyright Matsusho gakuen high school
/---------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

svg, img, embed, object, iframe {
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default; }

:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="number"] {
  -moz-appearance: textfield; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable]:focus {
  outline: auto; }

table {
  border-color: inherit;
  border-collapse: collapse; }

caption {
  text-align: left; }

td {
  vertical-align: top;
  padding: 0; }

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: 700; }

/* ======================================
Common
======================================== */
@page {
  margin: 0mm 5mm;
  size: A4 portrait; }
@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1100px !important;
    zoom: 0.7; }

  .clone_navi {
    display: none; } }
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px; }

@media screen and (min-width: 960px) {
  html {
    font-size: 15px; } }
body {
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  transition: all 0;
  position: relative; }
  body.hide, body.stop {
    overflow: hidden; }
  body#en {
    font-family: Roboto, "Segoe UI", "Helvetica Neue", sans-serif; }
  body#cn {
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }
  body#tw {
    font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }
  body#ko {
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", Gulim, "Malgun Gothic", sans-serif; }

h1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.wrapper {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.container {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  .container + .container {
    margin-top: 3rem; }

@media screen and (min-width: 960px) {
  .container + .container {
    margin-top: 7rem; } }
.contents {
  width: 1280px;
  max-width: 90%;
  padding: 0;
  margin: auto;
  position: relative; }

p, div, ul, li, dl, dt, dd, em, i, a, th, td {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal; }

ul, li {
  list-style: none; }

a {
  outline: none;
  display: inline-block; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 90%; }

@media screen and (min-width: 960px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%; } }
img {
  width: 100%;
  display: block; }

@media screen and (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.mt0 {
  margin-top: 0rem !important; }

.mt1 {
  margin-top: 1rem !important; }

.mt2 {
  margin-top: 2rem !important; }

.mt3 {
  margin-top: 3rem !important; }

.mt4 {
  margin-top: 4rem !important; }

.mt5 {
  margin-top: 5rem !important; }

.mt6 {
  margin-top: 6rem !important; }

.mt7 {
  margin-top: 7rem !important; }

.mt8 {
  margin-top: 8rem !important; }

.mt9 {
  margin-top: 9rem !important; }

.mt10 {
  margin-top: 10rem !important; }

.pt0 {
  padding-top: 0rem !important; }

.pt1 {
  padding-top: 1rem !important; }

.pt2 {
  padding-top: 2rem !important; }

.pt3 {
  padding-top: 3rem !important; }

.pt4 {
  padding-top: 4rem !important; }

.pt5 {
  padding-top: 5rem !important; }

.pt6 {
  padding-top: 6rem !important; }

.pt7 {
  padding-top: 7rem !important; }

.pt8 {
  padding-top: 8rem !important; }

.pt9 {
  padding-top: 9rem !important; }

.pt10 {
  padding-top: 10rem !important; }

.mb0 {
  margin-bottom: 0rem !important; }

.mb1 {
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important; }

.mb4 {
  margin-bottom: 4rem !important; }

.mb5 {
  margin-bottom: 5rem !important; }

.mb6 {
  margin-bottom: 6rem !important; }

.mb7 {
  margin-bottom: 7rem !important; }

.mb8 {
  margin-bottom: 8rem !important; }

.mb9 {
  margin-bottom: 9rem !important; }

.mb10 {
  margin-bottom: 10rem !important; }

.pb0 {
  padding-bottom: 0rem !important; }

.pb1 {
  padding-bottom: 1rem !important; }

.pb2 {
  padding-bottom: 2rem !important; }

.pb3 {
  padding-bottom: 3rem !important; }

.pb4 {
  padding-bottom: 4rem !important; }

.pb5 {
  padding-bottom: 5rem !important; }

.pb6 {
  padding-bottom: 6rem !important; }

.pb7 {
  padding-bottom: 7rem !important; }

.pb8 {
  padding-bottom: 8rem !important; }

.pb9 {
  padding-bottom: 9rem !important; }

.pb10 {
  padding-bottom: 10rem !important; }

/* ======================================
Form Style
======================================== */
.form_wrap {
  background-color: #F8F7F0;
  margin-top: 0;
  padding: 1.5rem; }
  .form_wrap button.btn {
    display: block;
    padding: 1.2rem;
    text-align: center;
    max-width: 100%;
    width: 20em;
    transition: 0.5s;
    margin: 2rem auto 0 auto;
    color: #FFF;
    background-color: #005A49;
    border-radius: 5px; }
    .form_wrap button.btn:hover, .form_wrap button.btn:focus {
      background-color: #017963; }
    .form_wrap button.btn.send::before, .form_wrap button.btn.calc::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      width: 26px;
      height: 26px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .form_wrap button.btn.send::before {
      background-image: url("../images/icon_send.svg"); }
    .form_wrap button.btn.calc::before {
      background-image: url("../images/icon_calc.svg"); }
    .form_wrap button.btn p {
      display: inline-block;
      vertical-align: middle; }
  .form_wrap ul {
    width: 720px;
    max-width: 100%;
    margin: auto; }
    .form_wrap ul li {
      margin-top: 2rem; }
      .form_wrap ul li.center {
        text-align: center; }
  .form_wrap a {
    outline: none;
    display: inline-block;
    text-decoration: underline;
    color: #005A49; }
    .form_wrap a:hover, .form_wrap a:focus, .form_wrap a:active {
      text-decoration: none;
      outline: none; }
  .form_wrap .col2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
    padding: 0;
    margin: 1rem 0 0 0; }
  .form_wrap .flex {
    display: block; }
  .form_wrap h6 {
    font-weight: 600;
    margin: -0.5rem 0 0.5rem 0; }
  .form_wrap label {
    display: block;
    margin-top: 0.5rem; }
    .form_wrap label p {
      font-size: 1rem;
      font-weight: 400; }
    .form_wrap label span {
      font-weight: normal;
      font-size: 0.85rem; }
      .form_wrap label span.red {
        color: #E32D0C; }
    .form_wrap label.inline {
      display: flex;
      align-items: flex-start;
      margin-right: 2rem; }
      .form_wrap label.inline p {
        margin-top: -0.2rem; }

@media screen and (min-width: 960px) {
  .form_wrap {
    margin-top: 4rem;
    padding: 2rem 2rem 4rem 2rem; } }
@media screen and (min-width: 960px) {
  .form_wrap .col2 {
    grid-template-columns: 1fr 1fr;
    margin: 1rem 0 0 0;
    grid-gap: 1rem; } }
@media screen and (min-width: 960px) {
  .form_wrap .flex {
    display: flex;
    align-items: flex-start; } }
.error input {
  border: 1px solid #E32D0C; }

input, textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin: 0;
  padding: .5em; }

input.year {
  width: 4em !important;
  display: inline-block !important;
  margin-right: 0.5rem !important; }
input.number {
  width: 12em !important; }
input[type="text"] {
  width: 100%; }

textarea {
  width: 100%; }

input::placeholder, textarea::placeholder {
  color: #CFCFCF;
  font-weight: 300; }

input[type="text"]:focus, textarea:focus {
  outline: 0;
  background-color: #FFF !important;
  border: 1px solid #BBB !important; }

select:focus, textarea:focus {
  outline: 0;
  background-color: #FFF !important; }

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset; }
input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 0.5rem 0 0;
  position: relative;
  border: 0;
  line-height: 0;
  z-index: 0;
  vertical-align: middle; }
  input[type=checkbox] + p {
    display: inline-block;
    vertical-align: middle; }
  input[type=checkbox]::before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    z-index: 10; }
  input[type=checkbox]::after {
    content: '';
    border-right: 3px solid #005A49;
    border-bottom: 3px solid #005A49;
    display: block;
    height: 15px;
    width: 9px;
    top: 3px;
    left: 8px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    z-index: 20; }
  input[type=checkbox]:checked::after, input[type=checkbox].checked::after {
    opacity: 1; }
input[type=radio] {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  padding: 0;
  margin: 0 0.5rem 0 0;
  line-height: 0;
  z-index: 0;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  vertical-align: middle; }
  input[type=radio]::after {
    background: #005A49;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 0;
    z-index: 20; }
  input[type=radio]:checked::after {
    opacity: 1; }
input[type=text] {
  width: 40em;
  margin: 0.3em 0; }
  input[type=text].half {
    width: 20em; }

/* チェックボックス */
/* ラジオボタン */
/* テキスト */
/* テキストエリア */
textarea {
  width: 40em;
  margin: 0.3em 0; }

/* セレクター */
.select {
  position: relative;
  display: block;
  z-index: 0;
  width: 24em;
  height: 3em;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px !important;
  margin: 0.3em 0; }
  .select::before {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    left: auto;
    top: 0;
    bottom: .2em;
    margin: auto;
    z-index: 100 !important;
    width: 8px;
    height: 8px;
    border-right: 2px solid #005A49;
    border-bottom: 2px solid #005A49;
    transform: rotate(45deg); }
  .select select {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    border: 0;
    border-radius: 5px !important;
    padding-left: 1em; }

.chainfade {
  opacity: 0;
  transition: all 1s; }
  .chainfade.show {
    animation-name: slideUp;
    animation-duration: .8s;
    animation-fill-mode: forwards; }

/*===================================
//滑らかに出現
===================================*/
@keyframes smoothText {
  0% {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
/*===================================
//フェードイン
===================================*/
@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*===================================
//スライドイン上から
===================================*/
@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*===================================
//スライドイン下から
===================================*/
@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*===================================
//スライドイン左から
===================================*/
@keyframes slideLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*===================================
//スライドイン右から
===================================*/
@keyframes slideRight {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*===================================
//2回転
===================================*/
@keyframes rotateTwice {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }
/*===================================
//トゥンク
===================================*/
@keyframes shoot {
  0% {
    transform: scale(1.3);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
/*===================================
//じわっ
===================================*/
@keyframes blurAnime {
  0% {
    transform: scale(1.3);
    filter: blur(10px);
    opacity: 0; }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1; } }
/*===================================
//浮遊感
===================================*/
@keyframes fuwari {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  50% {
    transform: translateY(-15px);
    animation-timing-function: ease-in; } }
/* ======================================
Global Navigation
======================================== */
/* スクロールバー非表示　Chrome, Safari 対応 */
/*.global_nav::-webkit-scrollbar {
 display:none;
}*/
.head_wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 99999;
  height: 60px;
  position: fixed;
  top: 0;
  transform: translateY(-120%);
  background-color: #FFF;
  border-top: 2px solid #005A49;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05); }
  .head_wrap.fixed {
    transform: translateY(0); }
  .head_wrap.show {
    animation-name: showAn;
    animation-duration: .5s;
    animation-fill-mode: forwards; }
  .head_wrap.hide {
    animation-name: hideAn;
    animation-duration: .5s;
    animation-fill-mode: forwards; }

@keyframes showAn {
  0% {
    transform: translateY(-120%); }
  100% {
    transform: translateY(0); } }
@keyframes hideAn {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-120%); } }
.clone_navi {
  position: relative; }
  .clone_navi .head_wrap {
    position: relative;
    z-index: 9999;
    transform: translateY(0);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0); }

.juken-sp {
  position: absolute;
  right: 60px;
  height: 60px;
  top: 0;
  background-color: #017963;
  padding-right: .5rem;
  z-index: 9999999; }
  .juken-sp.disnon {
    display: none; }
  .juken-sp a {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 1.4;
    font-size: 0.9em;
    padding: 0;
    color: #FFF; }
    .juken-sp a.pencil {
      background-image: url("../images/icon_pencil.svg");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: left 10px center;
      padding-left: 2.5rem; }

.title {
  display: flex;
  align-items: center;
  width: 200px;
  height: 60px;
  max-width: 40%;
  position: absolute;
  padding: 0 0 0 1rem;
  z-index: 9999999;
  top: 0; }
  .title img {
    width: 100%; }

.global_nav {
  display: flex;
  width: 1280px;
  max-width: 100%;
  margin: auto;
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 99999; }
  .global_nav::after {
    content: '';
    display: block;
    background-color: #FFF;
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 999999; }

.nav_wrap {
  background-color: #FFF;
  line-height: 1.4;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  margin: auto;
  padding: 80px 0;
  z-index: -100;
  transition: opacity 0.5s;
  opacity: 0; }
  .nav_wrap.open {
    left: 0;
    opacity: 1;
    z-index: 99999;
    overflow-y: scroll;
    /* スクロールバー非表示　Edge 対応 */
    -ms-overflow-style: none;
    /* スクロールバー非表示　Firefox 対応 */
    scrollbar-width: none; }

.primary_nav > ul {
  margin-top: 1.5rem; }
  .primary_nav > ul > li {
    border-top: 1px solid #DDD; }
    .primary_nav > ul > li:last-child {
      border-bottom: 1px solid #DDD; }
    .primary_nav > ul > li > a {
      display: block;
      position: relative;
      padding: 1.2rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500;
      font-size: 1.2em; }
.primary_nav .childs_nav {
  width: 100%;
  height: auto;
  display: block;
  background-color: #F5F5F5;
  margin: 0;
  position: relative;
  z-index: 99999;
  padding: 0;
  left: auto;
  top: auto; }
  .primary_nav .childs_nav.disnon {
    display: none; }
  .primary_nav .childs_nav.sp_show {
    display: block; }
  .primary_nav .childs_nav .img, .primary_nav .childs_nav .head {
    display: none; }
  .primary_nav .childs_nav ul li {
    border-top: 1px solid #DDD;
    position: relative; }
    .primary_nav .childs_nav ul li a {
      display: block;
      padding: 1.2rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500;
      font-size: 1.1em;
      position: relative; }
.primary_nav .childs_opn > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 18px;
  background-color: #017963;
  transition: 0.5s; }
.primary_nav .childs_opn > a::after {
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 18px;
  background-color: #017963;
  transition: 0.5s;
  transform: rotate(90deg); }
.primary_nav .childs_opn > a.open::before {
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 18px;
  background-color: #017963;
  transition: 0.5s; }
.primary_nav .childs_opn > a.open::after {
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 18px;
  background-color: #017963;
  transition: 0.5s;
  transform: rotate(360deg); }
.primary_nav .next a::before, .primary_nav .next a::after {
  content: '';
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 12px;
  background-color: #017963; }
.primary_nav .next a::before {
  transform: rotate(-45deg) translateY(6px); }
.primary_nav .next a::after {
  transform: rotate(45deg) translateY(-6px); }
.primary_nav a {
  transition: 0.5s; }

.secondary_nav {
  display: block;
  padding: 0 1rem; }
  .secondary_nav ul {
    display: block;
    font-size: 0.9em; }
    .secondary_nav ul:nth-child(1) {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      padding: 3px 0;
      color: #FFF; }
      .secondary_nav ul:nth-child(1) li {
        flex-basis: 100%;
        border-radius: 5px;
        background-color: #005A49; }
        .secondary_nav ul:nth-child(1) li a {
          width: 100%;
          padding: 1rem; }
          .secondary_nav ul:nth-child(1) li a.pencil {
            background-image: url("../images/icon_pencil.svg");
            background-repeat: no-repeat;
            background-size: 18px;
            background-position: left 20px center;
            padding-left: 3.5rem; }
          .secondary_nav ul:nth-child(1) li a.mail {
            background-image: url("../images/icon_mail.svg");
            background-repeat: no-repeat;
            background-size: 18px;
            background-position: left 20px center;
            padding-left: 3.5rem; }
    .secondary_nav ul:nth-child(2) {
      padding: 3px 0;
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      justify-content: space-between; }
      .secondary_nav ul:nth-child(2) li {
        flex-basis: calc((100% - 6px) / 2);
        background-color: #F5F5F5;
        border: 1px solid #E0E0E0;
        border-radius: 5px; }
        .secondary_nav ul:nth-child(2) li:nth-child(1) {
          flex-basis: 100%; }
        .secondary_nav ul:nth-child(2) li:nth-child(2), .secondary_nav ul:nth-child(2) li:nth-child(3) {
          flex-basis: calc((100% - 6px) / 2); }
        .secondary_nav ul:nth-child(2) li a {
          display: block;
          width: 100%;
          padding: 1rem;
          text-align: center; }

.foot_nav {
  width: 14em;
  max-width: 100%;
  margin: 3rem auto 0 auto;
  border-bottom: 1px solid #CCC; }
  .foot_nav li {
    display: block;
    border-top: 1px solid #CCC;
    text-align: center; }
    .foot_nav li a {
      padding: 0.5rem; }

/* ==========================================================================
Mobile Navigation
========================================================================== */
.navicon {
  pointer-events: all;
  cursor: pointer;
  display: none;
  background-color: #005A49;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  transition: 0.5s; }
  .navicon .nav-toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0; }
    .navicon .nav-toggle:focus {
      outline: none; }
    .navicon .nav-toggle span {
      content: "";
      position: absolute;
      display: block;
      height: 2px;
      width: 26px;
      margin: auto;
      left: 0;
      right: 0;
      background: #FFF;
      cursor: pointer;
      transition: all 300ms ease-in-out;
      top: 0px;
      bottom: 0; }
      .navicon .nav-toggle span:before, .navicon .nav-toggle span:after {
        content: "";
        position: absolute;
        display: block;
        height: 2px;
        width: 26px;
        margin: auto;
        left: 0;
        right: 0;
        background: #FFF;
        cursor: pointer;
        transition: all 300ms ease-in-out; }
      .navicon .nav-toggle span:before {
        top: -6px; }
      .navicon .nav-toggle span:after {
        top: 6px; }
  .navicon.active .nav-toggle span {
    background-color: transparent; }
    .navicon.active .nav-toggle span:before, .navicon.active .nav-toggle span:after {
      top: 0; }
    .navicon.active .nav-toggle span:before {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .navicon.active .nav-toggle span:after {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (min-width: 1280px) {
  .navicon {
    display: none; } }
/* ==========================================================================
tab_fix
========================================================================== */
.tab_fix {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 99999; }
  .tab_fix a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 0 1.5rem;
    height: 50px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    color: #FFF;
    z-index: 999; }
    .tab_fix a::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateY(100%);
      transition: 0.5s;
      background-color: #01A774;
      opacity: 0;
      z-index: 1; }
    .tab_fix a:hover::after {
      transform: translateY(0);
      opacity: 1; }
    .tab_fix a:nth-child(1) {
      background-color: #003E32; }
    .tab_fix a:nth-child(2) {
      background-color: #017963; }
    .tab_fix a p {
      position: relative;
      z-index: 9999; }

/* ==========================================================================
Scroll to top button
========================================================================== */
.scroll-to-top {
  position: fixed;
  cursor: pointer;
  right: 1%;
  bottom: 8rem;
  margin: 0;
  z-index: 99999;
  transition: 1s; }
  .scroll-to-top a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #017963;
    color: #FFF;
    position: relative;
    line-height: 0; }
    .scroll-to-top a::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border: 1px solid #FFF;
      border-right: 1px solid transparent;
      border-bottom: 1px solid transparent;
      transform: rotate(45deg);
      position: absolute;
      top: -10px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transition: .5s; }
    .scroll-to-top a::after {
      content: 'TOP';
      font-size: 10px;
      display: block;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 20px; }
    .scroll-to-top a:hover::before {
      transform: rotate(765deg); }

@media screen and (min-width: 1280px) {
  .head_wrap {
    height: auto;
    padding: 0 4rem;
    background-color: #FFF; }
    .head_wrap.show, .head_wrap.hide {
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px); }
    .head_wrap i {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      align-items: center;
      margin-top: 3px; }
      .head_wrap i::before {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background-color: #017963;
        transition: 0.5s; }
      .head_wrap i::after {
        content: '';
        display: block;
        width: 6px;
        height: 7px;
        background-image: url("../images/arrow1.svg");
        background-repeat: no-repeat;
        background-position: right center;
        margin-right: 1rem; }

  .global_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    position: static;
    height: auto;
    overflow: visible;
    z-index: 9999; }
    .global_nav::after, .global_nav .juken-sp {
      display: none; }
    .global_nav .title {
      width: 280px;
      max-width: 100%;
      padding: 1.5rem 1rem 2rem 0;
      position: static; }

  .nav_wrap {
    width: auto;
    height: auto;
    position: static;
    z-index: 9999999;
    background-color: transparent;
    padding: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    margin: auto;
    margin-right: 0; }

  .primary_nav > ul {
    margin-top: 0;
    display: flex;
    justify-content: flex-end; }
    .primary_nav > ul > li {
      border-top: 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
      border-bottom: 1px solid transparent; }
      .primary_nav > ul > li.here, .primary_nav > ul > li:hover {
        border-bottom: 1px solid #017963; }
      .primary_nav > ul > li::after {
        content: '';
        display: block;
        width: 1px;
        height: 15px;
        background-color: #DDD;
        margin: 30px 0 auto auto; }
      .primary_nav > ul > li:last-child {
        border-bottom: 1px solid transparent; }
        .primary_nav > ul > li:last-child.here, .primary_nav > ul > li:last-child:hover {
          border-bottom: 1px solid #017963; }
        .primary_nav > ul > li:last-child::after {
          display: none; }
        .primary_nav > ul > li:last-child a {
          padding-right: 0; }
      .primary_nav > ul > li > a {
        padding: 25px 1vw 24px 1vw;
        font-size: clamp(0.8em, 1em, 1em);
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid transparent; }
  .primary_nav .childs_nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 2rem; }
    .primary_nav .childs_nav .childs_wrap {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .primary_nav .childs_nav .childs_wrap .img {
        display: block;
        width: 320px;
        height: 220px;
        margin-right: 4rem;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%); }
        .primary_nav .childs_nav .childs_wrap .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .primary_nav .childs_nav .childs_wrap .head {
        display: block;
        margin: 1rem 4rem 1rem 0; }
        .primary_nav .childs_nav .childs_wrap .head > p {
          font-size: 1em;
          font-weight: 500;
          color: #005A49;
          letter-spacing: 0.1em; }
        .primary_nav .childs_nav .childs_wrap .head h2 p {
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 500;
          font-size: 2em;
          margin: 0.5rem 0 1rem 0;
          white-space: nowrap; }
        .primary_nav .childs_nav .childs_wrap .head a {
          font-size: 0.9em;
          color: #005A49;
          padding-left: 30px;
          position: relative;
          margin: 0; }
          .primary_nav .childs_nav .childs_wrap .head a:hover i::before {
            width: 20px; }
      .primary_nav .childs_nav .childs_wrap ul {
        margin: 0 3rem 0 0; }
        .primary_nav .childs_nav .childs_wrap ul li {
          border-top: 0; }
          .primary_nav .childs_nav .childs_wrap ul li a {
            padding: 0.5em 0 0.5em 30px;
            font-size: 1.2em; }
            .primary_nav .childs_nav .childs_wrap ul li a.dsp {
              display: none; }
            .primary_nav .childs_nav .childs_wrap ul li a:hover i::before {
              width: 20px; }
  .primary_nav .childs_opn > a::before, .primary_nav .childs_opn > a::after {
    display: none; }
  .primary_nav .childs_opn > a .childs_opn > a.open::before, .primary_nav .childs_opn > a .childs_opn > a.open::after {
    display: none; }
  .primary_nav .next a::before, .primary_nav .next a::after {
    display: none; }

  .secondary_nav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 0; }
    .secondary_nav ul {
      font-size: 0.8em; }
      .secondary_nav ul:nth-child(1) {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 0;
        color: #FFF; }
        .secondary_nav ul:nth-child(1) li {
          flex-basis: auto;
          display: inline-block;
          border-radius: 0 0 5px 5px;
          background-color: #005A49; }
          .secondary_nav ul:nth-child(1) li a {
            width: auto;
            display: flex;
            align-items: center;
            padding: 0.5rem 1rem;
            height: 40px; }
      .secondary_nav ul:nth-child(2) {
        padding: 0;
        background-color: #F5F5F5;
        border-radius: 0 0 5px 5px;
        flex-wrap: nowrap; }
        .secondary_nav ul:nth-child(2) li {
          flex-basis: auto !important;
          border: 0;
          border-radius: 0;
          flex-basis: auto;
          background-color: transparent;
          padding: 0 1rem; }
          .secondary_nav ul:nth-child(2) li a {
            width: 100%;
            padding: 0.5rem 0 0.5rem 24px;
            display: flex;
            align-items: center;
            position: relative;
            height: 40px; }
            .secondary_nav ul:nth-child(2) li a i::before {
              width: 5px; }
            .secondary_nav ul:nth-child(2) li a:hover i::before {
              width: 12px; }

  .foot_nav {
    width: auto;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 3rem auto 0 auto;
    border-bottom: 0;
    flex: 0;
    font-size: 0.9em; }
    .foot_nav li {
      display: inline-block;
      border-top: 0;
      text-align: center;
      padding: 0 1.5rem;
      position: relative; }
      .foot_nav li::before {
        content: '';
        display: block;
        width: 1px;
        height: 15px;
        background-color: #DDD;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .foot_nav li:last-child::after {
        content: '';
        display: block;
        width: 1px;
        height: 15px;
        background-color: #DDD;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .foot_nav li a {
        display: inline-block;
        position: relative;
        padding: 0 0 0.5rem 0; }
        .foot_nav li a::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          width: 0%;
          background-color: #017963;
          transition: 0.5s; }
        .foot_nav li a:hover::after {
          width: 100%; }

  .head_wrap .foot_nav {
    display: none; }

  .foot_wrap .foot_nav {
    display: block; }

  /* ==========================================================================
  Scroll to top button
  ========================================================================== */
  .scroll-to-top {
    bottom: 4rem; }

  .childs_nav .wrap {
    display: flex !important;
    align-items: center !important; }
    .childs_nav .wrap .child {
      display: flex;
      align-items: flex-start; } }
@media screen and (min-width: 960px) {
  /* ==========================================================================
  tab_fix
  ========================================================================== */
  .tab_fix {
    right: 0;
    left: auto;
    top: 30%;
    display: block;
    font-size: 0.9em; }
    .tab_fix a {
      display: block;
      height: auto;
      width: 3.4em;
      margin: 5px 0;
      padding: 1.5em 1.2em;
      writing-mode: vertical-rl;
      line-height: 1;
      border-radius: 5px 0 0 5px; }
      .tab_fix a::after {
        transform: translateX(100%); }
      .tab_fix a:hover::after {
        transform: translateX(0); } }
body {
  font-family: "Noto Sans JP", sans-serif; }

/*========== //Loading// ==========*/
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 999999;
  background-color: #FFF;
  transition: opacity 0.5s;
  opacity: 1; }
  #loading.hide {
    opacity: 0; }

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999999; }
  .loading svg {
    width: 200px;
    height: 200px; }

/*========== //opening// ==========*/
#contents_hide {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 999999;
  transition: opacity 0.5s;
  opacity: 1; }
  #contents_hide.hide {
    opacity: 0; }

#opening {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 9999999;
  transition: opacity 1s;
  opacity: 1; }
  #opening.hide {
    opacity: 0; }

.opening {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 2px auto;
  padding: 0;
  overflow: hidden;
  z-index: 99999999; }
  .opening .movie-size {
    position: relative; }
    .opening .movie-size img {
      width: 100%;
      height: auto; }
  .opening .copy {
    width: 300px;
    aspect-ratio: 1 / 1;
    max-width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .opening .copy::before {
      content: '';
      display: block;
      width: 140%;
      height: 40%;
      position: absolute;
      top: -50%;
      left: -50%;
      right: -50%;
      margin: auto;
      background-image: url("../images/matsusho-gakuen.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 1s; }
    .opening .copy::after {
      content: '';
      display: block;
      width: 160%;
      height: 30%;
      position: absolute;
      bottom: -40%;
      left: -50%;
      right: -50%;
      margin: auto;
      background-image: url("../images/highschool.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 1s; }
    .opening .copy.play::before, .opening .copy.play::after {
      opacity: 1; }
    .opening .copy img {
      width: 100%;
      height: 100%; }
  .opening svg {
    width: 100%;
    height: 100%; }

@media screen and (min-width: 960px) {
  .opening {
    padding: 0; } }
@media screen and (min-width: 1280px) {
  .opening {
    padding: 0 4rem; } }
/*========== //Footer// ==========*/
footer .foot_link {
  border-top: 2px solid #005A49;
  padding: 3rem 1rem;
  background-color: #F5F5F5; }
  footer .foot_link ul {
    width: 960px;
    max-width: 90%;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: 1fr;
    justify-content: center;
    margin: auto; }
    footer .foot_link ul li a {
      display: flex;
      align-items: center;
      padding: 1rem 3rem 1rem 1.5rem;
      width: 100%;
      height: 100%;
      background-color: #FFF;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
      background-image: url("../images/icon_link.svg");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 15px;
      transition: 0.5s; }
      footer .foot_link ul li a:hover {
        border: 1px solid #017963; }
footer .foot_wrap {
  display: block;
  background-color: #FFF;
  padding: 6rem 1rem 4rem 1rem;
  margin: 0;
  text-align: center; }
footer .contents {
  text-align: center; }
footer .logo {
  width: 300px;
  display: inline-block; }
footer h2 p {
  font-size: 1.1em;
  font-weight: 600;
  margin: 1rem 0; }
footer ul.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 3rem auto; }
  footer ul.sns li {
    margin: 5px; }
    footer ul.sns li a {
      background-color: #F5F5F5;
      border: 1px solid #E0E0E0;
      border-radius: 50%;
      aspect-ratio: 1/1;
      padding: 10px;
      display: flex;
      align-items: center;
      width: 60px;
      height: 60px; }
    footer ul.sns li img {
      width: 100%; }
footer address ul li {
  font-size: 1em;
  margin: 0.5rem 0; }
footer .copy {
  text-align: center;
  padding: 0.5rem 0.5rem 5rem 0.5rem;
  background-color: #005A49;
  display: block;
  width: 100%;
  margin: 0 0 0 0; }
  footer .copy p {
    display: inline-block;
    text-align: left;
    font-size: 0.8em;
    color: #FFF; }

@media screen and (min-width: 960px) {
  footer .foot_link ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem; } }
@media screen and (min-width: 960px) {
  footer .foot_wrap {
    padding: 6rem 1rem 4rem 1rem; } }
@media screen and (min-width: 960px) {
  footer .copy {
    margin-bottom: -4rem; } }
/*========== //Main// ==========*/
main {
  /*========== //Title// ==========*/
  /*========== //front-page// ==========*/
  /*========== //head-index// ==========*/
  /*========== //subject// ==========*/
  /*========== //features// ==========*/
  /*========== //achievements// ==========*/
  /*========== //about-school// ==========*/
  /*========== //clubs// ==========*/
  /*========== //News// ==========*/
  /*========== //school-life// ==========*/
  /*========== //entrance-exam// ==========*/
  /*========== //faq// ==========*/
  /*========== //contact// ==========*/
  /*========== //graduates// ==========*/
  /*========== //Error Page// ==========*/ }
  main p {
    line-height: 2rem; }
    main p.ind {
      text-indent: -1em;
      padding-left: 1em; }
  main ul.ind li {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0.5rem 0; }
  main .btn a.siro {
    background-color: #FFF; }
  main .btn.more {
    cursor: pointer;
    display: block;
    margin: auto;
    width: 20rem;
    max-width: 100%;
    border-radius: 3em;
    border: 1px solid rgba(115, 210, 0, 0);
    padding: 0;
    position: relative;
    transition: all 0.5s; }
    main .btn.more::before, main .btn.more::after {
      content: '';
      display: block;
      position: absolute; }
    main .btn.more::before {
      width: 20px;
      height: 1px;
      background-color: #CCC;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
    main .btn.more::after {
      width: 4px;
      height: 3px;
      background-color: #017963;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 999;
      transition: 0.5s; }
    main .btn.more:hover {
      border: 1px solid #73d200; }
      main .btn.more:hover::after {
        width: 20px; }
    main .btn.more p {
      width: 100%;
      padding: 1rem 3rem 1rem 2rem;
      border-radius: 3em;
      margin: 0;
      display: inline-block;
      border: 1px solid #73d200;
      background-color: #FFF;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
  main .btn_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    align-items: center;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999; }
    main .btn_wrap .btn.more {
      width: 100%; }
  main .btn.arrow {
    margin-top: 3rem;
    text-align: center; }
    main .btn.arrow a {
      display: inline-block;
      text-decoration: none;
      text-align: left;
      position: relative;
      border: 1px solid #E0E0E0;
      border-radius: 6px;
      padding: 1rem 3rem 1rem 1.5rem;
      margin: 0.8rem;
      min-width: 18em;
      max-width: 100%;
      color: #005A49;
      transition: 0.5s; }
      main .btn.arrow a > i {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center; }
        main .btn.arrow a > i::before {
          content: '';
          display: block;
          width: 10px;
          height: 1px;
          background-color: #017963;
          transition: 0.5s; }
        main .btn.arrow a > i::after {
          content: '';
          display: block;
          width: 6px;
          height: 7px;
          background-image: url("../images/arrow1.svg");
          background-repeat: no-repeat;
          background-position: right center; }
      main .btn.arrow a:hover {
        border: 1px solid #017963; }
        main .btn.arrow a:hover i::before {
          width: 18px; }
    main .btn.arrow.invert a {
      color: #FFF;
      border: 1px solid rgba(255, 255, 255, 0.3); }
      main .btn.arrow.invert a > i::before {
        background-color: #FFF; }
      main .btn.arrow.invert a > i::after {
        background-image: url("../images/arrow3.svg"); }
      main .btn.arrow.invert a:hover {
        border: 1px solid white; }
    main .btn.arrow.white a {
      background-color: #FFF; }
    main .btn.arrow.left {
      text-align: left; }
      main .btn.arrow.left a {
        margin: 0.8rem 0; }
  main .btn.link.invert {
    margin-top: 3rem;
    text-align: center; }
    main .btn.link.invert a {
      display: inline-block;
      color: #FFF;
      background-image: url("../images/icon_link_white.svg");
      background-color: #017963;
      border: 1px solid #017963;
      padding: 1rem 3rem 1rem 1.5rem;
      border-radius: 5px;
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 15px;
      transition: 0.5s; }
      main .btn.link.invert a:hover {
        background-color: #FFF;
        color: #017963;
        background-image: url("../images/icon_link.svg"); }
  main .txt_center {
    text-align: center; }
  main br.sp {
    display: block; }
  main br.pc {
    display: none; }
  main .key::before, main .key::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #FFF;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  main .key div::before, main .key div::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #FFF;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  main .key::before {
    border-bottom: 0;
    border-right: 0;
    margin: 0 auto auto 0; }
  main .key::after {
    border-bottom: 0;
    border-left: 0;
    margin: 0 0 auto auto; }
  main .key div {
    display: block; }
    main .key div::before {
      border-top: 0;
      border-right: 0;
      margin: auto auto 0 0; }
    main .key div::after {
      border-top: 0;
      border-left: 0;
      margin: auto 0 0 auto; }
  main .head_title {
    margin: 2rem auto;
    position: relative;
    width: 1280px;
    max-width: 90%; }
    main .head_title h2 {
      width: 100%;
      margin: auto;
      text-align: center;
      display: block;
      background-color: #005A49;
      color: #FFF;
      box-sizing: border-box;
      position: relative;
      z-index: 99;
      padding: 4rem 2rem; }
      main .head_title h2::before, main .head_title h2::after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #FFF;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; }
      main .head_title h2 div::before, main .head_title h2 div::after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #FFF;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; }
      main .head_title h2::before {
        border-bottom: 0;
        border-right: 0;
        margin: 0 auto auto 0; }
      main .head_title h2::after {
        border-bottom: 0;
        border-left: 0;
        margin: 0 0 auto auto; }
      main .head_title h2 div {
        display: block;
        margin: 0.5rem auto; }
        main .head_title h2 div::before {
          border-top: 0;
          border-right: 0;
          margin: auto auto 0 0; }
        main .head_title h2 div::after {
          border-top: 0;
          border-left: 0;
          margin: auto 0 0 auto; }
      main .head_title h2 p {
        font-size: 2em;
        font-weight: 600;
        display: inline-block;
        text-align: left;
        line-height: 1.4; }
      main .head_title h2 span {
        font-size: 1.1em;
        font-weight: 500;
        letter-spacing: 0.1rem;
        display: inline-block;
        text-align: left;
        padding: 0.1rem 0; }
    main .head_title.PH h2 {
      width: 580px;
      max-width: 90%;
      margin-top: -100px;
      padding: 3rem 2rem; }
    main .head_title img {
      position: relative;
      width: 100%;
      aspect-ratio: 7/4;
      object-fit: cover;
      object-position: center top;
      top: 0;
      left: 0;
      z-index: 0; }
  main .leadA {
    width: 960px;
    max-width: 90%;
    margin: 2rem auto; }
    main .leadA h2 {
      text-align: center; }
      main .leadA h2 p {
        display: inline-block;
        text-align: left;
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 2rem;
        line-height: 1.6;
        color: #000; }
      main .leadA h2 + p {
        color: #005A49;
        font-weight: 500;
        font-size: 1.1em;
        line-height: 1.8; }
  main .leadB {
    width: 960px;
    max-width: 90%;
    margin: 2rem auto; }
    main .leadB h2 {
      text-align: center; }
      main .leadB h2 p {
        display: inline-block;
        text-align: left;
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 2rem;
        line-height: 1.6;
        color: #005A49; }
      main .leadB h2 + p {
        color: #000;
        font-weight: 500;
        font-size: 1.1em;
        line-height: 1.8; }
  main .main_title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem; }
    main .main_title h2 {
      display: inline-block;
      margin: auto;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      box-sizing: border-box;
      position: relative;
      z-index: 99;
      padding: 1rem 2rem; }
      main .main_title h2::before, main .main_title h2::after {
        content: '';
        display: inline-block;
        position: absolute;
        border: 1px solid #01A774;
        width: 22px;
        height: 22px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      main .main_title h2 p::before, main .main_title h2 p::after {
        content: '';
        display: inline-block;
        position: absolute;
        border: 1px solid #01A774;
        width: 22px;
        height: 22px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      main .main_title h2::before {
        border-bottom: 0;
        border-right: 0;
        margin: 0 auto auto 0; }
      main .main_title h2::after {
        border-bottom: 0;
        border-left: 0;
        margin: 0 0 auto auto; }
      main .main_title h2 p {
        font-size: 2em;
        font-weight: 500;
        line-height: 1.4;
        display: inline-block;
        text-align: left; }
        main .main_title h2 p::before {
          border-top: 0;
          border-right: 0;
          margin: auto auto 0 0; }
        main .main_title h2 p::after {
          border-top: 0;
          border-left: 0;
          margin: auto 0 0 auto; }
      main .main_title h2 span {
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 1em;
        color: #005A49;
        letter-spacing: 0.1rem;
        margin-top: 0.5rem; }
        main .main_title h2 span.bl {
          color: #000; }
  main h3.typeA {
    margin: 0 0 3rem 0;
    text-align: center;
    position: relative;
    padding-bottom: 14px; }
    main h3.typeA p {
      font-size: 1.7em;
      display: inline-block;
      text-align: left;
      font-weight: 600; }
    main h3.typeA::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 1px;
      width: 30px;
      background-color: #01A774; }
  main h3.typeB {
    margin: 0 0 2rem 0;
    position: relative;
    padding-bottom: 14px; }
    main h3.typeB p {
      font-size: 1.6em;
      font-weight: 600; }
    main h3.typeB::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      margin: auto;
      height: 1px;
      width: 80px;
      background-color: #01A774; }
  main h3.invert {
    color: #FFF; }
    main h3.invert::before {
      background-color: #FFF; }
  main h4 {
    margin: 0 0 1rem 0; }
    main h4 p {
      font-weight: 600;
      font-size: 1.4em; }
    main h4.typeA {
      padding-left: 1rem;
      position: relative; }
      main h4.typeA::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 5px;
        margin: auto;
        width: 3px;
        background-color: #005A49; }
    main h4.typeB {
      color: #005A49; }
  main h5 {
    margin: 0 0 1rem 0; }
    main h5 p {
      font-weight: 600;
      font-size: 1.2em; }
    main h5.typeA {
      padding-left: 1.5rem;
      position: relative; }
      main h5.typeA::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.5em;
        margin: auto;
        width: 1rem;
        height: 1rem;
        background-color: #005A49; }
    main h5.typeB {
      color: #005A49; }
  main em {
    color: #005A49;
    font-style: normal; }
  main .caption img {
    margin-bottom: 1.6rem; }
  main .caption span {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    color: #005A49; }
  main .caption p {
    margin-top: 0.8rem;
    line-height: 1.6; }
  main .col {
    width: 960px;
    max-width: 90%;
    margin: 4rem auto 0 auto;
    display: block; }
  main .col2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem; }
  main .col2-ph {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem; }
  main .col3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
  main .bg-color {
    display: block;
    padding: 3rem 0;
    margin-top: 3rem; }
    main .bg-color.green {
      background-color: #005A49;
      color: #FFF; }
    main .bg-color.off-white {
      background-color: #F8F7F0; }
    main .bg-color .col {
      margin: auto; }
      main .bg-color .col + .col {
        margin-top: 4rem; }
  main .table {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto; }
    main .table table th.middle, main .table table td.middle {
      vertical-align: middle; }
    main .table table th.center, main .table table td.center {
      text-align: center; }
    main .table.typeA table {
      width: 100%; }
      main .table.typeA table tr th, main .table.typeA table tr td {
        padding: 1.5rem 0;
        display: block;
        width: 100%; }
      main .table.typeA table tr th {
        border-top: 1px solid #808080;
        color: #005A49;
        font-weight: 600; }
      main .table.typeA table tr td {
        border-top: 1px solid #E0E0E0; }
      main .table.typeA table tr:last-child td {
        border-bottom: 1px solid #808080; }
    main .table.typeA.dash table tr td {
      border-top: 1px solid #808080; }
    main .table.typeA.dash table tr:last-child td {
      border-bottom: 1px solid #808080; }
    main .table.typeB {
      overflow-x: auto;
      /* カスタムスクロールバー */
      /* ハンドル */ }
      main .table.typeB::-webkit-scrollbar {
        height: 6px;
        background-color: #B4B4B4; }
      main .table.typeB::-webkit-scrollbar-thumb {
        background: #6A6A6A; }
      main .table.typeB table {
        width: 200%;
        border: 1px solid #E0E0E0; }
        main .table.typeB table tr th, main .table.typeB table tr td {
          padding: 1rem; }
        main .table.typeB table tr th {
          width: 25%;
          min-width: 15em;
          background-color: #005A49;
          color: #FFF;
          border-top: 1px solid #FFF; }
        main .table.typeB table tr td {
          min-width: 15em;
          border-top: 1px solid #E0E0E0; }
          main .table.typeB table tr td + td {
            border-left: 1px solid #E0E0E0; }
        main .table.typeB table tr:first-child th {
          border-top: 0; }
    main .table.typeC {
      overflow-x: auto;
      /* カスタムスクロールバー */
      /* ハンドル */ }
      main .table.typeC::-webkit-scrollbar {
        height: 6px;
        background-color: #B4B4B4; }
      main .table.typeC::-webkit-scrollbar-thumb {
        background: #6A6A6A; }
      main .table.typeC table {
        width: 200%;
        border: 1px solid #E0E0E0; }
        main .table.typeC table tr th, main .table.typeC table tr td {
          padding: 1rem; }
        main .table.typeC table tr th {
          min-width: 15em;
          background-color: #005A49;
          color: #FFF;
          border-right: 1px solid #FFF;
          text-align: center; }
        main .table.typeC table tr td {
          min-width: 15em;
          border-top: 1px solid #E0E0E0;
          background-color: #FFF; }
          main .table.typeC table tr td + td {
            border-left: 1px solid #E0E0E0; }
        main .table.typeC table tr:first-child th {
          border-right: 1px solid #E0E0E0; }
  main dl.dl-list {
    padding: 0;
    margin: 0;
    width: 100%; }
    main dl.dl-list dt {
      font-weight: 600;
      margin: 1rem 0 0 0;
      padding: 0 0 0.5rem 0;
      padding-left: 1.2em; }
      main dl.dl-list dt::before {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        background-color: #005A49;
        margin-right: 0.5rem;
        margin-left: -1.2em; }
    main dl.dl-list dd {
      padding: 0 0 0.5rem 1.2rem; }
  main ul.ul-list {
    padding: 0;
    margin: 0;
    width: 100%; }
    main ul.ul-list li {
      margin: 0.5rem 0 0 0;
      padding: 0 0 0.5rem 0;
      padding-left: 1.2em; }
      main ul.ul-list li::before {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        background-color: #005A49;
        margin-right: 0.5rem;
        margin-left: -1.2em; }
  main p + .dl-list, main p + .ul-list {
    margin-top: 1rem; }
  main .ph_link {
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    grid-gap: 1rem; }
    main .ph_link .ph {
      aspect-ratio: 1 / 1;
      overflow: hidden; }
      main .ph_link .ph img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: 0.5s; }
    main .ph_link p span {
      display: block;
      font-size: 0.8em; }
    main .ph_link h4 {
      display: block;
      font-size: 1.1em;
      font-weight: 600;
      color: #005A49; }
  main .tab_wrap {
    margin-top: 6rem; }
    main .tab_wrap .tab_btn {
      width: 960px;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 5px;
      margin: 4rem auto 0 auto; }
      main .tab_wrap .tab_btn li {
        cursor: pointer;
        background-color: #F8F7F0;
        padding: 0.2rem;
        flex-grow: 1;
        transition: 0.5s;
        position: relative;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        main .tab_wrap .tab_btn li::after {
          content: '';
          background-color: #005A49;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 0;
          transition: 0.3s; }
        main .tab_wrap .tab_btn li p {
          color: #FFF;
          font-family: "Noto Sans JP", sans-serif;
          position: relative;
          z-index: 10;
          font-size: 0.8em;
          line-height: 1.4; }
        main .tab_wrap .tab_btn li:hover, main .tab_wrap .tab_btn li.active {
          height: 3.8rem; }
        main .tab_wrap .tab_btn li:hover::after, main .tab_wrap .tab_btn li.active::after {
          height: 4px; }
        main .tab_wrap .tab_btn li:hover p, main .tab_wrap .tab_btn li.active p {
          color: #005A49;
          font-weight: 700; }
    main .tab_wrap .bg-color {
      margin: 0; }
    main .tab_wrap .tab_content {
      width: 960px;
      max-width: 90%;
      margin: auto; }
  main .foot_path {
    margin: 6rem auto 0 auto;
    padding: 1rem;
    width: 1280px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    main .foot_path a {
      color: #808080;
      position: relative;
      font-size: 0.8em; }
      main .foot_path a + a {
        padding-left: 1.8rem;
        margin-left: 1rem; }
        main .foot_path a + a::before {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-top: 1px solid #005A49;
          border-right: 1px solid #005A49;
          transform: rotate(45deg);
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      main .foot_path a.current {
        color: #005A49;
        text-decoration: underline; }
  main a.link_ul {
    display: inline-block;
    color: #017963;
    text-decoration: underline;
    text-decoration-color: #017963;
    transition: 0.5s;
    margin-top: 0.5rem; }
    main a.link_ul:hover {
      text-decoration-color: transparent; }
    main a.link_ul + p {
      margin-top: 1rem; }
  main p + a.link_ul {
    margin-top: 1rem; }
  main #hero {
    position: relative;
    width: 100%;
    height: auto;
    /*min-height: 100vh;
    min-height: -webkit-fill-available;*/
    margin: 2px auto;
    padding: 0;
    overflow: hidden;
    /*h2 {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(1,121,99,0.8);
    color: $white;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    padding: 3rem 0;
    text-align: center;
    
    div {
    display: inline-block;
    }
    
    p {
    font-size: 3em;
    font-family: $outfit;
    letter-spacing: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    }
    
    span {
    font-size: 1.1em;
    font-weight: 500;
    font-family: $gothic;
    &::before {
    content: '';
    display: block;
    margin: 1.5rem auto;
    width: 2rem;
    height: 1px;
    background-color: $white;
    }
    }
    
    }*/
    /*.swiper-wrapper {
    aspect-ratio: 1 / 1;
    
    @media screen and (min-width: $small-screen) {//TABLET
    aspect-ratio: 2 / 1;
    }//TABLET
    
    @media screen and (min-width: $medium-screen) {//PC
    aspect-ratio: 3 / 1;
    }//PC
    
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
    }
    
    .top_img {
    margin-top: 0;
    
    @media screen and (min-width: $medium-screen) {//PC
    margin-top: -100px;
    }//PC
    
    }*/ }
    main #hero .copy {
      width: 300px;
      aspect-ratio: 1 / 1;
      max-width: 60%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    main #hero img {
      width: 100%;
      height: 100%; }
    main #hero .video {
      width: 100%;
      height: auto; }
    main #hero .video-pc {
      display: none; }
    main #hero .video-sp {
      display: block; }
  main .infinite-slider {
    margin-top: 0;
    padding: 0 0 4rem 0; }
    main .infinite-slider.swiper {
      width: 100vw;
      overflow: visible; }
    main .infinite-slider .swiper-slide {
      position: relative;
      margin: 0;
      overflow: hidden;
      transition: 1s; }
      main .infinite-slider .swiper-slide a {
        display: inline-block; }
        main .infinite-slider .swiper-slide a::after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background-color: #017963;
          transition: 0.5s; }
        main .infinite-slider .swiper-slide a:hover::after {
          width: 100%; }
      main .infinite-slider .swiper-slide p {
        margin-top: 0.5rem;
        padding: 0.5rem 0; }
      main .infinite-slider .swiper-slide img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        position: relative; }
    main .infinite-slider .swiper-pagination-bullet {
      background-color: #005A49;
      width: 6px;
      height: 6px;
      margin: 0 8px !important; }
    main .infinite-slider .swiper-button-next, main .infinite-slider .swiper-button-prev {
      border-radius: 50%;
      background-color: #FFF;
      width: 3rem;
      height: 3rem;
      border: 1px solid #017963;
      top: 25%;
      margin: auto; }
    main .infinite-slider .swiper-button-next:after, main .infinite-slider .swiper-button-prev:after {
      position: absolute;
      content: "";
      width: 0.8rem;
      height: 0.8rem;
      border: 1px solid #017963;
      transform: rotate(45deg);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    main .infinite-slider .swiper-button-next {
      right: .5rem; }
      main .infinite-slider .swiper-button-next::after {
        border-bottom: 0;
        border-left: 0;
        right: 0.5rem; }
    main .infinite-slider .swiper-button-prev {
      left: .5rem; }
      main .infinite-slider .swiper-button-prev::after {
        border-top: 0;
        border-right: 0;
        left: 0.5rem; }
    main .infinite-slider .swiper-slide img {
      width: 100%;
      height: auto; }
  main .news_contents {
    width: 1280px;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto; }
  main .tab_btn {
    text-align: center;
    width: 100%; }
    main .tab_btn .tab_wrap {
      max-width: 100%;
      width: 1280px;
      margin: auto;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
      overflow: hidden; }
      main .tab_btn .tab_wrap .childs_opn {
        display: block;
        padding: 1rem;
        position: relative;
        background-color: #E0E0E0; }
        main .tab_btn .tab_wrap .childs_opn::before {
          content: '';
          display: block;
          position: absolute;
          right: 1rem;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 2px;
          width: 16px;
          background-color: #005A49;
          transition: 0.5s; }
        main .tab_btn .tab_wrap .childs_opn::after {
          content: '';
          display: block;
          position: absolute;
          right: 1rem;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 2px;
          width: 16px;
          background-color: #005A49;
          transition: 0.5s;
          transform: rotate(90deg); }
        main .tab_btn .tab_wrap .childs_opn.active::after {
          transform: rotate(360deg); }
      main .tab_btn .tab_wrap ul {
        width: 100%;
        display: block; }
        main .tab_btn .tab_wrap ul li {
          padding: 1rem;
          transition: 0.5s;
          cursor: pointer;
          margin-top: -1px; }
          main .tab_btn .tab_wrap ul li + li {
            border-left: 0;
            border-top: 1px solid #E0E0E0; }
          main .tab_btn .tab_wrap ul li.all:hover, main .tab_btn .tab_wrap ul li.all.active {
            background-color: #005A49;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.notice:hover, main .tab_btn .tab_wrap ul li.notice.active {
            background-color: #E32D0C;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.m_news:hover, main .tab_btn .tab_wrap ul li.m_news.active {
            background-color: #01A774;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.exam:hover, main .tab_btn .tab_wrap ul li.exam.active {
            background-color: #0660A2;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.club:hover, main .tab_btn .tab_wrap ul li.club.active {
            background-color: #10A2B5;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.ssh:hover, main .tab_btn .tab_wrap ul li.ssh.active {
            background-color: #20D0FE;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.parents:hover, main .tab_btn .tab_wrap ul li.parents.active {
            background-color: #2AA842;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.graduate:hover, main .tab_btn .tab_wrap ul li.graduate.active {
            background-color: #86BD01;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.media:hover, main .tab_btn .tab_wrap ul li.media.active {
            background-color: #FF9A00;
            color: #FFF; }
          main .tab_btn .tab_wrap ul li.online:hover, main .tab_btn .tab_wrap ul li.online.active {
            background-color: #0083F4;
            color: #FFF; }
  main .tab_content {
    margin-top: 2rem; }
    main .tab_content li {
      /*display: none;
      &.active {
      display: block;
      }*/ }
      main .tab_content li a {
        display: block; }
      main .tab_content li dl {
        background-color: #F5F5F5;
        margin-top: 5px;
        display: block;
        align-items: center; }
        main .tab_content li dl dt {
          padding: 0.5rem 0; }
          main .tab_content li dl dt div {
            background-color: #FFF;
            padding: 0.3rem 0.5rem;
            width: 12em;
            max-width: 100%;
            font-size: 0.9em;
            border-right: 2px solid #EEE; }
            main .tab_content li dl dt div + div {
              margin-top: 5px; }
        main .tab_content li dl dd {
          padding: 1rem 2rem; }
          main .tab_content li dl dd p {
            font-size: 0.9em;
            padding: 0 !important;
            margin: 0 !important;
            line-height: 1.6; }
            main .tab_content li dl dd p span {
              color: #005A49;
              font-weight: 600;
              margin-left: 0.5em; }
        main .tab_content li dl dt div.notice {
          border-right-color: #E32D0C; }
        main .tab_content li dl dt div.m_news {
          border-right-color: #01A774; }
        main .tab_content li dl dt div.exam {
          border-right-color: #0660A2; }
        main .tab_content li dl dt div.club {
          border-right-color: #10A2B5; }
        main .tab_content li dl dt div.parents {
          border-right-color: #2AA842; }
        main .tab_content li dl dt div.graduate {
          border-right-color: #86BD01; }
        main .tab_content li dl dt div.media {
          border-right-color: #FF9A00; }
        main .tab_content li dl dt div.ssh {
          border-right-color: #20D0FE; }
        main .tab_content li dl dt div.online {
          border-right-color: #0083F4; }
  main .page {
    display: flex;
    justify-content: center;
    column-gap: 2px;
    margin-top: 3rem; }
    main .page a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3em;
      height: 3em;
      border: 1px solid #CCC;
      text-align: center;
      color: #005A49;
      padding: 0.5rem;
      border-radius: 5px;
      transition: 0.5s; }
      main .page a p {
        font-family: "Outfit", sans-serif;
        font-weight: 600;
        font-size: 1em; }
      main .page a:hover, main .page a.active {
        background-color: #005A49;
        color: #FFF; }
  main .features_contents {
    margin-top: 6rem; }
    main .features_contents .btn.arrow {
      margin-top: 2rem;
      text-align: left; }
    main .features_contents ul {
      width: 1100px;
      max-width: 90%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1rem;
      align-items: stretch;
      margin: 3rem auto 8rem auto; }
      main .features_contents ul li a {
        display: block;
        background-color: #F5F5F5;
        border-radius: 5px;
        padding: 1rem;
        border: 1px solid #E0E0E0;
        text-align: center;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        align-content: space-between;
        transition: 0.5s; }
      main .features_contents ul li h2 p {
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.6;
        margin: 0.5rem 0; }
      main .features_contents ul li h3 p {
        border-bottom: 1px solid #005A49;
        color: #005A49;
        display: inline-block;
        margin-bottom: 0.5rem;
        font-family: "Outfit", sans-serif;
        font-size: 1.8em;
        font-weight: 400; }
      main .features_contents ul li .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        main .features_contents ul li .arrow p {
          display: inline;
          margin: 0 auto 0 0;
          color: #005A49;
          font-weight: 500; }
        main .features_contents ul li .arrow i {
          margin: 0 0 0 auto;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          margin-top: 3px; }
          main .features_contents ul li .arrow i::before {
            content: '';
            display: block;
            width: 10px;
            height: 1px;
            background-color: #017963;
            transition: 0.5s; }
          main .features_contents ul li .arrow i::after {
            content: '';
            display: block;
            width: 6px;
            height: 7px;
            background-image: url("../images/arrow1.svg");
            background-repeat: no-repeat;
            background-position: right center;
            margin-right: 1rem; }
      main .features_contents ul li a:hover {
        border-color: #005A49; }
        main .features_contents ul li a:hover .arrow i::before {
          width: 18px; }
  main .features_title {
    background-color: #005A49;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    width: 100%;
    padding: 4rem 1rem 8rem 1rem;
    color: #FFF; }
    main .features_title h2 {
      padding: 0;
      margin: 0; }
      main .features_title h2 p {
        display: block;
        font-size: 3em;
        font-weight: 400;
        line-height: 1.2; }
      main .features_title h2 span {
        display: block;
        font-family: "Outfit", sans-serif;
        font-size: 1.4em;
        font-weight: 300;
        letter-spacing: 0.3rem;
        margin-top: 1rem; }
    main .features_title p {
      margin-top: 1.5rem;
      font-size: 1.1em; }
  main .txt_wrap {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 9999;
    top: auto;
    bottom: 10rem;
    right: 2rem;
    left: 2rem;
    margin: auto;
    width: auto; }
    main .txt_wrap .txt {
      padding: 0;
      color: #FFF;
      width: 100%;
      max-width: 100%; }
      main .txt_wrap .txt h2 p {
        font-weight: 400;
        font-size: 2.4em;
        line-height: 1.6;
        margin-bottom: 1.5rem; }
      main .txt_wrap .txt h3 p {
        border-bottom: 1px solid #FFF;
        display: inline-block;
        margin-bottom: 0.5rem;
        font-family: "Outfit", sans-serif;
        font-size: 3.4em;
        font-weight: 400;
        line-height: 1.4; }
      main .txt_wrap .txt .btn.arrow a {
        display: block;
        background-color: transparent; }
  main .features_bg {
    position: relative; }
    main .features_bg::before {
      content: '';
      background-color: #005A49;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 0; }
    main .features_bg::after {
      content: '';
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 999; }
    main .features_bg img {
      position: relative;
      z-index: 100;
      aspect-ratio: 1/2;
      object-fit: cover;
      object-position: center top; }
    main .features_bg.first {
      margin-top: -4rem; }
      main .features_bg.first::before {
        clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 95%); }
      main .features_bg.first::after, main .features_bg.first img {
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%); }
    main .features_bg.second {
      margin-top: 2rem; }
      main .features_bg.second::before {
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%); }
      main .features_bg.second::after, main .features_bg.second img {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%); }
      main .features_bg.second .txt_wrap {
        justify-content: flex-start; }
    main .features_bg.third {
      margin-top: 2rem; }
      main .features_bg.third::before {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%); }
      main .features_bg.third::after, main .features_bg.third img {
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%); }
  main .dep_contents {
    width: 1280px;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto; }
    main .dep_contents ul.course {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem; }
      main .dep_contents ul.course li {
        position: relative;
        background-color: #F5F5F5;
        border-radius: 5px;
        padding: 0 0 1rem 0; }
        main .dep_contents ul.course li::before {
          content: '';
          font-size: 1.2em;
          display: inline-block;
          border-radius: 0 0 5px 5px;
          background-color: #000;
          color: #FFF;
          padding: 1.2rem 2rem;
          position: absolute;
          left: 1.2rem;
          top: 0;
          z-index: 999; }
        main .dep_contents ul.course li p {
          text-align: center;
          font-weight: 500;
          font-size: 1.1em;
          line-height: 1.4;
          padding: 0 1rem; }
        main .dep_contents ul.course li h3 p {
          font-weight: 600;
          font-size: 1.8em;
          text-align: center;
          padding: 0 1rem;
          margin: 1rem auto; }
        main .dep_contents ul.course li .tag {
          text-align: center;
          padding: 0 2rem;
          margin-bottom: 1rem; }
          main .dep_contents ul.course li .tag p {
            display: inline-block;
            position: relative;
            padding: 0;
            font-size: 0.9em;
            font-weight: 400;
            margin: 0 0.5rem 0.5rem 0;
            line-height: 1.6;
            background: linear-gradient(transparent 0%, transparent 70%, #999 70%, #999 100%); }
        main .dep_contents ul.course li.general::before {
          content: '普通科';
          background-color: #007FAD; }
        main .dep_contents ul.course li.general h3 p {
          color: #007FAD; }
        main .dep_contents ul.course li.general .tag p {
          background: linear-gradient(transparent 0%, transparent 70%, #8CDBE2 70%, #8CDBE2 100%); }
        main .dep_contents ul.course li.commercial::before {
          content: '商業科';
          background-color: #33AC0F; }
        main .dep_contents ul.course li.commercial h3 p {
          color: #33AC0F; }
        main .dep_contents ul.course li.commercial .tag p {
          background: linear-gradient(transparent 0%, transparent 70%, #9AE584 70%, #9AE584 100%); }
      main .dep_contents ul.course .han-en {
        background-color: transparent;
        width: 18rem;
        height: 23rem;
        border-radius: 0 0 9rem 9rem;
        position: relative;
        overflow: hidden;
        margin: 0 auto 2rem auto; }
        main .dep_contents ul.course .han-en::after {
          content: '';
          width: 18rem;
          height: 18rem;
          border-radius: 9rem;
          position: absolute;
          bottom: 0;
          background-color: #FFF;
          z-index: 0; }
        main .dep_contents ul.course .han-en img {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          transition: 0.5s; }
          main .dep_contents ul.course .han-en img:hover {
            transform: scale(110%); }
  main .voice_contents {
    width: 900px;
    max-width: 100%;
    margin: auto;
    padding: 6rem 1rem 0 1rem; }
    main .voice_contents a {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto;
      align-items: stretch; }
    main .voice_contents .voice_title {
      background-color: #017963;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      text-align: center;
      grid-column: 1 / 4;
      grid-row: 2; }
      main .voice_contents .voice_title h2 p {
        font-size: 2em;
        font-weight: 400;
        position: relative;
        text-align: center;
        margin: 0; }
        main .voice_contents .voice_title h2 p::after {
          content: '';
          display: block;
          width: 1rem;
          height: 1px;
          background-color: #FFF;
          margin: auto; }
        main .voice_contents .voice_title h2 p span {
          font-family: "Outfit", sans-serif;
          font-size: 1.2em; }
      main .voice_contents .voice_title p {
        text-align: left;
        margin-top: 2rem;
        line-height: 1.6; }
      main .voice_contents .voice_title .arrow {
        text-align: center;
        position: relative; }
        main .voice_contents .voice_title .arrow p {
          display: inline-block;
          position: relative;
          padding-left: 30px; }
          main .voice_contents .voice_title .arrow p > i {
            position: absolute;
            left: 0;
            top: 6px;
            margin: auto;
            display: flex;
            align-items: center;
            margin-top: 3px; }
            main .voice_contents .voice_title .arrow p > i::before {
              content: '';
              display: block;
              width: 10px;
              height: 1px;
              background-color: #FFF;
              transition: 0.5s; }
            main .voice_contents .voice_title .arrow p > i::after {
              content: '';
              display: block;
              width: 6px;
              height: 7px;
              background-image: url("../images/arrow3.svg");
              background-repeat: no-repeat;
              background-position: right center;
              margin-right: 1rem; }
          main .voice_contents .voice_title .arrow p:hover i::before {
            width: 18px; }
    main .voice_contents .ph {
      position: relative; }
      main .voice_contents .ph img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top; }
      main .voice_contents .ph p {
        position: absolute;
        z-index: 999;
        background-color: #01A774;
        color: #FFF;
        left: 0;
        bottom: 1.5rem;
        padding: 0 1rem; }
        main .voice_contents .ph p::after {
          content: '';
          width: 2rem;
          height: 100%;
          position: absolute;
          right: -0.5rem;
          background-color: #01A774;
          transform: skewX(-20deg);
          z-index: -1; }
  main .life_contents {
    width: 1280px;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 3rem auto; }
    main .life_contents ul.col3 {
      margin-top: 3rem; }
      main .life_contents ul.col3 .ph {
        margin: 0.5em 0; }
        main .life_contents ul.col3 .ph + div {
          padding: 0;
          margin: 0.5em 0; }
          main .life_contents ul.col3 .ph + div span {
            font-size: 0.8em; }
  main .sns_contents {
    background-color: #FFF;
    padding: 1rem 2rem 2rem 2rem;
    margin: 7rem auto 0 auto; }
    main .sns_contents .sns_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
    main .sns_contents h3 p {
      font-size: 1.4em;
      font-weight: 600;
      color: #005A49; }
    main .sns_contents ul.sns {
      width: 170px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0.5rem;
      justify-content: center;
      margin: 1rem 0 1rem auto; }
      main .sns_contents ul.sns li {
        background-color: #F5F5F5;
        border: 1px solid #E0E0E0;
        border-radius: 50%;
        aspect-ratio: 1/1;
        padding: 10px;
        display: flex;
        align-items: center; }
      main .sns_contents ul.sns img {
        width: 100%; }
    main .sns_contents ul.ph {
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
  main .overview_contents {
    width: 1280px;
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    align-items: center; }
    main .overview_contents h2 p {
      font-size: 1.8em;
      margin-bottom: 1rem;
      font-weight: 500; }
    main .overview_contents .ph {
      aspect-ratio: 3/2; }
      main .overview_contents .ph img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    main .overview_contents .btn_wrap {
      width: auto;
      max-width: 90%;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
      margin: 2rem auto 0 auto; }
      main .overview_contents .btn_wrap .btn.arrow {
        margin: 0; }
        main .overview_contents .btn_wrap .btn.arrow a {
          min-width: 0 !important;
          display: block;
          width: 100%;
          background-color: transparent;
          margin: 0; }
  main .head_path {
    display: none; }
  main .contents_head {
    width: 100%;
    padding: 0;
    margin: 0 auto 4rem auto; }
  main .index_head {
    width: 100%;
    padding: 50% 1rem 0 1rem;
    margin: auto;
    position: relative;
    overflow: hidden; }
    main .index_head img {
      z-index: -1;
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
      object-position: right top;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
    main .index_head .index_wrap {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
    main .index_head .index_title {
      background-color: #005A49;
      color: #FFF;
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 2rem 2rem;
      position: relative; }
      main .index_head .index_title::before, main .index_head .index_title::after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #FFF;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; }
      main .index_head .index_title div::before, main .index_head .index_title div::after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #FFF;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; }
      main .index_head .index_title::before {
        border-bottom: 0;
        border-right: 0;
        margin: 0 auto auto 0; }
      main .index_head .index_title::after {
        border-bottom: 0;
        border-left: 0;
        margin: 0 0 auto auto; }
      main .index_head .index_title div {
        display: block; }
        main .index_head .index_title div::before {
          border-top: 0;
          border-right: 0;
          margin: auto auto 0 0; }
        main .index_head .index_title div::after {
          border-top: 0;
          border-left: 0;
          margin: auto 0 0 auto; }
      main .index_head .index_title h2 {
        margin-bottom: 1rem; }
        main .index_head .index_title h2 span {
          border-bottom: 1px solid #FFF;
          display: inline-block;
          padding-bottom: 0.2rem;
          margin-bottom: 1rem; }
        main .index_head .index_title h2 p {
          font-size: 2em;
          font-weight: 600;
          line-height: 1.4; }
      main .index_head .index_title .tag {
        margin-top: 1.5rem; }
        main .index_head .index_title .tag p {
          display: inline-block;
          position: relative;
          padding: 0;
          font-size: 0.9em;
          margin: 0 0.5rem 0.5rem 0;
          line-height: 1.6;
          background: linear-gradient(transparent 0%, transparent 70%, #01A774 70%, #01A774 100%); }
    main .index_head .index_contents {
      padding: 1.5rem;
      background-color: #F5F5F5; }
      main .index_head .index_contents h3 p {
        display: block;
        font-size: 1.8em;
        font-weight: 600;
        font-family: outfit;
        color: #017963;
        vertical-align: middle;
        margin-right: 1rem; }
      main .index_head .index_contents h3 span {
        display: block;
        font-size: 1em;
        font-weight: 600;
        vertical-align: middle; }
      main .index_head .index_contents h4 p {
        margin-top: 2rem;
        font-size: 1.2em;
        font-weight: 700;
        color: #017963; }
      main .index_head .index_contents ul {
        margin: 0;
        padding: 0;
        min-height: 0;
        overflow: hidden; }
        main .index_head .index_contents ul li + li {
          margin-top: 0.5rem; }
        main .index_head .index_contents ul + ul {
          margin-top: 2rem; }
      main .index_head .index_contents .contents_opn {
        position: relative;
        cursor: pointer; }
        main .index_head .index_contents .contents_opn::before {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 20px;
          height: 2px;
          background-color: #017963; }
        main .index_head .index_contents .contents_opn::after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 20px;
          height: 2px;
          background-color: #017963;
          transform: rotate(90deg);
          transition: 0.5s; }
        main .index_head .index_contents .contents_opn.active::after {
          transform: rotate(360deg); }
      main .index_head .index_contents .contents_index {
        margin-top: 2rem; }
  main .arrow_left a {
    position: relative;
    padding-left: 30px; }
    main .arrow_left a > i {
      position: absolute;
      left: 0;
      top: 0.3em;
      margin: auto;
      display: flex;
      align-items: center;
      margin-top: 3px; }
      main .arrow_left a > i::before {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background-color: #017963;
        transition: 0.5s; }
      main .arrow_left a > i::after {
        content: '';
        display: block;
        width: 6px;
        height: 7px;
        background-image: url("../images/arrow1.svg");
        background-repeat: no-repeat;
        background-position: right center;
        margin-right: 1rem; }
    main .arrow_left a:hover i::before {
      width: 18px; }
  main .contents_more {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 4rem auto; }
    main .contents_more ul {
      margin-top: 3rem;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 2rem; }
  main.index .col3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin-top: 6rem; }
    main.index .col3 li {
      background-color: #F5F5F5;
      border: 1px solid #E0E0E0;
      margin: 0;
      padding: 1.5rem;
      border-radius: 5px; }
    main.index .col3 h3 {
      font-size: 1.3em;
      color: #005A49;
      font-weight: 600; }
    main.index .col3 p {
      margin: 1rem 0 0 0; }
    main.index .col3 .img {
      margin: 0 0 1rem 0; }
      main.index .col3 .img img {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: center; }
    main.index .col3 .arrow_left a {
      color: #005A49; }
  main.index .col2 {
    margin-top: 6rem; }
    main.index .col2 h3 {
      font-size: 1.3em;
      color: #005A49;
      font-weight: 600; }
    main.index .col2 p {
      margin: 1rem 0; }
    main.index .col2 .img {
      margin: 0 0 1rem 0; }
      main.index .col2 .img img {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: center; }
    main.index .col2 .btn.arrow {
      text-align: left; }
      main.index .col2 .btn.arrow a {
        margin: 0; }
  main.subject {
    /*========== //general// ==========*/
    /*========== //commercial// ==========*/ }
    main.subject .contents01 .wrap .txt {
      padding: 1.5rem; }
      main.subject .contents01 .wrap .txt h2 p {
        font-weight: 600;
        font-size: 1.6em;
        line-height: 1.6;
        margin-bottom: 1.5rem; }
      main.subject .contents01 .wrap .txt h3 p {
        color: #005A49;
        border-bottom: 1px solid #01A774;
        display: inline-block;
        padding-bottom: 0.3rem;
        margin-bottom: 2rem;
        font-weight: 600; }
        main.subject .contents01 .wrap .txt h3 p span {
          font-family: "Outfit", sans-serif;
          display: inline-block;
          margin-left: 1rem;
          font-size: 3em;
          font-weight: 400; }
      main.subject .contents01 .wrap .txt .btn.arrow {
        margin-top: 2rem;
        text-align: left; }
        main.subject .contents01 .wrap .txt .btn.arrow a {
          color: #005A49; }
          main.subject .contents01 .wrap .txt .btn.arrow a > i::before {
            background-color: #005A49; }
          main.subject .contents01 .wrap .txt .btn.arrow a > i::after {
            background-image: url("../images/arrow1.svg"); }
          main.subject .contents01 .wrap .txt .btn.arrow a:hover {
            border: 1px solid #017963; }
    main.subject .btn.note a {
      position: relative;
      border: 1px solid #017963;
      background-color: #017963;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFF;
      border-radius: 6px;
      padding: 1.2rem;
      margin: auto;
      width: 22em;
      max-width: 100%;
      transition: 0.5s; }
      main.subject .btn.note a > i {
        display: block;
        width: 15px;
        height: 25px;
        margin-right: 15px;
        background-image: url("../images/icon_note.svg");
        background-repeat: no-repeat;
        background-position: right center; }
      main.subject .btn.note a:hover {
        background-color: #FFF;
        color: #017963; }
        main.subject .btn.note a:hover > i {
          background-image: url("../images/icon_note-green.svg"); }
    main.subject .contents02 {
      width: 1280px;
      max-width: 100%;
      padding: 0 1.5rem;
      margin: 0 auto; }
      main.subject .contents02 .header_wrap {
        width: 100%;
        display: grid;
        grid-template-columns: 80px auto;
        grid-gap: 1rem;
        align-items: center; }
        main.subject .contents02 .header_wrap + ul {
          padding-bottom: 2rem;
          margin-bottom: 4rem; }
          main.subject .contents02 .header_wrap + ul:last-child {
            margin-bottom: 0; }
        main.subject .contents02 .header_wrap h3 {
          grid-column: 1;
          grid-row: 1; }
        main.subject .contents02 .header_wrap h4 {
          grid-column: 2;
          grid-row: 1;
          margin: 0; }
        main.subject .contents02 .header_wrap p {
          grid-column: 1 / 3;
          grid-row: 2;
          margin: 0; }
        main.subject .contents02 .header_wrap h3 {
          width: 80px;
          height: 80px;
          margin: auto;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #005A49;
          color: #FFF;
          box-sizing: border-box;
          position: relative;
          z-index: 99; }
          main.subject .contents02 .header_wrap h3::before, main.subject .contents02 .header_wrap h3::after {
            content: '';
            display: block;
            position: absolute;
            border: 1px solid #FFF;
            width: 20px;
            height: 20px;
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px; }
          main.subject .contents02 .header_wrap h3 div::before, main.subject .contents02 .header_wrap h3 div::after {
            content: '';
            display: block;
            position: absolute;
            border: 1px solid #FFF;
            width: 20px;
            height: 20px;
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px; }
          main.subject .contents02 .header_wrap h3::before {
            border-bottom: 0;
            border-right: 0;
            margin: 0 auto auto 0; }
          main.subject .contents02 .header_wrap h3::after {
            border-bottom: 0;
            border-left: 0;
            margin: 0 0 auto auto; }
          main.subject .contents02 .header_wrap h3 div {
            display: block; }
            main.subject .contents02 .header_wrap h3 div::before {
              border-top: 0;
              border-right: 0;
              margin: auto auto 0 0; }
            main.subject .contents02 .header_wrap h3 div::after {
              border-top: 0;
              border-left: 0;
              margin: auto 0 0 auto; }
            main.subject .contents02 .header_wrap h3 div span {
              display: block;
              font-family: "Outfit", sans-serif;
              font-size: 2.8em;
              font-weight: 300;
              line-height: 1.2; }
            main.subject .contents02 .header_wrap h3 div p {
              display: block;
              font-size: 1.1em;
              line-height: 1.2;
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 600; }
        main.subject .contents02 .header_wrap h4 p {
          font-size: 1.4em; }
        main.subject .contents02 .header_wrap p {
          font-size: 1.1em; }
      main.subject .contents02 ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2rem;
        margin-top: 3rem; }
    main.subject.general .main_title h2::before, main.subject.general .main_title h2::after {
      border-color: #007FAD; }
    main.subject.general .main_title h2 p::before, main.subject.general .main_title h2 p::after {
      border-color: #007FAD; }
    main.subject.general .caption span {
      color: #006C93; }
    main.subject.general h3.typeA::before {
      background-color: #006C93; }
    main.subject.general .index_contents h3 p, main.subject.general .index_contents h4 p {
      color: #0660A2; }
    main.subject.general .index_head .index_title {
      background-color: #006C93; }
      main.subject.general .index_head .index_title .tag p {
        background: linear-gradient(transparent 0%, transparent 70%, #00B9C9 70%, #00B9C9 100%); }
    main.subject.general .index_head .plus::before, main.subject.general .index_head .plus::after {
      background-color: #007FAD; }
    main.subject.general .index_head .arrow_left a {
      position: relative;
      padding-left: 30px; }
      main.subject.general .index_head .arrow_left a > i::before {
        background-color: #006C93; }
      main.subject.general .index_head .arrow_left a > i::after {
        background-image: url("../images/arrow2.svg"); }
    main.subject.general .contents01 .wrap .txt h3 p {
      color: #006C93;
      border-bottom: 1px solid #00B9C9; }
    main.subject.general .contents01 .wrap .txt .btn.arrow a {
      color: #006C93; }
      main.subject.general .contents01 .wrap .txt .btn.arrow a > i::before {
        background-color: #006C93; }
      main.subject.general .contents01 .wrap .txt .btn.arrow a > i::after {
        background-image: url("../images/arrow2.svg"); }
      main.subject.general .contents01 .wrap .txt .btn.arrow a:hover {
        border: 1px solid #006C93; }
    main.subject.general .btn.note a {
      border: 1px solid #007FAD;
      background-color: #007FAD; }
      main.subject.general .btn.note a:hover {
        color: #007FAD;
        background-color: #FFF; }
        main.subject.general .btn.note a:hover > i {
          background-image: url("../images/icon_note-blue.svg"); }
    main.subject.general .contents02 h3 {
      background-color: #006C93; }
    main.subject.commercial .main_title h2::before, main.subject.commercial .main_title h2::after {
      border-color: #33AC0F; }
    main.subject.commercial .main_title h2 p::before, main.subject.commercial .main_title h2 p::after {
      border-color: #33AC0F; }
    main.subject.commercial .caption span {
      color: #208303; }
    main.subject.commercial h3.typeA::before {
      background-color: #208303; }
    main.subject.commercial .index_contents h3 p, main.subject.commercial .index_contents h4 p {
      color: #208303; }
    main.subject.commercial .index_head .index_title {
      background-color: #208303; }
      main.subject.commercial .index_head .index_title .tag p {
        background: linear-gradient(transparent 0%, transparent 70%, #8CD813 70%, #8CD813 100%); }
    main.subject.commercial .index_head .plus::before, main.subject.commercial .index_head .plus::after {
      background-color: #33AC0F; }
    main.subject.commercial .index_head .arrow_left a {
      position: relative;
      padding-left: 30px; }
      main.subject.commercial .index_head .arrow_left a > i::before {
        background-color: #208303; }
      main.subject.commercial .index_head .arrow_left a > i::after {
        background-image: url("../images/arrow4.svg"); }
    main.subject.commercial .contents01 .wrap .txt h3 p {
      color: #208303;
      border-bottom: 1px solid #8CD813; }
    main.subject.commercial .contents01 .wrap .txt .btn.arrow a {
      color: #208303; }
      main.subject.commercial .contents01 .wrap .txt .btn.arrow a > i::before {
        background-color: #208303; }
      main.subject.commercial .contents01 .wrap .txt .btn.arrow a > i::after {
        background-image: url("../images/arrow4.svg"); }
      main.subject.commercial .contents01 .wrap .txt .btn.arrow a:hover {
        border: 1px solid #208303; }
    main.subject.commercial .btn.note a {
      border: 1px solid #33AC0F;
      background-color: #33AC0F; }
      main.subject.commercial .btn.note a:hover {
        color: #208303;
        background-color: #FFF; }
        main.subject.commercial .btn.note a:hover > i {
          background-image: url("../images/icon_note-green.svg"); }
    main.subject.commercial .contents02 h3 {
      background-color: #208303; }
  main.features .contents01 .wrap {
    margin: 2rem auto;
    max-width: 90%; }
    main.features .contents01 .wrap .lead {
      width: 720px;
      color: #005A49;
      max-width: 100%;
      font-size: 1.1em;
      font-weight: 500;
      margin: 2rem auto;
      padding: 0; }
    main.features .contents01 .wrap .col3 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
      width: 960px;
      max-width: 100%;
      margin: 3rem auto; }
    main.features .contents01 .wrap .col4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
      width: 1280px;
      max-width: 100%;
      margin: 3rem auto; }
    main.features .contents01 .wrap .data li {
      background-color: #017963;
      color: #FFF;
      padding: 1rem;
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center; }
      main.features .contents01 .wrap .data li div {
        text-align: center; }
      main.features .contents01 .wrap .data li h3 {
        min-height: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(1em, 3vw, 1.4em);
        font-weight: 500;
        padding: 0;
        margin: 0; }
      main.features .contents01 .wrap .data li h4 {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-size: clamp(1.4em, 5vw, 1.8em);
        font-weight: 400;
        padding: 0;
        margin-top: 2rem; }
        main.features .contents01 .wrap .data li h4 span {
          font-size: clamp(2.5em, 8vw, 3em);
          font-family: "Outfit", sans-serif;
          line-height: 1;
          letter-spacing: 0.02em; }
    main.features .contents01 .wrap .career {
      grid-template-columns: 1fr; }
      main.features .contents01 .wrap .career li {
        background-color: #017963;
        color: #FFF;
        padding: 1rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        main.features .contents01 .wrap .career li div {
          text-align: center;
          font-size: clamp(1.2em, 2vw, 1.4em);
          line-height: 1.6;
          font-weight: 600; }
    main.features .contents01 .wrap .news_contents {
      margin-top: 6rem; }
    main.features .contents01 .wrap .ph {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 2rem;
      width: 1280px;
      max-width: 100%;
      margin: 3rem auto; }
  main.features .contents02 .wrap {
    width: 960px;
    max-width: 90%;
    margin: 6rem auto 0 auto; }
    main.features .contents02 .wrap h3 {
      color: #017963;
      margin: 2rem auto; }
      main.features .contents02 .wrap h3 div {
        display: inline-block;
        border-bottom: 1px solid #01A774;
        padding-bottom: 0.2rem;
        font-weight: 500;
        font-size: 1.2em; }
        main.features .contents02 .wrap h3 div span {
          font-family: "Outfit", sans-serif; }
        main.features .contents02 .wrap h3 div p {
          display: inline-block;
          margin-left: 0.2em;
          font-size: 2.2em;
          font-family: "Outfit", sans-serif; }
    main.features .contents02 .wrap h4 {
      font-size: 2em;
      font-weight: 600;
      margin: 2rem auto; }
    main.features .contents02 .wrap .lead {
      width: 100%;
      padding: 0;
      margin: 2rem auto; }
    main.features .contents02 .wrap .col2 {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1.5rem;
      margin: 2rem auto;
      align-content: flex-start; }
      main.features .contents02 .wrap .col2 li {
        background-color: #005A49;
        color: #FFF;
        padding: 2rem 2.5rem; }
        main.features .contents02 .wrap .col2 li h3 {
          font-size: 1.4em;
          font-weight: 500;
          padding: 0 0 0 1rem;
          margin: 1rem 0 2rem 0;
          line-height: 1.2;
          color: #FFF;
          position: relative; }
          main.features .contents02 .wrap .col2 li h3::before {
            content: '';
            height: 1em;
            width: 3px;
            background-color: #DBF03C;
            position: absolute;
            left: 0;
            top: 2px; }
        main.features .contents02 .wrap .col2 li .link.right {
          margin-top: 1.5rem;
          text-align: right; }
        main.features .contents02 .wrap .col2 li .link a {
          color: #FFF;
          text-decoration: underline; }
  main.features .contents02 > .wrap:nth-child(1) {
    margin: 0 auto; }
  main.features .contents02 > .img + .wrap {
    margin: auto; }
  main.features .contents02 .img {
    width: 960px;
    max-width: 100%;
    margin: auto; }
    main.features .contents02 .img img {
      width: 100%;
      aspect-ratio: 2 / 1;
      object-fit: cover;
      object-position: center; }
  main.features .contents02 .support .wrap {
    width: auto;
    margin: auto; }
    main.features .contents02 .support .wrap h3 {
      margin: 0; }
  main.features .contents02 .support .img {
    margin: 2rem auto;
    width: 100%; }
    main.features .contents02 .support .img img {
      width: 100%;
      height: auto;
      aspect-ratio: auto; }
  main.features .sns_wrap {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 4rem auto; }
    main.features .sns_wrap ul {
      margin-top: 3rem;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 2rem; }
      main.features .sns_wrap ul li {
        text-align: center;
        background-color: #F5F5F5;
        border-radius: 5px;
        padding: 2rem; }
        main.features .sns_wrap ul li img {
          width: 6rem;
          height: 6rem;
          object-fit: contain;
          object-position: center;
          margin: auto; }
        main.features .sns_wrap ul li h3 {
          display: inline-block;
          color: #005A49;
          font-size: 1.2em;
          font-weight: 600;
          text-align: left;
          margin: 1rem 0; }
        main.features .sns_wrap ul li p {
          display: inline-block;
          text-align: left;
          margin: 0;
          padding: 0;
          line-height: 1.6; }
  main.features.data-ir .wrap {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9999; }
  main.features.data-ir h3.data {
    color: #005A49;
    margin: 2rem auto;
    text-align: center; }
    main.features.data-ir h3.data div {
      display: inline-block;
      border-bottom: 2px solid #005A49;
      padding-bottom: 0.3rem;
      letter-spacing: 0.1em;
      line-height: 1; }
      main.features.data-ir h3.data div span {
        display: block;
        font-family: "Outfit", sans-serif; }
      main.features.data-ir h3.data div i {
        display: block;
        font-style: normal;
        display: block;
        margin-top: 0.2rem;
        font-size: 3.5em;
        font-weight: 400;
        font-family: "Outfit", sans-serif; }
    main.features.data-ir h3.data p {
      margin: 0;
      margin-top: 1rem;
      font-size: 2em;
      font-weight: 500; }
    main.features.data-ir h3.data.invert {
      color: #FFF; }
      main.features.data-ir h3.data.invert div {
        border-bottom: 1px solid #FFF; }
  main.features.data-ir .container.bg-color.green {
    position: relative; }
    main.features.data-ir .container.bg-color.green.data01 {
      margin-top: 8rem;
      padding: 4rem 0 10rem 0; }
      main.features.data-ir .container.bg-color.green.data01::before {
        content: '';
        width: auto;
        height: 7vw;
        background-image: url(../images/features/data/bg_01.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        position: absolute;
        bottom: 100%;
        left: 3vw;
        right: 3vw;
        margin: auto; }
      main.features.data-ir .container.bg-color.green.data01::after {
        content: '';
        width: auto;
        height: 9vw;
        background-image: url(../images/features/data/bg_02.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        position: absolute;
        bottom: -1px;
        left: 3vw;
        right: 3vw;
        margin: auto; }
    main.features.data-ir .container.bg-color.green.data03 {
      margin-top: 10rem;
      padding: 4rem 0 10rem 0; }
      main.features.data-ir .container.bg-color.green.data03::before {
        content: '';
        width: auto;
        height: 10vw;
        background-image: url(../images/features/data/bg_03.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        position: absolute;
        bottom: 99.9%;
        left: 3vw;
        right: 3vw;
        margin: auto; }
      main.features.data-ir .container.bg-color.green.data03::after {
        content: '';
        width: auto;
        height: 16vw;
        background-image: url(../images/features/data/bg_04.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        position: absolute;
        bottom: -7vw;
        left: 3vw;
        right: 3vw;
        margin: auto; }
    main.features.data-ir .container.bg-color.green h3.data {
      color: #FFF; }
      main.features.data-ir .container.bg-color.green h3.data div {
        border-bottom: 1px solid #FFF; }
  main.features.data-ir .col2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin-top: 5rem; }
    main.features.data-ir .col2 li {
      background-color: #F8F7F0;
      border-radius: 5px;
      padding: 2rem;
      color: #000; }
      main.features.data-ir .col2 li h4 {
        text-align: center;
        font-size: 1em; }
        main.features.data-ir .col2 li h4 > span {
          display: block;
          font-weight: 600;
          font-size: 1.3em;
          margin-bottom: 0.5rem; }
        main.features.data-ir .col2 li h4 > p {
          display: inline-block;
          vertical-align: middle;
          color: #005A49;
          font-weight: 600;
          line-height: 1;
          font-size: 1.6rem; }
          main.features.data-ir .col2 li h4 > p > span {
            display: inline-block;
            text-align: left;
            font-weight: 400;
            font-size: 3.8rem;
            font-family: "Outfit", sans-serif; }
          main.features.data-ir .col2 li h4 > p > i {
            display: block !important;
            text-align: left;
            font-size: 0.9rem;
            font-weight: 600;
            line-height: 1.4; }
            main.features.data-ir .col2 li h4 > p > i.center {
              text-align: center; }
          main.features.data-ir .col2 li h4 > p.small > span {
            font-size: 3rem; }
        main.features.data-ir .col2 li h4 > i {
          display: block;
          font-size: 0.9em;
          margin-top: 0.3rem; }
      main.features.data-ir .col2 li img {
        display: block;
        width: 20rem;
        max-width: 90%;
        height: 13rem;
        margin: 2rem auto; }
        main.features.data-ir .col2 li img.large {
          width: 30rem; }
      main.features.data-ir .col2 li p {
        line-height: 1.6; }
  main.achievements .tab_content {
    margin-bottom: 4rem; }
    main.achievements .tab_content li ul.col2 {
      display: grid;
      grid-template-columns: 1fr;
      grid-row-gap: 0;
      grid-column-gap: 2rem;
      margin-bottom: 4rem; }
      main.achievements .tab_content li ul.col2 li {
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
        margin: -1px 0 0 0;
        padding: 0.5rem 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        main.achievements .tab_content li ul.col2 li p {
          line-height: 1.6;
          font-weight: 600; }
          main.achievements .tab_content li ul.col2 li p span {
            font-weight: 300;
            margin-left: 0.5rem; }
          main.achievements .tab_content li ul.col2 li p:nth-child(1) {
            flex-basis: 80%;
            margin: 0.5rem auto 0.5rem 0; }
          main.achievements .tab_content li ul.col2 li p:nth-child(2) {
            flex-basis: 20%;
            white-space: nowrap;
            text-align: right;
            margin: 0.5rem 0 0.5rem auto; }
  main.about-school.downloads ul.download {
    width: 960px;
    max-width: 90%;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin: 2rem auto 6rem auto; }
    main.about-school.downloads ul.download li a {
      min-height: 100%;
      display: flex;
      align-items: center;
      background-color: #005A49;
      border-radius: 5px;
      padding: 2rem;
      color: #FFF;
      transition: 0.5s; }
      main.about-school.downloads ul.download li a:hover {
        background-color: #017963; }
    main.about-school.downloads ul.download li i {
      flex-shrink: 0;
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      background-size: contain;
      background-repeat: no-repeat; }
      main.about-school.downloads ul.download li i.pdf {
        background-image: url("../images/icon_pdf_white.svg"); }
      main.about-school.downloads ul.download li i.word {
        background-image: url("../images/icon_word_white.svg"); }
      main.about-school.downloads ul.download li i.exl {
        background-image: url("../images/icon_exl_white.svg"); }
      main.about-school.downloads ul.download li i.ppt {
        background-image: url("../images/icon_ppt_white.svg"); }
    main.about-school.downloads ul.download li div {
      padding-left: 2rem; }
    main.about-school.downloads ul.download li h4 {
      margin: 0 0 0.5rem 0; }
      main.about-school.downloads ul.download li h4 p {
        margin: 0;
        padding: 0; }
  main.about-school.downloads .plus_opn {
    width: 960px;
    max-width: 100%;
    margin: 3rem auto 0 auto; }
    main.about-school.downloads .plus_opn dt {
      width: 100%;
      padding: 0.5rem 4rem 0.5rem 1.5rem;
      position: relative;
      transition: 0.5s;
      background-color: #005A49;
      cursor: pointer;
      border-radius: 5px;
      margin: 1rem auto 0 auto; }
      main.about-school.downloads .plus_opn dt:hover {
        background-color: #017963; }
      main.about-school.downloads .plus_opn dt::before {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s; }
      main.about-school.downloads .plus_opn dt::after {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s;
        transform: rotate(90deg); }
      main.about-school.downloads .plus_opn dt h3 {
        padding: 1rem 0;
        margin: 0;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
        font-size: 1.3em;
        color: #FFF; }
      main.about-school.downloads .plus_opn dt.open::before {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s; }
      main.about-school.downloads .plus_opn dt.open::after {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s;
        transform: rotate(360deg); }
    main.about-school.downloads .plus_opn dd {
      width: 100%;
      background-color: #F5F5F5;
      border-radius: 5px;
      padding: 2rem 1.5rem;
      margin-top: -0.5rem; }
      main.about-school.downloads .plus_opn dd p {
        text-align: left !important; }
      main.about-school.downloads .plus_opn dd ul.list {
        width: 100%;
        margin-bottom: 3rem; }
        main.about-school.downloads .plus_opn dd ul.list li {
          border-bottom: 1px solid #808080;
          padding: 0 0 1rem 0; }
          main.about-school.downloads .plus_opn dd ul.list li h4 {
            margin: 0; }
            main.about-school.downloads .plus_opn dd ul.list li h4 p {
              display: inline-block !important;
              vertical-align: middle;
              color: #005A49;
              font-size: 1.2rem;
              font-weight: 600;
              margin: 0 0.5rem 0 0; }
            main.about-school.downloads .plus_opn dd ul.list li h4 span {
              display: inline-block !important;
              vertical-align: middle;
              font-size: 0.8rem;
              margin: 0; }
          main.about-school.downloads .plus_opn dd ul.list li + li {
            margin-top: 1rem; }
      main.about-school.downloads .plus_opn dd ul.ph {
        width: 100%;
        margin-bottom: 3rem; }
        main.about-school.downloads .plus_opn dd ul.ph li h4 {
          color: #005A49;
          font-size: 1.2em;
          font-weight: 700;
          margin: 1.5rem 0 1rem 0; }
        main.about-school.downloads .plus_opn dd ul.ph li p {
          line-height: 1.8; }
      main.about-school.downloads .plus_opn dd div.close {
        display: block;
        background-color: #005A49;
        border-radius: 5px;
        color: #FFF;
        width: 13em;
        font-weight: 500;
        text-align: center;
        padding: 0.7rem 1rem;
        max-width: 100%;
        margin: 1.5rem auto;
        transition: 0.5s;
        cursor: pointer; }
        main.about-school.downloads .plus_opn dd div.close:hover {
          background-color: #017963; }
        main.about-school.downloads .plus_opn dd div.close p {
          display: inline-block !important;
          position: relative;
          padding-left: 3rem; }
          main.about-school.downloads .plus_opn dd div.close p::before {
            content: '';
            display: inline-block;
            height: 2px;
            width: 1.5rem;
            background-color: #99BDB6;
            vertical-align: middle;
            position: absolute;
            left: 0;
            right: auto;
            top: 0;
            bottom: 0;
            margin: auto; }
  main.about-school.downloads .off-white .plus_opn > dd {
    background-color: #FFF; }
  main.about-school.philosophy .ind {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    margin: 0; }
  main.about-school .typeC table th, main.about-school .typeC table td {
    min-width: 5em !important;
    padding: 0.5em !important; }
  main.about-school table.col4 th, main.about-school table.col4 td {
    width: 25%; }
  main.about-school table.col5 th, main.about-school table.col5 td {
    width: 20%; }
  main.clubs .clubs_head {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch; }
    main.clubs .clubs_head .clubs_img {
      aspect-ratio: 3/2; }
      main.clubs .clubs_head .clubs_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        margin: 0 !important;
        position: relative; }
    main.clubs .clubs_head .clubs_contents {
      display: flex;
      align-items: center;
      background-color: #005A49;
      color: #FFF;
      padding: 3em; }
      main.clubs .clubs_head .clubs_contents .wrap {
        width: 100%; }
      main.clubs .clubs_head .clubs_contents ul {
        display: flex;
        justify-content: space-between; }
        main.clubs .clubs_head .clubs_contents ul li:nth-child(1) {
          font-size: 1.1em; }
        main.clubs .clubs_head .clubs_contents ul li:nth-child(2) {
          font-size: 0.9em; }
      main.clubs .clubs_head .clubs_contents h2 {
        font-size: 2em;
        font-weight: 500;
        border-bottom: 1px solid #FFF;
        padding-bottom: 0.5rem;
        margin: 1rem 0; }
      main.clubs .clubs_head .clubs_contents h3 {
        margin: 3rem 0 1rem 0;
        font-size: 1.2em; }
      main.clubs .clubs_head .clubs_contents .site {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.1em;
        margin-top: 3rem; }
        main.clubs .clubs_head .clubs_contents .site p {
          margin-right: 2em;
          white-space: nowrap;
          width: 5em; }
        main.clubs .clubs_head .clubs_contents .site a {
          text-decoration: underline; }
      main.clubs .clubs_head .clubs_contents .sns {
        font-size: 1.1em;
        display: flex;
        margin-top: 1rem; }
        main.clubs .clubs_head .clubs_contents .sns p {
          margin-right: 2em;
          white-space: nowrap;
          width: 5em; }
        main.clubs .clubs_head .clubs_contents .sns a {
          display: block;
          position: relative;
          width: auto;
          height: 30px;
          margin-right: 1.5rem; }
          main.clubs .clubs_head .clubs_contents .sns a img {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0; }
  main.clubs .col4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    width: 1280px;
    max-width: 100%;
    margin: 4rem auto; }
    main.clubs .col4 li img {
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover;
      object-position: center; }
  main.clubs .tab_content .ph_link span {
    display: block;
    font-size: 0.9em;
    margin: 1rem 0 0 0; }
  main .news_title {
    background-color: #F5F5F5;
    padding: 2rem;
    width: 1280px;
    max-width: 90%;
    margin: 2rem auto 5rem auto;
    border-left: 4px solid #01A774; }
    main .news_title > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #E0E0E0; }
    main .news_title .cate {
      color: #005A49;
      /*ul {
      display: inline;
      vertical-align: middle;
      li {
      display: inline;
      vertical-align: middle;
      font-size: 1.1em;
      font-weight: 500;
      + li:before {
      content: '｜';
      }
      }
      }*/ }
      main .news_title .cate span {
        display: inline;
        font-size: 2em;
        font-weight: 600;
        vertical-align: baseline;
        margin-right: 1rem; }
      main .news_title .cate ul {
        margin-bottom: 2rem;
        display: inline; }
        main .news_title .cate ul li {
          display: inline;
          text-indent: -20px;
          padding: 0 0 0 20px;
          margin-top: 0.5rem;
          font-size: 1.1em;
          font-weight: 500; }
          main .news_title .cate ul li::before {
            content: '';
            display: inline-block;
            width: 11px;
            height: 11px;
            background-color: #005A49;
            margin-right: 0.5rem; }
    main .news_title .date {
      font-size: 0.9em; }
    main .news_title h2 {
      font-size: 1.8em;
      font-weight: 600;
      margin-top: 1rem; }
  main .news_detail {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto;
    /*縦長写真対策*/
    /*.col2, .col3 {
      width: 1280px;
      max-width: 90%;
      margin: 3rem auto;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;

      p {
        margin: 0;
        aspect-ratio: 4/3;
        position: relative;
        overflow: hidden;

        img {
          height: 100% !important;
          width: auto !important;
          max-width: none !important;
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
        }
      }
    }*/ }
    main .news_detail .news_head_img img {
      width: 100%;
      object-fit: cover;
      object-position: center; }
    main .news_detail div[class^="col"] {
      width: 1280px;
      max-width: 100%;
      margin: 3rem auto;
      column-gap: 20px;
      column-count: 1 !important;
      display: block !important; }
      main .news_detail div[class^="col"] p {
        margin: 0 0 20px 0;
        padding: 0;
        overflow: hidden;
        break-inside: avoid;
        display: block;
        position: relative; }
        main .news_detail div[class^="col"] p img {
          display: block;
          width: 100%;
          min-height: 320px !important;
          max-height: 500px !important;
          object-fit: cover;
          object-position: center;
          margin: auto; }
      @media screen and (min-width: 720px) {
        main .news_detail div[class^="col"] {
          column-count: 2 !important; } }
      @media screen and (min-width: 960px) {
        main .news_detail div[class^="col"] {
          column-count: 2 !important; } }
      @media screen and (min-width: 1280px) {
        main .news_detail div[class^="col"] {
          column-count: 3 !important; } }
    main .news_detail h3 {
      margin: 0 0 2rem 0;
      position: relative;
      padding-bottom: 14px;
      font-size: 1.6em;
      font-weight: 600; }
      main .news_detail h3::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 1px;
        width: 80px;
        background-color: #01A774; }
    main .news_detail h4 {
      margin: 0 0 2rem 0;
      padding-left: 1rem;
      position: relative;
      font-weight: 600;
      font-size: 1.3em; }
      main .news_detail h4::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 5px;
        margin: auto;
        width: 3px;
        background-color: #005A49; }
    main .news_detail h5 {
      margin: 0 0 1rem 0;
      padding-left: 1.5rem;
      position: relative;
      font-weight: 600;
      font-size: 1.1em; }
      main .news_detail h5::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.4rem;
        margin: auto;
        width: 1rem;
        height: 1rem;
        background-color: #005A49; }
    main .news_detail ul {
      margin-bottom: 2rem; }
      main .news_detail ul li {
        text-indent: -20px;
        padding: 0 0 0 20px;
        margin-top: 0.5rem; }
        main .news_detail ul li::before {
          content: '';
          display: inline-block;
          width: 11px;
          height: 11px;
          background-color: #005A49;
          margin-right: 0.5rem; }
    main .news_detail p {
      margin-bottom: 2rem; }
    main .news_detail img {
      display: inline-block;
      margin: 0 auto 2rem auto;
      max-width: 100%;
      height: auto !important; }
    main .news_detail a {
      display: inline;
      color: #017963;
      text-decoration: underline; }
      main .news_detail a.arrow {
        position: relative;
        padding-left: 30px;
        display: inline-block;
        text-decoration: none !important;
        line-height: 1.4; }
        main .news_detail a.arrow::before, main .news_detail a.arrow::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: auto;
          margin: auto auto auto 0;
          transition: 0.5s; }
        main .news_detail a.arrow::before {
          width: 10px;
          height: 1px;
          background-color: #017963; }
        main .news_detail a.arrow::after {
          width: 6px;
          height: 7px;
          background-image: url("../images/arrow1.svg");
          background-repeat: no-repeat;
          background-position: right center;
          transform: translateX(10px); }
        main .news_detail a.arrow:hover::before {
          width: 18px; }
        main .news_detail a.arrow:hover::after {
          transform: translateX(18px); }
      main .news_detail a.arrow-btn {
        position: relative;
        padding-left: 30px;
        display: inline-block;
        text-decoration: none !important;
        line-height: 1.4;
        background-color: #017963;
        border: 1px solid #017963;
        color: #FFF;
        display: inline-block;
        text-decoration: none;
        text-align: left;
        position: relative;
        border-radius: 6px;
        padding: 0.8rem 1.5rem 0.8rem 3rem;
        margin: 1rem 0;
        max-width: 100%;
        transition: 0.5s;
        background-color: #017963;
        border: 1px solid #017963;
        color: #FFF; }
        main .news_detail a.arrow-btn::before, main .news_detail a.arrow-btn::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: auto;
          margin: auto auto auto 0;
          transition: 0.5s; }
        main .news_detail a.arrow-btn::before {
          width: 10px;
          height: 1px;
          background-color: #FFF; }
        main .news_detail a.arrow-btn::after {
          width: 6px;
          height: 7px;
          background-image: url("../images/arrow3.svg");
          background-repeat: no-repeat;
          background-position: right center;
          transform: translateX(10px); }
        main .news_detail a.arrow-btn:hover {
          color: #017963;
          background-color: transparent; }
          main .news_detail a.arrow-btn:hover::before {
            width: 18px; }
          main .news_detail a.arrow-btn:hover::after {
            transform: translateX(18px); }
        main .news_detail a.arrow-btn::before, main .news_detail a.arrow-btn::after {
          content: '';
          display: block;
          position: absolute;
          left: 0.8rem;
          top: 0;
          bottom: 0;
          right: auto;
          margin: auto auto auto 0;
          transition: 0.5s; }
        main .news_detail a.arrow-btn::before {
          width: 10px;
          height: 1px;
          background-color: #FFF; }
        main .news_detail a.arrow-btn::after {
          width: 6px;
          height: 7px;
          background-image: url("../images/arrow3.svg");
          background-repeat: no-repeat;
          background-position: right center;
          transform: translateX(10px); }
        main .news_detail a.arrow-btn:hover {
          color: #017963;
          background-color: transparent; }
          main .news_detail a.arrow-btn:hover::before {
            width: 18px;
            background-color: #017963; }
          main .news_detail a.arrow-btn:hover::after {
            transform: translateX(18px);
            background-image: url("../images/arrow1.svg"); }
    main .news_detail .ph {
      width: 960px;
      max-width: 100%;
      margin: 4rem auto 0 auto; }
      main .news_detail .ph img {
        width: 100%; }
    main .news_detail .col {
      width: 1280px;
      max-width: 90%;
      margin: 0 auto;
      display: block; }
      main .news_detail .col + .col {
        margin-top: 4rem; }
    main .news_detail .col1 {
      width: 1280px;
      max-width: 90%;
      margin: 3rem auto;
      display: block; }
      main .news_detail .col1 img {
        margin: 0;
        width: 100%; }
  main .head_title + .news_detail {
    margin-top: 6rem; }
  main.school-life .head_title {
    margin-bottom: 6rem; }
    main.school-life .head_title span {
      margin-bottom: 1rem;
      border-bottom: 1px solid #FFF; }
  main.school-life .col2 {
    width: 960px;
    max-width: 90%;
    margin: 5rem auto 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0; }
    main.school-life .col2 li {
      margin: 0;
      border-bottom: 1px solid #E0E0E0;
      padding: 2rem 0; }
    main.school-life .col2 span {
      margin-top: 1rem;
      font-size: 0.9em; }
    main.school-life .col2 h3 {
      font-size: 1.3em;
      color: #005A49;
      font-weight: 600;
      margin-top: .5rem; }
    main.school-life .col2 p {
      margin-top: .5rem; }
    main.school-life .col2 .img {
      margin: 0 0 1rem 0;
      position: relative; }
      main.school-life .col2 .img img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center;
        z-index: 99; }
        main.school-life .col2 .img img.hover {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 999;
          opacity: 1;
          transition: 0.5s; }
          main.school-life .col2 .img img.hover:hover {
            opacity: 0; }
    main.school-life .col2 .arrow_left a {
      color: #005A49; }
  main.school-life .modalOpen {
    cursor: pointer; }
  main.school-life .balloon {
    margin: 0 auto 4rem auto;
    position: relative;
    z-index: 9999;
    width: 90%;
    text-align: center; }
    main.school-life .balloon::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 1px;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      border-top: 20px solid #005A49;
      border-bottom: 20px solid transparent;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
    main.school-life .balloon h3 {
      margin: auto;
      text-align: center;
      display: inline-block;
      background-color: #005A49;
      color: #FFF;
      box-sizing: border-box;
      position: relative;
      z-index: 99;
      padding: 2rem 3rem; }
      main.school-life .balloon h3::before, main.school-life .balloon h3::after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #FFF;
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; }
      main.school-life .balloon h3 div::before, main.school-life .balloon h3 div::after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #FFF;
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; }
      main.school-life .balloon h3::before {
        border-bottom: 0;
        border-right: 0;
        margin: 0 auto auto 0; }
      main.school-life .balloon h3::after {
        border-bottom: 0;
        border-left: 0;
        margin: 0 0 auto auto; }
      main.school-life .balloon h3 div {
        display: block; }
        main.school-life .balloon h3 div::before {
          border-top: 0;
          border-right: 0;
          margin: auto auto 0 0; }
        main.school-life .balloon h3 div::after {
          border-top: 0;
          border-left: 0;
          margin: auto 0 0 auto; }
      main.school-life .balloon h3 p {
        font-size: 1.6em;
        font-weight: 600;
        display: inline-block;
        text-align: left;
        letter-spacing: 0.1em; }
      main.school-life .balloon h3 span {
        font-size: 1.1em;
        font-weight: 500;
        letter-spacing: 0.1rem;
        display: inline-block;
        text-align: left;
        margin-top: 0.5rem;
        padding: 0.1rem 0; }
  main.school-life.voice .voice_wrap {
    position: relative;
    z-index: 9999; }
    main.school-life.voice .voice_wrap ul {
      width: 960px;
      max-width: 90%;
      margin: 2rem auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      main.school-life.voice .voice_wrap ul li.ph {
        border-radius: 50%;
        width: 30%;
        aspect-ratio: 1/1;
        overflow: hidden;
        position: relative;
        z-index: 999; }
        main.school-life.voice .voice_wrap ul li.ph img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      main.school-life.voice .voice_wrap ul li.txt {
        background-color: #F8F7F0;
        border-radius: 10px;
        padding: 1.5rem 2.5rem;
        position: relative;
        width: 100%;
        margin: 1rem auto; }
        main.school-life.voice .voice_wrap ul li.txt::before, main.school-life.voice .voice_wrap ul li.txt::after {
          content: '';
          position: absolute;
          width: 1px;
          height: 1px;
          margin: auto; }
        main.school-life.voice .voice_wrap ul li.txt p {
          font-weight: 600;
          font-size: 1.1em;
          margin-bottom: 1em; }
      main.school-life.voice .voice_wrap ul:nth-child(odd) .ph {
        margin: 0 0 0 auto; }
      main.school-life.voice .voice_wrap ul:nth-child(odd) .txt::after {
        top: 100%;
        left: 60%;
        border-top: 30px solid #F8F7F0;
        border-bottom: 30px solid transparent;
        border-right: 0px solid transparent;
        border-left: 20px solid transparent; }
      main.school-life.voice .voice_wrap ul:nth-child(even) .ph {
        margin: 0 auto 0 0; }
      main.school-life.voice .voice_wrap ul:nth-child(even) .txt::after {
        top: 100%;
        right: 60%;
        border-top: 30px solid #F8F7F0;
        border-bottom: 30px solid transparent;
        border-right: 20px solid transparent;
        border-left: 0px solid transparent; }
  main.school-life.voice .voice_bg {
    position: relative;
    padding: 4rem 0;
    margin: 4rem 0; }
    main.school-life.voice .voice_bg::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 999;
      clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%); }
    main.school-life.voice .voice_bg::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 999;
      clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%); }
    main.school-life.voice .voice_bg.first::before {
      background-color: #DBF03C; }
    main.school-life.voice .voice_bg.first::after {
      background-color: #005A49; }
    main.school-life.voice .voice_bg.second {
      z-index: 0;
      margin: -6rem 0 0 0;
      padding-bottom: 6rem; }
      main.school-life.voice .voice_bg.second::before, main.school-life.voice .voice_bg.second::after {
        background-color: #F8F7F0; }
      main.school-life.voice .voice_bg.second ul .txt {
        background-color: #FFF; }
      main.school-life.voice .voice_bg.second ul:nth-child(odd) .txt::after, main.school-life.voice .voice_bg.second ul:nth-child(even) .txt::after {
        border-top: 30px solid #FFF; }
    main.school-life.voice .voice_bg.third {
      margin: -4rem 0 0 0;
      padding-bottom: 4rem; }
      main.school-life.voice .voice_bg.third::before {
        background-color: #FFF; }
      main.school-life.voice .voice_bg.third::after {
        background-color: #00B9C9; }
    main.school-life.voice .voice_bg.first .balloon::after, main.school-life.voice .voice_bg.third .balloon::after {
      border-top-color: #DBF03C; }
    main.school-life.voice .voice_bg.first .balloon h3, main.school-life.voice .voice_bg.third .balloon h3 {
      background-color: #DBF03C;
      color: #005A49; }
    main.school-life.voice .voice_bg.first .balloon h3::before, main.school-life.voice .voice_bg.first .balloon h3::after {
      border-color: #005A49; }
    main.school-life.voice .voice_bg.first .balloon h3 div::before, main.school-life.voice .voice_bg.first .balloon h3 div::after {
      border-color: #005A49; }
    main.school-life.voice .voice_bg.third .balloon h3::before, main.school-life.voice .voice_bg.third .balloon h3::after {
      border-color: #005A49; }
    main.school-life.voice .voice_bg.third .balloon h3 div::before, main.school-life.voice .voice_bg.third .balloon h3 div::after {
      border-color: #005A49; }
  main.school-life.uniform .uniform_wrap > ul {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0 4rem 0;
    display: block; }
    main.school-life.uniform .uniform_wrap > ul > li.ph img {
      width: 100%; }
    main.school-life.uniform .uniform_wrap > ul > li.detail {
      padding: 2rem;
      /*> ul {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 2rem;
      margin-top: 3rem;
      > li {
      img {
      aspect-ratio: 1 / 1 ;
      object-fit: cover;
      object-position: center;
      }
      p {
      font-size: 0.9em;
      margin-top: 0.8rem;
      }
      }
      }*/ }
  main.school-life.uniform .option {
    width: 1280px;
    max-width: 90%;
    margin: 5rem auto 10rem auto; }
    main.school-life.uniform .option p {
      margin-bottom: 2rem; }
    main.school-life.uniform .option .ph img {
      aspect-ratio: 4/3;
      object-fit: cover;
      object-position: center; }
  main.school-life.council .chart {
    width: 1280px;
    max-width: 95%;
    margin: 4rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 7/3; }
  main.school-life.council .festival {
    background-color: #01A774;
    padding-bottom: 4rem; }
    main.school-life.council .festival .logo {
      overflow: hidden;
      width: 1280px;
      max-width: 90%;
      margin: 0 auto 4rem auto; }
      main.school-life.council .festival .logo img {
        width: 100%;
        margin-top: -5px; }
    main.school-life.council .festival h3.typeA p {
      color: #FFF; }
    main.school-life.council .festival h3.typeA::before {
      background-color: #FFF; }
    main.school-life.council .festival > p {
      color: #FFF;
      width: 960px;
      max-width: 90%;
      margin: 0 auto 3rem auto; }
    main.school-life.council .festival ul.ph {
      width: 1280px;
      max-width: 90%;
      margin: 0 auto 4rem auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1rem; }
      main.school-life.council .festival ul.ph li img {
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
        width: 100%; }
    main.school-life.council .festival .btn.arrow a {
      background-color: #FFF; }
  main.school-life.council ul.commit {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 4rem auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem; }
    main.school-life.council ul.commit li {
      background-color: #F5F5F5;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
      padding: 2rem; }
  main.school-life.facility .wrap {
    width: 960px;
    max-width: 90%;
    margin: 0 auto; }
    main.school-life.facility .wrap + .wrap {
      margin: 6rem auto 0 auto; }
  main.school-life.facility h3.pickup {
    color: #017963;
    margin: 2rem auto; }
    main.school-life.facility h3.pickup div {
      display: inline-block;
      border-bottom: 1px solid #01A774;
      padding-bottom: 0.2rem;
      font-weight: 500;
      font-size: 1.2em; }
      main.school-life.facility h3.pickup div span {
        font-family: "Outfit", sans-serif; }
      main.school-life.facility h3.pickup div p {
        display: inline-block;
        margin-left: 0.2em;
        font-size: 2.2em;
        font-family: "Outfit", sans-serif; }
  main.school-life.facility h3.typeB span {
    font-weight: 600;
    font-size: 1.1em; }
  main.school-life.facility h3.typeB p {
    margin-top: 0.5rem; }
  main.school-life.facility h4 {
    font-size: 2em;
    font-weight: 600;
    margin: 2rem auto; }
  main.school-life.facility .lead {
    width: 100%;
    padding: 0;
    margin: 2rem auto; }
  main.school-life.facility h5 {
    margin: 3rem 0 0 0; }
    main.school-life.facility h5 p {
      font-weight: 600;
      font-size: 1.2em; }
    main.school-life.facility h5.typeA {
      padding-left: 1rem;
      position: relative; }
      main.school-life.facility h5.typeA::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 5px;
        margin: auto;
        width: 3px;
        background-color: #005A49; }
  main.school-life.facility .ph {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    width: 1280px;
    max-width: 100%;
    margin: 1rem auto; }
    main.school-life.facility .ph .caption img {
      width: 100%;
      aspect-ratio: 7/5;
      object-fit: cover;
      object-position: center; }
    main.school-life.facility .ph .caption span {
      display: block;
      font-size: 1em;
      font-weight: 600;
      color: #005A49; }
    main.school-life.facility .ph .caption p {
      margin-top: 0.5rem;
      font-size: 0.9em;
      line-height: 1.6; }
  main.school-life.facility .download {
    width: 960px;
    max-width: 90%;
    margin: 2rem auto 0 auto; }
    main.school-life.facility .download li + li {
      margin-top: 0.7rem; }
    main.school-life.facility .download li a {
      display: flex;
      align-items: center;
      background-color: #005A49;
      border-radius: 5px;
      padding: 1rem 1rem 1rem 2rem;
      color: #FFF;
      transition: 0.5s; }
      main.school-life.facility .download li a:hover {
        background-color: #017963; }
    main.school-life.facility .download li i {
      flex-shrink: 0;
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      background-size: contain;
      background-repeat: no-repeat; }
      main.school-life.facility .download li i.pdf {
        background-image: url("../images/icon_pdf_white.svg"); }
      main.school-life.facility .download li i.word {
        background-image: url("../images/icon_word_white.svg"); }
      main.school-life.facility .download li i.exl {
        background-image: url("../images/icon_exl_white.svg"); }
      main.school-life.facility .download li i.ppt {
        background-image: url("../images/icon_ppt_white.svg"); }
    main.school-life.facility .download li div {
      padding-left: 1rem; }
    main.school-life.facility .download li h4 {
      margin: 0 0 0.5rem 0; }
      main.school-life.facility .download li h4 p {
        margin: 0;
        padding: 0; }
  main.entrance-exam.open-school .openschool_title {
    margin: 0;
    position: relative;
    width: 100% !important; }
    main.entrance-exam.open-school .openschool_title h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80%;
      max-width: 600px;
      aspect-ratio: 1/1;
      background-color: #03ADAD;
      color: #FFF;
      position: absolute;
      bottom: -25%;
      left: 0;
      right: 0;
      z-index: 99;
      padding: 0;
      margin: auto;
      border-radius: 50%;
      border: 8px solid #FFF;
      /*p {
      font-size: clamp(4em, 10vw, 8em);
      line-height: 1.1;
      font-weight: 500;
      font-family: $outfit;
      display: block;
      text-align: left;
      letter-spacing: 0.05em;
      text-align: center;
      @media screen and (min-width: $medium-screen) {//PC
      font-size: clamp(4em, 5vw, 8em);
      text-align: left;
      }
      }
      
      span {
      font-size: clamp(1.3em, 2vw, 2em);
      font-weight: 500;
      letter-spacing: 0.05rem;
      display: block;
      text-align: left;
      margin-top: 1.5rem;
      text-align: center;
      @media screen and (min-width: $medium-screen) {//PC
      font-size: clamp(1.3em, 1.6vw, 1.6em);
      text-align: left;
      }
      }*/ }
      main.entrance-exam.open-school .openschool_title h2::before, main.entrance-exam.open-school .openschool_title h2::after {
        display: none; }
      main.entrance-exam.open-school .openschool_title h2 .wrap {
        border: 2px solid #FFF;
        display: block;
        width: 98%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center; }
        main.entrance-exam.open-school .openschool_title h2 .wrap img {
          width: 70%;
          height: 70%;
          object-fit: contain;
          object-position: center; }
    main.entrance-exam.open-school .openschool_title img {
      position: relative;
      width: 100%;
      aspect-ratio: 3/4;
      object-fit: cover;
      object-position: center top;
      top: 0;
      left: 0;
      z-index: 0; }
  main.entrance-exam.open-school h2.open-school {
    width: 960px;
    max-width: 90%;
    text-align: center;
    margin: 40% auto 4rem auto; }
    main.entrance-exam.open-school h2.open-school span {
      display: inline-block;
      text-align: left;
      margin: 2rem auto;
      color: #03ADAD;
      font-weight: 600;
      font-size: 1.2em; }
    main.entrance-exam.open-school h2.open-school p {
      display: inline-block;
      text-align: left;
      font-weight: 600;
      font-size: clamp(1em, 6vw, 2.8em);
      line-height: 1.4; }
    main.entrance-exam.open-school h2.open-school + p.lead {
      width: 960px;
      max-width: 90%;
      margin: -2rem auto 4rem auto;
      font-size: 1.1em;
      line-height: 2; }
  main.entrance-exam.open-school ul.slider {
    width: 100%; }
    main.entrance-exam.open-school ul.slider li {
      padding: 3px; }
      main.entrance-exam.open-school ul.slider li img {
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: center; }
  main.entrance-exam.open-school .balloon {
    margin: 4rem auto;
    position: relative;
    z-index: 9999;
    width: 90%;
    text-align: center; }
    main.entrance-exam.open-school .balloon h3 {
      margin: auto;
      text-align: center;
      display: inline-block;
      min-width: 20em;
      max-width: 100%;
      background-color: #03ADAD;
      color: #FFF;
      box-sizing: border-box;
      position: relative;
      z-index: 99;
      padding: 4px;
      border-radius: 3em; }
      main.entrance-exam.open-school .balloon h3::before {
        display: none; }
      main.entrance-exam.open-school .balloon h3::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 1px;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        border-top: 16px solid #03ADAD;
        border-bottom: 16px solid transparent;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent; }
      main.entrance-exam.open-school .balloon h3 div {
        display: inline-block;
        width: 100%;
        border: 1px solid #FFF;
        padding: 1rem 2rem;
        border-radius: 3em; }
      main.entrance-exam.open-school .balloon h3 p {
        font-size: 1.5em;
        font-weight: 500;
        display: inline-block;
        text-align: left;
        letter-spacing: 0.1em; }
  main.entrance-exam.open-school ul.card {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto 4rem auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; }
    main.entrance-exam.open-school ul.card li {
      background-color: #F5F5F5;
      border-radius: 10px;
      padding: 2rem;
      position: relative;
      z-index: 0; }
      main.entrance-exam.open-school ul.card li.off::before {
        content: '';
        display: block;
        border-radius: 10px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 99; }
      main.entrance-exam.open-school ul.card li.off::after {
        content: '開催終了';
        font-size: 1.4em;
        display: block;
        text-align: center;
        width: 12em;
        max-width: 90%;
        height: 2.5em;
        padding: 0.5em;
        color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 1px solid #FFF;
        z-index: 999; }
      main.entrance-exam.open-school ul.card li.soon::before {
        content: '';
        display: block;
        border-radius: 10px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 99; }
      main.entrance-exam.open-school ul.card li.soon::after {
        content: 'Coming Soon...';
        font-size: 1.4em;
        display: block;
        text-align: center;
        width: 12em;
        max-width: 90%;
        height: 2.5em;
        padding: 0.5em;
        color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 1px solid #FFF;
        z-index: 999; }
      main.entrance-exam.open-school ul.card li h4 {
        color: #108B8B;
        letter-spacing: 0.1rem;
        font-weight: 500;
        margin: 0; }
        main.entrance-exam.open-school ul.card li h4 p {
          display: inline;
          font-weight: 500;
          font-size: 1.6em;
          font-family: "Gothic A1", sans-serif; }
        main.entrance-exam.open-school ul.card li h4 span {
          display: inline-block;
          vertical-align: top;
          line-height: 1;
          padding: 8px 15px 5px 15px;
          margin-left: 1em;
          border-radius: 5px;
          font-weight: 500;
          font-size: 1.1em;
          color: #FFF;
          font-family: "Gothic A1", sans-serif; }
          main.entrance-exam.open-school ul.card li h4 span.fullday {
            background-color: #007963; }
          main.entrance-exam.open-school ul.card li h4 span.online {
            background-color: #0083F4; }
      main.entrance-exam.open-school ul.card li h3 {
        font-size: 1.8em;
        font-weight: 600;
        margin: 0.5rem 0 0 0; }
      main.entrance-exam.open-school ul.card li p {
        margin: 1rem 0; }
      main.entrance-exam.open-school ul.card li dl {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0.6rem; }
        main.entrance-exam.open-school ul.card li dl dt {
          background-color: #108B8B;
          color: #FFF;
          text-align: center;
          border-radius: 5px;
          width: 5em;
          font-size: 0.9em;
          padding: 0.2rem;
          flex-shrink: 0;
          flex-grow: 0; }
        main.entrance-exam.open-school ul.card li dl dd {
          padding: 0.1rem 0 0.1rem 1em;
          flex-shrink: 1;
          flex-grow: 1; }
    main.entrance-exam.open-school ul.card .btn.arrow {
      margin: 1.5rem 0 0 0;
      text-align: left; }
      main.entrance-exam.open-school ul.card .btn.arrow a {
        margin: 0;
        color: #108B8B; }
        main.entrance-exam.open-school ul.card .btn.arrow a:hover {
          border: 1px solid #108B8B; }
  main.entrance-exam.open-school p.notice {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 6rem auto; }
  main.entrance-exam.open-school a.link {
    margin-top: 1rem;
    display: inline-block;
    color: #108B8B;
    text-decoration: underline; }
  main.entrance-exam.candidate ul.process {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 6rem auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr; }
    main.entrance-exam.candidate ul.process li {
      background-color: #FFF;
      border-radius: 5px;
      padding: 1rem;
      display: flex;
      align-content: space-between;
      flex-wrap: wrap; }
      main.entrance-exam.candidate ul.process li div {
        flex-basis: 100%; }
      main.entrance-exam.candidate ul.process li h4 {
        margin-top: 1rem; }
        main.entrance-exam.candidate ul.process li h4 p {
          color: #005A49; }
      main.entrance-exam.candidate ul.process li dl {
        display: flex;
        align-items: flex-start;
        margin-top: 1rem; }
        main.entrance-exam.candidate ul.process li dl dt {
          color: #005A49;
          padding-right: 2rem;
          position: relative;
          font-weight: 500; }
          main.entrance-exam.candidate ul.process li dl dt::after {
            content: '';
            display: block;
            width: 0.5rem;
            height: 0.5rem;
            border-top: 1px solid #005A49;
            border-right: 1px solid #005A49;
            transform: rotate(45deg);
            position: absolute;
            right: 1rem;
            top: 0;
            bottom: 0;
            left: auto;
            margin: auto; }
      main.entrance-exam.candidate ul.process li .btn.arrow {
        margin: 2rem auto 0 auto;
        width: 100%; }
  main.entrance-exam.candidate ul.recommend {
    width: 960px;
    max-width: 90%;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    margin: 2rem auto 6rem auto; }
    main.entrance-exam.candidate ul.recommend li {
      background-color: #F5F5F5;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
      transition: 0.5s; }
      main.entrance-exam.candidate ul.recommend li:hover {
        border: 1px solid #005A49; }
      main.entrance-exam.candidate ul.recommend li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 1rem 2rem 5rem 2rem;
        position: relative; }
      main.entrance-exam.candidate ul.recommend li h4 {
        text-align: center;
        margin-top: 1rem; }
        main.entrance-exam.candidate ul.recommend li h4 p {
          display: inline-block;
          text-align: left;
          color: #005A49; }
      main.entrance-exam.candidate ul.recommend li .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 1.5rem 0 0 0;
        position: absolute;
        top: auto;
        bottom: 1rem;
        left: 0;
        right: 0;
        margin: auto; }
        main.entrance-exam.candidate ul.recommend li .arrow p {
          display: inline;
          margin: 0 auto 0 0;
          color: #005A49;
          font-weight: 500; }
        main.entrance-exam.candidate ul.recommend li .arrow i {
          margin: 0 0 0 auto;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          margin-top: 3px; }
          main.entrance-exam.candidate ul.recommend li .arrow i::before {
            content: '';
            display: block;
            width: 10px;
            height: 1px;
            background-color: #017963;
            transition: 0.5s; }
          main.entrance-exam.candidate ul.recommend li .arrow i::after {
            content: '';
            display: block;
            width: 6px;
            height: 7px;
            background-image: url("../images/arrow1.svg");
            background-repeat: no-repeat;
            background-position: right center;
            margin-right: 1rem; }
      main.entrance-exam.candidate ul.recommend li a:hover {
        border-color: #005A49; }
        main.entrance-exam.candidate ul.recommend li a:hover .arrow i::before {
          width: 18px; }
  main.entrance-exam.candidate ul.download {
    width: 960px;
    max-width: 90%;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin: 2rem auto 6rem auto; }
    main.entrance-exam.candidate ul.download li a {
      min-height: 100%;
      display: flex;
      align-items: center;
      background-color: #005A49;
      border-radius: 5px;
      padding: 2rem;
      color: #FFF;
      transition: 0.5s; }
      main.entrance-exam.candidate ul.download li a:hover {
        background-color: #017963; }
    main.entrance-exam.candidate ul.download li i {
      flex-shrink: 0;
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      background-size: contain;
      background-repeat: no-repeat; }
      main.entrance-exam.candidate ul.download li i.pdf {
        background-image: url("../images/icon_pdf_white.svg"); }
      main.entrance-exam.candidate ul.download li i.word {
        background-image: url("../images/icon_word_white.svg"); }
      main.entrance-exam.candidate ul.download li i.exl {
        background-image: url("../images/icon_exl_white.svg"); }
      main.entrance-exam.candidate ul.download li i.ppt {
        background-image: url("../images/icon_ppt_white.svg"); }
    main.entrance-exam.candidate ul.download li div {
      padding-left: 2rem; }
    main.entrance-exam.candidate ul.download li h4 {
      margin: 0 0 0.5rem 0; }
      main.entrance-exam.candidate ul.download li h4 p {
        margin: 0;
        padding: 0; }
  main.entrance-exam.candidate .table {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 2rem auto; }
  main.entrance-exam.candidate .banner {
    display: block;
    width: 720px;
    max-width: 90%;
    margin: 4rem auto 2rem auto; }
    main.entrance-exam.candidate .banner img {
      width: 100%; }
  main.entrance-exam.simulator .lead {
    width: 960px;
    max-width: 90%;
    font-size: 1.1em;
    font-weight: 500;
    margin: 4rem auto 2rem auto;
    padding: 0; }
  main.entrance-exam.simulator .form_wrap {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem; }
    main.entrance-exam.simulator .form_wrap ul.form {
      width: 960px;
      margin-top: 3em; }
      main.entrance-exam.simulator .form_wrap ul.form li {
        border-top: 1px solid #E0E0E0;
        padding: 1.5em 0; }
        main.entrance-exam.simulator .form_wrap ul.form li + li {
          margin: 0; }
    main.entrance-exam.simulator .form_wrap .wrap label {
      margin-right: 2em; }
      main.entrance-exam.simulator .form_wrap .wrap label p {
        white-space: nowrap; }
  main.entrance-exam.simulator .kekka {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    padding: 2rem;
    border-radius: 5px;
    margin-top: 2rem; }
    main.entrance-exam.simulator .kekka ul.gaku_wrap {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr;
      align-items: stretch;
      grid-gap: 1.5rem;
      margin: 3rem 0 0 0; }
      main.entrance-exam.simulator .kekka ul.gaku_wrap > li {
        background-color: #F5F5F5;
        border: 1px solid #E0E0E0;
        padding: 0;
        margin: 0;
        border-radius: 5px; }
        main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku {
          padding: 0;
          margin: 1rem 0; }
          main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku > li {
            text-align: center;
            padding: 0;
            margin: 0;
            border: 0; }
            main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku > li:nth-child(1) {
              color: #005A49;
              font-weight: 600;
              font-size: 1.3em; }
            main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku > li:nth-child(2) {
              font-size: 0.9em; }
            main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku > li:nth-child(3) {
              font-size: 1.2em;
              font-weight: 600; }
              main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku > li:nth-child(3) span {
                font-size: 2.2em;
                margin-right: 0.2rem; }
            main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku > li:nth-child(4) {
              border-top: 1px solid #E0E0E0;
              margin-top: 1rem;
              padding-top: 1rem;
              font-weight: 600; }
            main.entrance-exam.simulator .kekka ul.gaku_wrap > li ul.gaku > li:nth-child(5) {
              color: #017963;
              margin-top: 0.2rem;
              font-weight: 600; }
    main.entrance-exam.simulator .kekka .shogaku {
      background-color: #F8F7F0;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
      padding: 1rem;
      margin: 3rem 0 0 0; }
      main.entrance-exam.simulator .kekka .shogaku h3 {
        background-color: #005A49;
        color: #FFF;
        text-align: center;
        border-radius: 5px;
        padding: 0.4rem;
        margin-bottom: 2rem; }
        main.entrance-exam.simulator .kekka .shogaku h3 p {
          display: inline-block;
          text-align: left;
          font-weight: 600; }
      main.entrance-exam.simulator .kekka .shogaku h4 {
        font-weight: 600;
        font-size: 1.6rem;
        text-align: center; }
        main.entrance-exam.simulator .kekka .shogaku h4 div {
          display: inline-block;
          text-align: left; }
        main.entrance-exam.simulator .kekka .shogaku h4 p {
          display: inline;
          font-weight: 600;
          font-size: 1.4rem;
          color: #005A49; }
          main.entrance-exam.simulator .kekka .shogaku h4 p span {
            font-size: 2em; }
    main.entrance-exam.simulator .kekka .u_line {
      text-align: center;
      margin: 2rem auto; }
      main.entrance-exam.simulator .kekka .u_line p {
        display: inline-block;
        text-align: left; }
      main.entrance-exam.simulator .kekka .u_line span {
        background: linear-gradient(transparent 70%, #DBF03C 50%);
        font-weight: 600; }
      main.entrance-exam.simulator .kekka .u_line a {
        color: #017963;
        text-decoration: underline; }
    main.entrance-exam.simulator .kekka p.ind {
      text-indent: -1em;
      padding-left: 1em; }
  main.entrance-exam.simulator .btn_wrap {
    display: block !important;
    margin-top: 2rem; }
    main.entrance-exam.simulator .btn_wrap .btn {
      margin: 0 auto; }
      main.entrance-exam.simulator .btn_wrap .btn a {
        background-color: #FFF; }
  main.entrance-exam.simulator .btn.reload {
    text-align: center; }
    main.entrance-exam.simulator .btn.reload a {
      display: inline-block;
      text-decoration: none;
      text-align: left;
      position: relative;
      border: 1px solid #E0E0E0;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 4rem;
      margin: 0.8rem;
      min-width: 18em;
      max-width: 100%;
      color: #000;
      transition: 0.5s; }
      main.entrance-exam.simulator .btn.reload a > i {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        transition: 0.5s; }
        main.entrance-exam.simulator .btn.reload a > i::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background-image: url("../images/icon_reload.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: right center; }
      main.entrance-exam.simulator .btn.reload a:hover {
        border: 1px solid #017963; }
  main.entrance-exam.tuition .txt_right {
    text-align: right; }
    main.entrance-exam.tuition .txt_right span {
      display: inline-block;
      text-align: left;
      line-height: 1.6; }
  main.entrance-exam.tuition .arrow_left a {
    font-weight: 600;
    margin-top: 1rem; }
  main.entrance-exam .schedule {
    width: 1280px;
    max-width: 95%;
    margin: 0 auto 4rem auto;
    padding-bottom: 1rem;
    overflow-x: auto;
    /* カスタムスクロールバー */
    /* ハンドル */ }
    main.entrance-exam .schedule::-webkit-scrollbar {
      height: 6px;
      background-color: #B4B4B4; }
    main.entrance-exam .schedule::-webkit-scrollbar-thumb {
      background: #6A6A6A; }
    main.entrance-exam .schedule table {
      width: auto; }
      main.entrance-exam .schedule table td {
        padding: 3px 0;
        vertical-align: middle; }
        main.entrance-exam .schedule table td img {
          width: 40px;
          margin: 0 10px; }
        main.entrance-exam .schedule table td div {
          white-space: nowrap;
          border: 2px solid #005A49;
          line-height: 1.4;
          padding: 0.7rem 1rem;
          font-weight: 600;
          text-align: center;
          width: 100%;
          background-color: #F8F7F0; }
          main.entrance-exam .schedule table td div.tate {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
        main.entrance-exam .schedule table td.paren {
          position: relative;
          padding-left: 10px; }
          main.entrance-exam .schedule table td.paren::before {
            content: '';
            display: block;
            width: 8px;
            z-index: 9999;
            position: absolute;
            left: 0;
            top: 1em;
            bottom: 1em;
            margin: auto 20px auto 0;
            border-top: 1px solid #005A49;
            border-right: 1px solid #005A49;
            border-bottom: 1px solid #005A49; }
  main.faq .lead {
    width: 720px;
    max-width: 90%;
    font-size: 1.1em;
    font-weight: 500;
    margin: 4rem auto 2rem auto;
    padding: 0; }
    main.faq .lead a {
      color: #017963;
      text-decoration: underline; }
  main.faq .anchor {
    display: block; }
    main.faq .anchor + .anchor {
      margin-top: 4rem; }
  main.faq .faq_opn {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 2rem auto; }
    main.faq .faq_opn > dt {
      width: 100%;
      display: flex;
      align-items: flex-start;
      padding: 0.5rem 4rem 0.5rem 1.5rem;
      position: relative;
      transition: 0.5s;
      background-color: #005A49;
      cursor: pointer;
      border-radius: 5px; }
      main.faq .faq_opn > dt:hover {
        background-color: #017963; }
      main.faq .faq_opn > dt::before {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s; }
      main.faq .faq_opn > dt::after {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s;
        transform: rotate(90deg); }
      main.faq .faq_opn > dt i {
        font-style: normal;
        font-size: 2.5em;
        font-family: "Outfit", sans-serif;
        font-weight: 500;
        vertical-align: middle;
        color: #FFF;
        padding-right: 1rem;
        flex-shrink: 0; }
      main.faq .faq_opn > dt h3 {
        padding: 1rem 0;
        margin: 0;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        color: #FFF; }
      main.faq .faq_opn > dt.open::before {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s; }
      main.faq .faq_opn > dt.open::after {
        content: '';
        display: block;
        position: absolute;
        right: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 18px;
        background-color: #99BDB6;
        transition: 0.5s;
        transform: rotate(360deg); }
    main.faq .faq_opn > dd {
      width: 100%;
      background-color: #F5F5F5;
      border-radius: 5px;
      display: flex;
      align-items: flex-start;
      padding: 1.5rem;
      margin-top: -0.5rem; }
      main.faq .faq_opn > dd i {
        font-style: normal;
        font-size: 2.5em;
        font-family: "Outfit", sans-serif;
        font-weight: 500;
        vertical-align: middle;
        color: #005A49;
        padding-right: 1rem;
        flex-shrink: 0;
        flex-grow: 0;
        line-height: 1; }
        main.faq .faq_opn > dd i + div {
          flex-shrink: 1;
          flex-grow: 1; }
          main.faq .faq_opn > dd i + div p {
            line-height: 1.6; }
      main.faq .faq_opn > dd h3 {
        padding: 1rem 0;
        margin: 0;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        color: #005A49; }
      main.faq .faq_opn > dd div.close {
        display: block;
        background-color: #005A49;
        border-radius: 5px;
        color: #FFF;
        width: 13em;
        font-weight: 500;
        text-align: center;
        padding: 0.7rem 1rem;
        max-width: 100%;
        margin: 1.5rem auto;
        transition: 0.5s;
        cursor: pointer; }
        main.faq .faq_opn > dd div.close:hover {
          background-color: #017963; }
        main.faq .faq_opn > dd div.close p {
          display: inline-block;
          position: relative;
          padding-left: 3rem; }
          main.faq .faq_opn > dd div.close p::before {
            content: '';
            display: inline-block;
            height: 2px;
            width: 1.5rem;
            background-color: #99BDB6;
            vertical-align: middle;
            position: absolute;
            left: 0;
            right: auto;
            top: 0;
            bottom: 0;
            margin: auto; }
  main .next_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.6rem;
    width: 960px;
    max-width: 90%;
    margin: 5rem auto; }
  main .next a {
    display: block;
    padding: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    position: relative;
    transition: 0.5s;
    background-color: #F8F7F0;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    color: #005A49; }
    main .next a:hover {
      border: 1px solid #005A49; }
    main .next a::before, main .next a::after {
      content: '';
      display: block;
      position: absolute;
      right: 1.5rem;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 2px;
      width: 12px;
      background-color: #017963; }
    main .next a::before {
      transform: rotate(-45deg) translate(0, 5px); }
    main .next a::after {
      transform: rotate(45deg) translate(0, 5px); }
  main.contact a {
    font-weight: inherit; }
    main.contact a.link {
      color: #017963; }
      main.contact a.link.ul {
        text-decoration: underline; }
  main.contact h5.typeA.flex {
    display: block; }
    main.contact h5.typeA.flex p {
      display: flex; }
      main.contact h5.typeA.flex p span {
        font-size: 1.8em; }
  main.contact p.strong {
    font-weight: 600;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem; }
    main.contact p.strong span {
      font-size: 1.8em; }
  main.graduates .wrap {
    width: 1280px;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto; }
    main.graduates .wrap + .wrap {
      margin-top: 4rem; }
  main.error h2 {
    font-size: clamp(6em, 8vw, 8em);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #DBF03C; }
  main.error h3 {
    font-size: clamp(3em, 5vw, 5em);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em; }
  main.error h4 {
    font-size: clamp(1.5em, 2vw, 2em);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin-top: 2rem; }
  main.error p {
    font-size: clamp(1em, 1.2vw, 1.2em);
    margin: 2rem 0 4rem 0; }

@media screen and (min-width: 960px) {
  main .btn_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    width: 1000px;
    max-width: 100%; } }
@media screen and (min-width: 960px) {
  main br.sp {
    display: none; }
  main br.pc {
    display: block; } }
@media screen and (min-width: 960px) {
  main .head_title img {
    aspect-ratio: 7/2; } }
@media screen and (min-width: 960px) {
  main .leadA {
    margin: 4rem auto; } }
@media screen and (min-width: 960px) {
  main .leadB {
    margin: 4rem auto; } }
@media screen and (min-width: 960px) {
  main .main_title {
    margin-bottom: 4rem; } }
@media screen and (min-width: 960px) {
  main .col2 {
    grid-template-columns: 1fr 1fr; } }
@media screen and (min-width: 960px) {
  main .col2-ph {
    grid-template-columns: 40% auto; } }
@media screen and (min-width: 960px) {
  main .col3 {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main .bg-color {
    padding: 5rem 0;
    margin-top: 5rem; } }
@media screen and (min-width: 960px) {
  main .table.typeA table tr th, main .table.typeA table tr td {
    display: table-cell; }
  main .table.typeA table tr th {
    width: 30%;
    padding-right: 1rem; }
  main .table.typeA table tr td {
    padding-left: 1rem; }
  main .table.typeA table tr:last-child th {
    border-bottom: 1px solid #808080; }
  main .table.typeA table tr:last-child td {
    border-bottom: 1px solid #E0E0E0; } }
@media screen and (min-width: 960px) {
  main .table.typeB table {
    width: 100%; } }
@media screen and (min-width: 960px) {
  main .table.typeC table {
    width: 100%; } }
@media screen and (min-width: 960px) {
  main .ph_link {
    position: relative;
    display: block;
    padding-bottom: 0.5rem; }
    main .ph_link::after {
      content: "";
      background-color: #01A774;
      height: 1px;
      width: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: 0.5s; }
    main .ph_link .ph {
      aspect-ratio: 3 / 2; }
    main .ph_link p {
      margin-top: 0.5rem; }
    main .ph_link:hover::after {
      width: 100%; }
    main .ph_link:hover img {
      transform: scale(110%); } }
@media screen and (min-width: 960px) {
  main .tab_wrap .tab_btn li p {
    font-size: 1em; } }
@media screen and (min-width: 960px) {
  main .tab_wrap .tab_btn li:hover p, main .tab_wrap .tab_btn li.active p {
    transform: scale(1.3); } }
@media screen and (min-width: 960px) {
  main .foot_path a {
    font-size: 0.9em; } }
@media screen and (min-width: 960px) {
  main #hero {
    padding: 0; } }
@media screen and (min-width: 1280px) {
  main #hero {
    padding: 0 4rem; } }
@media screen and (min-width: 960px) {
  main #hero .video-pc {
    display: block; }
  main #hero .video-sp {
    display: none; } }
@media screen and (min-width: 960px) {
  main .news_contents {
    padding: 0 2rem; } }
@media screen and (min-width: 1280px) {
  main .tab_btn .tab_wrap ul {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: stretch;
    justify-content: flex-start;
    flex: 0; }
    main .tab_btn .tab_wrap ul li {
      padding: 0.5rem;
      margin-top: -1px;
      margin-left: -1px;
      flex-grow: 1; }
      main .tab_btn .tab_wrap ul li + li {
        border-left: 1px solid #E0E0E0;
        border-top: 1px solid #E0E0E0; }
  main .tab_btn .tab_wrap .childs_opn {
    display: none; } }
@media screen and (min-width: 960px) {
  main .tab_content li dl {
    display: grid;
    grid-template-columns: 12em auto; } }
@media screen and (min-width: 960px) {
  main .features_contents ul {
    grid-template-columns: repeat(4, 1fr); } }
@media screen and (min-width: 960px) {
  main .txt_wrap {
    top: 10rem;
    right: 5rem;
    left: 5rem; }
    main .txt_wrap .txt {
      width: 600px;
      max-width: 60%; }
      main .txt_wrap .txt .btn.arrow a {
        display: inline-block; } }
@media screen and (min-width: 960px) {
  main .features_bg img {
    aspect-ratio: 2/1; } }
@media screen and (min-width: 960px) {
  main .dep_contents {
    padding: 0 2rem; } }
@media screen and (min-width: 720px) {
  main .dep_contents ul.course {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main .dep_contents ul.course {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main .voice_contents a {
    grid-template-columns: 35% 1fr 1fr 1fr;
    align-items: stretch; } }
@media screen and (min-width: 960px) {
  main .voice_contents .voice_title {
    aspect-ratio: 1 / 1;
    grid-column: 1;
    grid-row: 1; } }
@media screen and (min-width: 960px) {
  main .life_contents {
    padding: 0 2rem; } }
@media screen and (min-width: 960px) {
  main .sns_contents ul.ph {
    grid-template-columns: repeat(6, 1fr); } }
@media screen and (min-width: 960px) {
  main .overview_contents {
    padding: 0;
    grid-template-columns: 40% auto;
    grid-gap: 5rem; } }
@media screen and (min-width: 960px) {
  main .overview_contents .ph {
    aspect-ratio: 1/1; } }
@media screen and (min-width: 960px) {
  main .overview_contents .btn_wrap {
    grid-template-columns: 1fr 1fr;
    max-width: 100%; } }
@media screen and (min-width: 1280px) {
  main .head_path {
    display: block;
    width: 100%;
    overflow-x: auto;
    background-color: #F5F5F5;
    padding: 1rem;
    text-align: center; }
    main .head_path::-webkit-scrollbar {
      display: none;
      display: block;
      background: #EEE;
      height: 2px; }
    main .head_path::-webkit-scrollbar-thumb {
      background-color: #CCC; }
    main .head_path ul {
      margin: auto;
      width: auto;
      vertical-align: middle;
      white-space: nowrap; }
      main .head_path ul li {
        border-top: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        font-size: 0.95em;
        padding: 0 10px;
        position: relative; }
        main .head_path ul li::after {
          content: '';
          display: block;
          vertical-align: middle;
          width: 1px;
          height: 15px;
          background-color: #DDD;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          left: auto;
          margin: auto; }
        main .head_path ul li:last-child {
          border-bottom: 0; }
          main .head_path ul li:last-child::after {
            display: none; }
        main .head_path ul li a {
          display: inline-block;
          white-space: nowrap;
          padding: 0.2rem;
          border-bottom: 1px solid transparent;
          transition: 0.5s; }
          main .head_path ul li a.here, main .head_path ul li a:hover {
            border-bottom: 1px solid #017963; } }
@media screen and (min-width: 1280px) {
  main .contents_head {
    margin-top: 2rem;
    padding: 0 4rem; } }
@media screen and (min-width: 1280px) {
  main .index_head {
    padding: 0;
    min-height: 570px; } }
@media screen and (min-width: 1280px) {
  main .index_head img {
    height: 95%; } }
@media screen and (min-width: 1280px) {
  main .index_head .index_wrap {
    margin: 0 auto 0 3rem;
    width: 45%;
    min-height: 570px;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); } }
@media screen and (min-width: 1280px) {
  main .index_head .index_title {
    padding: 2rem 4rem; } }
@media screen and (min-width: 1280px) {
  main .index_head .index_contents {
    padding: 2rem 1rem;
    background-color: transparent; } }
@media screen and (min-width: 1280px) {
  main .index_head .index_contents h3 p, main .index_head .index_contents h3 span {
    display: inline-block; } }
@media screen and (min-width: 1280px) {
  main .index_head .index_contents .contents_opn {
    cursor: default; }
    main .index_head .index_contents .contents_opn::before, main .index_head .index_contents .contents_opn::after {
      display: none; } }
@media screen and (min-width: 960px) {
  main .contents_more ul {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.index .col3 {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.index .col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    main.index .col2 li {
      flex-basis: 35%; }
      main.index .col2 li.img {
        flex-basis: 60%; }
    main.index .col2.img_l li.img {
      order: 2; } }
@media screen and (min-width: 960px) {
  main.subject .contents01 .wrap {
    width: 1280px;
    max-width: 100%;
    padding: 0 1rem;
    margin: 0 auto 4rem auto;
    display: grid;
    grid-template-columns: 55% auto;
    align-items: center;
    grid-gap: 4rem; } }
@media screen and (min-width: 960px) {
  main.subject .contents01 .wrap .txt {
    padding: 0;
    margin: auto; } }
@media screen and (min-width: 960px) {
  main.subject .contents01 #toku2 + .wrap, main.subject .contents01 .wrap.ph-right {
    grid-template-columns: auto 55%; }
  main.subject .contents01 #toku2 + .wrap .ph, main.subject .contents01 .wrap.ph-right .ph {
    order: 2; }
  main.subject .contents01 #toku2 + .wrap .txt, main.subject .contents01 .wrap.ph-right .txt {
    order: 1; } }
@media screen and (min-width: 960px) {
  main.subject .contents02 {
    padding: 0 2rem; } }
@media screen and (min-width: 960px) {
  main.subject .contents02 .header_wrap {
    grid-template-columns: 140px auto;
    grid-gap: 2rem; } }
@media screen and (min-width: 960px) {
  main.subject .contents02 .header_wrap {
    grid-row-gap: 0; }
    main.subject .contents02 .header_wrap h3 {
      grid-column: 1;
      grid-row: 1 / 3; }
    main.subject .contents02 .header_wrap h4 {
      grid-column: 2;
      grid-row: 1;
      margin: 0; }
    main.subject .contents02 .header_wrap p {
      grid-column: 2;
      grid-row: 2;
      margin: 0; } }
@media screen and (min-width: 960px) {
  main.subject .contents02 .header_wrap h3 {
    width: 140px;
    height: 140px; }
    main.subject .contents02 .header_wrap h3 p {
      font-size: 1em; }
    main.subject .contents02 .header_wrap h3 span {
      font-size: 2em; }
    main.subject .contents02 .header_wrap h3::before, main.subject .contents02 .header_wrap h3::after {
      width: 30px;
      height: 30px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px; }
    main.subject .contents02 .header_wrap h3 div::before, main.subject .contents02 .header_wrap h3 div::after {
      width: 30px;
      height: 30px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px; } }
@media screen and (min-width: 960px) {
  main.subject .contents02 .header_wrap h4 p {
    font-size: 2em; } }
@media screen and (min-width: 960px) {
  main.subject .contents02 ul {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.features .contents01 .wrap .lead {
    margin: 2rem auto 4rem auto; } }
@media screen and (min-width: 720px) {
  main.features .contents01 .wrap .col3 {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.features .contents01 .wrap .col3 {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 720px) {
  main.features .contents01 .wrap .col4 {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.features .contents01 .wrap .col4 {
    grid-template-columns: repeat(4, 1fr); } }
@media screen and (min-width: 960px) {
  main.features .contents01 .wrap .career {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.features .contents01 .wrap .career li {
    padding: 4rem 0.5rem; } }
@media screen and (min-width: 960px) {
  main.features .contents01 .wrap .ph {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem 1.5rem; } }
@media screen and (min-width: 960px) {
  main.features .contents02 .wrap .col2 {
    grid-template-columns: 1fr 1fr; } }
@media screen and (min-width: 960px) {
  main.features .contents02 .support {
    width: 1280px;
    max-width: 100%;
    padding: 0 1rem;
    margin: 0 auto 4rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 4rem; }
    main.features .contents02 .support:nth-child(even) .img {
      order: 1; }
    main.features .contents02 .support:nth-child(even) .wrap {
      order: 2; } }
@media screen and (min-width: 960px) {
  main.features .sns_wrap ul {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.features.data-ir .col2 {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main.achievements .tab_content li ul.col2 {
    grid-template-columns: 1fr 1fr; } }
@media screen and (min-width: 960px) {
  main.about-school.downloads ul.download {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main.about-school.downloads .plus_opn dd {
    padding: 3rem 3rem 1rem 3rem; } }
@media screen and (min-width: 960px) {
  main.clubs .clubs_head {
    grid-template-columns: 40% 60%; }
    main.clubs .clubs_head .clubs_img {
      order: 1; }
    main.clubs .clubs_head .clubs_contents {
      order: 0; } }
@media screen and (min-width: 960px) {
  main.clubs .col4 {
    grid-template-columns: repeat(4, 1fr); } }
@media screen and (min-width: 960px) {
  main .news_detail .news_head_img img {
    aspect-ratio: 2/1; } }
@media screen and (min-width: 720px) {
  main .news_detail .col2 {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 720px) {
  main .news_detail .col3 {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main .news_detail .col3 {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.school-life .col2 {
    grid-template-columns: repeat(2, 1fr); }
    main.school-life .col2 li:nth-child(odd) {
      padding-right: 1rem; }
    main.school-life .col2 li:nth-child(even) {
      padding-left: 1rem; } }
@media screen and (min-width: 960px) {
  main.school-life.voice .voice_wrap ul li.ph {
    width: 20%;
    margin: 0; }
  main.school-life.voice .voice_wrap ul li.txt {
    width: 75%; }
  main.school-life.voice .voice_wrap ul:nth-child(odd) .txt::after {
    top: 20%;
    left: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid #F8F7F0; }
  main.school-life.voice .voice_wrap ul:nth-child(even) .ph {
    order: 0; }
  main.school-life.voice .voice_wrap ul:nth-child(even) .txt {
    order: 1; }
    main.school-life.voice .voice_wrap ul:nth-child(even) .txt::after {
      top: 20%;
      right: 100%;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 20px solid #F8F7F0;
      border-left: 20px solid transparent; } }
@media screen and (min-width: 960px) {
  main.school-life.voice .voice_bg.second ul:nth-child(odd) .txt::after {
    border-top: 10px solid transparent;
    border-left: 20px solid #FFF; }
  main.school-life.voice .voice_bg.second ul:nth-child(even) .txt::after {
    border-top: 10px solid transparent;
    border-right: 20px solid #FFF; } }
@media screen and (min-width: 960px) {
  main.school-life.uniform .uniform_wrap > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    main.school-life.uniform .uniform_wrap > ul > li.ph {
      flex-basis: 38%; }
    main.school-life.uniform .uniform_wrap > ul > li.detail {
      flex-basis: 58%;
      padding: 0;
      /*> ul {
      grid-template-columns: repeat(3,1fr);
      }*/ }
  main.school-life.uniform .uniform_wrap #formal2 + ul > li.ph, main.school-life.uniform .uniform_wrap #summer2 + ul > li.ph, main.school-life.uniform .uniform_wrap #summer4 + ul > li.ph {
    order: 1; }
  main.school-life.uniform .uniform_wrap #formal2 + ul > li.detail, main.school-life.uniform .uniform_wrap #summer2 + ul > li.detail, main.school-life.uniform .uniform_wrap #summer4 + ul > li.detail {
    order: 0; } }
@media screen and (min-width: 960px) {
  main.school-life.uniform .option .ph img {
    aspect-ratio: 7/3; } }
@media screen and (min-width: 960px) {
  main.school-life.council .festival ul.ph {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.school-life.council ul.commit {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main.school-life.facility .ph {
    grid-gap: 4rem 1.5rem; } }
@media screen and (min-width: 960px) {
  main.school-life.facility .ph.colf2 {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main.school-life.facility .ph.colf3 {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.entrance-exam.open-school .openschool_title h2 {
    width: 40%;
    max-width: 800px;
    min-width: 450px;
    bottom: -10%;
    left: -3%;
    right: auto; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.open-school .openschool_title img {
    aspect-ratio: 5/2; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.open-school h2.open-school {
    margin: 4rem auto; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.open-school h2.open-school p {
    font-size: 2.8em; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.open-school .balloon {
    margin: 6rem auto; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.open-school ul.card {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main.entrance-exam.open-school ul.card li {
    padding: 3rem; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.candidate ul.process {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (min-width: 960px) {
  main.entrance-exam.candidate ul.process li .btn.arrow {
    text-align: left; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.candidate ul.process li .btn.arrow a {
    margin: 0;
    min-width: 0;
    max-width: 100%;
    width: 100%; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.candidate ul.recommend {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.candidate ul.download {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  main.entrance-exam.simulator .lead {
    margin: 6rem auto 3rem auto; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.simulator .form_wrap {
    padding: 3rem; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.simulator .form_wrap .wrap {
    display: flex;
    flex-wrap: wrap; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.simulator .kekka {
    padding: 3rem; } }
@media screen and (min-width: 960px) {
  main.entrance-exam.simulator .kekka ul.gaku_wrap {
    grid-template-columns: 1fr 1fr; } }
@media screen and (min-width: 960px) {
  main.faq .lead {
    margin: 6rem auto 3rem auto; } }
@media screen and (min-width: 960px) {
  main.faq .anchor + .anchor {
    margin-top: 6rem; } }
@media screen and (min-width: 960px) {
  main .next_wrap {
    grid-template-columns: 1fr 1fr; } }
@media screen and (min-width: 960px) {
  main.contact h5.typeA.flex {
    display: flex;
    gap: 2rem; } }
@media screen and (min-width: 960px) {
  main.graduates .wrap {
    padding: 0 2rem; } }
