*, *::before, *::after {
  box-sizing: border-box;
}


body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  color: #333;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 16px;
}


a {
  text-decoration: none;
  color: #ACA4D9;
}

p {
  font-size: 16px;
  margin: auto;
  margin-bottom: 40px;
  line-height: 2;
  font-weight: 500;
}

h2 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
}

h3,h4 {
  margin: auto;
  margin-bottom: 30px;
  font-weight: 500;
}

em,time {
  font-style: normal;
}

ul {
  list-style: none;
  padding: 0;
}

li {

}

figure {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  display: block;
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

img {
  max-width: 100%;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.cl {
  color: #ACA4D9;
}

.cl-orange {
  color: #FF4B00;
}

.cl-red {
  color: #CE0101;
}

.bold {
  font-weight: bold;
}

.mb40 {
  margin-bottom: 40px;
}


.mb60 {
  margin-bottom: 60px;
}

header {
  background: none;
    color: #333;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}


header .header-in {
  padding: 15px 20px;

  width: 100%;
  max-width: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

header h1 {
  display: inline-block;
  margin: 0;
  line-height: 0;
}

.logo {
  max-width: 200px;
  margin-right: 10px;
}

header .logo {
  margin-left: 15px;
}

header nav {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;

}

nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  gap: 20px;
}

nav ul li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

nav ul li::maker {
  display: none;
}

nav ul li em {
  font-size: 12px;
  display: block;
  color: #ACA4D9;
  text-align: center;
}

nav ul li a {
  color: #FFF;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  color: #333;
}



nav ul li a.login::after {
  display: none;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a.login {
  width: 150px;
  border-radius: 50px;
  color: #333;
  padding: 10px 25px;
  white-space: nowrap;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

nav ul li a.login:hover {
  background-color: #E8FAFF;
}


nav ul li a.login::before {
  content: "";
  background-image: url(./assets/images/login.png);
  width: 28px;
  height: 28px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

header nav li ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 25px;
  left: -40px;
  z-index: 10;
  padding: 30px;
  width: 300px;
  padding-top: 30px;
  column-gap: 15px;
  border-radius: 0 0 25px 25px;
}

header nav li:hover ul {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
}

nav li.parent {
  padding: 10px;
  padding-right: 20px;
  margin-right: 20px;
}

nav li.parent::after {
  position: absolute;
  right: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
}


nav li ul li {
  padding: 10px 10px;
  margin-right: 0;
  white-space: nowrap;
  background: rgba(255,255,255,1);
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}

header nav li ul li a {
  font-size: 12px;
}

header nav li ul li a::before {
  content: "●";
  color:#ACA4D9;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}

header.fixed {
  transition: 0.3s;
  background-color: #FFF;
  width: calc(100% - 10px);
  border-radius: 25px;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
}

header.fixed nav ul li a {

}

header.fixed nav ul li a:hover {
  color: #ACA4D9;
}

.btn_reserve {
  background-color: #ACA4D9;
  padding: 10px 15px;
  color: #FFF;
  font-size: 14px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ACA4D9;
  width: 140px;
}




#scroll-top-btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  color: white;
  border: none;
  width: 80px;
  height: 80px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  background: none;
  transition: opacity 0.3s ease;
}

#scroll-top-btn.show {
  display: block;
  opacity: 1;
  z-index: 50;
}

#scroll-top-btn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  background: #ACA4D9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.section {
  padding: 100px 0;
  position: relative;
}

.wrapper {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1500px) {
  .wrapper {
    max-width: 1440px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

.flex.middle {
  align-items: center;
}

.box {
  width: 50%;
}

.col3 .box {
  width: 33%;
}

.btn-area {
  display: inline-block;
}

.m0 {
    margin-bottom: 0;
}

nav .btn {
  color: #FFF;
    font-size: 14px;
    background-color: #1D8AC7;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    height: 100px;
    text-align: center;
    z-index: 99;
    position: relative;
    top: 0px;
}

.btn em {
  color: #C9DBFF;
  position: absolute;
  top: 30px;
  font-size: 12px;
  font-weight: normal;
}


.btn.contact {
  margin-left: 10px;
}

.btn.contact::after {
}

.btn.contact::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  padding-right: .5em;
  color:#FFF;
}

.top-bg {
  background-color: #FFF;
}

.key-v {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
  max-height: 1440px;
  z-index: 0;
  overflow: hidden;
  padding-top: 120px;
  background: #FFF;
  background-image: url(./assets/images/bg_key.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.key-v .flex {
  display: flex;
  justify-content: center;
  height: 100%;
}


.key-v .txt-box {
  width: 45%;
  padding: 50px;
  padding-left: 10vw;
}

.key-v .txt-box h2 {
  font-size: 48px;
text-align: left;
color: #ACA4D9;
line-height: 1.5;
text-align: left;
margin-bottom: 10%;
font-weight: 500;
}

.key-v .txt-box p {
  font-size: 20px;
  color: #333;
  margin: 0 0 20px;
}

.key-v .img_box {
  position: relative;
  width: 55%;
  height: 100%;
  padding-bottom: 2%;
}

.key-v .key-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 0 0 auto;
  display: block;

}

@media screen and (max-width: 1499px) {
  .key-v .txt-box h2 {
    font-size: 36px;
  }

  .key-v .txt-box p {
    font-size: 16px;
  }

  .key-v .img_box {
    width: 45%;
  }

  .key-v .txt-box {
    width: 55%;
  }

  .key-v {
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  .key-v .txt-box h2 {
    font-size: 28px;
  }

  .key-v .txt-box p {
    font-size: 14px;
  }
}

.key-v .reed-img {
  width: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.key-v .g1,
.key-v .g2 {
  position: absolute;
  left: 0;
  top: 0;
}

.key-v .g1 {
  max-width: 50%;
}

.key-v .g2 {
  height: 100%;
}

.key-v .scroll_bar {
  position: absolute;
  left: 10%;
  bottom: 30px;
  display: block;
  z-index: 5;
}

.key-v .catch {
  max-height: 80vh;
  position: absolute;
  left: 20px;
  top: 27%;
  bottom: auto;
  display: block;
  z-index: 4;
}


.key-v .ic-mv {
  position: absolute;
  bottom: 60px;
  left: 5%;
}

.key-v .txt-box p span {
  /*background-color: #1D8AC7;*/
}

.key-v .txt-box p {
  line-height: 2;
}

.key-v .arrow-d {
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: block;
}

.key-v #main_video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  z-index: -2;
}


.key-v .hero_news {
  background-color: #FFF;
  position: absolute;
  right: 10%;
  bottom:0;
  padding: 20px 20px 15px 50px;
  border-radius: 40px 40px 0 0;
  white-space: nowrap;
}

.key-v .hero_news a {
  color: #333;
  font-size: 46px;
}

.key-v .hero_news a em {
  font-size: 100px;
  position: relative;
  top: 5px;
}

.key-v .hero_news a span {
  font-size: 40px;
  padding-right: 5px;
}

.key-v .hero_news strong {
  font-size: 66px;
  position: relative;
  right: 10px;
}

.sec_ttl_em {
  font-size: 24px;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.sec_ttl_em em {
  font-size: 14px;
  color: #91B1ED;
  display: inline-block;
  margin-left: 30px;
}

.sec_ttl_em:before {
  content: "";
  background-image: url(./assets/images/ico_clock.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.information_bar {
  position: absolute;
    left: 0;
    bottom: calc(5vw + 10%);
    background-color: #FFF;
    padding: 0;
    border-radius: 0 50px 50px 0;
    width: 100%;
    max-width: 50%;
}

.information_bar .flex {
  padding: 25px;
  padding-left: calc(5vw + 25px);
  justify-content: flex-start;
  gap: 40px;
}

.information_bar em {
  color: #ACA4D9;
}

.schedule_card {
  position: absolute;
  right:0;
  bottom: 5vw;
  padding: 0;
  border-radius: 25px 0 0 0;
  width: auto;
  max-width: 40%;
}

.schedule_card .flex {
  flex-wrap: nowrap;

}

.schedule_card .label {
  padding: 20px;
  background-color: #ACA4D9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px 0 0 25px;
}

.schedule_card .label h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  writing-mode: vertical-rl;
  text-align: center;
}

.schedule_card .label h2::before {
  content: "";
  background-image: url(./assets/images/ico_clock.png);
  width: 21px;
  height: 21px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1em;
}

.schedule_card .flex .info_box {
  padding: 25px;
  background-color: #FFF;
}

.schedule_card h3 {
  font-weight: normal;
  color: #ACA4D9;
  font-size: 18px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.schedule-table {
  background-color: #FFF;
  border: none;
  border: 2px solid #ACA4D9;
  border-radius: 25px;
}

.schedule-table thead tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}

.schedule-table thead tr:first-child th:last-child {
  border-radius: 0px 20px 0 0px;
  min-width: 80px;
}


.schedule-table td,
.schedule-table th {
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  border: none;
  color: #ACA4D9;
  font-weight: normal;
  background: none;
  border-bottom: 1px solid #ACA4D9;
}

.schedule-table tr:first-child th {
  background-color: #ACA4D9;
}

.schedule-table tr:first-child th {
  color: #FFF;
}


.schedule-table tr:first-child th:first-child {
  min-width: 80px;
  color: #ACA4D9;
  text-align: left;
}


/* 最後の行のtdだけ下線をなくす */
.schedule-table tbody tr:last-child td {
  border-bottom: none;
}

.schedule_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.schedule_menu li {
  width: 48%;
}

.schedule_menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ACA4D9;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 20px;
  position: relative;
}

.schedule_menu li a::before {
  content: "";
  background-image: url(./assets/images/ico_reserve.png);
  width: 31px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.schedule_menu li:first-child a::before {
  background-image: url(./assets/images/ico_access.png);
  width: 16px;
  height: 24px;
}

aside {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #0C3484;
  height: 100vh;
  width: 96px;
  color: #FFF;
  z-index: 5;
  display: none;
}

aside ul {
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 100px;
  height: 100%;
}

aside ul li {
  width: 100%;
  height: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

aside ul li::after {
  content: '';
  position: absolute;
  background: #0C3484;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px; /* 斜め線の幅 */
  transform: skewY(-10deg); /* 斜め線の傾斜角度 */
  transform-origin: bottom left;
  z-index: 1;
}

aside ul li a::before {
  content: "";
  background-image: url(./assets/images/ic_envelope.png);
  width: 23px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
    margin-bottom: 15px;
}

aside ul li.menu-entry a::before {
  height: 23px;
  background-image: url(./assets/images/ic_scientist-man.png);
}

aside ul li.menu-entry {
  background: linear-gradient(to bottom, #5eafff, #77c7f9); /* 上部が青、下部が明るい青 */

}


aside ul li a {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  writing-mode: vertical-rl;
}



.btn.more {
  min-width: 250px;
}

.btn.more:after {
  content: " ";
  width: 36px;
  height: 6px;
  object-fit: contain;
  background-image: url(./assets/images/arrow-r.png);
  background-repeat: no-repeat;
  top: 20px;
}

.img-box {
  width:100%;
  padding-top: 56.25%;
  position: relative;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  margin: auto;
}

.ico_ttl {
  font-size: 36px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
  display: flex;
  align-items: end;
  justify-content: center;
}

.ico_ttl em {
  display: block;
  color: #ACA4D9;
  font-size: 18px;
}

.ico_ttl span {
  display: inline-block;
}

.ico_ttl::before {
  content: "";
  background-image: url(./assets/images/ico_detailes.png);
  width: 80px;
  height: 100px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}

form input[type="submit"],
.btn_normal {
  width: 100%;
  max-width: 320px;
  background-color: #ACA4D9;
  color:#FFF;
  font-size: 14px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  transition: .3s;
}

.btn_normal::after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  transition: .3s;
  font-size: 20px;
    line-height: 1;
}

.btn_normal:hover::after {
  right: 15px;
}


footer {
  background-color: #F9F6F2;
    padding: 120px 0;
    padding-top: 60px;
    width: 100%;
    position: relative;
}

/* スライダー全体 */
.owl-carousel {
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 40px;
}


/* ジグザグ配置 */
.owl-item:nth-child(odd)  {
    transform: translateY(0px); /* 奇数画像を下にずらす */
    margin-top: 60px;
}

.owl-item:nth-child(even)  {
    transform: translateY(0px); /* 偶数画像を上にずらす */
}


footer .flex .l_box {
  width: 30%;
}

footer .flex .r_box {
  width: 60%;
}

footer .logo {
  max-width: 300px;
  margin-bottom: 40px;
}

footer nav {
  padding: 0;
}

footer nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  align-items: flex-start;
}

footer nav ul li {
  font-size: 16px;
  color: #333;
  margin: 0;
}

footer nav li ul {
  max-width: 100px;
}

footer nav li ul li {
  background: none;
}


footer .tel {
  font-size: 32px;
  margin-bottom: 0;
}

footer .tel em {
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
}

footer .schedule_card,
header .schedule_card {
  position: inherit;
  max-width: inherit;
  width: 100%;
}

.copyright {
  font-size: 12px;
  color: #FFF;
  text-align: right;
  margin: 0;
  width: 100%;
  margin-right: 180px;
  margin-top: 80px;
    white-space: nowrap;
}

#pagetop {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}


.map {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 480px;
}

footer .footer-nav {
    display: flex;
    justify-content: space-around;
    max-width: 1120px;
    margin: auto;
    padding: 20px 0;
    width: 100%;
}

footer .nav-list {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px; /* カラム間の間隔 */
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .nav-item {
    display: flex;
    flex-direction: column;
}

footer .nav-title {
    color: #333;
    margin-bottom: 8px;
}

footer .nav-list a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

footer .sub-menu {
  display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

footer .sub-menu li {
    display: block;
    padding: 10px 0;
}

footer .sub-menu li::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #D5D5D5;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  bottom: 5px;
}

footer .nav-item:last-child .sub-menu {
  margin-top: 0;
}

footer .nav-item:last-child .sub-menu li::before {
  display: none;
}

.copyright {
  background-color: #F9F6F2;
  font-size: 12px;
  color: #333;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.copyright .wrapper {
  padding-top: 40px;
  border-top: 1px solid #D4CEC6;
}

.copyright span {
  display: block;
  margin: auto;
}

.sec_ttl {
  font-size: 40px;
  text-align: center;
  color: #ACA4D9;
  font-weight: 500;
  margin-bottom: 40px;
}

.page h2,
.label_ttl {
  font-size: 32px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.page h2::before,
.label_ttl::before {
  content: "|";
  color: #ACA4D9;
  margin-right: 10px;
  font-size: 42px;
}

.links {
  color: #ACA4D9;
  font-size: 15px;
}

.links::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  margin-left: .5em;
}

.label_ttl .links {
  float: right;
  text-align: right;
  margin: 0 0 0 auto;
}

#intro {
  background-image: url(./assets/images/bg_intro.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#intro .flex {
  display: flex;
  justify-content: space-between;
}

#intro .flex .box1 {
  width: 40%;
  padding-right: 50px;
}

#intro .flex .box1 img {
  max-width: 100%;
}

#intro .flex .box2 {
  width: 30%;
  padding: 0 25px;
}

#intro .flex .box3 {
  width: 30%;
  padding-top: 100px;
  padding-left: 50px;
}

#intro .flex .box3 img {
  max-width: 100%;
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
}

#service {
  background-color: #F9F6F2;
      padding-bottom: 20px;
}


#service.single {
  background-color: #FFF;
}

.col3_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  row-gap: 30px;
}

.col3_card::after {
  content: "";
  width: 32%;
  height: 0;
  display: block;
}

.col3_card .box {
  width: 32%;
  padding: 25px 15px;
  background-color: #FFF;
  border-radius: 25px;
  box-shadow: 0 0 8px #F3F0EC;
}

.col3_card .box img {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  height: auto;
    object-fit: cover;
    object-position: center;
}

.col3_card .box p {
  font-size: 24px;
  margin-bottom: 0px;
}

.col3_card .box .area {
  color: #EEB56A;
  font-size: 16px;
}

.col3_card .box a {
  color: #333;
}

.col3_card .box:last-of-type p {
}

#service .col3_card:last-of-type {
  margin-bottom: 0;
}

