@charset "UTF-8";
/* Scss Document */
/* 
---------------------------------------
schools01
---------------------------------------
*/
#schools .boxs {
  margin-bottom: 80px; }
  @media (max-width: 999px) {
    #schools .boxs {
      margin-bottom: 40px; } }
#schools .ttl {
  border-bottom: 2px solid #F2F3F4;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 26px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #schools .ttl {
      font-size: 20px;
      padding-bottom: 10px;
      margin-bottom: 15px; } }
#schools .ttl a {
  margin-left: 10px; }
#schools .box {
  display: flex; }
  @media (max-width: 999px) {
    #schools .box {
      flex-direction: column; } }
#schools .box .img_box {
  width: calc(340 / 1200 * 100%);
  margin-right: calc(60 / 1200 * 100%); }
  @media (max-width: 999px) {
    #schools .box .img_box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
#schools .box .img_box a {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: block;
  overflow: hidden; }
#schools .box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(10px, 1.4285714286vw, 20px); }
#schools .sbox {
  width: calc(800 / 1200 * 100%); }
  @media (max-width: 999px) {
    #schools .sbox {
      width: 100%; } }
#schools table {
  table-layout: fixed;
  width: 100%; }
#schools tr {
  display: flex;
  align-items: self-start; }
#schools tr.telNumber {
  align-items: center; }
#schools tr td:first-child {
  width: 18%;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #schools tr td:first-child {
      width: 22%;
      font-size: 14px; } }
#schools tr td:nth-child(2) {
  font-size: 16px;
  width: 82%;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #schools tr td:nth-child(2) {
      width: 78%;
      font-size: 14px; } }
#schools tr td.tel {
  font-size: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #schools tr td.tel {
      font-size: 18px; } }
#schools .DetailBtn {
  position: relative;
  display: block;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background: #0E7BDB;
  color: #fff;
  font-size: 18px;
  border: 4px solid #0E7BDB;
  max-width: 320px;
  border-radius: 999px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #schools .DetailBtn {
      width: 100%;
      font-size: 16px; } }
#schools .DetailBtn:before {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateX(-50%);
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px; }
#schools .DetailBtn:hover {
  background: #fff;
  color: #0E7BDB; }
#schools .DetailBtn:before:hover {
  color: #0E7BDB; }
#schools .course-labels {
  margin-top: 10px; }
#schools .course-label {
  display: inline-block;
  padding: 10px 8px;
  margin: 4px 10px 3px 0;
  text-align: center;
  border: 2px solid;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center; }
  @media (max-width: 999px) {
    #schools .course-label {
      font-size: 12px;
      min-width: 12%; } }
#schools .label-orange {
  border-color: #FFCC26;
  color: #FFCC26; }
#schools .label-blue {
  border-color: #1C3EA6;
  color: #1C3EA6; }
#schools .label-green {
  border-color: #01771D;
  color: #01771D; }
#schools .label-red {
  border-color: #BC1010;
  color: #BC1010; }
#schools .label-purple {
  border-color: #FFA100;
  color: #FFA100; }
#schools .label-default {
  border-color: #999;
  color: #999; }

/* 
---------------------------------------
under_school01
---------------------------------------
*/
#under_school01 .swiper-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden; }
#under_school01 .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  display: block; }
#under_school01 .swiper-slide img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  aspect-ratio: 3 / 2; }
#under_school01 .swiper-3d .swiper-wrapper {
  padding-bottom: 50px; }
#under_school01 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: rgba(14, 123, 219, 0.2);
  opacity: 1; }
@media (max-width: 999px) {
  #under_school01 .swiper-horizontal > .swiper-pagination-bullets, #under_school01 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px; } }

#under_school01 {
  margin-top: 40px; }
  #under_school01 .ttl {
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #F2F3F4;
    text-align: center;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #under_school01 .ttl {
        font-size: 24px; } }
  #under_school01 .free_space {
    margin: 40px auto;
    border: #FFCC26 solid 2px;
    border-radius: clamp(10px, 1.4285714286vw, 20px);
    padding: 67px 0;
    text-align: center; }
    @media (max-width: 999px) {
      #under_school01 .free_space {
        padding: 30px 10px;
        margin: 20px auto; } }
  #under_school01 .free_space p {
    font-size: 20px;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 999px) {
      #under_school01 .free_space p {
        font-size: 16px; } }
  #under_school01 .free_space p strong {
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }

