@charset "UTF-8";
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

b,
strong,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
  line-height: 1.8;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 769px), print {
  .pc_hide {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}
body {
  font-size: 1.125rem;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

a,
button {
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.3s background ease, 0.3s border-color ease, 0.3s color ease, 0.3s -webkit-transform ease;
  transition: 0.3s background ease, 0.3s border-color ease, 0.3s color ease, 0.3s -webkit-transform ease;
  transition: 0.3s background ease, 0.3s border-color ease, 0.3s color ease, 0.3s transform ease;
  transition: 0.3s background ease, 0.3s border-color ease, 0.3s color ease, 0.3s transform ease, 0.3s -webkit-transform ease;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    color: #009fb9;
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active,
  button:active {
    color: #009fb9;
    text-decoration: none;
  }
}
@media (min-width: 769px), print {
  a[href^="tel:"],
  button[href^="tel:"] {
    pointer-events: none;
  }
}

button {
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.3s background-color ease, 0.3s border-color ease, 0.3s color ease;
  transition: 0.3s background-color ease, 0.3s border-color ease, 0.3s color ease;
}

input {
  background: none;
  border: none;
  border-radius: 0;
}

.wrap {
  container-type: inline-size;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1400px;
}
.wrap_txt {
  container-type: inline-size;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1400px;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .wrap_txt {
    background-position: center 5.3333333333vw;
  }
}

@media (min-width: 769px), print {
  .pc_br {
    display: block;
  }
}

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.a_alpha {
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
@media (hover: hover) {
  .a_alpha:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .a_alpha:active {
    opacity: 0.7;
  }
}

.header {
  left: 0;
  padding: 1.25vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 768px) {
  .header {
    padding: 2.6666666667vw;
  }
}
.header_logo img {
  display: block;
  height: 3.75vw;
  width: auto;
}
@media (max-width: 768px) {
  .header_logo img {
    height: 8vw;
  }
}

.menu_btn {
  font-size: 0.75rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 0 #009fb9;
          box-shadow: 1px 1px 0 #009fb9;
  color: #333;
  display: block;
  height: 80px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 80px;
  z-index: 10;
}
@media (max-width: 768px) {
  .menu_btn {
    font-size: 0.625rem;
    height: 40px;
    width: 40px;
  }
}
.menu_btn::before, .menu_btn::after {
  background-color: #009fb9;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}
@media (max-width: 768px) {
  .menu_btn::before, .menu_btn::after {
    height: 1px;
    width: 20px;
  }
}
.menu_btn::before {
  top: 24px;
}
@media (max-width: 768px) {
  .menu_btn::before {
    top: 12px;
  }
}
.menu_btn::after {
  top: 34px;
}
@media (max-width: 768px) {
  .menu_btn::after {
    top: 17px;
  }
}
@media (hover: hover) {
  .menu_btn:hover {
    background: #e5f5f8;
  }
}
@media (hover: none) {
  .menu_btn:active {
    background: #e5f5f8;
  }
}
.menu_btn_txt {
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 45px;
}
@media (max-width: 768px) {
  .menu_btn_txt {
    top: 24px;
  }
}

.nav {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  left: 0;
  max-height: 100dvh;
  overflow-y: auto;
  padding: 50px 50px 70px;
  position: fixed;
  right: 0;
  top: -200%;
  -webkit-transition: 0.3s ease top;
  transition: 0.3s ease top;
  z-index: 20;
}
@media (max-width: 768px) {
  .nav {
    padding: 50px 20px;
  }
}
.nav.active {
  top: 0;
}
.nav_list {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .nav_list {
    margin-bottom: 20px;
  }
}
.nav_list li {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .nav_list li {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.nav_list li a {
  color: #009fb9;
}
.nav_btn {
  margin: auto;
  max-width: 470px;
}
@media (max-width: 768px) {
  .nav_btn {
    max-width: 300px;
  }
}
.nav_close {
  font-size: 0.75rem;
  color: #333;
  height: 80px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  z-index: 10;
}
@media (max-width: 768px) {
  .nav_close {
    font-size: 0.625rem;
    height: 40px;
    width: 40px;
  }
}
.nav_close.active {
  position: fixed;
}
.nav_close::before, .nav_close::after {
  background-color: #009fb9;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 24px;
  width: 40px;
}
@media (max-width: 768px) {
  .nav_close::before, .nav_close::after {
    height: 1px;
    top: 12px;
    width: 20px;
  }
}
.nav_close::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.nav_close::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.nav_close_txt {
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 45px;
}
@media (max-width: 768px) {
  .nav_close_txt {
    top: 24px;
  }
}

.footer_logo {
  margin: auto;
  padding: 50px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .footer_logo {
    padding: 30px 50px;
    max-width: 300px;
  }
}
.footer_logo img {
  display: block;
}
@media (min-width: 769px), print {
  .footer_link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer_link li a {
  font-size: 1.5rem;
  color: #fff;
  display: grid;
  padding: 50px 20px 90px;
  place-items: center;
  position: relative;
}
@media (min-width: 769px), print {
  .footer_link li a {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .footer_link li a {
    font-size: 1.25rem;
    padding: 40px 20px 70px;
  }
}
.footer_link li a::before, .footer_link li a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer_link li a::before {
  background-color: #fff;
  border-radius: 100%;
  bottom: 22px;
  height: 40px;
  width: 40px;
}
@media (max-width: 768px) {
  .footer_link li a::before {
    bottom: 20px;
    height: 30px;
    width: 30px;
  }
}
.footer_link li a::after {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 16px;
  -webkit-mask-image: url("../images/ico-arrow-r.svg");
          mask-image: url("../images/ico-arrow-r.svg");
  bottom: 34px;
  width: 16px;
}
@media (max-width: 768px) {
  .footer_link li a::after {
    bottom: 28px;
    height: 14px;
    width: 14px;
  }
}
.footer_link li a span {
  display: grid;
  font-weight: 700;
  height: 156px;
  line-height: 1.3;
  margin: auto;
  place-items: center;
  position: relative;
  text-align: center;
  width: 18vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .footer_link li a span {
    height: 100px;
    width: 200px;
  }
}
.footer_link li a span::before {
  backdrop-filter: blur(5px);
  border: 4px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  z-index: -1;
}
@media (hover: hover) {
  .footer_link li a:hover span::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer_link_item01 a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 31, 45, 0.5))), url("../images/img-footer01.webp") center/cover no-repeat;
  background: linear-gradient(rgba(223, 31, 45, 0.5) 0%), url("../images/img-footer01.webp") center/cover no-repeat;
}
.footer_link_item01 a::after {
  background-color: #df1f2d;
}
.footer_link_item02 a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 104, 183, 0.5))), url("../images/img-footer02.webp") center/cover no-repeat;
  background: linear-gradient(rgba(0, 104, 183, 0.5) 0%), url("../images/img-footer02.webp") center/cover no-repeat;
}
.footer_link_item02 a::after {
  background-color: #0068b7;
}
.footer_link_item03 a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 159, 185, 0.5))), url("../images/img-footer03.webp") center/cover no-repeat;
  background: linear-gradient(rgba(0, 159, 185, 0.5) 0%), url("../images/img-footer03.webp") center/cover no-repeat;
}
.footer_link_item03 a::after {
  background-color: #009fb9;
}
.footer_copy {
  font-size: 0.875rem;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer_copy {
    font-size: 0.75rem;
  }
}