#about_us {
  background-color: #FCFAF8;
}

.col2_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col2_card .box {
  width: 48%;
  padding: 25px 25px;
  background-color: #FFF;
  border-radius: 25px;
  box-shadow: 0 0 8px #F3F0EC;
  margin-bottom: 4%;
}

.col2_card .box h3 {
  margin: auto;
  margin-bottom: 10px;
  font-size: 32px;
  display: flex;
  align-items: center;
}

.col2_card .box h3::before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(./assets/images/ico_s1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
}

.col2_card .box:nth-child(2) h3::before {
  background-image: url(./assets/images/ico_s2.png);
}
.col2_card .box:nth-child(3) h3::before {
  background-image: url(./assets/images/ico_s3.png);
}
.col2_card .box:nth-child(4) h3::before {
  background-image: url(./assets/images/ico_s4.png);
}
.col2_card .box:nth-child(5) h3::before {
  background-image: url(./assets/images/ico_s5.png);
}
.col2_card .box:nth-child(6) h3::before {
  background-image: url(./assets/images/ico_s6.png);
}

.col2_card .box .links {
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
}

.col2_card .box:nth-child(2) .links {
  color: #EBB56E;
}
.col2_card .box:nth-child(3) .links {
  color: #98CB9C;
}
.col2_card .box:nth-child(4) .links {
  color: #80BAD6;
}
.col2_card .box:nth-child(5) .links {
  color: #F39BC1;
}
.col2_card .box:nth-child(6) .links {
  color: #89C6BC;
}