/* 
---------------------------------------
underSchool_course
---------------------------------------
*/
#underSchool_course {
  margin-top: 243px;
  padding-bottom: 200px;
  background: #FFA100;
  position: relative; }
  @media (max-width: 999px) {
    #underSchool_course {
      margin-top: 80px;
      padding-top: 28px;
      padding-bottom: 90px; } }
  #underSchool_course .boxs {
    background: #FFF5D3;
    padding: 3vw;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: clamp(25px, 3.5714285714vw, 50px); }
    @media (max-width: 999px) {
      #underSchool_course .boxs {
        flex-direction: column;
        padding: 20px; } }
  #underSchool_course .box {
    width: 100%;
    background: #fff;
    border-radius: clamp(10px, 1.4285714286vw, 20px); }
    @media (max-width: 999px) {
      #underSchool_course .box {
        width: 100%; } }
  #underSchool_course .sttl {
    background: #FFCC26;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    border-radius: clamp(10px, 1.4285714286vw, 20px) clamp(10px, 1.4285714286vw, 20px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px); }
  #underSchool_course .ssttl {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1rem; }
  #underSchool_course .stxtBox {
    padding: 2vw;
    border-radius: clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(10px, 1.4285714286vw, 20px) clamp(10px, 1.4285714286vw, 20px); }
    @media (max-width: 999px) {
      #underSchool_course .stxtBox {
        padding: 20px; } }
  #underSchool_course .stxt {
    font-size: 16px; }
    @media (max-width: 999px) {
      #underSchool_course .stxt {
        font-size: 14px; } }
  #underSchool_course .stxt.mb1 {
    margin-bottom: 8px; }
  #underSchool_course .entry .sttl {
    background: #1C3EA6; }
  #underSchool_course .entry .ssttl {
    color: #1C3EA6; }
  #underSchool_course .standard .sttl {
    background: #01771D; }
  #underSchool_course .standard .ssttl {
    color: #01771D; }
  #underSchool_course .advance .sttl {
    background: #BC1010; }
  #underSchool_course .advance .ssttl {
    color: #BC1010; }
  #underSchool_course .explorer .sttl {
    background: #FFA100; }
  #underSchool_course .explorer .ssttl {
    color: #FFA100; }

#underSchool_course .bg {
  position: absolute; }

#underSchool_course .bg1 {
  top: -60px; }
  @media (max-width: 999px) {
    #underSchool_course .bg1 {
      top: -15px;
      width: 100%; } }

#underSchool_course .bg2 {
  bottom: -68px; }
  @media (max-width: 999px) {
    #underSchool_course .bg2 {
      bottom: -8px; } }

#underSchool_course .ttlBox {
  text-align: center;
  margin-bottom: 66px; }
  @media (max-width: 999px) {
    #underSchool_course .ttlBox {
      margin-bottom: 49px; } }

#underSchool_course .ttlBox img {
  width: 8.6%;
  margin-bottom: 21px; }
  @media (max-width: 999px) {
    #underSchool_course .ttlBox img {
      margin-bottom: 11.9px;
      width: 23.1%; } }

#underSchool_course .ttlBox h3 {
  font-size: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (max-width: 999px) {
    #underSchool_course .ttlBox h3 {
      font-size: 27px; } }

/* 
---------------------------------------
underSchool_price
---------------------------------------
*/
#underSchool_price {
  /* カラー別 */ }
  #underSchool_price .fee-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    @media (max-width: 999px) {
      #underSchool_price .fee-cards {
        flex-direction: column; } }
  #underSchool_price .fee-card {
    border-radius: 20px;
    padding: 1.6vw;
    overflow: hidden;
    width: calc((100% - 20px) / 2);
    background: rgba(241, 115, 0, 0.2);
    border-radius: clamp(10px, 1.4285714286vw, 20px); }
    @media (max-width: 999px) {
      #underSchool_price .fee-card {
        width: 100%; } }
  #underSchool_price .fee-title {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: clamp(10px, 1.4285714286vw, 20px) clamp(10px, 1.4285714286vw, 20px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px); }
  #underSchool_price .startup .fee-title {
    background: #FFCC26; }
  #underSchool_price .startup.fee-card {
    background: rgba(255, 204, 38, 0.2); }
  #underSchool_price .entry .fee-title {
    background: #1E40AF; }
  #underSchool_price .entry.fee-card {
    background: rgba(30, 64, 175, 0.2); }
  #underSchool_price .standard .fee-title {
    background: #007b3e; }
  #underSchool_price .standard.fee-card {
    background: rgba(0, 123, 62, 0.2); }
  #underSchool_price .advance .fee-title {
    background: #C62828; }
  #underSchool_price .advance.fee-card {
    background: rgba(198, 40, 40, 0.2); }
  #underSchool_price .explorer .fee-title {
    background: #FFA100; }
  #underSchool_price .explorer.fee-card {
    background: rgba(255, 161, 0, 0.2); }
  #underSchool_price .common .fee-title {
    background: #616161; }
  #underSchool_price .common.fee-card {
    background: rgba(97, 97, 97, 0.2); }
  #underSchool_price .fee-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(10px, 1.4285714286vw, 20px) clamp(10px, 1.4285714286vw, 20px);
    background: white; }
  #underSchool_price .fee-table th, #underSchool_price .fee-table td {
    padding: 1vw; }
  #underSchool_price .fee-table tr {
    border-bottom: 2px solid rgba(26, 26, 26, 0.1);
    font-size: 16px; }
  #underSchool_price .fee-table tr:last-child {
    border-bottom: none; }
  #underSchool_price .fee-table th {
    width: 30%;
    text-align: center;
    border-right: 2px solid rgba(26, 26, 26, 0.1); }
  #underSchool_price .fee-table td {
    width: 70%; }
  #underSchool_price .ttlBox {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px; }
    @media (max-width: 999px) {
      #underSchool_price .ttlBox {
        margin-bottom: 30px;
        margin-top: 40px; } }
  #underSchool_price .ttlBox img {
    width: 8.6%; }
    @media (max-width: 999px) {
      #underSchool_price .ttlBox img {
        width: 23.1%; } }
  #underSchool_price .ttlBox h3 {
    font-size: 48px;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 999px) {
      #underSchool_price .ttlBox h3 {
        font-size: 27px; } }