.pagetop {
  bottom: -100px;
  position: fixed;
  right: 10px;
  -webkit-transition: 0.3s ease bottom;
  transition: 0.3s ease bottom;
  z-index: 15;
}
.pagetop.active {
  bottom: 10px;
}
.pagetop a {
  background-color: #009fb9;
  display: block;
  height: 60px;
  opacity: 0.8;
  position: relative;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  width: 60px;
}
@media (max-width: 768px) {
  .pagetop a {
    height: 40px;
    width: 40px;
  }
}
@media (hover: hover) {
  .pagetop a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .pagetop a:active {
    opacity: 0.5;
  }
}
.pagetop a::before {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  content: "";
  height: 20px;
  left: 20px;
  -webkit-mask-image: url("../images/ico-arrow-t.svg");
          mask-image: url("../images/ico-arrow-t.svg");
  position: absolute;
  top: 20px;
  width: 20px;
}
@media (max-width: 768px) {
  .pagetop a::before {
    height: 16px;
    left: 12px;
    top: 12px;
    width: 16px;
  }
}

.blocker {
  padding: 50px;
  z-index: 30;
}
@media (max-width: 768px) {
  .blocker {
    padding: 50px 20px;
  }
}

.modal {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: min(50px, 4vw);
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .modal {
    padding: 20px;
  }
}
.modal a.close-modal {
  background: none;
  height: 40px;
  right: -40px;
  top: -40px;
  width: 40px;
}
@media (max-width: 768px) {
  .modal a.close-modal {
    right: -5px;
  }
}
.modal a.close-modal::before, .modal a.close-modal::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 35px;
}
.modal a.close-modal::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal a.close-modal::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .modal_curriculum {
    overflow-x: auto;
    padding-bottom: 10px;
    position: relative;
  }
  .modal_curriculum::before {
    background: rgba(0, 0, 0, 0.7) url("../images/ico-swipe.svg") center/50px auto no-repeat;
    border-radius: 10px;
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
  }
  .modal_curriculum.active::before {
    display: none;
  }
}
.modal_curriculum img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .modal_curriculum img {
    width: 600px;
    max-width: 600px;
  }
}
.modal_achievement_ttl {
  font-size: 1.5rem;
  color: var(--a_color);
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .modal_achievement_ttl {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.modal_achievement_sttl {
  font-size: 1.25rem;
  background-color: var(--a_color);
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .modal_achievement_sttl {
    font-size: 1rem;
  }
}
.modal_achievement_list {
  display: grid;
  gap: 14px 1.4285714286cqw;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .modal_achievement_list {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
.modal_achievement_list:last-of-type {
  margin-bottom: 10px;
}
.modal_achievement_list li {
  border-left: 6px solid var(--a_color);
  line-height: 1.1;
  padding-left: 6px;
  min-width: 0;
}
.modal_achievement_sub {
  text-align: right;
}
.modal_achievement01 {
  --a_color: #df1f2d;
}
.modal_achievement02 {
  --a_color: #0068b7;
}
.modal_achievement03 {
  --a_color: #8bb929;
}
.modal_achievement04 {
  --a_color: #f68d00;
}
.modal_achievement05 {
  --a_color: #009f99;
}
.modal_achievement06 {
  --a_color: #14257e;
}
.modal_achievement07 {
  --a_color: #62237c;
}
.modal_achievement08 {
  --a_color: #0090d8;
}

.btn {
  font-size: 1.5rem;
  background-color: #009fb9;
  -webkit-box-shadow: 10px 10px 0 rgb(0, 115.1675675676, 134);
          box-shadow: 10px 10px 0 rgb(0, 115.1675675676, 134);
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 23px 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .btn {
    font-size: 1.125rem;
    -webkit-box-shadow: 5px 5px 0 rgb(0, 115.1675675676, 134);
            box-shadow: 5px 5px 0 rgb(0, 115.1675675676, 134);
    padding: 15px 40px;
  }
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease right;
  transition: 0.3s ease right;
}
.btn::before {
  background-color: #fff;
  border-radius: 100%;
  height: 30px;
  right: 20px;
  width: 30px;
}
@media (max-width: 768px) {
  .btn::before {
    height: 24px;
    right: 13px;
    width: 24px;
  }
}
.btn::after {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #009fb9;
  height: 14px;
  -webkit-mask-image: url("../images/ico-arrow-r.svg");
          mask-image: url("../images/ico-arrow-r.svg");
  right: 28px;
  width: 14px;
}
@media (max-width: 768px) {
  .btn::after {
    height: 12px;
    right: 19px;
    width: 12px;
  }
}
@media (hover: hover) {
  .btn:hover {
    background-color: rgb(0, 137.0837837838, 159.5);
    color: #fff;
  }
  .btn:hover::before {
    right: 12px;
  }
}
@media (hover: hover) and (max-width: 768px) {
  .btn:hover::before {
    right: 10px;
  }
}
@media (hover: hover) {
  .btn:hover::after {
    right: 20px;
  }
}
@media (hover: hover) and (max-width: 768px) {
  .btn:hover::after {
    right: 16px;
  }
}
@media (hover: none) {
  .btn:active {
    background-color: rgb(0, 137.0837837838, 159.5);
    color: #fff;
  }
  .btn:active::before {
    right: 12px;
  }
  .btn:active::after {
    right: 20px;
  }
}
.btn_big {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .btn_big {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.btn_btm::after {
  -webkit-mask-image: url("../images/ico-arrow-b.svg");
          mask-image: url("../images/ico-arrow-b.svg");
}

.section_ttl {
  margin: 0 auto 40px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .section_ttl {
    margin-bottom: 20px;
  }
}
.section_ttl img {
  display: block;
}
@media (max-width: 768px) {
  .section_ttl img {
    height: 40px;
  }
}
.section_ttl_en {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .section_ttl_en {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.section_ttl_en::before, .section_ttl_en::after {
  background-color: var(--color);
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  height: 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .section_ttl_en::before, .section_ttl_en::after {
    height: 2px;
  }
}
.section_ttl_sub {
  font-size: 2rem;
  color: #555;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .section_ttl_sub {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.main {
  background: url("../images/bg-main-name.svg") right 1.4375vw top 8.4375vw/10vw auto no-repeat, url("../images/img-main.webp") center top/100% auto no-repeat;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .main {
    background: url("../images/bg-main-name.svg") right 2vw top 16vw/10vw auto no-repeat, url("../images/img-main-sp.webp") center top/100% auto no-repeat;
    padding-bottom: 60px;
  }
}
.main_top {
  min-height: 67.25vw;
}
@media (max-width: 768px) {
  .main_top {
    min-height: 85.3333333333vw;
  }
}
.main_top_cp {
  left: 6.5625vw;
  position: absolute;
  top: 5vw;
  width: 36.25vw;
}
@media (max-width: 768px) {
  .main_top_cp {
    left: 4vw;
    top: 12vw;
  }
}
.main_top_cp img {
  display: block;
  width: 100%;
}
.main_btm {
  padding-left: 20px;
  padding-right: 20px;
}
.main_btm_txt {
  font-size: 2.25rem;
  display: grid;
  font-weight: 700;
  gap: 20px;
  grid-template-columns: 1fr;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .main_btm_txt {
    font-size: 1.125rem;
    gap: 15px;
  }
}
.main_btm_btn {
  margin: 70px auto 0;
  max-width: 470px;
}
@media (max-width: 768px) {
  .main_btm_btn {
    margin-top: 30px;
    max-width: 300px;
  }
}

.course {
  --color: #009fb9;
  counter-reset: course 0;
  overflow: hidden;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .course {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .course .section_ttl img {
    height: 50px;
  }
}
.course_wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px), print {
  .course_wrap {
    display: grid;
    gap: 1.25vw;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .course_wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.course_wrap::before, .course_wrap::after {
  bottom: 0;
  content: "";
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px), print {
  .course_wrap::before, .course_wrap::after {
    top: 110px;
  }
}
@media (max-width: 768px) {
  .course_wrap::before, .course_wrap::after {
    top: 0;
    right: 0;
  }
}
.course_wrap::before {
  background-color: var(--color);
  width: 66.25vw;
}
@media (max-width: 768px) {
  .course_wrap::before {
    width: 80vw;
  }
}
.course_wrap::after {
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px), radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 0 0, 10px 24px;
  background-size: 20px 48px;
  opacity: 0.5;
  width: 33.125vw;
}
@media (max-width: 768px) {
  .course_wrap::after {
    width: 40vw;
  }
}
.course_img {
  width: 100%;
}
@media (min-width: 769px), print {
  .course_img {
    height: 520px;
  }
}
.course_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}
.course_content {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 769px), print {
  .course_content {
    max-width: 460px;
  }
}
.course_content::before {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}
.course_sttl {
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .course_sttl {
    font-size: 0.875rem;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.course_sttl strong {
  font-size: 2.5rem;
  color: var(--color);
  font-weight: 700;
}
@media (max-width: 768px) {
  .course_sttl strong {
    font-size: 1.875rem;
  }
}
.course_sttl span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.course_list {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .course_list {
    max-width: 350px;
  }
}
.course_list li {
  background-color: #fff;
  position: relative;
}
.course_list li::before {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 3.75rem;
  color: #fff;
  counter-increment: course 1;
  content: counter(course, decimal-leading-zero);
  left: 9px;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .course_list li::before {
    font-size: 2.5rem;
  }
}
.course_list li a {
  font-size: 1.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 84px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 50px 10px 85px;
  position: relative;
}
@media (max-width: 768px) {
  .course_list li a {
    font-size: 1.125rem;
    line-height: 1.4;
    height: 60px;
    padding-left: 65px;
    padding-right: 40px;
  }
}
.course_list li a::before, .course_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease right;
  transition: 0.3s ease right;
}
.course_list li a::before {
  background-color: #fff;
  border-radius: 100%;
  height: 30px;
  right: 13px;
  width: 30px;
}
@media (max-width: 768px) {
  .course_list li a::before {
    height: 24px;
    right: 13px;
    width: 24px;
  }
}
.course_list li a::after {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 14px;
  -webkit-mask-image: url("../images/ico-arrow-b.svg");
          mask-image: url("../images/ico-arrow-b.svg");
  right: 21px;
  width: 14px;
}
@media (max-width: 768px) {
  .course_list li a::after {
    height: 12px;
    right: 19px;
    width: 12px;
  }
}
.course_list li a span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .course_list li a span {
    font-size: 0.75rem;
  }
}
.course_list_btn01 {
  background-color: rgba(223, 31, 45, 0.7);
}
.course_list_btn01::after {
  background-color: #df1f2d;
}
@media (hover: hover) {
  .course_list_btn01:hover {
    background-color: #009fb9;
  }
  .course_list_btn01:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn01:active {
    background-color: #009fb9;
  }
  .course_list_btn01:active::after {
    background-color: #009fb9;
  }
}
.course_list_btn02 {
  background-color: rgba(0, 104, 183, 0.7);
}
.course_list_btn02::after {
  background-color: #0068b7;
}
@media (hover: hover) {
  .course_list_btn02:hover {
    background-color: #009fb9;
  }
  .course_list_btn02:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn02:active {
    background-color: #009fb9;
  }
  .course_list_btn02:active::after {
    background-color: #009fb9;
  }
}
.course_list_btn03 {
  background-color: rgba(139, 185, 41, 0.7);
}
.course_list_btn03::after {
  background-color: #8bb929;
}
@media (hover: hover) {
  .course_list_btn03:hover {
    background-color: #009fb9;
  }
  .course_list_btn03:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn03:active {
    background-color: #009fb9;
  }
  .course_list_btn03:active::after {
    background-color: #009fb9;
  }
}
.course_list_btn04 {
  background-color: rgba(246, 141, 0, 0.7);
}
.course_list_btn04::after {
  background-color: #f68d00;
}
@media (hover: hover) {
  .course_list_btn04:hover {
    background-color: #009fb9;
  }
  .course_list_btn04:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn04:active {
    background-color: #009fb9;
  }
  .course_list_btn04:active::after {
    background-color: #009fb9;
  }
}
.course_list_btn05 {
  background-color: rgba(0, 159, 153, 0.7);
}
.course_list_btn05::after {
  background-color: #009f99;
}
@media (hover: hover) {
  .course_list_btn05:hover {
    background-color: #009fb9;
  }
  .course_list_btn05:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn05:active {
    background-color: #009fb9;
  }
  .course_list_btn05:active::after {
    background-color: #009fb9;
  }
}
.course_list_btn06 {
  background-color: rgba(20, 37, 126, 0.7);
}
.course_list_btn06::after {
  background-color: #14257e;
}
@media (hover: hover) {
  .course_list_btn06:hover {
    background-color: #009fb9;
  }
  .course_list_btn06:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn06:active {
    background-color: #009fb9;
  }
  .course_list_btn06:active::after {
    background-color: #009fb9;
  }
}
.course_list_btn07 {
  background-color: rgba(98, 35, 124, 0.7);
}
.course_list_btn07::after {
  background-color: #62237c;
}
@media (hover: hover) {
  .course_list_btn07:hover {
    background-color: #009fb9;
  }
  .course_list_btn07:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn07:active {
    background-color: #009fb9;
  }
  .course_list_btn07:active::after {
    background-color: #009fb9;
  }
}
.course_list_btn08 {
  background-color: rgba(0, 144, 216, 0.7);
}
.course_list_btn08::after {
  background-color: #0090d8;
}
@media (hover: hover) {
  .course_list_btn08:hover {
    background-color: #009fb9;
  }
  .course_list_btn08:hover::after {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .course_list_btn08:active {
    background-color: #009fb9;
  }
  .course_list_btn08:active::after {
    background-color: #009fb9;
  }
}
.course_general {
  --color: #f68d00;
  grid-template-columns: 50% 1fr;
}
.course_general::before, .course_general::after {
  right: 0;
}
.course_general::before {
  opacity: 0.25;
}
@media (min-width: 769px), print {
  .course_general_content::before {
    background-image: url("../images/img-course-general02.webp");
    bottom: -80px;
    height: 375px;
    left: calc(100% + 55px);
    width: 281px;
  }
}
.course_inter {
  --color: #0090d8;
  grid-template-columns: 1fr 50%;
}
@media (min-width: 769px), print {
  .course_inter::before, .course_inter::after {
    left: 0;
  }
}
.course_inter::before {
  opacity: 0.15;
}
.course_inter .course_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.course_inter_content {
  margin-left: auto;
}
@media (min-width: 769px), print {
  .course_inter_content::before {
    background-image: url("../images/img-course-inter02.webp");
    bottom: -138px;
    height: 328px;
    left: -260px;
    width: 425px;
  }
}

.list {
  counter-reset: list 0;
}
.list_wrap {
  counter-increment: list 1;
  overflow: hidden;
  padding: 90px 20px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .list_wrap {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
.list_wrap::before {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 12.5rem;
  color: var(--c_color);
  content: counter(list, decimal-leading-zero);
  line-height: 1;
  left: 50%;
  opacity: 0.2;
  padding: 0 20px;
  position: absolute;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: -2;
}
@media (max-width: 768px) {
  .list_wrap::before {
    font-size: 3.125rem;
    top: 0;
  }
}
.list_wrap:nth-of-type(odd) .wrap::before {
  border-radius: 300px 0 0 300px;
  left: 21.5cqw;
}
@media (max-width: 768px) {
  .list_wrap:nth-of-type(odd) .wrap::before {
    border-radius: 100px 0 0 100px;
    left: 50px;
  }
}
.list_wrap:nth-of-type(odd) .list_img_top {
  right: 0;
}
.list_wrap:nth-of-type(even)::before {
  text-align: right;
}
.list_wrap:nth-of-type(even) .wrap::before {
  border-radius: 0 300px 300px 0;
  right: 21.5cqw;
}
@media (max-width: 768px) {
  .list_wrap:nth-of-type(even) .wrap::before {
    border-radius: 0 100px 100px 0;
    right: 50px;
  }
}
.list_wrap:nth-of-type(even) .list_img_top {
  left: 0;
}
.list_wrap:nth-of-type(even) .list_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.list_wrap .wrap {
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .list_wrap .wrap {
    padding-bottom: 50px;
    padding-top: 10px;
  }
}
.list_wrap .wrap::before {
  background-color: var(--c_color);
  bottom: 0;
  content: "";
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: calc(28.5cqw + 50vw);
  z-index: -1;
}
@media (max-width: 768px) {
  .list_wrap .wrap::before {
    width: calc(100vw - 70px);
  }
}
.list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5714285714cqw;
}
@media (max-width: 1000px) {
  .list_inner {
    display: block;
  }
}
.list_ttl {
  font-size: 3rem;
  color: var(--c_color);
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .list_ttl {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.list_img {
  width: 50cqw;
}
@media (max-width: 1000px) {
  .list_img {
    width: 100%;
  }
}
.list_img img {
  border: 8px solid #fff;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .list_img img {
    border-width: 5px;
  }
}
.list_img_top {
  border: 8px solid #fff;
  height: 180px;
  position: absolute;
  top: -90px;
  width: 240px;
}
@media (max-width: 768px) {
  .list_img_top {
    display: none;
  }
}
.list_img_top img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.list_img_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2857142857cqw;
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .list_img_btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
  }
}
.list_img_btm li {
  border: 8px solid #fff;
  width: 12.8571428571cqw;
}
@media (max-width: 768px) {
  .list_img_btm li {
    border-width: 5px;
    width: 100px;
  }
}
.list_img_btm li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.list_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media (max-width: 1000px) {
  .list_content {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .list_content {
    margin-top: 20px;
  }
}
.list_sttl {
  font-size: 2rem;
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--c_color);
  display: inline;
  font-weight: 400;
  line-height: 2.25;
  padding: 7px 20px;
}
@media (max-width: 768px) {
  .list_sttl {
    font-size: 1.375rem;
    padding: 5px 12px;
  }
}
.list_txt {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .list_txt {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.list_list {
  display: grid;
  gap: 1.2142857143cqw;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .list_list {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 20px;
  }
}
.list_list li {
  background-color: #fff;
}
.list_list li a {
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 3px solid rgb(from var(--c_color) r g b/0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 19px 55px 19px 2.8571428571cqw;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .list_list li a {
    font-size: 1rem;
    border-width: 2px;
    padding: 10px 40px 10px 20px;
  }
}
.list_list li a::before {
  background-color: rgb(from var(--c_color) r g b/0.5);
}
.list_list li a::after {
  background-color: #fff;
}
@media (hover: hover) {
  .list_list li a:hover {
    background-color: rgb(from var(--c_color) r g b/0.2);
  }
}
@media (hover: none) {
  .list_list li a:active {
    background-color: rgb(from var(--c_color) r g b/0.2);
  }
}
.list_btn {
  margin: auto;
  max-width: 400px;
}
@media (max-width: 768px) {
  .list_btn {
    max-width: 300px;
  }
}
.list_btn a {
  background-color: var(--c_color);
  -webkit-box-shadow: 10px 10px 0 var(--d_color);
          box-shadow: 10px 10px 0 var(--d_color);
}
@media (max-width: 768px) {
  .list_btn a {
    -webkit-box-shadow: 5px 5px 0 var(--d_color);
            box-shadow: 5px 5px 0 var(--d_color);
  }
}
.list_btn a::after {
  background-color: var(--c_color);
}
@media (hover: hover) {
  .list_btn a:hover {
    background-color: var(--h_color);
  }
}
@media (hover: none) {
  .list_btn a:active {
    background-color: var(--h_color);
  }
}
.list_course01 {
  --c_color: #df1f2d;
  --h_color: rgb(200.6122047244, 27.8877952756, 40.4822834646);
  --d_color: rgb(178.2244094488, 24.7755905512, 35.9645669291);
}
.list_course02 {
  --c_color: #0068b7;
  --h_color: rgb(0, 89.5081967213, 157.5);
  --d_color: rgb(0, 75.0163934426, 132);
}
.list_course03 {
  --c_color: #8bb929;
  --h_color: rgb(123.3163716814, 164.1261061947, 36.3738938053);
  --d_color: rgb(107.6327433628, 143.2522123894, 31.7477876106);
}
.list_course04 {
  --c_color: #f68d00;
  --h_color: rgb(220.5, 126.3841463415, 0);
  --d_color: rgb(195, 111.7682926829, 0);
}
.list_course05 {
  --c_color: #009f99;
  --h_color: rgb(0, 133.5, 128.4622641509);
  --d_color: rgb(0, 108, 103.9245283019);
}
.list_course05 .wrap {
  padding-bottom: 0;
}
.list_course05 .wrap::before {
  bottom: 50px;
}
.list_course05 .list_img_btm {
  margin-left: auto;
}
.list_course05 .list_img_btm li {
  aspect-ratio: 1/1;
}
.list_course06 {
  --c_color: #14257e;
  --h_color: rgb(16.5068493151, 30.5376712329, 103.9931506849);
  --d_color: rgb(13.0136986301, 24.0753424658, 81.9863013699);
}
.list_course07 {
  --c_color: #62237c;
  --h_color: rgb(82.2830188679, 29.3867924528, 104.1132075472);
  --d_color: rgb(66.5660377358, 23.7735849057, 84.2264150943);
}
.list_course07 .wrap {
  padding-bottom: 0;
}
.list_course07 .wrap::before {
  bottom: 70px;
}
.list_course07 .list_img_btm {
  margin-right: auto;
}
.list_course07 .list_img_btm li {
  aspect-ratio: 4/3;
  width: 17.1428571429cqw;
}
@media (max-width: 768px) {
  .list_course07 .list_img_btm li {
    width: 150px;
  }
}
.list_course08 {
  --c_color: #0090d8;
  --h_color: rgb(0, 127, 190.5);
  --d_color: #006ea5;
}

.general {
  --color: #f68d00;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .general {
    margin-bottom: 50px;
  }
}

.inter {
  --color: #0090d8;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .inter {
    margin-bottom: 50px;
  }
}

.school {
  --color: #00a25e;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .school {
    padding-bottom: 10px;
  }
}
.school_wrap {
  container-type: inline-size;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.school_inner {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .school_inner {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px), print {
  .school_intro {
    display: grid;
    gap: 2.8571428571cqw;
    grid-template-columns: 380px 1fr;
  }
}
.school_intro_ttl {
  line-height: 1.6;
  padding: 25px 20px 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .school_intro_ttl {
    margin-bottom: 20px;
    padding: 20px 40px 20px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.school_intro_ttl::before {
  background-color: rgba(0, 162, 94, 0.15);
  bottom: -45px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 50vw - 50cqw);
  z-index: -1;
}
@media (max-width: 768px) {
  .school_intro_ttl::before {
    bottom: 0;
  }
}
.school_intro_ttl h3 {
  font-size: 3.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .school_intro_ttl h3 {
    font-size: 1.5rem;
  }
}
.school_intro_ttl_en {
  font-size: 1.5rem;
  color: #00a25e;
  font-weight: 700;
}
@media (max-width: 768px) {
  .school_intro_ttl_en {
    font-size: 1rem;
  }
}
.school_intro_txt {
  font-size: 1.25rem;
  padding: 35px 0;
}
@media (max-width: 768px) {
  .school_intro_txt {
    font-size: 1rem;
    padding: 0 20px 30px 0;
  }
}
.school_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
.school_slide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school_slide_list li {
  margin-right: 2.8571428571cqw;
}
@media (max-width: 768px) {
  .school_slide_list li {
    margin-right: 10px;
  }
}
.school_slide_list li figure {
  position: relative;
}
.school_slide_list li figcaption {
  font-size: 1.25rem;
  background-color: rgba(0, 162, 94, 0.8);
  bottom: 0;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .school_slide_list li figcaption {
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}
@media (min-width: 769px), print {
  .school_support_box {
    display: grid;
    gap: 3.5714285714cqw;
    grid-template-columns: 1fr 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .school_support_box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .school_support_content {
    margin-top: -25px;
    position: relative;
  }
}
.school_support_content_ttl {
  font-size: 2.5rem;
  background-color: #00a25e;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .school_support_content_ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding: 3px 15px;
    max-width: calc(100% - 20px);
  }
}
.school_support_content_sttl {
  font-size: 1.25rem;
  color: #00a25e;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .school_support_content_sttl {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.school_support_content_list {
  color: #00a25e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .school_support_content_list {
    gap: 5px;
    margin-bottom: 20px;
  }
}
.school_support_content_list li {
  border: 1px solid #00a25e;
  border-radius: 5px;
  padding: 3px 15px;
}
@media (max-width: 768px) {
  .school_support_content_list li {
    padding: 3px 10px;
  }
}
.school_support_content_txt {
  padding: 40px 55px 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  .school_support_content_txt {
    padding: 20px 20px 20px 0;
  }
}
.school_support_content_txt::before {
  background-color: rgba(0, 162, 94, 0.15);
  bottom: 0;
  content: "";
  left: -130px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.school_support_content_att {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .school_support_content_att {
    margin-top: 10px;
  }
}
.school_support_content_att li {
  font-size: 0.875rem;
  padding-left: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .school_support_content_att li {
    font-size: 0.75rem;
  }
}
.school_support_content_att li::before {
  content: "※";
  left: 0;
  position: absolute;
}
.school_facility {
  padding-bottom: 51.4285714286cqw;
  position: relative;
}
@media (max-width: 768px) {
  .school_facility {
    padding-bottom: 282px;
  }
}
.school_facility_slide {
  bottom: 27.1428571429cqw;
}
@media (max-width: 768px) {
  .school_facility_slide {
    bottom: 146px;
  }
}
.school_facility_slide_list {
  -webkit-animation: scroll-left 60s infinite linear 0.5s both;
          animation: scroll-left 60s infinite linear 0.5s both;
}
.school_facility_slide_list li {
  height: 24.2857142857cqw;
  width: 42.8571428571cqw;
}
@media (max-width: 768px) {
  .school_facility_slide_list li {
    height: 136px;
    width: 240px;
  }
}
.school_facility_slide_right {
  bottom: 0;
}
.school_facility_slide_right .school_facility_slide_list {
  -webkit-animation-name: scroll-right;
          animation-name: scroll-right;
}
.school_trip {
  padding-bottom: 32.1428571429cqw;
  position: relative;
}
.school_trip_slide {
  bottom: 0;
}
.school_trip_slide_list {
  -webkit-animation: scroll-left 100s infinite linear 0.5s both;
          animation: scroll-left 100s infinite linear 0.5s both;
}
.school_trip_slide_list li {
  width: 57.1428571429cqw;
}
.school_trip_slide_list li.school_trip_slide_list_column {
  display: grid;
  gap: 2.1428571429cqw;
  grid-template-columns: 1fr;
  width: 26.7857142857cqw;
}
@media (max-width: 768px) {
  .school_trip_slide_list li.school_trip_slide_list_column {
    gap: 10px;
    width: 89px;
  }
}
.school_club_img {
  margin-bottom: 50px;
}
.school_club_priority {
  border: 4px solid #df1f2d;
  padding: 55px 4.2857142857cqw 50px;
  position: relative;
}
@media (max-width: 768px) {
  .school_club_priority {
    border-width: 2px;
    padding: 40px 20px 20px;
  }
}
.school_club_priority_ttl {
  font-size: 1.5rem;
  background-color: #df1f2d;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 12px 48px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .school_club_priority_ttl {
    font-size: 1.25rem;
    padding: 10px 20px;
    top: -26px;
  }
}
.school_club_priority_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8571428571cqw 4.2857142857cqw;
}
@media (max-width: 768px) {
  .school_club_priority_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.school_club_priority_list li {
  min-width: 0;
}
.school_club_priority_list li figcaption {
  font-size: 1.125rem;
  border-left: 6px solid #df1f2d;
  line-height: 1.1;
  margin: 10px auto 0;
  padding-left: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .school_club_priority_list li figcaption {
    font-size: 0.875rem;
    border-left-width: 4px;
  }
}
.school_club_type {
  border: 4px solid var(--club_color);
  margin-top: 20px;
}
@media (min-width: 769px), print {
  .school_club_type {
    display: grid;
    grid-template-columns: 160px 1fr;
  }
}
@media (max-width: 768px) {
  .school_club_type {
    border-width: 2px;
  }
}
.school_club_type_ttl {
  font-size: 1.25rem;
  background-color: var(--club_color);
  color: #fff;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .school_club_type_ttl {
    padding: 10px;
  }
}
.school_club_type_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px 1.4285714286cqw;
  margin: 25px 3.2142857143cqw;
}
@media (max-width: 768px) {
  .school_club_type_list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 20px;
  }
}
.school_club_type_list li {
  font-size: 1.125rem;
  border-left: 6px solid var(--club_color);
  line-height: 1.1;
  padding-left: 6px;
  min-width: 0;
}
@media (max-width: 768px) {
  .school_club_type_list li {
    font-size: 0.875rem;
    border-left-width: 4px;
  }
}
.school_club_type01 {
  --club_color: #f68d00;
}
.school_club_type02 {
  --club_color: #8bb929;
}
.school_club_type03 {
  --club_color: #0090d8;
}

.event {
  --color: #265a7a;
  background-color: rgba(210, 231, 244, 0.9);
  padding: 70px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .event {
    padding: 30px 0 50px;
  }
}
.event::before {
  background: url("../images/bg-event.webp") center/cover no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.event_wrap {
  container-type: inline-size;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .event_wrap {
    margin-top: 30px;
  }
}
.event_inner {
  background-color: #fff;
  border: 2px solid #265a7a;
}
@media (min-width: 769px), print {
  .event_inner {
    display: grid;
    grid-template-columns: 33.5cqw 1fr;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .event_inner {
    margin-bottom: 20px;
  }
}
.event_ttl {
  font-size: 1.875rem;
  background-color: #265a7a;
  color: #fff;
  display: grid;
  font-weight: 700;
  padding: 80px 10px;
  place-items: center;
  text-align: center;
}
@media (min-width: 769px), print {
  .event_ttl {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .event_ttl {
    font-size: 1.25rem;
    padding: 10px;
  }
}
.event_date {
  display: grid;
  gap: 45px 1.4285714286cqw;
  grid-template-columns: repeat(2, 1fr);
  padding: 45px 2.1428571429cqw;
  place-items: center;
}
@media (max-width: 768px) {
  .event_date {
    gap: 20px;
    min-height: 100px;
    padding: 20px;
  }
}
@media (min-width: 769px), print {
  .event_date li {
    min-height: 61px;
    text-align: right;
  }
}
.event_date li img {
  display: block;
}
.event_btn {
  margin: 60px auto 0;
  max-width: 600px;
}
@media (max-width: 768px) {
  .event_btn {
    margin-top: 20px;
    max-width: 300px;
  }
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}