.col2_card .box:nth-child(5),
.col2_card .box:nth-child(6) {
  margin-bottom: 0;
}

#other {
  background-color: #FFF;
  position: relative;
}

#other .wave {
  width: 100%;
  position: absolute;
  top: -75px;
  width: 100%;
  height: auto;
}

#other .col3_ico {
  display: flex;
  justify-content: center;
  gap: 2%;
}

#other .col3_ico .box {
  width: 30%;
  max-width: 320px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

#other .col3_ico .box img {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  max-width: 200px;
}

#other .col3_ico .box a {
  font-size: 28px;
  text-align: center;
  margin: auto;
  color: #333;
  width: 100%;
  display: block;
}

#other .col3_ico .box a p {
  font-size: 28px;
}

#other .col3_ico .box a em {
  color: #ACA4D9;
  font-size: 16px;
  display: block;
}

#information {
  background-color: #F2EEE7;
}

#information .w_box {
  width: calc(50% - 20px);
  background-color: #FFF;
  border-radius: 25px;
  padding: 40px 25px;
}

#information .w_box .sec_ttl {
  display: flex;
  text-align: left;
  font-size: 32px;
  align-items: center;
}

.news_list {
  margin: auto;
}

.news_list li {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #DCDCDC;
}

.news_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news_list li span {
  font-size: 12px;
  text-align: center;
  padding: 5px 15px;
  background-color: #EEB56A;
  border-radius: 8px;
  color: #FFF;
}