/* 
---------------------------------------
underSchool_event
---------------------------------------
*/
#underSchool_event .eventBox {
  padding: 0 0 60px;
  display: flex; }
  @media (max-width: 999px) {
    #underSchool_event .eventBox {
      flex-direction: column;
      padding: 0 0 40px; } }
#underSchool_event .eventBox:last-child {
  padding-bottom: 0; }
#underSchool_event .picBox {
  max-width: 330px;
  width: 100%;
  margin-right: 6vw; }
  @media (max-width: 999px) {
    #underSchool_event .picBox {
      margin-right: 0;
      max-width: 420px; } }
#underSchool_event .picBox img {
  height: auto;
  border-radius: clamp(10px, 1.4285714286vw, 20px); }
#underSchool_event .date.start, #underSchool_event .date.other, #underSchool_event .date {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: 1px solid;
  width: max-content;
  padding: 2px 2vw;
  border-radius: 999px;
  color: #0E7BDB;
  font-weight: bold; }
#underSchool_event .eventBox .ttl {
  font-size: 26px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  font-weight: bold; }
  @media (max-width: 999px) {
    #underSchool_event .eventBox .ttl {
      font-size: 18px; } }
#underSchool_event .DetailBtn {
  position: relative;
  display: block;
  margin-top: 10px;
  border-radius: 999px;
  text-align: center;
  padding: 12px 0;
  background: #0E7BDB;
  color: #fff;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: 4px solid;
  max-width: 320px;
  width: 90%; }
  @media (max-width: 999px) {
    #underSchool_event .DetailBtn {
      font-size: 16px;
      margin: 0 auto; } }
#underSchool_event .DetailBtn:before {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateX(-50%);
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px; }
#underSchool_event .DetailBtn:hover {
  background: #fff;
  color: #0E7BDB; }
#underSchool_event .DetailBtn:before:hover {
  color: #0E7BDB; }
#underSchool_event .ttlBox {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px; }
  @media (max-width: 999px) {
    #underSchool_event .ttlBox {
      margin-bottom: 30px;
      margin-top: 40px; } }
#underSchool_event .ttlBox img {
  width: 8.6%; }
  @media (max-width: 999px) {
    #underSchool_event .ttlBox img {
      width: 23.1%; } }
#underSchool_event .ttlBox h3 {
  font-size: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #underSchool_event .ttlBox h3 {
      font-size: 27px; } }
#underSchool_event .tagBox {
  display: flex;
  align-items: center;
  margin-bottom: 1rem; }
#underSchool_event .tagBox .event-tags li {
  font-size: clamp(13px, 1vw, 16px);
  color: #666;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* 
---------------------------------------
under_school03
---------------------------------------
*/
#under_school03 {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 999px) {
    #under_school03 {
      margin-top: 60px;
      padding-bottom: 60px;
      margin-bottom: 0px; } }

#under_school03 .ttlBox {
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 999px) {
    #under_school03 .ttlBox {
      margin-bottom: 49px; } }

#under_school03 .ttlBox img {
  width: 8.6%;
  margin-bottom: 21px; }
  @media (max-width: 999px) {
    #under_school03 .ttlBox img {
      margin-bottom: 11.9px;
      width: 23.1%; } }

#under_school03 .ttlBox h3 {
  font-size: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school03 .ttlBox h3 {
      font-size: 27px; } }

