@charset "UTF-8";
:root {
  --color-1: #32C7E5;
  --color-2: #31C5AF;
  --color-3: #2391F0;
  --color-cta: #FFB700;
  --color-hosoku: #757A84;
  --text-color: #3C4D65;
}

body {
  color: var(--text-color);
  height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.02rem;
  line-height: 1.4;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--text-color);
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

main {
  max-width: 390px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50vw;
  background-color: #FFFFFF;
  background-image: linear-gradient(rgba(236, 244, 246, 0.5) 1px, transparent 0.5px), linear-gradient(90deg, rgba(236, 244, 246, 0.5) 1px, transparent 1px);
  background-size: 15px 15px;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  main {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  main {
    position: relative;
    left: 0;
    width: 100%;
    max-width: none;
  }
}

header {
  display: none;
}
@media screen and (max-width: 768px) {
  header {
    display: block;
    position: fixed;
    z-index: 100;
    background-color: #FFFFFF;
    height: 75px;
    width: 100%;
    max-width: 768px;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
}
header .container .header-logo {
  height: 29px;
  width: 155px;
  line-height: 1;
}
header .container .header-logo .header-logo-img {
  width: 100%;
}
header .container .header-cta {
  height: 48px;
  width: 140px;
  border-radius: 999px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px 0px var(--color-cta);
  padding: 0 12px;
}
header .container .header-cta .cta-icon {
  height: 15px;
  width: 20px;
  margin-right: 8px;
}
header .container .header-cta p {
  font-size: 11px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: var(--color-cta);
  letter-spacing: 0;
}
@media screen and (max-width: 425px) {
  header .container .header-cta p {
    font-size: 10.5px;
  }
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.section-title {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .br-tab {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .br-tab {
    display: block;
  }
}

.toggle-area .toggle-text {
  margin-bottom: 16px;
}
.toggle-area .toggle-btn {
  height: 34px;
  width: 34px;
  background-color: #FFFFFF;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  position: relative;
}
.toggle-area .toggle-btn span {
  height: 15.5px;
  width: 2px;
  background-color: #E0E0E0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle-area .toggle-btn span:nth-child(2) {
  height: 2px;
  width: 15.5px;
  transform: translate(-50%, -50%);
}

.toggle-btn2 {
  height: 34px;
  width: 34px;
  background-color: #FFFFFF;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  position: relative;
}
.toggle-btn2 span {
  height: 2px;
  width: 15.5px;
  background-color: #E0E0E0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.capacity {
  margin-bottom: 12px;
}
.capacity .capacity-item {
  margin: 0 auto 8px auto;
  max-width: 360px;
}
.capacity .capacity-item .capacity-classname {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  background-color: var(--color-1);
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
.capacity .capacity-item .capacity-class {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background-color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  border-radius: 0 0 8px 8px;
  border: 2px solid var(--color-1);
  box-sizing: border-box;
}
.capacity .capacity-item .capacity-class span {
  margin-left: 24px;
  font-size: 12px;
  font-weight: 400;
}
.capacity .sapporo-toyohira .capacity-classname {
  background-color: var(--color-2);
}
.capacity .sapporo-toyohira .capacity-class {
  border: 2px solid var(--color-2);
}
.capacity .sapporo-minami {
  margin-bottom: 0;
}
.capacity .sapporo-minami .capacity-classname {
  background-color: var(--color-3);
}
.capacity .sapporo-minami .capacity-class {
  border: 2px solid var(--color-3);
}

.capacity-hosoku {
  text-align: center;
  color: var(--color-hosoku);
  font-size: 12px;
  margin-bottom: 38px;
  font-weight: 400;
}

.bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(201, 236, 255) 100%);
}
@media screen and (max-width: 768px) {
  .bg {
    display: none;
  }
}
.bg .bg-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50vw;
}
.bg .bg-content .bg-logo {
  display: block;
  max-width: 590px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.bg .bg-content .bg-cta {
  width: 100%;
  max-width: 329px;
  margin: 0 auto;
}
.bg .bg-content .bg-cta img {
  height: 100%;
  width: 100%;
}

.kv {
  padding: 0 0 110px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 75px 0 110px 0;
  }
}
.kv::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: 88%;
  z-index: -1;
  background-color: #D5F0FF;
  background-image: radial-gradient(#C3EAFF 23%, transparent 23%), radial-gradient(#C3EAFF 23%, transparent 23%);
  background-size: 11px 11px;
  background-position: 0 0, 5.5px 5.5px;
  background-repeat: repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 200"><path d="M -80 28 C 80 28 80 126 240 126 C 400 126 400 2 560 2 C 720 2 720 126 880 126 C 1040 126 1040 31 1200 31 C 1360 31 1360 107 1520 107 L 1280 200 L 0 200 Z" fill="black"></path></svg>'), linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="black" fill-opacity="1" d="M0,288L48,261.3C96,235,192,181,288,181.3C384,181,480,235,576,261.3C672,288,768,288,864,240C960,192,1056,96,1152,64C1248,32,1344,64,1392,80L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-mask-size: 100% auto, 100% 87%, 100% auto;
  -webkit-mask-position: center top, center center, center bottom;
  -webkit-mask-composite: source-over, source-over, source-over;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 200"><path d="M -80 28 C 80 28 80 126 240 126 C 400 126 400 2 560 2 C 720 2 720 126 880 126 C 1040 126 1040 31 1200 31 C 1360 31 1360 107 1520 107 L 1280 200 L 0 200 Z" fill="black"></path></svg>'), linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="black" fill-opacity="1" d="M0,288L48,261.3C96,235,192,181,288,181.3C384,181,480,235,576,261.3C672,288,768,288,864,240C960,192,1056,96,1152,64C1248,32,1344,64,1392,80L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
  mask-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-mask-size: 100% auto, 100% 92%, 100% auto;
          mask-size: 100% auto, 100% 92%, 100% auto;
  -webkit-mask-position: center top, center 19%, center bottom;
          mask-position: center top, center 19%, center bottom;
  -webkit-mask-composite: source-over, source-over, source-over;
          mask-composite: add, add, add;
}
@media screen and (max-width: 768px) {
  .kv::before {
    -webkit-mask-size: 100% auto, 100% 88%, 100% auto;
            mask-size: 100% auto, 100% 88%, 100% auto;
    -webkit-mask-position: center top, center 28%, center bottom;
            mask-position: center top, center 28%, center bottom;
  }
}
@media screen and (max-width: 555px) {
  .kv::before {
    -webkit-mask-size: 100% auto, 100% 90%, 100% auto;
            mask-size: 100% auto, 100% 90%, 100% auto;
  }
}
@media screen and (max-width: 425px) {
  .kv::before {
    -webkit-mask-size: 100% auto, 100% 92%, 100% auto;
            mask-size: 100% auto, 100% 92%, 100% auto;
    -webkit-mask-position: center top, center 24%, center bottom;
            mask-position: center top, center 24%, center bottom;
  }
}
.kv .kv-pc-img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .kv .kv-pc-img {
    display: none;
  }
}
.kv .kv-img {
  display: none;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .kv .kv-img {
    display: block;
  }
}
.kv .container .kv-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.kv .container .kv-cta {
  text-align: center;
  width: 100%;
}
.kv .container .kv-cta img {
  max-width: 320px;
  width: 100%;
}
.kv .container .niigata {
  position: relative;
  margin: 0 15px;
}
.kv .container .niigata .niigata-img {
  width: 100%;
}
.kv .container .niigata .niigata-cta {
  position: absolute;
  top: 76%;
  left: 0;
}
.kv .container .niigata .niigata-cta img {
  max-width: calc(100% - 22px);
  width: 100%;
}

.kv-niigata {
  padding: 0 0 110px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv-niigata {
    padding: 0 0 130px 0;
  }
}
.kv-niigata::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: 88%;
  z-index: -1;
  background-color: #D5F0FF;
  background-image: radial-gradient(#C3EAFF 23%, transparent 23%), radial-gradient(#C3EAFF 23%, transparent 23%);
  background-size: 11px 11px;
  background-position: 0 0, 5.5px 5.5px;
  background-repeat: repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 200"><path d="M -80 28 C 80 28 80 126 240 126 C 400 126 400 2 560 2 C 720 2 720 126 880 126 C 1040 126 1040 31 1200 31 C 1360 31 1360 107 1520 107 L 1280 200 L 0 200 Z" fill="black"></path></svg>'), linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="black" fill-opacity="1" d="M0,288L48,261.3C96,235,192,181,288,181.3C384,181,480,235,576,261.3C672,288,768,288,864,240C960,192,1056,96,1152,64C1248,32,1344,64,1392,80L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-mask-size: 100% auto, 100% 87%, 100% auto;
  -webkit-mask-position: center top, center center, center bottom;
  -webkit-mask-composite: source-over, source-over, source-over;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 200"><path d="M -80 28 C 80 28 80 126 240 126 C 400 126 400 2 560 2 C 720 2 720 126 880 126 C 1040 126 1040 31 1200 31 C 1360 31 1360 107 1520 107 L 1280 200 L 0 200 Z" fill="black"></path></svg>'), linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="black" fill-opacity="1" d="M0,288L48,261.3C96,235,192,181,288,181.3C384,181,480,235,576,261.3C672,288,768,288,864,240C960,192,1056,96,1152,64C1248,32,1344,64,1392,80L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
  mask-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-mask-size: 100% auto, 100% 92%, 100% auto;
          mask-size: 100% auto, 100% 92%, 100% auto;
  -webkit-mask-position: center top, center 19%, center bottom;
          mask-position: center top, center 19%, center bottom;
  -webkit-mask-composite: source-over, source-over, source-over;
          mask-composite: add, add, add;
}
@media screen and (max-width: 768px) {
  .kv-niigata::before {
    height: 88%;
    -webkit-mask-size: 100% auto, 100% 91%, 100% auto;
            mask-size: 100% auto, 100% 91%, 100% auto;
    -webkit-mask-position: center top, center 28%, center 101%;
            mask-position: center top, center 28%, center 101%;
  }
}
@media screen and (max-width: 425px) {
  .kv-niigata::before {
    -webkit-mask-size: 100% auto, 100% 90%, 100% auto;
            mask-size: 100% auto, 100% 90%, 100% auto;
    -webkit-mask-position: center top, center 24%, center bottom;
            mask-position: center top, center 24%, center bottom;
  }
}
.kv-niigata .kv-pc-img {
  margin-bottom: 66px;
}
.kv-niigata .kv-img {
  margin-bottom: 66px;
}

.type .type-head-img {
  width: 259px;
  margin: -80px 0 26px 0;
  position: relative;
  z-index: 10;
}
.type .container .type-head-text-area {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 75px;
}
.type .container .type-head-text-area .type-head-text {
  font-weight: bold;
  line-height: 1.9;
}
.type .container .type-head-text-area .type-head-text span {
  color: var(--color-3);
  position: relative;
}
.type .container .type-head-text-area .type-head-text span::after {
  content: "";
  background: url(../img/wave-line.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.type .container .section-title {
  margin-bottom: 32px;
}
.type .container .type-item {
  padding: 36px 36px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 16px;
}
.type .container .type-item .type-item-img {
  width: 100%;
}
.type .container .type-item .type-item-title {
  margin: 12px 0 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.type .container .type-item .type-item-text {
  color: var(--color-hosoku);
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .type .container .type-item .type-item-text {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .type .container .type-item .type-item-text {
    text-align: left;
  }
}
.type .container .type-item .type-approach {
  display: inline-block;
  width: 100%;
  height: 34px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.type .container .type-item .type-approach-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.type .container .type-item-1 .type-item-title {
  color: var(--color-1);
}
.type .container .type-item-1 .type-approach {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  background-color: #EDFDFB;
}
.type .container .type-item-2 .type-item-title {
  color: var(--color-2);
}
.type .container .type-item-2 .type-approach {
  border: 1px solid var(--color-2);
  color: var(--color-2);
  background-color: #EDFDF8;
}
.type .container .type-item-3 {
  margin-bottom: 80px;
}
.type .container .type-item-3 .type-item-title {
  color: var(--color-3);
}
.type .container .type-item-3 .type-approach {
  border: 1px solid var(--color-3);
  color: var(--color-3);
  background-color: #EDFBFD;
}
.type .container .type-result {
  display: block;
  margin: 0 auto;
  padding-bottom: 8px;
  width: 100%;
  max-width: 360px;
}

.casestudy {
  padding-bottom: 80px;
}
.casestudy .container {
  background-color: #F3F9FB;
  background-image: radial-gradient(#E3F0F3 23%, transparent 23%), radial-gradient(#E3F0F3 23%, transparent 23%);
  background-size: 11px 11px;
  background-position: 0 0, 5.5px 5.5px;
  background-repeat: repeat;
  border-radius: 24px;
  border-right: 4px solid #91CAE4;
  border-bottom: 4px solid #91CAE4;
  width: calc(100% - 26px);
  padding: 80px 20px;
}
.casestudy .container .section-title {
  padding-bottom: 48px;
}
.casestudy .container .case-item {
  box-sizing: border-box;
}
.casestudy .container .case-item .case-card-head {
  background-color: #D5F0FF;
  text-align: center;
  padding: 30px 16px;
  border-radius: 8px 8px 0 0;
}
.casestudy .container .case-item .case-card-head .case-title {
  color: var(--color-3);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 1;
}
.casestudy .container .case-item .case-card-head .case-name {
  color: var(--color-3);
  margin-bottom: 10px;
}
.casestudy .container .case-item .case-card-head .case-img {
  width: 100%;
  margin-bottom: 24px;
}
.casestudy .container .case-item .case-card-content {
  background-color: #FFFFFF;
  padding: 14px 16px;
  text-align: center;
  border-radius: 0 0 8px 8px;
}
.casestudy .container .case-item .case-card-content .case-card-text {
  margin-bottom: 32px;
  text-align: left;
}
.casestudy .container .case-item .case-card-content .case-content-box {
  height: 34px;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casestudy .container .case-item .case-card-content .grey-box {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: #F0F0F0;
  color: var(--color-hosoku);
}
.casestudy .container .case-item .case-card-content .green-box {
  border: 1px solid var(--color-2);
  border-radius: 4px;
  background-color: #EDFDFB;
  color: var(--color-2);
}
.casestudy .container .case-item .case-card-content .blue-box {
  border: 1px solid var(--color-3);
  border-radius: 4px;
  background-color: #EDFBFD;
  color: var(--color-3);
}
.casestudy .container .case-item .case-card-content .case-content-text1 {
  color: var(--color-hosoku);
  margin-bottom: 16px;
  text-align: left;
}
.casestudy .container .case-item .case-card-content .case-content-text2 {
  margin-bottom: 16px;
  text-align: left;
}
.casestudy .container .case-item .case-card-content .case-content-text3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: left;
}
.casestudy .container .case-item-1 {
  margin-bottom: 48px;
}

.hidden {
  display: none !important;
}

.visit-cta {
  margin-bottom: 80px;
}
.visit-cta .container {
  position: relative;
}
.visit-cta .container .visit-cta-img {
  width: 100%;
}
.visit-cta .container .visit-cta-btn {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .visit-cta .container .visit-cta-btn {
    max-width: calc(100% - 70px);
  }
}
.visit-cta .container .visit-cta-btn img {
  width: 100%;
}
.visit-cta .container .visit-cta-btn-niigata {
  top: 81%;
}

.schedule {
  margin-bottom: 80px;
}
.schedule .container .section-title {
  margin-bottom: 30px;
}
.schedule .container .schedule-text {
  text-align: center;
  margin-bottom: 28px;
}
.schedule .container .schedule-tab-wrapper {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.schedule .container .schedule-tab-wrapper .schedule-tab-head {
  display: flex;
  gap: 16px;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-head .schedule-tab-menu {
  width: calc(50% - 8px);
  height: 34px;
  transition: all 0.3s ease;
  background-color: var(--color-2);
  color: #FFFFFF;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid var(--color-2);
  border-left: 1px solid var(--color-2);
  border-right: 1px solid var(--color-2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-head .schedule-tab-menu.tab-active {
  background-color: #EDFDFB;
  color: var(--color-2);
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content {
  background-color: #FFFFFF;
  padding: 37px 20px 37px 40px;
  position: relative;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail {
  display: none;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail.tab-active {
  display: block;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content {
  background-color: #F4F7F7;
  margin-bottom: 32px;
  padding: 8px;
  position: relative;
  border-radius: 4px;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 19px;
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 4px solid var(--color-1);
  border-radius: 50%;
  z-index: 10;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 20px;
  bottom: -50px;
  width: 2px;
  background-image: url(../img/dashed-line.png);
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content:last-child::after {
  display: none;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content:last-child {
  margin-bottom: 0;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content .time {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content .time-hosoku {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content .time-text {
  font-size: 12px;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail .time-content .type-item-text {
  font-size: 12px;
}
.schedule .container .schedule-tab-wrapper .schedule-tab-content .schedule-tab-detail-pm .time-content::before {
  border: 4px solid var(--color-3);
}

.support .support-head-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.support .support-wrapper {
  background-image: linear-gradient(0deg, #0E82E8, #6ABAFF);
  margin-top: -65px;
  padding: 105px 0 40px 0;
  position: relative;
  z-index: 1;
}
.support .support-wrapper::after {
  content: "";
  background: url(../img/wave-blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -39px;
  left: 0;
}
.support .support-wrapper .container {
  margin-bottom: 32px;
}
.support .support-wrapper .support-inner {
  padding: 0 30px;
}
.support .support-wrapper .support-inner .support-content {
  margin-bottom: 26px;
  text-align: center;
}
.support .support-wrapper .support-inner .support-content:last-child {
  margin-bottom: 0;
}
.support .support-wrapper .support-inner .support-content .support-img {
  width: 100%;
  margin-bottom: 12px;
}
.support .support-wrapper .support-inner .support-content .support-text {
  font-size: 20px;
  color: #FFFFFF;
}

.cost {
  padding: 100px 0 80px 0;
  background-color: #D5F0FF;
  background-image: radial-gradient(#C3EAFF 22%, transparent 22%), radial-gradient(#C3EAFF 22%, transparent 22%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  background-repeat: repeat;
  position: relative;
  -webkit-mask-image: linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 100"><g transform="scale(1, -1) translate(0, -100)"><path d="M -499.20000000000005 40 Q -419.2 40 -339.2 20 Q -179.2 -20 -19.2 20 Q 60.8 40 140.8 40 Q 220.8 40 300.8 20 Q 460.8 -20 620.8 20 Q 700.8 40 780.8 40 Q 860.8 40 940.8 20 Q 1100.8 -20 1260.8 20 Q 1340.8 40 1420.8 40 L 1280 100 L 0 100 Z" fill="black"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% calc(100% - 30px), 100% auto;
  -webkit-mask-position: center top, center bottom;
  mask-image: linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 100"><g transform="scale(1, -1) translate(0, -100)"><path d="M -499.20000000000005 40 Q -419.2 40 -339.2 20 Q -179.2 -20 -19.2 20 Q 60.8 40 140.8 40 Q 220.8 40 300.8 20 Q 460.8 -20 620.8 20 Q 700.8 40 780.8 40 Q 860.8 40 940.8 20 Q 1100.8 -20 1260.8 20 Q 1340.8 40 1420.8 40 L 1280 100 L 0 100 Z" fill="black"></path></g></svg>');
  mask-repeat: no-repeat;
  mask-size: 100% calc(100% - 30px), 100% auto;
  mask-position: center top, center bottom;
}
.cost .container .section-title {
  margin-bottom: 32px;
}
.cost .container .cost-content .cost-content-title {
  background-color: var(--color-2);
  height: 46px;
  border-radius: 8px 8px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cost .container .cost-content .cost-content-text {
  background-color: #FFFFFF;
  border-radius: 0 0 8px 8px;
  padding: 32px 36px;
  text-align: center;
}
.cost .container .cost-content .cost-content-text .cost-price {
  display: block;
  margin-bottom: 26px;
  position: relative;
  z-index: 3;
  line-height: 1;
  font-weight: bold;
}
.cost .container .cost-content .cost-content-text .cost-price span {
  font-size: 34px;
  font-weight: bold;
  position: relative;
}
.cost .container .cost-content .cost-content-text .cost-price::after {
  content: "";
  background-color: var(--color-cta);
  height: 11px;
  width: 59px;
  border-radius: 999px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.cost .container .cost-content .cost-content-text .cost-price-text {
  font-size: 12px;
  font-weight: bold;
}
.cost .container .cost-content .cost-content-text .cost-price-text span {
  color: var(--color-3);
}

.flow {
  padding: 80px 0;
}
.flow .container .section-title {
  margin-bottom: 32px;
}
.flow .container .flow-area {
  margin-bottom: 12px;
}
.flow .container .flow-area .flow-content .flow-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.flow .container .flow-area .flow-content .flow-head .flow-no {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
.flow .container .flow-area .flow-content .flow-head .flow-title {
  font-size: 20px;
  font-weight: bold;
}
.flow .container .flow-area .flow-content .flow-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.flow .container .flow-area .flow-content .flow-content-hosoku {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-hosoku);
}
.flow .container .flow-area .flow-1 {
  background: #D1EDFF;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 20px 36px 36px 30px;
}
.flow .container .flow-area .flow-1 .flow-head {
  color: var(--color-3);
}
.flow .container .flow-area .flow-1::after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 0;
  background-color: #D1EDFF;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 40px;
  z-index: 10;
}
.flow .container .flow-area .flow-2 {
  background: #83C5FF;
  position: relative;
  padding: 42px 36px 48px 36px;
}
.flow .container .flow-area .flow-2::after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 0;
  background-color: #83C5FF;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 40px;
}
.flow .container .flow-area .flow-2 .flow-head {
  color: #FFFFFF;
}
.flow .container .flow-area .flow-3 {
  background: var(--color-3);
  border-radius: 0 0 8px 8px;
  padding-bottom: 100px;
  padding: 56px 36px 92px 36px;
}
.flow .container .flow-area .flow-3 .flow-head {
  color: #FFFFFF;
}
.flow .container .flow-area .flow-3 .flow-text {
  color: #FFFFFF;
}
.flow .container .flow-hosoku {
  font-size: 12px;
  color: var(--color-hosoku);
  font-weight: 400;
  line-height: 1.2;
}

.faq {
  padding: 100px 0;
  background-color: #D5F0FF;
  background-image: radial-gradient(#C3EAFF 25%, transparent 25%), radial-gradient(#C3EAFF 25%, transparent 25%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
  background-repeat: repeat;
  position: relative;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 100"><path d="M -499.20000000000005 40 Q -419.2 40 -339.2 20 Q -179.2 -20 -19.2 20 Q 60.8 40 140.8 40 Q 220.8 40 300.8 20 Q 460.8 -20 620.8 20 Q 700.8 40 780.8 40 Q 860.8 40 940.8 20 Q 1100.8 -20 1260.8 20 Q 1340.8 40 1420.8 40 L 1280 100 L 0 100 Z" fill="black"></path></svg>'), linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 100"><g transform="scale(1, -1) translate(0, -100)"><path d="M -499.20000000000005 40 Q -419.2 40 -339.2 20 Q -179.2 -20 -19.2 20 Q 60.8 40 140.8 40 Q 220.8 40 300.8 20 Q 460.8 -20 620.8 20 Q 700.8 40 780.8 40 Q 860.8 40 940.8 20 Q 1100.8 -20 1260.8 20 Q 1340.8 40 1420.8 40 L 1280 100 L 0 100 Z" fill="black"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto, 100% calc(100% - 60px), 100% auto;
  -webkit-mask-position: top center, center 30px, center bottom;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 100"><path d="M -499.20000000000005 40 Q -419.2 40 -339.2 20 Q -179.2 -20 -19.2 20 Q 60.8 40 140.8 40 Q 220.8 40 300.8 20 Q 460.8 -20 620.8 20 Q 700.8 40 780.8 40 Q 860.8 40 940.8 20 Q 1100.8 -20 1260.8 20 Q 1340.8 40 1420.8 40 L 1280 100 L 0 100 Z" fill="black"></path></svg>'), linear-gradient(#000, #000), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 100"><g transform="scale(1, -1) translate(0, -100)"><path d="M -499.20000000000005 40 Q -419.2 40 -339.2 20 Q -179.2 -20 -19.2 20 Q 60.8 40 140.8 40 Q 220.8 40 300.8 20 Q 460.8 -20 620.8 20 Q 700.8 40 780.8 40 Q 860.8 40 940.8 20 Q 1100.8 -20 1260.8 20 Q 1340.8 40 1420.8 40 L 1280 100 L 0 100 Z" fill="black"></path></g></svg>');
  mask-repeat: no-repeat;
  mask-size: 100% auto, 100% calc(100% - 60px), 100% auto;
  mask-position: top center, center 30px, center bottom;
}
.faq .container .section-title {
  margin-bottom: 32px;
}
.faq .container .faq-inner {
  background: #FFFFFF;
  padding: 26px 20px;
  border-radius: 8px;
}
.faq .container .faq-inner .faq-item {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.faq .container .faq-inner .faq-item:nth-child(-n+3):after {
  content: "";
  border-bottom: 2px dashed #DFEDF3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
}
.faq .container .faq-inner .faq-item:nth-child(n+2) {
  padding-top: 28px;
}
.faq .container .faq-inner .faq-item:nth-child(-n+3) {
  padding-bottom: 28px;
}
.faq .container .faq-inner .faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.faq .container .faq-inner .faq-item summary::-webkit-details-marker {
  display: none;
}
.faq .container .faq-inner .faq-item .faq-a {
  color: var(--color-hosoku);
  position: relative;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  line-height: 1.3;
}
.faq .container .faq-inner .faq-item .faq-img {
  width: 32px;
  height: 32px;
  margin-right: 13px;
}

.map {
  padding: 80px 0 32px 0;
}
.map .container .section-title {
  margin-bottom: 32px;
}
.map .container .map-item {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-bottom: 32px;
}
.map .container .map-item .map-card-head {
  padding: 20px 20px 0 20px;
  text-align: center;
  border-radius: 8px;
}
.map .container .map-item .map-card-head iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 4px;
}
.map .container .map-item .map-card-head .school-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1;
}
.map .container .map-item .map-card-head .school-no {
  font-size: 12px;
  color: var(--color-hosoku);
  margin-bottom: 8px;
}
.map .container .map-item .map-card-head .toggle-area {
  padding-bottom: 20px;
}
.map .container .map-item .map-card-head .toggle-area .toggle-text {
  margin-bottom: 8px;
}
.map .container .map-item .map-card-content {
  padding: 0 0 20px 0;
}
.map .container .map-item .map-card-content .school-address {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.map .container .map-item .map-card-content .school-info {
  margin-bottom: 16px;
  padding: 0 15px 0 20px;
}
.map .container .map-item .map-card-content .school-info .info-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.map .container .map-item .map-card-content .school-info .info-content .info-label {
  background-color: var(--color-3);
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 4px;
  margin: 0 8px 12px 0;
  letter-spacing: 0;
}
.map .container .map-item .map-card-content .school-info .info-content .info-detail {
  color: var(--color-hosoku);
  margin-bottom: 12px;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.map .container .map-item .map-card-content .school-info .info-tel-fax {
  display: flex;
  flex-wrap: wrap;
}
.map .container .map-item .map-card-content .school-info .info-tel-fax .info-content {
  min-width: 126px;
}
.map .container .map-item .map-card-content .school-info .info-tel-fax .info-tel {
  margin-right: 55px;
}
.map .container .map-item .map-card-content .school-info .info-capacity-target {
  display: flex;
  flex-wrap: wrap;
}
.map .container .map-item .map-card-content .school-info .info-capacity-target .info-capacity {
  margin-right: 15px;
}
.map .container .map-item .map-card-content .school-info .access .info-label {
  margin: 0 6px 16px 0;
}
.map .container .map-item .map-card-content .toggle-btn2 {
  display: block;
  margin: 0 auto;
}

.contact {
  margin-bottom: 22px;
}
.contact .container .section-title {
  margin-bottom: 32px;
  width: 100%;
}
.contact .container .contact_form {
  background: #FFFFFF;
  padding: 0 10px 20px 10px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.contact .container .contact_form .form_wrap .form-item:nth-child(-n+2) {
  border-bottom: 2px dotted #E6E6E6;
}
.contact .container .contact_form .form_wrap .form-item .form-label-option {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 20px 0 12px 50px;
}
.contact .container .contact_form .form_wrap .form-item .form-label-option::before {
  content: "任意";
  position: absolute;
  left: 0;
  top: 20px;
  background: #F2F2F2;
  color: #71432D;
  font-size: 11.5px;
  padding: 2px 10px;
  border-radius: 4px;
}
.contact .container .contact_form .form_wrap .form-item .form-label-option .form-label-hosoku {
  font-size: 12px;
  color: var(--color-hosoku);
}
.contact .container .contact_form .form_wrap .form-item .form-input {
  padding-bottom: 30px;
}
.contact .container .contact_form .form_wrap .form-item .form-input .checkbox {
  display: flex;
  flex-direction: column;
}
.contact .container .contact_form .form_wrap .form-item .form-input .checkbox .wpcf7-list-item {
  margin: 0 0 0 8px;
}
.contact .container .contact_form .form_wrap .form-item .form-input .checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 3px;
}
.contact .container .contact_form .form_wrap .form-item .form-input .checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: bold;
}
.contact .container .contact_form .form_wrap .form-item .form-label-required {
  padding: 20px 0 12px 50px;
  position: relative;
}
.contact .container .contact_form .form_wrap .form-item .form-label-required::before {
  content: "必須";
  position: absolute;
  left: 0;
  top: 20px;
  background: #EA652F;
  color: #FFFFFF;
  font-size: 11.5px;
  padding: 2px 10px;
  border-radius: 4px;
}
.contact .container .contact_form .form_wrap .form-item .form-text {
  background: #F2F2F2;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.contact .container .contact_form .form_wrap .form-item .form-content {
  margin-bottom: 45px;
}
.contact .container .contact_form .form-privacy {
  text-align: center;
  font-size: 12px;
  margin-bottom: 32px;
}
.contact .container .contact_form .form-privacy label span a {
  text-decoration: underline;
}
.contact .container .contact_form .form_submit .form_submitbtn-area {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  height: 57px;
  background: var(--color-cta);
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.contact .container .contact_form .form_submit .form_submitbtn-area input[type=hidden] {
  display: none;
}
.contact .container .contact_form .form_submit .form_submitbtn-area .wpcf7-spinner {
  display: none;
}
.contact .container .contact_form .form_submit .form_submitbtn-area .form-submitbtn {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/apply.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

footer .footer-img {
  width: 100%;
}

#privacy {
  background-color: #D5F0FF;
  background-image: radial-gradient(#C3EAFF 23%, transparent 23%), radial-gradient(#C3EAFF 23%, transparent 23%);
  background-size: 11px 11px;
  background-position: 0 0, 5.5px 5.5px;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  #privacy {
    padding-top: 75px;
  }
}
#privacy .container .section-title {
  padding: 32px 0;
}
#privacy .container .privacy-text {
  background-color: #FFFFFF;
  padding: 36px;
  border-radius: 8px;
  color: var(--color-hosoku);
  margin-bottom: 80px;
}
#privacy .footer-img {
  width: 100%;
}

#completed {
  background-color: #D5F0FF;
  background-image: radial-gradient(#C3EAFF 23%, transparent 23%), radial-gradient(#C3EAFF 23%, transparent 23%);
  background-size: 11px 11px;
  background-position: 0 0, 5.5px 5.5px;
  background-repeat: repeat;
  height: 100vh;
}
#completed .container .section-title {
  padding: 32px 0;
}
#completed .container .completed-text {
  text-align: center;
  color: var(--color-hosoku);
}
#completed .footer-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}/*# sourceMappingURL=style.css.map */