.news_list li time {
  font-size: 15px;
}

.news_list li a {
  font-size: 15px;
  color: #333;
}

.w_box h2 .links {
  float: right;
    text-align: right;
    margin: 0 0 0 auto;
}

#recruit {
  background-color: #F9F6F2;
  position: relative;
  background-image: url(./assets/images/bg_recruit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#recruit .pattern {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

#recruit .wave {
    width: 100%;
    position: absolute;
    top: -40px;
    width: 100%;
    height: auto;
}

#recruit .br_box h2 {
  font-size: 100px;
  color: #F9F6F2;
  margin-bottom: 50px;
  text-align: left;
  font-weight: bold;
  line-height: 1;
}

#recruit .br_box h3 {
  text-align: left;
}

#recruit .br_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

#recruit .br_box::before {
  content: "";
  background-color: #F6F0E8;
  width: 85%;
  height: 100%;
  position: absolute;
  border-radius: 25px;
  z-index: 1;
}

#recruit .br_box .txt_box {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 40px 60px;
}

#recruit .br_box .img_box {
  width: 50%;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  padding: 20px;
  padding-bottom: 60px;
}

#partner {
  position: relative;
  background-color: #FFF;
}

#partner .wave {
    width: 100%;
    position: absolute;
    top: -40px;
    width: 100%;
    height: auto;
}

#partner h2 {
  position: relative;
}

#partner h2::before {
  content: "";
  display: block;
  width: 194px;
  height: 65px;
  background-image: url(./assets/images/ico_partner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  text-align: center;
}

#partner .flex {
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

#partner .flex img {
  max-width: 200px;
  display: block;
}

#contact_sec {
  background-color: #ACA4D9;
  padding: 50px 0;
}

#contact_sec h2 {
  font-size: 32px;
  color: #FFF;
  width: 30%;
}

#contact_sec h2 em {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}

#contact_sec .contact_box {
  width: 70%;
  display: flex;
}

#contact_sec .contact_box .box {
  width: 50%;
    padding: 0 40px
}

#contact_sec .contact_box .tel_box {
  border-right: 1px solid #FFF;

}