#under_school03 .picBox {
  width: 16.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 51px; }
  @media (max-width: 999px) {
    #under_school03 .picBox {
      width: 40%;
      margin: 0 auto 15px; } }

#under_school03 .picOuter {
  width: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden; }

#under_school03 .picOuter:before {
  content: "";
  display: block;
  padding-top: 100%; }

#under_school03 .picOuter img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#under_school03 .picBox .headmaster_Name {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  padding-top: 21px;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #under_school03 .picBox .headmaster_Name {
      font-size: 16px;
      padding-top: 10px; } }

#under_school03 .txtBox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 999px) {
    #under_school03 .txtBox {
      max-width: 375px; } }

#under_school03 .txtBox .stxt {
  font-size: 16px; }
  @media (max-width: 999px) {
    #under_school03 .txtBox .stxt {
      font-size: 15px; } }

/* 
---------------------------------------
under_school04
---------------------------------------
*/
#under_school04 {
  background: #FFF5D3;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 160px; }
  @media (max-width: 999px) {
    #under_school04 {
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding-top: 60px;
      padding-bottom: 40px;
      margin-bottom: 80px; } }

#under_school04 .ttlBox {
  text-align: center;
  margin-bottom: 68px; }
  @media (max-width: 999px) {
    #under_school04 .ttlBox {
      margin-bottom: 49px; } }

#under_school04 .ttlBox img {
  width: 8.6%;
  margin-bottom: 21px; }
  @media (max-width: 999px) {
    #under_school04 .ttlBox img {
      margin-bottom: 11.9px;
      width: 23.1%; } }

#under_school04 .ttlBox h3 {
  font-size: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school04 .ttlBox h3 {
      font-size: 27px; } }

#under_school04 .box {
  background-color: #Fff;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 4.6% 5.9%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #under_school04 .box {
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      flex-direction: column; } }

#under_school04 .box1 {
  margin-bottom: 30px; }

#under_school04 .picBox {
  width: 18.4%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 999px) {
    #under_school04 .picBox {
      width: 45%;
      margin: 0 auto 15px; } }

#under_school04 .picOuter {
  width: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden; }

#under_school04 .picOuter:before {
  content: "";
  display: block;
  padding-top: 100%; }

#under_school04 .picOuter img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#under_school04 .picBox .teacher_Name {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  padding-top: 21px;
  white-space: nowrap; }

#under_school04 .txtBox {
  width: 72.8%; }
  @media (max-width: 999px) {
    #under_school04 .txtBox {
      width: 100%; } }

#under_school04 .txtBox .stxt {
  font-size: 16px; }
  @media (max-width: 999px) {
    #under_school04 .txtBox .stxt {
      font-size: 15px; } }

/* 
---------------------------------------
under_school05
---------------------------------------
*/
#under_school05 {
  position: relative;
  z-index: 5;
  background: url("../../img/school/05_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
  margin-top: 120px; }
  @media (max-width: 999px) {
    #under_school05 {
      background: url("../../img/home/04_bg_sp.webp");
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 85px;
      padding-bottom: 105px;
      margin-top: 60px; } }

#under_school05 .ttlBox {
  margin-bottom: 40px;
  text-align: center; }

#under_school05 .ttlBox img {
  width: 9.7%;
  margin-bottom: 9px; }
  @media (max-width: 999px) {
    #under_school05 .ttlBox img {
      width: 17.9%; } }

#under_school05 h3 {
  color: #333333;
  font-size: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school05 h3 {
      font-size: 26px; } }

#under_school05 .Parents_Boxs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    #under_school05 .Parents_Boxs {
      padding-bottom: 20px;
      overflow-x: scroll;
      width: 95%;
      margin: 50px 0 0 auto;
      padding-top: 52px; } }

#under_school05 .Parents_Boxs .box {
  position: relative;
  width: 31%;
  background-color: #fff;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7.1% 3.4% 2.9% 3.4%; }
  @media (max-width: 999px) {
    #under_school05 .Parents_Boxs .box {
      flex-shrink: 0;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      width: 75.8%;
      margin-right: 4%;
      padding: 19.3% 6% 6% 6%; } }

#under_school05 .Parents_Boxs .box img {
  position: absolute;
  width: 34.2%;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  @media (max-width: 999px) {
    #under_school05 .Parents_Boxs .box img {
      width: 32.6%;
      top: -45px; } }

#under_school05 .txtBox .stxt {
  font-size: 15px; }
  @media (max-width: 999px) {
    #under_school05 .txtBox .stxt {
      font-size: 14px; } }

/* 
---------------------------------------
under_school06
---------------------------------------
*/
#under_school06 {
  position: relative;
  margin-top: 143px; }
  @media (max-width: 999px) {
    #under_school06 {
      margin-top: 60px; } }

#under_school06 .ttlContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 0 40px auto; }
  @media (max-width: 999px) {
    #under_school06 .ttlContainer {
      flex-direction: column;
      margin-bottom: 22px; } }

#under_school06 .swiper {
  width: 90%;
  margin: 0 0 0 auto;
  overflow: hidden; }
  @media (max-width: 999px) {
    #under_school06 .swiper {
      width: 95%; } }

.swiper-button-next,
.swiper-button-prev {
  top: 30px; }
  @media (max-width: 999px) {
    .swiper-button-next,
    .swiper-button-prev {
      top: 144px; } }

.swiper-button-next {
  right: 54.8%; }
  @media screen and (max-width: 1550px) and (min-width: 1251px) {
    .swiper-button-next {
      right: 53.8%; } }
  @media screen and (max-width: 1250px) and (min-width: 1100px) {
    .swiper-button-next {
      right: 52.8%; } }
  @media screen and (max-width: 1099px) and (min-width: 1000px) {
    .swiper-button-next {
      right: 51.8%; } }
  @media screen and (max-width: 1000px) and (min-width: 843px) {
    .swiper-button-next {
      left: 14%; } }
  @media screen and (max-width: 842px) and (min-width: 500px) {
    .swiper-button-next {
      left: 18%; } }
  @media screen and (max-width: 499px) {
    .swiper-button-next {
      right: auto;
      left: 24%; } }

.swiper-button-prev {
  left: auto;
  right: 60%; }
  @media (max-width: 999px) {
    .swiper-button-prev {
      right: auto;
      left: 7%; } }

.swiper-button-next::after {
  font-family: FontAwesome;
  content: "\f061";
  background-color: #FFA100;
  color: #fff;
  border: 4px solid #FFA100;
  font-size: 20px;
  border-radius: 50%;
  padding: 23px; }
  @media (max-width: 999px) {
    .swiper-button-next::after {
      font-size: 14px;
      border-radius: 50%;
      padding: 18px; } }

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  background-color: #fff;
  color: #FFA100; }

.swiper-button-prev::after {
  font-family: FontAwesome;
  content: "\f060";
  color: #fff;
  background-color: #FFA100;
  border: 4px solid #FFA100;
  font-size: 20px;
  border-radius: 50%;
  padding: 23px; }
  @media (max-width: 999px) {
    .swiper-button-prev::after {
      font-size: 14px;
      border-radius: 50%;
      padding: 18px; } }

#under_school06 .ttlBox {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 0; }
  @media (max-width: 999px) {
    #under_school06 .ttlBox {
      flex-direction: column;
      margin-bottom: 49px; } }

#under_school06 .ttlBox .sttl {
  font-size: 70px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 27px;
  margin-bottom: 0; }
  @media (max-width: 999px) {
    #under_school06 .ttlBox .sttl {
      font-size: 40px;
      margin-bottom: 9px;
      margin-right: 0px; } }
  #under_school06 .ttlBox .sttl span {
    color: #87399F; }

#under_school06 .ttlBox .ttlDeco {
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school06 .ttlBox .ttlDeco {
      font-size: 14px;
      margin-right: 0px; } }

#under_school06 .swiper .picBox {
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  overflow: hidden;
  position: relative; }

#under_school06 .swiper .picBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all; }

#under_school06 .swiper .picBox::before {
  content: "";
  display: block;
  padding-top: 66.67%; }

#under_school06 .swiper .picBox img:hover {
  transform: scale(1.07, 1.07);
  transition: 0.5s all; }

#under_school06 .swiper .txtBox {
  margin-top: 8px;
  border-bottom: #D6D6D6 1px solid; }
  @media (max-width: 999px) {
    #under_school06 .swiper .txtBox {
      margin-top: 4px; } }

#under_school06 .swiper .txtBox .date {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px; }
  @media (max-width: 999px) {
    #under_school06 .swiper .txtBox .date {
      font-size: 12px;
      margin-bottom: 2px; } }

#under_school06 .swiper .txtBox .blogTtl {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px;
  line-height: 1.5; }
  @media (max-width: 999px) {
    #under_school06 .swiper .txtBox .blogTtl {
      font-size: 14px;
      margin-bottom: 2px; } }

@media (min-width: 1000px) {
  #under_school06 .swiper .txtBox .blogTtl:hover {
    opacity: 0.7; } }

#under_school06 .swiper .txtBox .txt {
  font-size: 13px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px; }
  @media (max-width: 999px) {
    #under_school06 .swiper .txtBox .txt {
      font-size: 14px;
      padding-bottom: 25px;
      -webkit-line-clamp: 1; } }