#contact_sec .contact_box .box h3 {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
}

#contact_sec .contact_box .box .btn_normal {
  color: #ACA4D9;
  background-color: #FFF;
  border: 1px solid #FFF;
}

.pc {display: block!important;}
.sp {display: none!important;}


.sub-key {
  padding: 80px 0;
  background-image: url(./assets/images/sub-key.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-key h2 {
  color: #FFF;
  margin: 0;
}

.breadcrumbs {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background-color: #1D8AC7;
  color: #FFF;
  font-size: 12px;
}

.breadcrumbs span {
  margin-right: 5px;
}

.breadcrumbs a {
  color: #FFF;
}

.fa-house:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
}

.post-date {
  text-align: right;
}

.pagination {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  padding: 3px 9px;
}

.bottom-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #566890;
}

table {
  width: 100%;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 80px;
}

table tr th {
    border-bottom: 1px solid #D4CEC6;
    padding: 25px 15px;
    vertical-align: top;
    text-align: left;
    max-width: 100%;
    border-top:0;
    font-weight: bold;
    min-width: 200px;
}

table tr td {
  border-bottom: 1px solid #D4CEC6;
  padding: 25px 15px;
  border-top:0;
  border-left: 0;
}

table tr:last-of-type th,
table tr:last-of-type td {
  border-bottom: 0;
}

.jump-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.btn.jump::after {
  content: "\f107";
}

form input,
form textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
  border: 1px solid #AAA;
  padding: .5em 1em;
}

th.requid:after {
  content:"※";
  color: red;
  padding-left: 10px;
}

form input[type="submit"] {
  max-width: 250px;
  background-color: #1D8AC7;
  margin: 40px auto 0;
  cursor: pointer;
}

.fixed-menu {
  position: fixed;
  right: 0;
  top: 30%;
}

.fixed-menu ul {

}

.fixed-menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background-color: #ACA4D9;
  border-radius: 15px 0 0 15px;
  color: #FFF;
  margin-bottom: 10px;
}

.fixed-menu ul li a {
  color:#FFF;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.fixed-menu ul li a::before {
  content: " ";
  background-image: url(./assets/images/ico_calender.png);
  width: 28px;
  height: 28px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  margin-bottom: 10px;
}

.fixed-menu ul li:last-child {
  background-color: #7BB2E9;
}

.fixed-menu ul li:last-child a::before {
  background-image: url(./assets/images/ico_call.png);
}
.sub-key {
  padding: 160px 0;
  background-image: url(./assets/images/bg_subkey.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sub-key .wave {
  width: 100%;
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: auto;
}

.sub-key h2 {
  font-size: 46px;
  color: #ACA4D9;
  text-align: center;
}

.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col2 .box {
  width: calc(50% - 20px);
}

.page h2 {
  margin-bottom: 60px;
}

.list_box {
  background: #F6F0E8;
  padding: 25px;
  border-radius: 25px;
}

.list_box ul {
  list-style: disc;
  list-style-position: inside;
}

.list_box ul li {
  padding: .5em 0;
}

.w_box {
  padding: 40px;
  border-radius: 25px;
  background-color: #FFF;
}

.imtx_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.imtx_box .img_box {
  width: 30%;
}

.imtx_box .txt_box {
  width: calc(70% - 20px);
}

.commet {
  font-size: 14px;
}

#reed {
  background-image: url(./assets/images/bg_intro.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#reed h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #ACA4D9;
}

#reed h2::before {
  display: none;
}

#about {
  background-color: #F9F6F2;
}

#about .w_box {
  margin-bottom: 40px;
}

#about .w_box p {
  margin-bottom: 0;
}

#about .w_box h3 {
  font-size: 24px;
  color: #ACA4D9;
  margin-bottom: 30px;
}


#about .w_box .col2 .box {
}

#guidance {

}

#guidance h3 {
  font-size: 24px;
  color: #ACA4D9;
  margin-bottom: 30px;
}

#residence_info {
  background-color: #F9F6F2;
}

#residence_info .w_box {
  margin-bottom: 40px;
}

.page #information,
.page #service,
.page #recruit {
  background-color: #FFF;
  background: none;
}

.flow > li:not(:last-child) {
    margin-bottom: 40px;
}

.flow > li {
  position: relative;
}

.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(137, 123, 181);
  border-radius: 10px;
  position: relative;
}

.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(137, 123, 181);
}

.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  min-width: 220px;
  color: rgb(137, 123, 181);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow > li dl dt .icon {
  font-size: 16px;
  color: #fff;
  background: rgb(137, 123, 181);
  background: -moz-linear-gradient(left, rgba(137,123,181,1) 0%, rgba(209,203,229,1) 100%);
  background: -webkit-linear-gradient(left, rgba(137, 123, 181, 1) 0%, rgba(209, 203, 229, 1) 100%);
  background: linear-gradient(to right, rgba(137, 123, 181, 1) 0%, rgba(209, 203, 229, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}

.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.boxQA {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0.5em;
    background: #F9F6F1;
    border-radius: 10px;
}

.boxQA .box-title {
    position: relative;
    background: #fff;
    padding: 10px 5px 10px 40px;
    color: #454545;
    border-radius: 10px;
}

.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ACA4D9;
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #FFAB8B;
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.boxQA p {
    padding: 20px 20px 15px 40px;
    margin: 0;
}

#contact p {
  margin-bottom: 10px;
}

form input, form textarea {
  padding: 1em;
}

#contact label {
  display: flex;
  align-items: baseline;
}