#under_school06 .swiper .school {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  color: #999999; }
  @media (max-width: 999px) {
    #under_school06 .swiper .school {
      font-size: 14px;
      padding-top: 4px; } }

#under_school06 .btn3 {
  display: block;
  background: #F2F3F4;
  width: fit-content;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 1.1% 4.5% 1.1% 3%;
  display: flex;
  align-items: center;
  margin-right: 10%; }
  @media (max-width: 999px) {
    #under_school06 .btn3 {
      border-radius: clamp(25px, 3.5714285714vw, 50px);
      padding: 3.1% 8.5%;
      margin: 0 0 0 auto; } }

#under_school06 .btn3:hover {
  background: #333333;
  color: #fff; }

#under_school06 .btn3 .double {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  width: 14px;
  height: 6px;
  margin-right: 6px; }

#under_school06 .btn3:hover .double {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#under_school06 .btn3 p {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

#under_school06 .btn2 {
  position: relative;
  display: block;
  margin: 141px auto 160px;
  text-align: center;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  box-shadow: 6px 6px 0 0 #FFA100;
  transform: translateY(-4px);
  transition: 0.3s all; }
  @media (max-width: 999px) {
    #under_school06 .btn2 {
      margin: 80px auto 60px;
      border-radius: clamp(12.5px, 1.7857142857vw, 25px); } }

#under_school06 .btn2:hover {
  box-shadow: 0 0 0 0 #FFA100;
  transform: translateY(-2px); }

#under_school06 .btn2 .outer {
  position: relative;
  background: #fff;
  border: 4px solid #FFA100;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  color: #0e7bdb;
  font-size: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #under_school06 .btn2 .outer {
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#under_school06 .btn2 .circle {
  position: absolute;
  background-color: #FFA100;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 4.2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (max-width: 999px) {
    #under_school06 .btn2 .circle {
      width: 35px;
      height: 35px; } }

#under_school06 .btn2 .circle i {
  font-size: 20px; }
  @media (max-width: 999px) {
    #under_school06 .btn2 .circle i {
      font-size: 10px; } }

#under_school06 .btn2 .outer img {
  display: block; }

#under_school06 .btn2 .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

#under_school06 .btn2 .txtBox .qanda {
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #under_school06 .btn2 .txtBox .qanda {
      flex-direction: column; } }

#under_school06 .btn2 .txtBox .qanda .en {
  font-size: 70px;
  margin-right: 12%;
  white-space: nowrap;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school06 .btn2 .txtBox .qanda .en {
      font-size: 40px;
      margin-right: 0;
      margin-bottom: 10px; } }
  #under_school06 .btn2 .txtBox .qanda .en span {
    font-size: 50px; }
    @media (max-width: 999px) {
      #under_school06 .btn2 .txtBox .qanda .en span {
        font-size: 30px; } }

#under_school06 .btn2 .txtBox .qanda .jp {
  font-size: 18px;
  white-space: nowrap;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school06 .btn2 .txtBox .qanda .jp {
      font-size: 14px; } }

/* 
---------------------------------------
underSchool_info
---------------------------------------
*/
#underSchool_info .boxs1 {
  display: flex;
  margin-top: 72px;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #underSchool_info .boxs1 {
      flex-direction: column;
      margin-top: 40px; } }
#underSchool_info .boxs1 .txtBox {
  width: 46.3%; }
  @media (max-width: 999px) {
    #underSchool_info .boxs1 .txtBox {
      width: 100%;
      margin-top: 34px; } }
#underSchool_info .boxs1 .txtBox tr {
  padding-bottom: 21px;
  margin-bottom: 21px;
  display: flex;
  align-items: self-start;
  border-bottom: #F2F3F4 solid 2px; }
  @media (max-width: 999px) {
    #underSchool_info .boxs1 .txtBox tr {
      padding-bottom: 10px;
      margin-bottom: 13px; } }
#underSchool_info .boxs1 .txtBox td {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  width: 63.7%; }
  @media (max-width: 999px) {
    #underSchool_info .boxs1 .txtBox td {
      font-size: 14px; } }
#underSchool_info .boxs1 .txtBox td.lead {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 31%; }
#underSchool_info .boxs1 .txtBox .tel {
  font-size: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #underSchool_info .boxs1 .txtBox .tel {
      font-size: 20px; } }
@media (max-width: 999px) {
  #underSchool_info .boxs1 .txtBox .tel a {
    text-decoration: underline; } }