.wpcf7-list-item-label {
  white-space: nowrap;
}

.wpcf7-list-item {
  margin: auto;
}

form input[type="submit"] {
  background-color: #ACA4D9;
  display: flex;
}

::marker {
  display: none;
}

li {
  list-style-position: inside;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

.logo-track {
  display: flex;
  width: calc(200px * 16); /* 画像幅×個数（2倍） */
  animation: scroll-left 30s linear infinite;
}

.logo-track img {
  width: 200px;  /* 画像サイズ調整 */
  height: auto;
  margin-right: 40px;
  object-fit: contain;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* ちょうど半分でループ開始 */
}


#reason {}

#reason .col2 {
}

#reason .col2 h3 {
  text-align: left;
}

#reason .col2 img {
  border-radius: 50px;
}

#philosophy {
      background-color: #F9F6F2;
}

.list_box.reason ul {
  list-style-type: decimal;
}

.list_box.reason ul span {
  display: block;
  margin-top: .5em;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.imtx_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 240px;
}


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

  p {
    margin-bottom: 20px;
  }

  .reserve_head {
    position: absolute;
    z-index: 9998;
    top: 0px;
    right: 60px;
    width: 60px;
    height: 60px;
    background-color: #ACA4D9;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reserve_head a {
    top: 0;
    color:#FFF;
    text-align: center;
    display: block;
    font-size: 10px;
    left: 0;
    right: 0;
    line-height: 2;
    height: 100%;
    width: 100%;
    position: relative;
  }

  .reserve_head a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
  }

  .reserve_head a::before {
    content: "";
    width: 23px;
    height: 17px;
    display: block;
    background-image: url(./assets/images/ico_contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
  }

  .toggler {
    position: absolute;
    z-index: 9998;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    background-color: #FFF;
  }


  .toggler-bars span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #ACA4D9;
    border-radius: 0;
    display: block;
  }

  .toggler-bars.active span {
    transition: 0.3s;
  }

  .toggler-bars, .toggler-bars span {
    transition: all .4s;
    box-sizing: border-box;
  }

  .toggler-bars {
  }

  .toggler-bars p {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #ACA4D9;
    position: relative;
    top: 32px;
    margin: 0;
  }

  .toggler-bars p::before {
    content: "MENU";
  }

  .toggler-bars span:nth-of-type(1) {
    top: 15px;
    left: 15px;
  }

  .toggler-bars span:nth-of-type(2) {
    top: 22px;
    left: 15px;
  }

  .toggler-bars span:nth-of-type(3) {
    top: 29px;
    left: 15px;
  }

  .toggler-bars.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-20deg);
    top: 14px;
    left: 12px;
    width: 35px;
  }

  .toggler-bars.active p {

  }

  .toggler-bars.active p::before {
    content: "CLOSE";
  }

  .toggler-bars.active span:nth-of-type(2) {
    opacity: 0;
  }

  .toggler-bars.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(20deg);
    top: 32px;
    left: 13px;
    width: 35px;
  }

  .drawer-overlay {
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .drawer-overlay.open {
    display: block;
  }

  .wrapper {
    padding: 0 5.625vw;
  }

  .section {
    padding: 80px 0;
  }

  header {
    position: fixed;
    top:0;
    z-index: 100;
    background: #FFF;
  }

  header .header-in {
    height: 60px;
  }

  header .logo {
    max-width: inherit;
    height: 40px;
    width: auto;
    margin: 0;

  }

  nav ul li a {
    color: #333;
  }

  .btn.contact {
    margin-left: 0;
  }

  .key-v {
    height: calc(100vh - 60px);
    margin-top: 60px;
    min-height: 500px;
    padding-top: 0;
    background-image: url(./assets/images/mv_sp.jpg);
    background-position: left;
  }

  .key-v .img_box {
    padding: 0;
  }

  .key-v .img_box img {
    border-radius: 0;
  }

  .sub-key {
    margin-top: 70px;
  }

  .key-v .key-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
  }

  .key-v .schedule_card {
    width: 95%;
    right: 0;
    left: auto;
    max-width: inherit;
    bottom: 75px;
    box-shadow: 2px 2px 4px gray;
  }

  .schedule_card .label {
    padding: 10px;
    border-radius: 10px 0 0 10px;
  }

  .schedule_card .flex .info_box {
    padding: 10px 20px;
  }

  .schedule_card .label h2 {
    font-size: 14px;
  }

  .schedule_menu li a {
    font-size: 12px;
    padding: 10px 10px;
  }

  .schedule_card h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .schedule-table thead tr:first-child th:first-child {
    min-width: 40px;
    border-radius: 10px 0 0 0;
  }

  .schedule-table thead tr:first-child th:last-child {
    min-width: 40px;
    border-radius: 0 10px 0 0;
  }

  .schedule-table td, .schedule-table th {
    font-size: 12px;
    padding: 5px;
  }

  .schedule-table {
    border-radius: 15px;
  }

  .schedule_menu li a::before {
    margin-right: 8px;
    width: 24px;
    height: 24px;
  }

  .schedule_menu {
    margin-bottom: 0;
  }

  .information_bar {
    bottom: 0;
    max-width: inherit;
    width: 100%;
    position: absolute;
    border-radius: 0;
    height: 75px;
  }

  .information_bar .flex {
    justify-content: flex-start;
    gap: 20px;
    padding: 25px 5.625vw;
    border-radius: 0;
  }

  .information_bar .flex em,
  .information_bar .flex time,
  .information_bar .flex a {
    font-size: 12px;
  }


  .key-v .txt-box {
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 10vh;
    max-width: 100%;
    width: 100%;
    padding: 0 5.625vw;
  }

  .key-v .txt-box em {
    display: block;
    font-size: 10px;
    color: #ACA4D9;
    margin-bottom: 50px;
    line-height: 2;
  }


  header nav {
    display: block;
    width: 100%;
    background: #FFF;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    z-index: 100;
    transition: right 0.3s ease-in-out;
    padding-bottom: 0;
    background-color: #F6F0E8;
    margin: 0;
    margin-top: 60px;
    padding-bottom: 120px;
  }

  header nav .logo {
    position: absolute;
    left: 20px;
    top: 15px;
  }

  header nav.open {
    display: block;
    right: 0;
    overflow: scroll;

  }

  header nav ul {
    display: block;
    margin: 0;
    margin-bottom: 40px;
    text-align: left;
  }

  header nav ul li {
    border-bottom: 1px solid #ACA4D9;
    padding: 20px 5.625vw;
    width: 100%;
    position: relative;
  }

  header nav ul li::after {
    position: absolute;
    right: 5.625vw;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    color: #ACA4D9;
    font-size: 28px;
    line-height: 1;
    top: 20px;
  }

  header nav ul li a {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  header nav ul li em {
    display: inline-block;
    color: #ACA4D9;
    order: 2;
  }

  .btn-area {
    padding: 0 5.625vw;
  }

  .btn-area .btn {
    margin: auto;
    width: 100%;
    margin-bottom: 40px;
  }

  .col3 .box {
    width: 100%;
  }

  footer ul {
    flex-wrap: wrap;
  }

  footer .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .b-box {
    width: 100%;
  }

  footer ul li a {
    font-size: 12px;
  }

  footer ul {
    gap: 25px;
  }

  #pagetop {
    left: 0;
    right: 0;
    bottom: -80px;
    margin: auto;
  }

  table tr th,
  table tr td {
    display: block;
  }

  .jump-links {
      flex-wrap: wrap;
      gap: 0;
      grid-row-gap: 40px;
  }

  .btn.jump {
    width: 250px;
  }


  .key-v .txt-box h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-align: left;
    -webkit-text-stroke: 0.5px #FFF;

  }

  .key-v .txt-box p {
    font-size: 14px;
  }

  .key-v .hero_news {
    left: inherit;
    right:0;
    max-width: 90%;
    bottom: 0%;
    padding: 15px;
    border-radius: 24px 24px 0 0;
  }

  .key-v .hero_news a span {
    font-size: 24px;
  }

  .key-v .hero_news a {
    font-size: 28px;
  }

  .key-v .hero_news strong {
    font-size: 32px;
  }

  .key-v .hero_news::before {
    font-size: 16px;
  }

  .key-v .hero_news a em {
    font-size: 40px;
  }

  .scroll-text {
    font-size: 80px;
  }

    h2.sec-ttl {
      font-size: 18px;
    }

  h2.sec-ttl em {
    font-size: 42px;
  }

  p {
    font-size: 14px;
  }

  h2.sec-ttl::after {
    width: 80px;
  }

  nav ul li em {

  }

  footer {
    padding: 40px 0 0;
  }

  footer .flex div {
    width: 100%;
  }

  footer p.ta-l {
    text-align: center;
  }

  footer .contact-area {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .contact-area .tel {
    margin: 0 0 30px 0;
  }

  footer ul {
        gap: 40px;
        row-gap: 0;
        margin-bottom: 30px;
  }

  .copyright {
    height: 40px;
    font-size: 10px;
    text-align: center;
    justify-content: center;
  }

  nav .btn-area {
    width: 100%;
  }
  nav .btn-area .btn {
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
    padding: 10px 15px;
  }

  .btn em {
    display: block;
    width: 100%;
    top: -25px;
    font-weight: bold;
    color: #1D8AC7;
    margin: auto;
    left: 0;
    right: 0;
  }

  header {
    background: inherit;
    background: none;
  }

  header.fixed {
    top: 0;
    border-radius: 0;
    width: 100%;
  }

  nav ul li a.login {
    margin: auto;
    border: 1px solid #DCDCDC;
  }

  .box {
    width: 100%;
  }

  h2.sec_ttl {
    font-size: 32px;
  }

  .balloon_top {
    font-size: 20px;
  }

  .ico_ttl {
    font-size: 25px;
    margin-right: 2em;
  }

  .ico_ttl em {
    font-size: 16px;
  }

  .ico_ttl::before {
    width: 60px;
    height: 75px;
    margin-right: 10px;
  }

  .btn_normal {
    font-size: 16px;
  }

  .map iframe {
    height: 100vw;
    max-height: 480px;
  }

  .information_schedule-table thead th:first-child {
    min-width: 60px;
  }

  .information_schedule-table th,
  .information_schedule-table td {
    font-size: 12px;
    padding: 5px;
  }

  #blog .ico_ttl::before {
    width: 69px;
    height: 60px;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: -7px;
    z-index: 5;
  }

  footer .flex .l_box,
  footer .flex .r_box {
    width: 100%;
  }

  footer .logo {
    margin: auto;
    max-width: 250px;
    margin-bottom: 30px;
  }

  footer nav ul {
    gap: 15px;
  }

  footer nav ul li {
    width: 45%;
    padding: 0px;
    text-align: left;
  }


  footer .r_box {
    display: flex;
    flex-wrap: wrap;
  }

  footer .schedule_menu {
    gap: 0;
  }

  footer .schedule_card {
    margin-bottom: 30px;
    order: -1;
  }

  footer .tel {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
  }

  footer .address {
    text-align: left;
    margin: 0;
  }

  #scroll-top-btn {
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
  }

  header .schedule_menu {
    gap: 0;
    margin-top: 16px;
  }

  header .schedule_menu li {
    border: none;
    padding: 0;
    margin: 0;
  }

  header .schedule_menu li a {
    padding: 10px;
    font-size: 12px;
    gap: 0;
    height: 44px;
  }

  header .schedule_menu li::after,
  header .schedule_menu li a::after {
    display: none;
  }

  header .tel {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 30px;
  }

  header .tel em {
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
  }

  header .address {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }

  header nav li.tab {
    padding: 0;
  }

  header nav li.tab::after {
    content: "\2b";
    letter-spacing: -3px;
  }

  header nav li.tab > a {
    padding: 20px 5.625vw;
  }

  header nav li ul {
    display: none;
    position: static;
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #FFF;

  }

  header nav li ul li {
    padding: 20px 0;
    background: none;
    border-bottom: 0;
    border-top: 1px solid #F1C770;
  }

  header nav li ul li:first-child {

  }

  header nav li ul li a {
    gap: 0;
    padding: 0 5.625vw;
  }

  header nav li:hover ul {
    display: none; /* 強制的に無効化 */
  }

  #intro .flex .box1,
  #intro .flex .box2,
  #intro .flex .box3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  #intro .flex .box2 {
    padding: 40px 5.625vw;
  }

  .page .w_box {
    padding: 25px;
  }

  .page h2,
  .label_ttl {
    font-size: 20px;
    width: 100%;
  }

  .label_ttl .links {
    display: none;
  }

  .col3_card {
    margin-bottom: 0px;
  }

  .col3_card .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .col2_card .box {
    width: 100%;
  }

  .col2_card .box h3 {
    font-size: 20px;
  }

  .col2_card .box h3::before {
    width: 60px;
    height: 60px;
  }

  .col2_card .box,
  .col2_card .box:nth-child(5) {
    margin-bottom: 40px;
  }

  .col2_card .box:nth-child(6) {
    margin-bottom: 0;
  }

  .col2_card .box h3::before {
    margin-right: 20px;
  }

  #other .col3_ico {
    gap: 40px;
    flex-wrap: wrap;
  }

  #other .col3_ico .box {
    width: 100%;
    max-width: inherit;
  }

  #other .col3_ico .box img {
    margin-bottom: 15px;
  }

  #information .w_box {
    width: 100%;
  }