#underSchool_info .GoogleMap {
  width: 90%;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  position: relative;
  overflow: hidden;
  margin-bottom: 120px; }
  @media (max-width: 999px) {
    #underSchool_info .GoogleMap {
      width: 90%;
      margin-bottom: 60px; } }
#underSchool_info .GoogleMap:before {
  content: "";
  display: block;
  padding-top: 37.5%; }
  @media (max-width: 999px) {
    #underSchool_info .GoogleMap:before {
      padding-top: 100%; } }
#underSchool_info .GoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
#underSchool_info .ttlBox {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px; }
  @media (max-width: 999px) {
    #underSchool_info .ttlBox {
      margin-bottom: 30px;
      margin-top: 40px; } }
#underSchool_info .ttlBox img {
  width: 8.6%; }
  @media (max-width: 999px) {
    #underSchool_info .ttlBox img {
      width: 23.1%; } }
#underSchool_info .ttlBox h3 {
  font-size: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #underSchool_info .ttlBox h3 {
      font-size: 27px; } }
#underSchool_info .swiper-container {
  overflow: hidden;
  width: 48.4%;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  position: relative;
  height: max-content;
  padding-bottom: 40px; }
  @media (max-width: 999px) {
    #underSchool_info .swiper-container {
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      width: 100%; } }
#underSchool_info .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  display: block; }
#underSchool_info .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  aspect-ratio: 3 / 2; }
#underSchool_info .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: rgba(14, 123, 219, 0.2);
  opacity: 1; }
@media (max-width: 999px) {
  #underSchool_info .swiper-horizontal > .swiper-pagination-bullets, #underSchool_info .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px; } }

/* 
---------------------------------------
#under_school07
---------------------------------------
*/
#under_school07 {
  padding: 105px 0 120px;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  background: #FFF5D3; }
  @media (max-width: 999px) {
    #under_school07 {
      padding: 40px 0;
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#under_school07 .background {
  background: #FFF;
  border-radius: clamp(25px, 3.5714285714vw, 50px); }
  @media (max-width: 999px) {
    #under_school07 .background {
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#under_school07 .inner_S {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    #under_school07 .inner_S {
      max-width: 375px; } }

#under_school07 .ttl {
  font-size: 48px;
  text-align: center;
  margin-bottom: 63px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school07 .ttl {
      font-size: 28px;
      margin-bottom: 20px; } }

#under_school07 .txt {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #under_school07 .txt {
      text-align: justify;
      margin-bottom: 20px;
      font-size: 16px; } }

#under_school07 .txt2 {
  margin-top: 20px; }

#under_school07 .txt2 a {
  transition: all 0.6s;
  color: #0E7BDB;
  text-decoration: underline; }

#under_school07 .txt2 a:hover {
  opacity: 0.7;
  transition: all 0.6s; }

#under_school07 ul {
  padding-bottom: 68px; }
  @media (max-width: 999px) {
    #under_school07 ul {
      padding-bottom: 20px; } }

#under_school07 ul li {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#under_school06 .txt p {
  display: none; }

#under_school06 .txt p:first-child {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

#under_school06 .txt img {
  display: none; }

/*タブ実装*/
.tab_box .btn_area {
  display: flex;
  justify-content: center; }

.tab_box {
  margin-bottom: 40px; }

.tab_box .tab_btn {
  width: 34.3%;
  font-size: 26px;
  padding: clamp(12px, 2.4vw, 24px) 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFCC26;
  border-radius: clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    .tab_box .tab_btn {
      width: 38.9%;
      font-size: 16px; } }

.tab_box .tab_btn + .tab_btn {
  margin-left: 20px; }
  @media (max-width: 999px) {
    .tab_box .tab_btn + .tab_btn {
      margin-left: 10px; } }

.tab_box .tab_btn:hover {
  background-color: #dce1e4; }

.tab_box .tab_btn.active {
  background: #FFF; }

.tab_box .tab_btn span {
  font-size: 12px;
  margin-left: 2px; }
  @media (min-width: 1000px) {
    .tab_box .tab_btn span {
      font-size: 20px;
      margin-left: 10px; } }

.tab_box .panel_area {
  padding: 100px 120px;
  background: #FFF;
  border-radius: clamp(25px, 5vw, 50px); }
  @media (max-width: 999px) {
    .tab_box .panel_area {
      padding: 20px 20px 0; } }

.none .tab_box .tab_panel {
  display: none; }

.tab_box .tab_panel.active {
  display: block;
  opacity: 1; }

.tab_box .tab_panel.active iframe {
  display: block; }

#under_school07 .bownow {
  height: fit-content; }

#under_school07 .bownow iframe {
  height: 1868px; }
  @media (max-width: 999px) {
    #under_school07 .bownow iframe {
      height: 2752px; } }