.news_list {
    margin-bottom: 30px;
  }

  #information .w_box:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .w_box h2 .links {
    display: none;
  }

  #information .w_box .sec_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #recruit .br_box {
    flex-wrap: wrap;
    background: #F6F0E8;
    border-radius: 25px;

    padding: 25px;
  }

  #recruit .br_box::before {
    display: none;
  }

  #recruit .br_box .txt_box {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  #recruit .br_box .img_box {
    margin: auto;
    padding: 0;
    width: 100%;
  }

  #recruit .br_box h2 {
    text-align: center;
    font-size: 64px;
  }

  #recruit .br_box h3 {
    font-size: 32px;
  }

  #other .wave,
  #recruit .wave,
  #partner .wave {
    top: -20px;
  }

  #partner .flex {
    gap: 15px;
  }

  #partner .flex img {
    width: 32%;
  }

  #contact_sec h2,
  #contact_sec .contact_box {
    width: 100%;
  }

  #contact_sec h2, #contact_sec .contact_box {
    flex-wrap: wrap;
  }

  #contact_sec .contact_box .box {
    width: 100%;
    border: none;
    padding: 0;
  }

  #contact_sec .contact_box .tel_box {
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #contact_sec h2 em {
    display: inline-block;
    margin-left: 1em;
  }

  footer nav ul li.sp-max {
    width: 100%;
  }

  footer nav li ul {
    max-width: inherit;
  }

  .copyright .wrapper {
    padding: 20px 0 0px;
  }

  .sub-key {
    padding: 80px 0;
  }

  .sub-key .wave {
    bottom: -20px;
  }

  .col2 {
    gap: 30px;
  }

  .col2 .box {
    width: 100%;
  }

  .sub-key h2 {
    font-size: 32px;
  }

  .imtx_box {
    gap: 30px;
  }

  .imtx_box .img_box,
  .imtx_box .txt_box {
    width: 100%;
  }

  .imtx_box .img_box img {
    width: 100%;
  }

  .col2 .box.mb40 {
    margin-bottom: 0;
  }

  #about .w_box h3,
  #guidance h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .flow > li dl {
    flex-wrap: wrap;
  }

  .flow > li dl dt,
  .flow > li dl dd {
    width: 100%;
    margin: auto;
  }

  .flow > li dl dt {
    flex-basis: inherit;
    margin-bottom: 20px;
  }

  .col3_card .box p {
    font-size: 20px;
  }

}