#under_school07 .bownow.owners iframe {
  height: 1444px; }
  @media (max-width: 999px) {
    #under_school07 .bownow.owners iframe {
      height: 2322px; } }

#under_school05 .swiper-container {
  width: 84%;
  margin: 0 auto; }
#under_school05 .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  /* スムーズなアニメーション */
  border-radius: clamp(15px, 2.1428571429vw, 30px);
  border: 2px solid #FFB726;
  margin-right: 20px;
  background: #FFE07D;
  padding: 10px; }
#under_school05 .swiper-slide .bgColor {
  background: #fff;
  padding: 10px;
  border-radius: clamp(10px, 1.4285714286vw, 20px); }
#under_school05 .swiper-slide .bgColor p {
  padding: 20px;
  font-weight: 600; }
  @media (max-width: 999px) {
    #under_school05 .swiper-slide .bgColor p {
      padding: 10px;
      font-size: 14px; } }
#under_school05 .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
#under_school05 .swiper-button-prev::after {
  background-color: #007bff;
  border: 4px solid #007bff;
  transition: all 0.3s; }
  @media (max-width: 999px) {
    #under_school05 .swiper-button-prev::after {
      padding: 8px; } }
#under_school05 .swiper-button-next::after {
  background-color: #007bff;
  border: 4px solid #007bff;
  transition: all 0.3s; }
  @media (max-width: 999px) {
    #under_school05 .swiper-button-next::after {
      padding: 8px; } }
#under_school05 .swiper-button-prev {
  left: 6.5%;
  right: auto;
  top: 60%;
  display: block;
  pointer-events: visible;
  opacity: 1; }
  @media (max-width: 999px) {
    #under_school05 .swiper-button-prev {
      left: 16px;
      top: 58%; } }
#under_school05 .swiper-button-next {
  right: 6.5%;
  top: 60%;
  display: block;
  pointer-events: visible;
  opacity: 1;
  cursor: pointer; }
  @media (max-width: 999px) {
    #under_school05 .swiper-button-next {
      right: 16px;
      left: inherit;
      top: 58%; } }
#under_school05 .swiper-button-next:hover::after, #under_school05 .swiper-button-prev:hover::after {
  color: #007bff;
  background-color: #fff;
  transition: all 0.6s; }
#under_school05 .swiper-horizontal > .swiper-pagination-bullets, #under_school05 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 120px; }
  @media (max-width: 999px) {
    #under_school05 .swiper-horizontal > .swiper-pagination-bullets, #under_school05 .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 60px; } }
#under_school05 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #fff;
  opacity: 1; }
#under_school05 .swiper-pagination {
  z-index: 6; }

.modaal-wrapper .modaal-container {
  border: 2px solid #FFB726;
  border-radius: clamp(12.5px, 1.7857142857vw, 25px);
  padding: 20px;
  background: #FFE07D; }
  @media (max-width: 999px) {
    .modaal-wrapper .modaal-container {
      padding: 8px; } }
@media (max-width: 999px) {
  .modaal-wrapper .modaal-content-container {
    padding: 20px; } }
.modaal-wrapper .modaal-content {
  background: #fff;
  border-radius: 15px; }
.modaal-wrapper .sttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 4px solid #FFA100;
  line-height: 1.5; }
  @media (max-width: 999px) {
    .modaal-wrapper .sttl {
      font-size: 17px;
      font-weight: bold;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 2px solid #FFA100; } }
.modaal-wrapper .name {
  text-align: right;
  background: #FFA100;
  color: #fff;
  width: max-content;
  margin: 0 0 16px auto;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: bold; }
  @media (max-width: 999px) {
    .modaal-wrapper .name {
      font-size: 12px;
      margin-bottom: 10px; } }
.modaal-wrapper .stxtBox {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    .modaal-wrapper .stxtBox {
      flex-direction: column-reverse; } }
.modaal-wrapper .stxt {
  width: 45%;
  font-size: 18px;
  margin-right: 5%; }
  @media (max-width: 999px) {
    .modaal-wrapper .stxt {
      width: 100%;
      font-size: 13.5px; } }
.modaal-wrapper .stxt span {
  display: block;
  text-align: right; }
.modaal-wrapper .stxtBox img {
  width: 50%;
  height: 100%; }
  @media (max-width: 999px) {
    .modaal-wrapper .stxtBox img {
      width: 100%;
      margin-bottom: 10px; } }

/* モーダルコンテンツのスクロール部分をカスタマイズ */
@media (max-width: 999px) {
  .custom-modaal .modaal-content-container {
    max-height: 80vh;
    /* モーダルの高さを制限 */
    overflow-y: auto;
    /* 縦方向にスクロールを許可 */ } }
