@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.color-EF5B4D {
  color: #EF5B4D !important;
}

.color-F69B20 {
  color: #F69B20 !important;
}

.color-7DD92A {
  color: #7DD92A !important;
}

.color-4CB1DC {
  color: #4CB1DC !important;
}

.color-pink {
  color: #EB7696 !important;
}

.color-E86E29 {
  color: #E86E29 !important;
}

.color-orenge {
  color: #D86C2F !important;
}

.color-skyBlue {
  color: #2FB0C5 !important;
}

.color-red {
  color: #E75E5E !important;
}

.color-aikid {
  color: #F3A67A !important;
}

.color-aikid {
  color: #F3A67A !important;
}

@font-face {
  font-family: "cascadiaCode";
  src: url("../../assets/fonts/CascadiaCode-Regular-VTT.ttf") format("truetype");
}
@font-face {
  font-family: "centuryGothic";
  src: url("../../assets/fonts/century-gothic-bold.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.btn {
  display: inline-block;
}

.pointer-eventsNone {
  pointer-events: none !important;
}

.inner, .inner-s {
  width: 95%;
  height: 100%;
  max-width: 1440px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .inner, .inner-s {
    width: 100%;
    padding: 0 min(2.6041666667vw, 50px);
  }
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.2s;
}
.header.bg--show {
  background: #fff;
}
.header .inner--header {
  max-width: 1920px;
  padding: 6px 10px 0 24px;
}
@media screen and (min-width:768px) {
  .header .inner--header {
    height: min(6.5625vw, 126px);
    padding: min(1.0416666667vw, 20px) min(4.0104166667vw, 77px) min(0.5208333333vw, 10px) min(7.9166666667vw, 152px);
  }
}
.header .header__ttl {
  z-index: 99;
}
.header .header_logo {
  width: 157px;
}
@media screen and (min-width:768px) {
  .header .header_logo {
    width: min(15.15625vw, 291px);
  }
}
.header .hamburger {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width:768px) {
  .header .hamburger {
    display: none;
  }
}
.header .nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 150px;
}
@media screen and (min-width:768px) {
  .header .nav {
    display: block;
    position: static;
    height: 100%;
    background: transparent;
    padding-bottom: 0;
  }
}
.header .nav.view {
  display: block;
}
.header .nav__open {
  display: block;
}
.header .nav__open.none {
  display: none;
}
@media screen and (min-width:768px) {
  .header .nav__open {
    display: none;
  }
}
.header .nav__close {
  display: none;
}
.header .nav__close.view {
  display: block;
}
@media screen and (min-width:768px) {
  .header .nav__close {
    display: none;
  }
}
.header .header__nav-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .header .header__nav-items {
    justify-content: flex-end;
    flex-wrap: nowrap;
    height: 100%;
    margin-top: 0;
  }
}
.header .header__nav-item {
  width: 50%;
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .header .header__nav-item {
    width: auto;
    margin-left: min(3.9583333333vw, 76px);
    margin-top: 0;
  }
}
.header .header__nav-link {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.11;
  letter-spacing: 0em;
  height: 100%;
}
@media screen and (min-width:768px) {
  .header .header__nav-link {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    justify-content: flex-end;
  }
}
.header .header__nav-link .nav__iconImg {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media screen and (min-width:768px) {
  .header .header__nav-link .nav__iconImg {
    height: min(1.8229166667vw, 35px);
    margin-bottom: min(0.2604166667vw, 5px);
  }
}
.header .header__nav-link .nav__txtImg {
  height: auto;
}
@media screen and (min-width:768px) {
  .header .header__nav-link .nav__txtImg {
    height: 100%;
  }
}
.header .color--white {
  display: block;
  transition: 0.2s;
}
.header .color--white.white--none {
  display: none;
}
.header .color--black {
  display: none;
  transition: 0.2s;
}
.header .color--black.black--view {
  display: block;
}
.header .inner--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav__banner {
  text-align: right;
  margin: 50px 20px 0 0;
}
.header .nav__banner img {
  width: 140px;
}

.fv {
  position: relative;
  display: block;
}
@media screen and (min-width:768px) {
  .fv {
    display: flex;
    align-items: center;
  }
}
.fv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(../../assets/img/common/fv_border_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv::after {
    bottom: max(-2.6041666667vw, -50px);
    height: min(1.71875vw, 33px);
    background: url(../../assets/img/common/fv_border.png) no-repeat center center/cover;
  }
}
.fv .fv__content {
  position: relative;
  width: 100%;
  margin-left: auto;
  border-bottom-left-radius: 60px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .fv .fv__content {
    width: 94.7%;
    border-bottom-left-radius: min(4.1666666667vw, 80px);
  }
}
.fv .fv__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.fv .fv__content--catch {
  position: absolute;
  top: 52.5%;
  left: 50%;
  text-align: center;
  width: 100%;
  height: 500px;
  z-index: 5;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:768px) {
  .fv .fv__content--catch {
    left: 52.5%;
    width: min(39.5833333333vw, 760px);
    height: auto;
  }
}
.fv .fv__content--catch figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fv .fv__content--catch .fv_catch_01 {
  max-width: 330px;
  width: 100%;
  margin: 62px 0 219px -10px;
}
@media screen and (min-width:768px) {
  .fv .fv__content--catch .fv_catch_01 {
    max-width: none;
    width: min(39.6875vw, 762px);
    margin: min(0.5208333333vw, 10px) 0 min(1.4583333333vw, 28px);
  }
}
.fv .fv__content--catch .fv_catch_02 {
  width: 305px;
}
@media screen and (min-width:768px) {
  .fv .fv__content--catch .fv_catch_02 {
    width: min(29.375vw, 564px);
    margin-left: min(0.5208333333vw, 10px);
  }
}
.fv .catch--aikids {
  height: auto;
}
@media screen and (min-width:768px) {
  .fv .catch--aikids {
    top: 53.5%;
    left: 46.5%;
  }
}
.fv .catch--togoshi {
  top: 52.5%;
  left: 45.4%;
  height: auto;
}
@media screen and (min-width:768px) {
  .fv .catch--togoshi {
    left: 46.2%;
  }
}
.fv .catch--nakameguro {
  top: 53%;
  left: 46.6%;
  height: auto;
}
@media screen and (min-width:768px) {
  .fv .catch--nakameguro {
    left: 45.4%;
    top: 67.5%;
  }
}
.fv .catch--hitotoki {
  top: 53%;
  left: 46.6%;
  height: auto;
}
@media screen and (min-width:768px) {
  .fv .catch--hitotoki {
    left: 47.3%;
    top: 59%;
  }
}
.fv .under__fv__img {
  height: 307px;
}
@media screen and (min-width:768px) {
  .fv .under__fv__img {
    height: min(24.4791666667vw, 470px);
  }
}
.fv .under__fv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .sns__block {
  display: none;
}
@media screen and (min-width:768px) {
  .fv .sns__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: min(1.5625vw, 30px);
    margin: min(5.2083333333vw, 100px) 0 auto auto;
  }
}
@media screen and (min-width:768px) and (min-width:768px) {
  .fv .sns__block span {
    font-size: min(0.9375vw, 18px);
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 1.17;
    letter-spacing: 0.1em;
    font-family: "Roboto", sans-serif;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
@media screen and (min-width:768px) {
  .fv .sns__block .insta {
    width: min(1.5104166667vw, 29px);
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .fv .sns__block .facebook {
    width: min(2.1354166667vw, 41px);
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.swiper__container--fv .swiper-slide-active img,
.swiper__container--fv .swiper-slide-duplicate-active img,
.swiper__container--fv .swiper-slide-prev img {
  animation: zoomUp 8s linear 0s normal both;
}
.swiper__container--fv .slide-media {
  height: 530px;
}
@media screen and (min-width:768px) and (min-width:768px) {
  .swiper__container--fv .slide-media {
    height: min(43.75vw, 840px);
  }
}
.swiper__container--fv .slide-media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.fv_aikid_ttl {
  width: 275px;
}
@media screen and (min-width:768px) {
  .fv_aikid_ttl {
    width: min(26.9270833333vw, 517px);
  }
}

.fv_togoshi_ttl {
  width: 274px;
}
@media screen and (min-width:768px) {
  .fv_togoshi_ttl {
    width: min(19.84375vw, 381px);
  }
}

.fv_nakameguro_ttl {
  width: 259px;
}
@media screen and (min-width:768px) {
  .fv_nakameguro_ttl {
    width: min(22.96875vw, 441px);
  }
}

.fv_hitotoki_ttl {
  width: 188px;
}
@media screen and (min-width:768px) {
  .fv_hitotoki_ttl {
    width: min(15.46875vw, 297px);
  }
}

.info {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .info {
    margin-bottom: min(4.6354166667vw, 89px);
  }
}
.info hr {
  margin: 0.8em 0;
}
@media screen and (min-width:768px) {
  .info hr {
    margin: 1em 0;
  }
}
.info .section__ttl {
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .info .section__ttl {
    margin-bottom: min(1.71875vw, 33px);
  }
}
.info .section__ttl img {
  width: 164px;
}
@media screen and (min-width:768px) {
  .info .section__ttl img {
    width: min(15.3645833333vw, 295px);
  }
}
.info .section__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width:768px) {
  .info .section__content {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.0833333333vw, 40px);
  }
}
.info .section__content .card__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-top: 0;
}
@media screen and (min-width:768px) {
  .info .section__content .card__info {
    grid-template-columns: repeat(2, min(25.4166666667vw, 488px));
    gap: min(3.90625vw, 75px) min(4.1666666667vw, 80px);
    padding-top: min(0.5208333333vw, 10px);
  }
}
.info .section__content .card__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  margin-bottom: 7px;
}
@media screen and (min-width:768px) {
  .info .section__content .card__ttl {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.info .section__content .card__ttl a img {
  width: 77px;
}
@media screen and (min-width:768px) {
  .info .section__content .card__ttl a img {
    width: min(6.09375vw, 117px);
  }
}
.info .section__content .card__address {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .info .section__content .card__address {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.25;
    white-space: rap;
  }
}
.info .section__content .card__address span {
  font-family: "Roboto", sans-serif;
}
.info .section__content .card__number {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .info .section__content .card__number {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.6;
    margin-top: max(-0.2604166667vw, -5px);
  }
}
.info .section__content .tel,
.info .section__content .fax,
.info .section__content .mail {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .info .section__content .tel,
  .info .section__content .fax,
  .info .section__content .mail {
    gap: min(0.5208333333vw, 10px);
  }
}
.info .section__content .tel a,
.info .section__content .fax a,
.info .section__content .mail a {
  text-decoration: none !important;
}
.info .section__content .tel_icon::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/tel_icon.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media screen and (min-width:768px) {
  .info .section__content .tel_icon::before {
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}
.info .section__content .fax_icon::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/fax_icon.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media screen and (min-width:768px) {
  .info .section__content .fax_icon::before {
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}
.info .section__content .mail_icon::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/mail_icon.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media screen and (min-width:768px) {
  .info .section__content .mail_icon::before {
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}
.info .btn__contact {
  display: inline-block;
  height: 100%;
}
.info .btn__contact img {
  max-width: 302px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .info .btn__contact img {
    width: min(15.7291666667vw, 302px);
  }
}
.info .contact__block .contact__content {
  display: none;
  text-align: center;
}
@media screen and (min-width:768px) {
  .info .contact__block .contact__content {
    display: block;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.info .contact__block .contact__content span {
  display: flex;
}
.info .contact__block .contact_btn_txt {
  width: auto;
}
@media screen and (min-width:768px) {
  .info .contact__block .contact_btn_txt {
    width: min(9.84375vw, 189px);
  }
}
.info .contact__block .banner__content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .info .contact__block .banner__content ul {
    gap: min(1.3020833333vw, 25px);
  }
}
.info .contact__block .banner__content ul img {
  max-width: 300px;
}

.footer {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .footer {
    margin-bottom: min(4.1666666667vw, 80px);
  }
}

.inner--footer {
  width: 84%;
  max-width: 1440px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .inner--footer {
    width: min(74.6354166667vw, 1433px);
    padding: 0;
  }
}
.inner--footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 25px;
  background: #000;
}
@media screen and (min-width:768px) {
  .inner--footer::before {
    margin-bottom: min(4.1666666667vw, 80px);
  }
}

.link__block {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .link__block {
    margin-top: min(1.3020833333vw, 25px);
  }
}
.link__block .link__txt {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.67;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .link__block .link__txt {
    font-size: min(0.9375vw, 18px);
    line-height: 1.55;
  }
}
.link__block .link__txt a {
  display: inline-flex;
  align-items: center;
  line-height: 2.1;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .link__block .link__txt a {
    font-size: min(0.9375vw, 18px);
  }
}
.link__block .link__txt a::after {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background: url(../../assets/img/common/allow-right.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .link__block .link__txt a::after {
    width: min(0.9375vw, 18px);
    height: min(0.3645833333vw, 7px);
  }
}

.inner--info,
.inner--company {
  width: 100%;
  padding: 0;
}

.copy {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.17;
  letter-spacing: 0em;
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .copy {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.19;
    text-align: right;
    margin-top: min(0.78125vw, 15px);
  }
}

.company .section__ttl {
  margin-bottom: 8px;
}
@media screen and (min-width:768px) {
  .company .section__ttl {
    margin-bottom: min(2.03125vw, 39px);
  }
}
.company .section__ttl img {
  width: 60px;
}
@media screen and (min-width:768px) {
  .company .section__ttl img {
    width: min(7.1354166667vw, 137px);
  }
}
.company .section__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 35px;
}
@media screen and (min-width:768px) {
  .company .section__content {
    display: grid;
    grid-template-columns: min(25.4166666667vw, 488px) 1fr;
    gap: min(2.6041666667vw, 50px);
  }
}
.company .section__content .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .company .section__content .card__ttl {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.company .section__content .card__address {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) {
  .company .section__content .card__address {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    margin-bottom: min(0.78125vw, 15px);
  }
}
.company .section__content .card__number {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.39;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .company .section__content .card__number {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.6;
  }
}
.company .section__content .footer__nav-items {
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .company .section__content .footer__nav-items {
    margin-top: max(-3.90625vw, -75px);
  }
}
.company .section__content .footer__nav-items li {
  display: inline-block;
}
.company .section__content .footer__nav-link {
  display: block;
  padding: 0 0.6em 1em;
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .company .section__content .footer__nav-link {
    margin-left: min(0.5208333333vw, 10px);
    padding: 0 min(1.3020833333vw, 25px) min(1.0416666667vw, 20px);
  }
}
.company .section__content .footer__nav-link img {
  height: 12px;
}
@media screen and (min-width:768px) {
  .company .section__content .footer__nav-link img {
    min-height: 8px;
    height: min(0.9375vw, 18px);
  }
}
.company .section__content .footer__nav-items--under {
  display: flex;
  flex-direction: row;
  gap: 45px;
}
@media screen and (min-width:768px) {
  .company .section__content .footer__nav-items--under {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.company .section__content .footer__nav-items--under li:last-child {
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .company .section__content .footer__nav-items--under li:last-child {
    margin-top: min(0.78125vw, 15px);
  }
}
.company .section__content .nav-block {
  display: block !important;
}
.company .section__content .nav-bnr {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .company .section__content .nav-bnr {
    margin-top: max(-8.8541666667vw, -170px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (min-width:768px) {
  .company .section__content .bunbu_bnr {
    width: min(44.7916666667vw, 860px);
    padding-left: min(1.8229166667vw, 35px);
  }
}

.flow__banner {
  position: fixed;
  top: 260px;
  right: 10px;
  bottom: auto;
  width: 141px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .flow__banner {
    width: min(11.40625vw, 219px);
    height: min(9.53125vw, 183px);
    top: auto;
    right: min(1.40625vw, 27px);
    bottom: min(6.7708333333vw, 130px);
  }
}

@media screen and (min-width:768px) {
  .about .inner__about {
    max-width: min(75vw, 1440px);
    margin: auto;
  }
}
.about .about__bg {
  padding: 150px 0 36px;
  background: url(../../assets/img/index/about_bg_img_sp.jpg) no-repeat -45px 48px/auto;
  margin-top: -100px;
}
@media screen and (min-width:768px) {
  .about .about__bg {
    margin-top: max(-10.4166666667vw, -200px);
    padding: min(14.5833333333vw, 280px) 0 min(2.5520833333vw, 49px);
    background: url(../../assets/img/index/about_bg_img_pc.jpg) no-repeat max(-4.21875vw, -81px) min(0.5208333333vw, 10px)/112vw;
  }
}
.about .section__ttl {
  position: relative;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width:768px) {
  .about .section__ttl {
    padding-top: 0;
  }
}
.about .section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 98px;
  left: 8px;
  width: 44px;
  height: 42px;
  background: url(../../assets/img/index/decoration_note_sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .about .section__ttl::before {
    top: min(6.7708333333vw, 130px);
    left: min(5.7291666667vw, 110px);
    width: min(5vw, 96px);
    height: min(4.6354166667vw, 89px);
    background: url(../../assets/img/index/decoration_note_pc.png) no-repeat center center/cover;
  }
}
.about .section__ttl figure {
  position: relative;
  text-align: center;
  display: inline-block;
}
.about .section__ttl figure .flowAbout__icon {
  position: absolute;
  top: -89%;
  left: -86%;
  width: 131px;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .about .section__ttl figure .flowAbout__icon {
    top: -53%;
    left: -98%;
    width: min(12.8125vw, 246px);
  }
}
.about .section__ttl .section_ttl_about {
  width: 110px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .about .section__ttl .section_ttl_about {
    width: min(11.40625vw, 219px);
  }
}
.about .section__ttl .ttl--jp {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.18;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .about .section__ttl .ttl--jp {
    font-size: min(2.3958333333vw, 46px);
    line-height: 1.2;
  }
}
.about .section__ttl .ttl--en {
  font-size: 14px;
  font-weight: 500;
  color: #F1AC0C;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .about .section__ttl .ttl--en {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
  }
}
.about .section__ttl .coution {
  position: absolute;
  bottom: 50px;
  left: 14px;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .about .section__ttl .coution {
    bottom: min(3.3854166667vw, 65px);
    left: min(16.0416666667vw, 308px);
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.about .section__ttl .coution span {
  margin-left: 1em;
}
@media screen and (min-width:768px) {
  .about .section__ttl .coution span {
    margin-left: 0;
  }
}
.about .section__content {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .about .section__content {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.about .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 14px;
}
@media screen and (min-width:768px) {
  .about .section__content .txt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.85;
    margin-top: min(2.5vw, 48px);
  }
}
.about .section__content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -53px;
  right: 16px;
  width: 79px;
  height: 58px;
  background: url(../../assets/img/index/decoration_book_sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .about .section__content::before {
    bottom: max(-1.71875vw, -33px);
    right: max(-5.8854166667vw, -113px);
    width: min(7.2916666667vw, 140px);
    height: min(6.25vw, 120px);
    background: url(../../assets/img/index/decoration_book_pc.png) no-repeat center center/cover;
  }
}

.introduction .inner__introduction {
  max-width: 1700px;
}
.introduction .introduction__bg {
  padding: 35px 0 78px;
}
@media screen and (min-width:768px) {
  .introduction .introduction__bg {
    padding: min(3.4375vw, 66px) 0 min(4.4270833333vw, 85px);
  }
}
.introduction .section__ttl {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .introduction .section__ttl {
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.introduction .section__ttl img {
  width: 160px;
}
@media screen and (min-width:768px) {
  .introduction .section__ttl img {
    width: min(16.3020833333vw, 313px);
  }
}
.introduction .section__ttl .explanationText {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.63;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .introduction .section__ttl .explanationText {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.38;
    margin-top: min(1.0416666667vw, 20px);
  }
}

.introduction__bg {
  background: url(../../assets/img/index/introduction_bg.jpg) no-repeat center center/cover;
}

.card__introduction {
  display: grid;
  grid-template-columns: 1fr;
  gap: 61px;
  width: 83%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .card__introduction {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
  }
}
.card__introduction li:nth-child(even) {
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .card__introduction li:nth-child(even) {
    margin-top: min(4.1666666667vw, 80px);
  }
}
.card__introduction li .icon_intro {
  display: block;
  margin: auto auto 20px;
}
@media screen and (min-width:768px) {
  .card__introduction li .icon_intro {
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.card__introduction li:nth-child(1) .icon_intro {
  width: 71px;
}
@media screen and (min-width:768px) {
  .card__introduction li:nth-child(1) .icon_intro {
    width: min(3.6979166667vw, 71px);
  }
}
.card__introduction li:nth-child(2) {
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .card__introduction li:nth-child(2) {
    padding-left: min(0.2604166667vw, 5px);
  }
}
.card__introduction li:nth-child(2) .icon_intro {
  width: 45px;
}
@media screen and (min-width:768px) {
  .card__introduction li:nth-child(2) .icon_intro {
    width: min(2.34375vw, 45px);
  }
}
.card__introduction li:nth-child(3) {
  margin-top: 0;
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .card__introduction li:nth-child(3) {
    margin-top: min(0.78125vw, 15px);
    padding-left: min(0.7291666667vw, 14px);
  }
}
.card__introduction li:nth-child(3) .icon_intro {
  width: 55px;
}
@media screen and (min-width:768px) {
  .card__introduction li:nth-child(3) .icon_intro {
    width: min(2.8645833333vw, 55px);
  }
}
.card__introduction li:nth-child(4) .icon_intro {
  width: 40px;
}
@media screen and (min-width:768px) {
  .card__introduction li:nth-child(4) .icon_intro {
    width: min(2.0833333333vw, 40px);
  }
}
.card__introduction .preschool__img {
  text-align: center;
}
.card__introduction .preschool__img img {
  width: 87%;
  border-radius: 50%;
}
@media screen and (min-width:768px) {
  .card__introduction .preschool__img img {
    width: min(15.5729166667vw, 299px);
  }
}
.card__introduction .card__content .card__ttl {
  position: relative;
  text-align: center;
  margin: 18px 0 8px;
  padding: 0 15px;
}
@media screen and (min-width:768px) {
  .card__introduction .card__content .card__ttl {
    margin: min(1.0416666667vw, 20px) 0 min(0.5208333333vw, 10px);
  }
}
.card__introduction .card__content .card__ttl img {
  width: 100%;
  height: 66px;
}
@media screen and (min-width:768px) {
  .card__introduction .card__content .card__ttl img {
    width: auto;
    height: min(4.0625vw, 78px);
  }
}
.card__introduction .card__content .card__ttl .btn_insta {
  position: absolute;
  display: block;
  top: -45px;
  right: 10px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width:768px) {
  .card__introduction .card__content .card__ttl .btn_insta {
    top: max(-2.34375vw, -45px);
    right: min(0.5208333333vw, 10px);
    width: min(3.75vw, 72px);
    height: min(3.75vw, 72px);
  }
}
.card__introduction .card__content .card__txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  height: auto;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .card__introduction .card__content .card__txt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.6;
    text-align: center;
    height: min(6.6666666667vw, 128px);
    margin-bottom: min(1.1458333333vw, 22px);
  }
}
.card__introduction .card__content .card__btn {
  text-align: center;
}
.card__introduction .card__content .card__btn span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.63;
  letter-spacing: 0em;
  width: 81%;
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 32px;
}
@media screen and (min-width:768px) {
  .card__introduction .card__content .card__btn span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.6;
    width: 70%;
    padding: min(0.78125vw, 15px) min(2.0833333333vw, 40px);
    border-radius: min(1.6666666667vw, 32px);
  }
}

@media screen and (min-width:768px) {
  .voice .inner__voice {
    max-width: min(80.2083333333vw, 1540px);
  }
}
.voice .voice__bg {
  padding: 52px 0 119px;
}
@media screen and (min-width:768px) {
  .voice .voice__bg {
    padding: min(5.2083333333vw, 100px) 0 min(8.6458333333vw, 166px);
  }
}
.voice .voice__bg--aikid {
  padding: 50px 0 15px;
}
@media screen and (min-width:768px) {
  .voice .voice__bg--aikid {
    padding: min(5.2083333333vw, 100px) 0 min(8.6458333333vw, 166px);
    background: url(../../assets/img/aikid/aikid_voice_bg.jpg) no-repeat max(-3.125vw, -60px) min(4.4270833333vw, 85px)/103vw;
  }
}
.voice .section__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.voice .section__ttl::before {
  display: none;
}
@media screen and (min-width:768px) {
  .voice .section__ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: min(3.125vw, 60px);
    left: min(3.6458333333vw, 70px);
    width: min(5.625vw, 108px);
    height: min(3.6979166667vw, 71px);
    background: url(../../assets/img/index/decoration_apple.png) no-repeat center center/cover;
  }
}
.voice .section__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: -43px;
  right: 8px;
  width: 50px;
  height: 125px;
  background: url(../../assets/img/index/decoration_butterfly_sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .voice .section__ttl::after {
    top: max(2.7604166667vw, 53px);
    right: max(-2.34375vw, -45px);
    width: min(9.21875vw, 177px);
    height: min(8.2291666667vw, 158px);
    background: url(../../assets/img/index/decoration_butterfly_pc.png) no-repeat center center/cover;
  }
}
.voice .section__ttl figure {
  text-align: center;
}
.voice .section__ttl img {
  width: 176px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .voice .section__ttl img {
    width: min(19.0104166667vw, 365px);
  }
}
.voice .section__ttl .ttl--jp {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.18;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .voice .section__ttl .ttl--jp {
    font-size: min(2.3958333333vw, 46px);
    line-height: 1.2;
  }
}
.voice .section__ttl .ttl--en {
  font-size: 14px;
  font-weight: 500;
  color: #F1AC0C;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .voice .section__ttl .ttl--en {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
  }
}
.voice .section__content {
  position: relative;
}
.voice .section__content .card__voice {
  width: 88%;
  margin: 34px auto 60px;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__voice {
    width: min(75vw, 1440px);
    margin: min(5.46875vw, 105px) auto min(4.1666666667vw, 80px);
  }
}
.voice .section__content .card__voice li {
  margin-bottom: 47px;
  background: transparent;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__voice li {
    margin-bottom: min(5.5729166667vw, 107px);
    background: #fff;
  }
}
.voice .section__content .card__voice li:first-child {
  position: relative;
}
.voice .section__content .card__voice li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: -174px;
  left: -97px;
  width: 334px;
  height: 267px;
  background: url(../../assets/img/common/voice_bg_03_sp.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__voice li:first-child::after {
    display: none;
  }
}
.voice .section__content .card__voice li:first-child .card__ttl {
  background: transparent !important;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__voice li:first-child .card__ttl {
    background: #fff !important;
  }
}
.voice .section__content .card__voice li:first-child .card__content {
  position: relative;
  z-index: 0;
  background: #fff;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__voice li:first-child .card__content {
    z-index: 1;
  }
}
.voice .section__content .card__voice li:first-child .card__content::after {
  display: block;
  position: absolute;
  content: "";
  height: 4px;
  width: 115px;
  background: #fff;
  top: -3px;
  left: 19px;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__voice li:first-child .card__content::after {
    display: none;
  }
}
.voice .section__content .card__voice li:last-child {
  position: relative;
  margin-bottom: 0;
  background: #fff;
}
.voice .section__content .card__voice li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -121px;
  right: -95px;
  width: 269px;
  height: 215px;
  background: url(../../assets/img/common/voice_bg_02_sp.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__voice li:last-child::after {
    display: none;
  }
}
.voice .section__content .card__content {
  position: relative;
  padding: 48px 12px 40px 20px;
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__content {
    padding: min(2.7604166667vw, 53px) min(2.6041666667vw, 50px) min(2.4479166667vw, 47px) min(2.8125vw, 54px);
    border: min(0.15625vw, 3px) solid #000;
  }
}
.voice .section__content .card__ttl {
  position: absolute;
  top: -17px;
  left: 19px;
  padding: 0 13px 0 19px;
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__ttl {
    top: max(-1.3020833333vw, -25px);
    left: min(3.125vw, 60px);
    padding: 0 min(0.5208333333vw, 10px);
  }
}
.voice .section__content .card__ttl .font--cascadiaCode {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.19;
  letter-spacing: 0.01em;
  font-family: "cascadiaCode", sans-serif;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__ttl .font--cascadiaCode {
    font-size: min(1.5625vw, 30px);
    line-height: 1.2;
  }
}
.voice .section__content .card__ttl .font--centuryGothic {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: "centuryGothic", sans-serif;
  margin-left: 0.4em;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__ttl .font--centuryGothic {
    font-size: min(1.9791666667vw, 38px);
    line-height: 1.21;
    margin-left: 0.5em;
  }
}
.voice .section__content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .voice .section__content .card__txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.58;
    text-align: left;
  }
}
.voice .section__content .school__name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: right;
  line-height: 1.21;
  letter-spacing: 0em;
  margin-top: 35px;
}
@media screen and (min-width:768px) {
  .voice .section__content .school__name {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.18;
    margin-top: min(2.0833333333vw, 40px);
  }
}

.voiceNone {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.58;
  letter-spacing: 0em;
  margin: 100px 0;
}
@media screen and (min-width:768px) {
  .voiceNone {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.56;
    margin: min(5.2083333333vw, 100px) 0;
  }
}

.inner--moduls__voice .section__content .card__voice {
  width: 100%;
}

.voice__bg--aikid .section__ttl::before {
  display: none;
}
.voice__bg--aikid .section__ttl::after {
  display: none;
}
.voice__bg--aikid .section__content::after {
  display: none;
}
.voice__bg--aikid .section__content .card__voice {
  margin: 50px auto 60px;
}
@media screen and (min-width:768px) {
  .voice__bg--aikid .section__content .card__voice {
    margin: min(3.90625vw, 75px) auto min(4.1666666667vw, 80px);
  }
}
.voice__bg--aikid .card__voice li:first-child::after {
  display: none !important;
}
.voice__bg--aikid .card__voice li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -123px !important;
  right: -87px !important;
  width: 301px !important;
  height: 227px !important;
  background: url(../../assets/img/common/bg_circle_05_sp.png) no-repeat center center/cover !important;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .voice__bg--aikid .card__voice li:last-child::after {
    display: none;
  }
}

.voice__bg--none .section__ttl::before {
  display: none;
}
.voice__bg--none .section__ttl::after {
  display: none;
}
.voice__bg--none .section__content::after {
  display: none;
}
.voice__bg--none .section__content .card__voice {
  margin: 50px auto 60px;
}
@media screen and (min-width:768px) {
  .voice__bg--none .section__content .card__voice {
    margin: min(3.90625vw, 75px) auto min(4.1666666667vw, 80px);
  }
}
.voice__bg--none .card__voice li:first-child::after {
  display: none !important;
}
.voice__bg--none .card__voice li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -123px !important;
  right: -87px !important;
  width: 301px !important;
  height: 227px !important;
  background: url(../../assets/img/common/bg_circle_05_sp.png) no-repeat center center/cover !important;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .voice__bg--none .card__voice li:last-child::after {
    display: none;
  }
}

.tabBlock .tabBlock__bg {
  padding: 100px 0 0;
  background-image: url(../../assets/img/news/single_bg_top_sp.png), url(../../assets/img//news/single_bg_bottom_sp.png);
  background-position: 110px -105px, left -45px bottom -30px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}
@media screen and (min-width:768px) {
  .tabBlock .tabBlock__bg {
    padding: min(6.25vw, 120px) 0 0;
    padding: min(6.25vw, 120px) 0 min(10.4166666667vw, 200px);
    background-image: url(../../assets/img/news/single_bg_top_pc.png), url(../../assets/img//news/single_bg_bottom_pc.png);
    background-position: max(-3.125vw, -60px) max(-7.03125vw, -135px), left 0px bottom max(-4.2708333333vw, -82px);
    background-repeat: no-repeat, no-repeat;
    background-size: 104vw, 35vw;
  }
}
.tabBlock .section__ttl--tab {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .tabBlock .section__ttl--tab {
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.tabBlock .section__ttl--tab img {
  width: 88px;
}
@media screen and (min-width:768px) {
  .tabBlock .section__ttl--tab img {
    width: min(9.5833333333vw, 184px);
  }
}
.tabBlock .section__ttl--tab::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -50px;
  width: 205px;
  height: 112px;
  background: url(../../assets/img/news/news_bg_flag_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .tabBlock .section__ttl--tab::before {
    top: 0;
    left: 0;
    background: url(../../assets/img/news/news_bg_flag_pc.svg) no-repeat center center/cover;
    width: min(26.5104166667vw, 509px);
    height: min(11.1979166667vw, 215px);
  }
}
.tabBlock .newsAll {
  display: none;
  position: relative;
}
@media screen and (min-width:768px) {
  .tabBlock .newsAll {
    display: block;
    position: absolute;
    top: min(5.9895833333vw, 115px);
    right: min(13.0208333333vw, 250px);
  }
}
.tabBlock .newsAll img {
  width: 190px;
}
@media screen and (min-width:768px) {
  .tabBlock .newsAll img {
    width: min(13.5416666667vw, 260px);
  }
}
.tabBlock .newsAll--sp {
  display: block;
}
@media screen and (min-width:768px) {
  .tabBlock .newsAll--sp {
    display: none;
  }
}

.tab__header .active .all__cat {
  color: #fff;
  background-color: #FA4E23;
}
.tab__header .active .aikids,
.tab__header .active .aikids_cat {
  color: #fff;
  background-color: #F8648D;
}
.tab__header .active .nakameguro,
.tab__header .active .nakameguro_cat {
  color: #fff;
  background-color: #42CC66;
}
.tab__header .active .togoshi,
.tab__header .active .togoshi_cat {
  color: #fff;
  background-color: #21ABE0;
}
.tab__header .active .hitotoki,
.tab__header .active .hitotoki_cat {
  color: #fff;
  background-color: #F38322;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

section.contact .contact__bg {
  padding: 80px 0 140px;
  background: url(../../assets/img/contact/contact_bg_sp.jpg) no-repeat -67px -86px/auto;
}
@media screen and (min-width:768px) {
  section.contact .contact__bg {
    padding: min(7.2916666667vw, 140px) 0 min(17.1875vw, 330px);
    background: url(../../assets/img/contact/contact_bg_pc.jpg) no-repeat max(-3.125vw, -60px) max(-7.03125vw, -135px)/106vw;
  }
}
section.contact .cantact__bg--niliabunny {
  padding: 80px 0 140px;
  background: url(../../assets/img/contact/niliabunny_contact_bg_sp.jpg) no-repeat -67px 220px/auto;
}
@media screen and (min-width:768px) {
  section.contact .cantact__bg--niliabunny {
    padding: min(7.2916666667vw, 140px) 0 min(17.1875vw, 330px);
    background: url(../../assets/img/contact/niliabunny_contact_bg_pc.jpg) no-repeat max(-3.125vw, -60px) min(14.0625vw, 270px)/106vw;
  }
}
section.contact .thsnks__bg {
  padding: 89px 0 144px;
  background: url(../../assets/img/contact/thanks_bg_sp.jpg) no-repeat -67px -86px/auto;
}
@media screen and (min-width:768px) {
  section.contact .thsnks__bg {
    padding: min(10.6770833333vw, 205px) 0 min(19.6354166667vw, 377px);
    background: url(../../assets/img/contact/thanks_bg_pc.jpg) no-repeat max(-3.125vw, -60px) max(-7.03125vw, -135px)/106vw;
  }
}
section.contact .section__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  section.contact .section__ttl {
    margin-bottom: min(2.1875vw, 42px);
  }
}
section.contact .section__ttl .contact_ttl_img {
  width: 132px;
}
@media screen and (min-width:768px) {
  section.contact .section__ttl .contact_ttl_img {
    width: min(14.375vw, 276px);
  }
}

section.niliabunny_contact .section__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  section.niliabunny_contact .section__ttl {
    margin-bottom: min(2.1875vw, 42px);
  }
}
section.niliabunny_contact .section__ttl .contact_ttl_img {
  width: 132px;
}
@media screen and (min-width:768px) {
  section.niliabunny_contact .section__ttl .contact_ttl_img {
    width: min(14.375vw, 276px);
  }
}

.header__icon {
  text-align: center;
  margin: 40px 0 50px;
}
@media screen and (min-width:768px) {
  .header__icon {
    margin: min(3.125vw, 60px) 0 min(5.2083333333vw, 100px);
  }
}

.contact__header__icon {
  width: 300px;
}
@media screen and (min-width:768px) {
  .contact__header__icon {
    width: min(31.6145833333vw, 607px);
  }
}

.form {
  border: 2px solid #000;
  border-radius: 26px;
  padding: 22px 20px 50px;
  width: 89%;
  margin: auto;
  background: #fff;
}
@media screen and (min-width:768px) {
  .form {
    width: min(69.2708333333vw, 1330px);
    padding: min(4.9479166667vw, 95px) min(9.0625vw, 174px) min(6.5104166667vw, 125px);
    border: min(0.15625vw, 3px) solid #000;
    border-radius: min(1.3541666667vw, 26px);
  }
}

.form__item {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .form__item {
    grid-template-columns: min(11.9791666667vw, 230px) 1fr;
    gap: min(2.6041666667vw, 50px);
  }
}

.form__item {
  gap: 15px;
  padding: 9px 0;
  margin-bottom: 19px;
}
@media screen and (min-width:768px) {
  .form__item {
    gap: min(2.6041666667vw, 50px);
    padding: min(0.78125vw, 15px) 0;
    margin-bottom: min(1.5625vw, 30px);
  }
}

.form__item-ttl {
  position: relative;
}
.form__item-ttl span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .form__item-ttl span {
    gap: min(0.2083333333vw, 4px);
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
    white-space: nowrap;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
  outline: none;
  width: 100%;
  border: none;
}
@media screen and (min-width:768px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
  }
}

.required::after {
  content: "";
  display: inline-block;
  background: url(../../assets/img/contact/required_icon.png) no-repeat center center/cover;
  width: 10px;
  height: 10px;
}
@media screen and (min-width:768px) {
  .required::after {
    width: min(0.5208333333vw, 10px);
    height: min(0.5208333333vw, 10px);
  }
}

.mw_wp_form .error,
span.wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  bottom: -20px;
  left: 0;
  color: #EE850D !important;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .mw_wp_form .error,
  span.wpcf7-not-valid-tip {
    bottom: max(-1.3020833333vw, -25px);
    font-size: min(0.8333333333vw, 16px);
  }
}

textarea {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
  outline: none;
  border: 2px solid #000;
  padding: 5px;
  width: 100%;
  height: 155px;
  border: 2px solid #000;
}
@media screen and (min-width:768px) {
  textarea {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.44;
    height: auto;
    border: min(0.1041666667vw, 2px) solid #000;
    padding: min(0.5208333333vw, 10px);
    border: min(0.15625vw, 3px) solid #000;
  }
}

.btn__send,
.btn__confirm,
.btn__submit {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .btn__send,
  .btn__confirm,
  .btn__submit {
    flex-direction: row;
    gap: min(1.0416666667vw, 20px);
    margin-top: min(2.0833333333vw, 40px);
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.btn__send input,
.btn__confirm input,
.btn__submit input {
  display: inline-block;
  width: 240px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width:768px) {
  .btn__send input,
  .btn__confirm input,
  .btn__submit input {
    width: min(19.4270833333vw, 375px);
  }
}

.radio-item {
  display: flex;
  align-items: center;
}

.radio-item label {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width:768px) {
  .radio-item label {
    padding: min(0.2604166667vw, 5px);
  }
}

input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  input[type=radio] {
    width: min(1.5625vw, 30px);
    height: min(1.5625vw, 30px);
  }
}

.radio-block--inquiry,
.radio-block--school {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  align-items: center;
  padding: 0;
}
@media screen and (min-width:768px) {
  .radio-block--inquiry,
  .radio-block--school {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
    padding: 0;
    gap: min(1.5625vw, 30px) min(1.0416666667vw, 20px);
  }
}
.radio-block--inquiry .wpcf7-list-item,
.radio-block--school .wpcf7-list-item {
  margin: 0;
}

.radio-block.radio-block--inquiry span.wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
}
@media screen and (min-width:768px) {
  .radio-block.radio-block--inquiry span.wpcf7-form-control.wpcf7-radio {
    padding: 0;
    grid-template-columns: repeat(2, auto);
    gap: 0 min(4.4270833333vw, 85px);
  }
}

.radio-block--school span.wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
}
@media screen and (min-width:768px) {
  .radio-block--school span.wpcf7-form-control.wpcf7-radio {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: min(0.5208333333vw, 10px) 0;
  }
}

.form__item--select {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .form__item--select {
    grid-template-columns: min(11.9791666667vw, 230px) 1fr;
    gap: min(2.6041666667vw, 50px);
    align-items: center;
    margin-top: min(2.6041666667vw, 50px);
  }
}

.dob {
  display: block;
  width: 100%;
  padding: 0;
}
@media screen and (min-width:768px) {
  .dob {
    display: flex;
    gap: min(1.40625vw, 27px);
    padding: 0;
  }
}
.dob select {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.13;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 5px;
  border: 2px solid #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}
@media screen and (min-width:768px) {
  .dob select {
    font-size: min(1.3541666667vw, 26px);
    padding: min(0.5208333333vw, 10px) min(0.78125vw, 15px);
    border: min(0.15625vw, 3px) solid #000;
  }
}
.dob .year select {
  width: 70px !important;
  height: 45px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .dob .year select {
    width: min(7.8125vw, 150px) !important;
    height: auto;
  }
}
.dob .month select,
.dob .day select {
  width: 45px !important;
  height: 45px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .dob .month select,
  .dob .day select {
    width: min(4.6875vw, 90px) !important;
    height: auto;
  }
}

.year {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .year {
    gap: min(0.2604166667vw, 5px);
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
    width: auto;
    margin-bottom: 0;
  }
}

.month,
.day {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .month,
  .day {
    gap: min(0.2604166667vw, 5px);
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
  }
}

.month {
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .month {
    margin-right: 0;
  }
}

.confirm .year {
  width: auto;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .confirm .year {
    margin-right: min(0.5208333333vw, 10px);
  }
}
.confirm .dob {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width:768px) {
  .confirm .dob {
    align-items: flex-start;
  }
}

.cheak__txt {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
  margin: 20px 0;
}
@media screen and (min-width:768px) {
  .cheak__txt {
    justify-content: center;
    align-items: center;
    font-size: min(0.9375vw, 18px);
    text-align: center;
    margin: min(2.6041666667vw, 50px) 0 min(1.5625vw, 30px);
  }
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}
@media screen and (min-width:1025px) and (max-width:1840px) {
  input[type=checkbox] {
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}

.privacyPolicy {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .privacyPolicy {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.55;
  }
}

.agree {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .agree {
    margin-top: min(1.5625vw, 30px);
    margin-left: 0;
  }
}
.agree input {
  margin-left: -2em;
}
@media screen and (min-width:768px) {
  .agree input {
    margin-left: 0;
  }
}
.agree span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .agree span {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.55;
  }
}

.form__txt {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
  border-bottom: 2px solid #000;
}
@media screen and (min-width:768px) {
  .form__txt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
    border-bottom: min(0.15625vw, 3px) solid #000;
  }
}

.form__message {
  border-bottom: none;
}

.confirm .form__txt {
  border-bottom: none !important;
}

.btn__block--confirm {
  display: flex;
  align-items: centerr;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .btn__block--confirm {
    gap: min(2.6041666667vw, 50px);
  }
}

.inner__thanks {
  text-align: center;
}

.thanks__content {
  text-align: center;
  width: 88%;
  margin: auto;
  padding: 50px 0 68px;
  border: 2px solid #000;
  border-radius: 26px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .thanks__content {
    width: min(69.2708333333vw, 1330px);
    padding: min(5.8854166667vw, 113px) 0 min(9.1145833333vw, 175px);
    border: min(0.15625vw, 3px) solid #000;
    border-radius: min(1.3541666667vw, 26px);
  }
}
.thanks__content .txt01 {
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .thanks__content .txt01 {
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.thanks__content .txt01 img {
  width: 232px;
}
@media screen and (min-width:768px) {
  .thanks__content .txt01 img {
    width: min(19.84375vw, 381px);
  }
}
.thanks__content .txt02 {
  margin-bottom: 21px;
}
@media screen and (min-width:768px) {
  .thanks__content .txt02 {
    margin-bottom: min(2.34375vw, 45px);
  }
}
.thanks__content .txt02 img {
  width: 192px;
}
@media screen and (min-width:768px) {
  .thanks__content .txt02 img {
    width: min(35.9375vw, 690px);
  }
}
.thanks__content .txt03 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .thanks__content .txt03 {
    font-size: min(1.25vw, 24px);
    line-height: 1.58;
  }
}

.module--about {
  position: relative;
  text-align: center;
  margin-bottom: -9px;
}
@media screen and (min-width:768px) {
  .module--about {
    margin-bottom: 0;
  }
}
.module--about .m--about__bg {
  padding: 70px 0 0px;
  background: url(../../assets/img/common/moduls_about_bg_sp.png) no-repeat 100px -90px/auto;
}
@media screen and (min-width:768px) {
  .module--about .m--about__bg {
    padding: min(6.7708333333vw, 130px) 0 min(6.1458333333vw, 118px);
    background: url(../../assets/img/common/moduls_about_bg.png) no-repeat max(-3.125vw, -60px) max(-7.03125vw, -135px)/104vw;
  }
}
.module--about .module_about_icon {
  width: 58px;
}
@media screen and (min-width:768px) {
  .module--about .module_about_icon {
    width: min(5.8854166667vw, 113px);
  }
}
.module--about .section__ttl .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .module--about .section__ttl .ttl {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.49;
    margin-top: min(1.9270833333vw, 37px);
    margin-bottom: min(1.9791666667vw, 38px);
  }
}
.module--about figure {
  position: relative;
  text-align: center;
  display: inline-block;
}
.module--about figure .flowAbout__icon {
  position: absolute;
  top: -100px;
  left: -120px;
  width: 121px;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .module--about figure .flowAbout__icon {
    top: max(-7.8125vw, -150px);
    left: max(-11.4583333333vw, -220px);
    width: min(12.8125vw, 246px);
  }
}
.module--about figure .flowAbout__icon--under {
  position: absolute;
  top: -85px;
  left: -120px;
  width: 121px;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .module--about figure .flowAbout__icon--under {
    top: max(-7.96875vw, -153px);
    left: max(-10vw, -192px);
    width: min(11.4583333333vw, 220px);
  }
}
.module--about .section__content .txt--togoshi span {
  display: inline-block;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) {
  .module--about .section__content .txt--togoshi span {
    margin-bottom: min(0.78125vw, 15px);
  }
}
.module--about .section__content .schoolInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 40px;
}
@media screen and (min-width:768px) {
  .module--about .section__content .schoolInfo {
    flex-direction: row;
    gap: min(1.8229166667vw, 35px);
    margin: max(-0.78125vw, -15px) 0 min(1.4583333333vw, 28px) 0;
  }
}
.module--about .section__content .schoolInfo dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .module--about .section__content .schoolInfo dl {
    gap: min(0.5208333333vw, 10px);
  }
}
.module--about .section__content .schoolInfo dl dt,
.module--about .section__content .schoolInfo dl dd {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.69;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--about .section__content .schoolInfo dl dt,
  .module--about .section__content .schoolInfo dl dd {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
  }
}
.module--about .section__content .schoolInfo .day {
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .module--about .section__content .schoolInfo .day {
    margin-right: 0;
  }
}
.module--about .section__content .schoolInfo .day dt {
  border: 2px solid #5DB75D;
  border-radius: 37px;
  padding: 3px 20px;
  margin-right: 5px;
}
@media screen and (min-width:768px) {
  .module--about .section__content .schoolInfo .day dt {
    border: min(0.1041666667vw, 2px) solid #5DB75D;
    border-radius: min(1.9270833333vw, 37px);
    padding: min(0.15625vw, 3px) min(1.0416666667vw, 20px);
  }
}
.module--about .section__content .schoolInfo .hour {
  margin-right: 20px;
}
@media screen and (min-width:768px) {
  .module--about .section__content .schoolInfo .hour {
    margin-right: 0;
  }
}
.module--about .section__content .schoolInfo .hour dt {
  border: 2px solid #EC812D;
  border-radius: 37px;
  padding: 3px 15px;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .module--about .section__content .schoolInfo .hour dt {
    border: min(0.1041666667vw, 2px) solid #EC812D;
    border-radius: min(1.9270833333vw, 37px);
    padding: min(0.15625vw, 3px) min(1.25vw, 24px);
  }
}
.module--about .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--about .section__content .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.73;
  }
}
.module--about .section__content .txt .big-28 {
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (min-width:768px) {
  .module--about .section__content .txt .big-28 {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.36;
  }
}
.module--about .section__content .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--about .section__content .txt01 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.73;
    margin-top: min(1.875vw, 36px);
  }
}

.access__banner {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .access__banner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    top: max(-6.5104166667vw, -125px);
    right: min(13.0208333333vw, 250px);
    margin-top: 0;
  }
}

.access__banner--togoshi {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 66px;
}
@media screen and (min-width:768px) {
  .access__banner--togoshi {
    position: absolute;
    z-index: 10;
    top: max(-14.84375vw, -285px);
    right: min(10.4166666667vw, 200px);
    margin-top: 0;
  }
}
.access__banner--togoshi figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.access__banner--nakameguro {
  position: relative;
  margin-top: 33px;
}
@media screen and (min-width:768px) {
  .access__banner--nakameguro {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    top: max(-6.5104166667vw, -125px);
    right: min(13.0208333333vw, 250px);
    margin-top: 0;
  }
}

.access_banner_img {
  width: 236px;
}
@media screen and (min-width:768px) {
  .access_banner_img {
    width: min(15.3645833333vw, 295px);
  }
}

.access_banner_img02 {
  width: 280px;
}
@media screen and (min-width:768px) {
  .access_banner_img02 {
    width: min(20.3645833333vw, 391px);
  }
}

.moduls--educationalPolicy {
  text-align: center;
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy {
    margin-bottom: min(7.03125vw, 135px);
  }
}
.moduls--educationalPolicy .inner--educationalPolicy {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .inner--educationalPolicy {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.moduls--educationalPolicy .section__ttl {
  display: inline-block;
  background: #fff;
  margin-top: -25px;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.moduls--educationalPolicy .module_educationalPolicy_ttl {
  width: 191px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .module_educationalPolicy_ttl {
    width: min(15.5208333333vw, 298px);
  }
}
.moduls--educationalPolicy .section__content {
  padding: 14px 0px 10px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content {
    padding: min(2.7604166667vw, 53px) min(3.90625vw, 75px) min(2.34375vw, 45px);
  }
}
.moduls--educationalPolicy .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.moduls--educationalPolicy .section__content .mb-30 {
  margin-bottom: 17px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .mb-30 {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy li {
    grid-template-columns: min(18.2291666667vw, 350px) 1fr;
    gap: 0;
    margin-bottom: min(1.71875vw, 33px);
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy .educationalPolicy__img img {
  width: 69%;
  margin: 29px 0 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy .educationalPolicy__img img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy li:nth-child(2) img {
  width: 69%;
  margin: -16px 0 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy li:nth-child(2) img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy li:nth-child(3) img {
  width: 69%;
  margin: 50px 0 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy li:nth-child(3) img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy .educationalPolicy__img--flow {
  position: relative;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy .educationalPolicy__img--flow {
    position: absolute;
    bottom: max(-6.5104166667vw, -125px);
    right: max(-2.0833333333vw, -40px);
    width: min(14.5833333333vw, 280px);
    height: min(14.5833333333vw, 280px);
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy .educationalPolicy__img--flow img {
  width: 55% !important;
  margin: 15px auto auto !important;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy .educationalPolicy__img--flow img {
    width: min(14.5833333333vw, 280px) !important;
    height: min(14.5833333333vw, 280px) !important;
  }
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy .card__content {
    margin-top: min(6.5625vw, 126px);
    margin-left: max(-2.34375vw, -45px);
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy .card__content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  margin-bottom: -34px;
  padding: 5px 10px 0 18px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy .card__content .card__txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
    margin-bottom: 0;
    padding: 0;
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy .card__content .card__txt:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy .card__content .card__txt:first-child {
    margin-bottom: min(1.40625vw, 27px);
  }
}
.moduls--educationalPolicy .section__content .card__educationalPolicy li:nth-of-type(2) .card__content {
  margin-top: -16px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content .card__educationalPolicy li:nth-of-type(2) .card__content {
    margin-top: min(6.5625vw, 126px);
  }
}
.moduls--educationalPolicy .section__content--grid {
  padding: 15px 10px 22px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid {
    padding: min(2.7083333333vw, 52px) min(1.5625vw, 30px) min(0.78125vw, 15px);
  }
}
.moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid {
  display: block;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(0.5208333333vw, 10px) min(1.5625vw, 30px);
    padding-top: min(4.1666666667vw, 80px);
  }
}
.moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid .educationalPolicy__img img {
  width: 71%;
  margin: 25px 0 0 35px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid .educationalPolicy__img img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid .card__txt {
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid .card__txt {
    margin-left: max(-2.6041666667vw, -50px);
  }
}
.moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid li:nth-child(2) img {
  width: 71%;
  margin: 10px 0 15px 40px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid li:nth-child(2) img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid li:nth-child(3) img {
  width: 71%;
  margin: 6px 0 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid li:nth-child(3) img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid li:nth-child(4) img {
  width: 71%;
  margin: 14px 0 0 35px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid li:nth-child(4) img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid .card__content {
    margin-top: min(6.40625vw, 123px);
    margin-left: 0;
  }
}
.moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid .card__content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  margin-bottom: -34px;
  padding: 7px 3px 0 8px;
}
@media screen and (min-width:768px) {
  .moduls--educationalPolicy .section__content--grid .card__educationalPolicy--grid .card__content .card__txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    padding: 0;
  }
}

.border__line {
  border: 2px solid #000;
  border-radius: 26px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .border__line {
    border: min(0.1041666667vw, 2px) solid #000;
    border-radius: min(1.3541666667vw, 26px);
  }
}

.educationalPolicy--hitotoki .section__ttl {
  margin-top: -37px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
  }
}
.educationalPolicy--hitotoki .module_educationalPolicy_ttl {
  width: 220px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .module_educationalPolicy_ttl {
    width: min(32.7604166667vw, 629px);
  }
}
.educationalPolicy--hitotoki .section__content {
  width: 91%;
  margin: auto;
  padding: 27px 0px 70px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content {
    max-width: min(55.0520833333vw, 1057px);
    padding: min(3.59375vw, 69px) min(3.90625vw, 75px) min(6.3020833333vw, 121px);
  }
}
.educationalPolicy--hitotoki .section__content .txt {
  text-align: left;
  line-height: 1.75;
  margin-bottom: 33px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .txt {
    text-align: center;
    margin-bottom: min(5.46875vw, 105px);
  }
}
.educationalPolicy--hitotoki .section__content dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content dl {
    flex-direction: row;
    margin-bottom: min(2.9166666667vw, 56px);
  }
}
.educationalPolicy--hitotoki .section__content dl:nth-child(6) {
  margin-bottom: 4px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content dl:nth-child(6) {
    margin-bottom: min(1.71875vw, 33px);
  }
}
.educationalPolicy--hitotoki .section__content dl dt {
  text-align: left;
  width: 87px;
  background: #F5C3D0;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  border: 2px solid #000;
  padding: 9px 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content dl dt {
    width: min(8.8541666667vw, 170px);
    padding: min(1.0416666667vw, 20px) 0;
    border-radius: min(0.625vw, 12px);
    border-bottom-right-radius: 0;
    border: min(0.1041666667vw, 2px) solid #000;
  }
}
.educationalPolicy--hitotoki .section__content dl dt img {
  height: 15px;
  width: auto;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content dl dt img {
    height: min(1.1458333333vw, 22px);
  }
}
.educationalPolicy--hitotoki .section__content dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  border-bottom: none;
  width: 100%;
  margin: 10px 0 25px;
  padding-left: 5px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content dl dd {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.3;
    border-bottom: min(0.1041666667vw, 2px) solid #000;
    margin: 0;
    padding-left: min(1.5625vw, 30px);
  }
}
.educationalPolicy--hitotoki .section__content dl dd span {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content dl dd span {
    font-size: min(0.9375vw, 18px);
  }
}
.educationalPolicy--hitotoki .section__content .caution {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .caution {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.27;
    margin-bottom: min(4.4270833333vw, 85px);
  }
}
.educationalPolicy--hitotoki .section__content .form__DL {
  display: flex;
  flex-direction: column;
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .form__DL {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.educationalPolicy--hitotoki .section__content .form__DL .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .form__DL .txt {
    width: 79%;
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    white-space: nowrap;
  }
}
.educationalPolicy--hitotoki .section__content .form__DL .dl__block a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .form__DL .dl__block a {
    margin-top: max(-0.5208333333vw, -10px);
    margin-left: max(-0.625vw, -12px);
  }
}
.educationalPolicy--hitotoki .section__content .form__DL .dl__block a img {
  width: 98px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .form__DL .dl__block a img {
    width: min(6.875vw, 132px);
  }
}
.educationalPolicy--hitotoki .section__content .form__DL .dl__block a span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .form__DL .dl__block a span {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.27;
    margin-top: min(0.5208333333vw, 10px);
  }
}
.educationalPolicy--hitotoki .section__content .registration .registration__content {
  border: none;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .registration__content {
    padding: min(2.6041666667vw, 50px) min(0.5208333333vw, 10px) min(3.1770833333vw, 61px);
    border: min(0.1041666667vw, 2px) solid #000;
    border-radius: min(1.3541666667vw, 26px);
  }
}
.educationalPolicy--hitotoki .section__content .registration .ttl {
  margin-bottom: 32px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .ttl {
    margin-bottom: min(2.1875vw, 42px);
  }
}
.educationalPolicy--hitotoki .section__content .registration .ttl img {
  width: 201px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .ttl img {
    width: min(8.75vw, 168px);
  }
}
.educationalPolicy--hitotoki .section__content .registration ul.needList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 23px;
  width: 85%;
  margin: auto auto 20px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration ul.needList {
    flex-direction: row;
    align-items: center;
    gap: min(1.5625vw, 30px);
    width: 100%;
    margin-bottom: min(1.3020833333vw, 25px);
  }
}
.educationalPolicy--hitotoki .section__content .registration ul.needList li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.56;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration ul.needList li {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.75;
  }
}
.educationalPolicy--hitotoki .section__content .registration ul.needList li::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #FFD900;
  border-radius: 4px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration ul.needList li::after {
    bottom: max(-0.3125vw, -6px);
    height: min(0.4166666667vw, 8px);
  }
}
.educationalPolicy--hitotoki .section__content .registration ul.needList li:nth-child(1) .point {
  color: #5DB75D;
}
.educationalPolicy--hitotoki .section__content .registration ul.needList li:nth-child(2) .point {
  color: #6DD6D4;
}
.educationalPolicy--hitotoki .section__content .registration ul.needList li:nth-child(3) .point {
  color: #E381CC;
}
.educationalPolicy--hitotoki .section__content .registration ul.needList li:nth-child(4) .point {
  color: #F08533;
}
.educationalPolicy--hitotoki .section__content .registration .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .txt01 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.72;
    text-align: center;
    margin-bottom: min(0.78125vw, 15px);
  }
}
.educationalPolicy--hitotoki .section__content .registration .txt02 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  width: 81%;
  margin: auto auto 38px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .txt02 {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.65;
    text-align: center;
    width: 100%;
    margin-bottom: min(1.8229166667vw, 35px);
  }
}
.educationalPolicy--hitotoki .section__content .registration .txt03 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0em;
  width: 99%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .txt03 {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.65;
    width: 100%;
    text-align: center;
  }
}
.educationalPolicy--hitotoki .section__content .registration .form__DL02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .form__DL02 {
    gap: min(5.9895833333vw, 115px);
    margin: min(1.8229166667vw, 35px) 0 0;
  }
}
.educationalPolicy--hitotoki .section__content .registration .form__DL02 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .form__DL02 li a {
    gap: min(0.6770833333vw, 13px);
  }
}
.educationalPolicy--hitotoki .section__content .registration .form__DL02 li img {
  padding: 20px 20px 10px;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .form__DL02 li img {
    padding: 0;
  }
}
.educationalPolicy--hitotoki .section__content .registration .form__DL02 li span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .registration .form__DL02 li span {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
  }
}
@media screen and (min-width:768px) {
  .educationalPolicy--hitotoki .section__content .dl_icon {
    width: min(6.875vw, 132px);
  }
}

.aikid__bgImg {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .aikid__bgImg {
    padding-bottom: 0;
  }
}
.aikid__bgImg::before {
  display: none;
}
@media screen and (min-width:768px) {
  .aikid__bgImg::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../../assets/img/aikid/aikid_educationalPolicy_bg_02_pc.png) no-repeat center center/contain;
    top: max(-4.4270833333vw, -85px);
    left: max(-4.9479166667vw, -95px);
    width: min(19.21875vw, 369px);
    height: min(19.21875vw, 369px);
  }
}
.aikid__bgImg::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -70px;
  right: -40px;
  width: 189px;
  height: 172px;
  background: url(../../assets/img/aikid/aikid_educationalPolicy_bg_01_pc.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .aikid__bgImg::after {
    bottom: max(-18.75vw, -360px);
    right: max(-13.0208333333vw, -250px);
    width: min(25.15625vw, 483px);
    height: min(22.9166666667vw, 440px);
  }
}

.aikid--fukidashi {
  position: relative;
}
.aikid--fukidashi::after {
  display: none;
}
@media screen and (min-width:768px) {
  .aikid--fukidashi::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../assets/img/aikid/aikid_educationalPolicy_fukidashi.svg) no-repeat center center/cover;
    top: max(-6.9270833333vw, -133px);
    right: min(3.6458333333vw, 70px);
    width: min(14.7395833333vw, 283px);
    height: min(13.0208333333vw, 250px);
  }
}

.nakameguro--fukidashi {
  position: relative;
}
.nakameguro--fukidashi::after {
  display: none;
}
@media screen and (min-width:768px) {
  .nakameguro--fukidashi::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../assets/img/nakameguro/nakameguro_educationalPolicy_fukidashi_pc.svg) no-repeat center center/contain;
    top: max(-2.9166666667vw, -56px);
    right: min(4.4270833333vw, 85px);
    width: min(13.8541666667vw, 266px);
    height: min(6.7708333333vw, 130px);
  }
}

.module--guidance {
  position: relative;
  text-align: center;
  margin-bottom: 77px;
}
@media screen and (min-width:768px) {
  .module--guidance {
    margin-bottom: min(7.03125vw, 135px);
  }
}
.module--guidance .inner--guidance {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .module--guidance .inner--guidance {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.module--guidance .section__ttl {
  display: inline-block;
  margin: -25px;
  padding: 10px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .module--guidance .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.module--guidance .section__ttl .module_guidance_ttl {
  width: 124px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__ttl .module_guidance_ttl {
    width: min(9.84375vw, 189px);
  }
}
.module--guidance .section__content {
  width: 100%;
  padding: 23px 15px 30px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content {
    width: 62%;
    margin: auto;
    padding: min(2.7604166667vw, 53px) 0 min(3.6458333333vw, 70px);
  }
}
.module--guidance .section__content .txt01 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 23px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .txt01 {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.module--guidance .section__content .applicationPeriod {
  font-size: 14px;
  line-height: 1.93;
  width: 96%;
  margin: auto auto 22px;
  padding: 10px 10px 10px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .applicationPeriod {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.92;
    width: min(39.84375vw, 765px);
    margin-bottom: min(2.0833333333vw, 40px);
    padding: 0;
  }
}
.module--guidance .section__content .day {
  font-size: 16px;
  line-height: 1.69;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .day {
    font-size: min(1.5625vw, 30px);
    line-height: 1.67;
  }
}
.module--guidance .section__content .bold {
  font-weight: 700;
}
.module--guidance .section__content .txt02 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .txt02 {
    font-size: min(1.1979166667vw, 23px);
    line-height: 1.73;
    text-align: center;
    margin-bottom: min(1.9270833333vw, 37px);
  }
}
.module--guidance .section__content .txt02_2 {
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .txt02_2 {
    margin-bottom: min(1.9270833333vw, 37px);
  }
}
.module--guidance .section__content .txt03 {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.67;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 27px;
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .txt03 {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.4;
    width: min(41.6666666667vw, 800px);
    margin-bottom: min(2.0833333333vw, 40px);
    margin-left: min(3.125vw, 60px);
  }
}
.module--guidance .section__content .txt03 span {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .txt03 span {
    margin-bottom: 0;
  }
}
.module--guidance .section__content .txt04 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 22px;
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .txt04 {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.4;
    width: min(41.6666666667vw, 800px);
    margin-bottom: min(2.0833333333vw, 40px);
    margin-left: min(3.125vw, 60px);
  }
}
.module--guidance .section__content .border {
  border: 2px solid #000;
  border-radius: 54px;
}
@media screen and (min-width:768px) {
  .module--guidance .section__content .border {
    padding: min(0.78125vw, 15px);
    border: min(0.1041666667vw, 2px) solid #000;
    border-radius: min(3.59375vw, 69px);
  }
}
.module--guidance .card__guidance {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 23px;
}
@media screen and (min-width:768px) {
  .module--guidance .card__guidance {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.module--guidance .card__guidance .guidance__img img {
  width: 88px;
}
@media screen and (min-width:768px) {
  .module--guidance .card__guidance .guidance__img img {
    width: min(6.875vw, 132px);
  }
}
.module--guidance .card__guidance .description {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width:768px) {
  .module--guidance .card__guidance .description {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.4;
    margin-top: 0;
  }
}

.module--price {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (min-width:768px) {
  .module--price {
    margin-bottom: min(2.4479166667vw, 47px);
  }
}
.module--price .inner--price {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .module--price .inner--price {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.module--price .section__ttl {
  display: inline-block;
  margin: -25px;
  padding: 10px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .module--price .section__ttl {
    margin-top: max(-1.3020833333vw, -25px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.module--price .section__ttl .module_price_ttl {
  width: 149px;
}
@media screen and (min-width:768px) {
  .module--price .section__ttl .module_price_ttl {
    width: min(11.7708333333vw, 226px);
  }
}
.module--price .section__content {
  width: 100%;
  padding: 32px 15px 45px;
}
@media screen and (min-width:768px) {
  .module--price .section__content {
    width: 80%;
    margin: auto;
    padding: min(5.9895833333vw, 115px) 0 min(8.4895833333vw, 163px);
  }
}
.module--price .section__content .header__priceList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .module--price .section__content .header__priceList {
    flex-direction: row;
    gap: min(1.3541666667vw, 26px);
  }
}
.module--price .section__content .header__priceList .point img {
  width: 150px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .header__priceList .point img {
    width: min(10.15625vw, 195px);
  }
}
.module--price .section__content .header__priceList dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .header__priceList dl dt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.88;
    margin-top: min(2.0833333333vw, 40px);
  }
}
.module--price .section__content .header__priceList dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--price .section__content .header__priceList dl dd {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
  }
}
.module--price .section__content .header__priceList dl dd .txt {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .header__priceList dl dd .txt {
    margin-right: min(0.78125vw, 15px);
  }
}
.module--price .section__content .header__priceList dl dd .txt:last-child {
  margin-right: 0;
}
.module--price .section__content .header__priceList dl dd .yen {
  font-size: 13px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .header__priceList dl dd .yen {
    font-size: min(1.1458333333vw, 22px);
  }
}
.module--price .section__content .header__priceList span.price {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.53;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-left: 5px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .header__priceList span.price {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.53;
    margin-left: min(0.5208333333vw, 10px);
  }
}
.module--price .section__content .body__priceList {
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 17px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .body__priceList {
    overflow: visible;
    overflow-x: auto;
    margin-top: max(-2.34375vw, -45px);
  }
}
.module--price .section__content .body__priceList img {
  width: 560px;
  height: auto;
}
@media screen and (min-width:768px) {
  .module--price .section__content .body__priceList img {
    width: 100%;
    height: auto;
  }
}
.module--price .section__content .border {
  border: 2px solid #000;
  border-radius: 54px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .border {
    padding: min(1.3020833333vw, 25px);
    border: min(0.1041666667vw, 2px) solid #000;
    border-radius: min(3.59375vw, 69px);
  }
}
.module--price .section__content .joseikin__content {
  position: relative;
  padding: 20px 0 10px;
  border: 2px solid #000;
  border-radius: 20px;
  width: 98%;
  margin-top: 76px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content {
    width: 98%;
    margin: min(10.6770833333vw, 205px) auto auto;
    padding: 0 0 min(3.8020833333vw, 73px);
    border: min(0.1041666667vw, 2px) solid #000;
    border-radius: min(1.0416666667vw, 20px);
  }
}
.module--price .section__content .joseikin__content::after {
  display: none;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content::after {
    content: "";
    display: block;
    position: absolute;
    top: -37%;
    right: min(1.6666666667vw, 32px);
    background: url(../../assets/img/aikid/aikid_joseikin.png) no-repeat center center/cover;
    width: min(10.4166666667vw, 200px);
    height: min(10.4166666667vw, 200px);
  }
}
.module--price .section__content .joseikin__content .joseikin__ttl {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: -40px;
  left: 50%;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.94;
  letter-spacing: 0em;
  background: #fff;
  padding: 5px 15px;
  transform: translate(-50%, 0);
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .joseikin__ttl {
    top: max(-2.0833333333vw, -40px);
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.75;
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.module--price .section__content .joseikin__content .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.19;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .txt01 {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.18;
    margin-bottom: 0;
  }
}
.module--price .section__content .joseikin__content .txt02 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.57;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .txt02 {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(0.625vw, 12px);
  }
}
.module--price .section__content .joseikin__content .txt03 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .txt03 {
    font-size: min(1.875vw, 36px);
    line-height: 1.55;
    margin-bottom: 0;
  }
}
.module--price .section__content .joseikin__content .big-38 {
  font-size: 24px;
  line-height: 1.29;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .big-38 {
    font-size: min(1.9791666667vw, 38px);
    line-height: 1.29;
  }
}
.module--price .section__content .joseikin__content .big-46 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .big-46 {
    font-size: min(2.3958333333vw, 46px);
    line-height: 1.54;
  }
}
.module--price .section__content .joseikin__content .yen--s {
  font-size: 13px;
  line-height: 2.38;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .yen--s {
    font-size: min(1.25vw, 24px);
    line-height: 2.33;
  }
}
.module--price .section__content .joseikin__content .yen--l {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .yen--l {
    font-size: min(1.6666666667vw, 32px);
    line-height: 2.21;
  }
}
.module--price .section__content .joseikin__content .saidai {
  position: relative;
}
.module--price .section__content .joseikin__content .saidai::before {
  content: "最大";
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .saidai::before {
    font-size: min(1.25vw, 24px);
  }
}
.module--price .section__content .joseikin__content .caution {
  position: relative;
}
.module--price .section__content .joseikin__content .caution::before {
  content: "（実質無料となります）";
  display: block;
  position: absolute;
  bottom: -1.7em;
  right: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .caution::before {
    font-size: min(1.25vw, 24px);
  }
}
.module--price .section__content .joseikin__content .joseikin__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .joseikin__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: min(3.90625vw, 75px);
  }
}
.module--price .section__content .joseikin__content .joseikin__list li {
  width: 90%;
  margin: auto;
  padding: 0px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .joseikin__list li {
    width: 100%;
    padding: 0;
  }
}
.module--price .section__content .joseikin__content .joseikin__list li:last-child {
  padding-top: 26px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .joseikin__list li:last-child {
    padding-top: 0;
  }
}
.module--price .section__content .joseikin__content .joseikin__list li:first-child {
  border-right: none;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .module--price .section__content .joseikin__content .joseikin__list li:first-child {
    border-right: 1px solid #707070;
    border-bottom: none;
  }
}
.module--price .section__content--nakameguro {
  padding: 47px 25px 44px;
}
@media screen and (min-width:768px) {
  .module--price .section__content--nakameguro {
    padding: min(8.1770833333vw, 157px) 0 min(5.4166666667vw, 104px);
  }
}
.module--price .section__content .priceList__content--nakameguro dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #F3A67A;
  border-radius: 20px;
  padding: 25px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro dl {
    display: grid;
    grid-template-columns: min(10.4166666667vw, 200px) 1fr;
    gap: min(0.5208333333vw, 10px);
    border: min(0.1041666667vw, 2px) solid #F3A67A;
    border-radius: min(1.0416666667vw, 20px);
    padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px) min(1.5625vw, 30px);
    margin-bottom: min(1.8229166667vw, 35px);
  }
}
.module--price .section__content .priceList__content--nakameguro dl:nth-child(2) {
  padding: 8px 20px 8px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro dl:nth-child(2) {
    padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px) min(1.5625vw, 30px);
  }
}
.module--price .section__content .priceList__content--nakameguro dl:nth-child(3) {
  padding: 14px 20px 14px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro dl:nth-child(3) {
    padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px) min(1.5625vw, 30px);
  }
}
.module--price .section__content .priceList__content--nakameguro dl dt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  width: 50%;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro dl dt {
    font-size: min(1.4583333333vw, 28px);
    line-height: 2.14;
    width: 100%;
  }
}
.module--price .section__content .priceList__content--nakameguro dl dd {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: right;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  width: 50%;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro dl dd {
    font-size: min(1.7708333333vw, 34px);
    line-height: 1;
    text-align: left;
    width: 100%;
  }
}
.module--price .section__content .priceList__content--nakameguro dl dd .yen {
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro dl dd .yen {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1;
  }
}
.module--price .section__content .priceList__content--nakameguro dl dd .txt {
  font-size: 12px;
  line-height: 1.33;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro dl dd .txt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1;
  }
}
.module--price .section__content .priceList__content--nakameguro .txt02 {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
}
.module--price .section__content .priceList__content--nakameguro .btn__block {
  text-align: right;
  margin-top: 40px;
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro .btn__block {
    margin-top: min(3.90625vw, 75px);
    margin-right: 0;
  }
}
.module--price .section__content .priceList__content--nakameguro .btn__block .entyou__btnImg {
  width: 190px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro .btn__block .entyou__btnImg {
    width: min(14.21875vw, 273px);
  }
}
@media screen and (max-width:767px) {
  .module--price .section__content .priceList__content--nakameguro .entyou__content .content__inner {
    overflow-x: scroll;
  }
}
@media screen and (max-width:767px) {
  .module--price .section__content .priceList__content--nakameguro .entyou__content {
    overflow: hidden;
  }
}
@media screen and (max-width:767px) {
  .module--price .section__content .priceList__content--nakameguro .entyou__content img.entyou_img {
    width: auto;
    height: 900px;
  }
}
.module--price .section__content .priceList__content--nakameguro .btnOpen {
  display: block;
}
.module--price .section__content .priceList__content--nakameguro .btnOpen.disNone {
  display: none;
}
.module--price .section__content .priceList__content--nakameguro .btnClose {
  display: none;
}
.module--price .section__content .priceList__content--nakameguro .btnClose.disBlock {
  display: block;
}
.module--price .section__content .priceList__content--nakameguro .ac__btn {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .module--price .section__content .priceList__content--nakameguro .ac__btn {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.module--price .section__content .priceList__content--nakameguro .ac__content {
  display: none;
}
.module--price .section__content .entyou__content .ttl01 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.93;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width:768px) {
  .module--price .section__content .entyou__content .ttl01 {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.92;
  }
}
.module--price .section__content .entyou__content .txt01 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--price .section__content .entyou__content .txt01 {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.module--price .section__content .entyou__content dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width:768px) {
  .module--price .section__content .entyou__content dl {
    grid-template-columns: min(10.4166666667vw, 200px) 1fr;
  }
}
.module--price .section__content .entyou__content dl dt,
.module--price .section__content .entyou__content dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--price .section__content .entyou__content dl dt,
  .module--price .section__content .entyou__content dl dd {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.module--price .section__content .entyou__content dl .color-blue {
  color: #2FB0C5;
}
.module--price .section__content .entyou__content .ttl02 {
  font-size: 14px;
  font-weight: 500;
  color: #F68630;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--price .section__content .entyou__content .ttl02 {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.module--price .section__content .entyou__content ul li {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--price .section__content .entyou__content ul li {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}

.module--access {
  position: relative;
  text-align: center;
}
.module--access .m--access__bg {
  padding-bottom: 70px;
}
@media screen and (min-width:768px) {
  .module--access .m--access__bg {
    padding-bottom: min(7.8125vw, 150px);
  }
}
.module--access .inner--access {
  width: 95%;
  height: 100%;
  max-width: 1530px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .module--access .inner--access {
    width: min(79.6875vw, 1530px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.module--access .module_access_icon {
  width: 58px;
}
@media screen and (min-width:768px) {
  .module--access .module_access_icon {
    width: min(5.8854166667vw, 113px);
  }
}
.module--access .section__ttl img {
  width: 87px;
}
@media screen and (min-width:768px) {
  .module--access .section__ttl img {
    width: min(8.9583333333vw, 172px);
  }
}
.module--access .section__content .gmap {
  position: relative;
  width: 89%;
  height: 0;
  padding-top: 56%;
  margin-top: 20px;
  margin: 20px auto auto;
}
@media screen and (min-width:768px) {
  .module--access .section__content .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    margin-top: min(3.125vw, 60px);
  }
}
.module--access .section__content .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module--schoolLunch {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .module--schoolLunch {
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.module--schoolLunch .inner--schoolLunch {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .module--schoolLunch .inner--schoolLunch {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.module--schoolLunch .section__ttl {
  display: inline-block;
  margin: -25px;
  padding: 10px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .module--schoolLunch .section__ttl {
    margin-top: max(-1.3020833333vw, -25px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.module--schoolLunch .section__ttl .module_schoolLunch_ttl {
  width: 149px;
}
@media screen and (min-width:768px) {
  .module--schoolLunch .section__ttl .module_schoolLunch_ttl {
    width: min(11.8229166667vw, 227px);
  }
}
.module--schoolLunch .section__content {
  width: 100%;
  padding: 33px 26px 35px;
}
@media screen and (min-width:768px) {
  .module--schoolLunch .section__content {
    margin: auto;
    padding: min(2.9166666667vw, 56px) 0 min(2.8125vw, 54px);
  }
}
.module--schoolLunch .section__content .txt {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0em;
  background-image: url(../../assets/img/common/schoolLunch_icon_01_sp.png), url(../../assets/img/common/schoolLunch_icon_02.png);
  background-position: 30px bottom, right 5px bottom 65px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px auto, 66px auto;
  padding-bottom: 203px;
}
@media screen and (min-width:768px) {
  .module--schoolLunch .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    text-align: center;
    padding: 0 min(5.2083333333vw, 100px) min(3.125vw, 60px);
    background-image: url(../../assets/img/common/schoolLunch_icon_01_pc.png), url(../../assets/img/common/schoolLunch_icon_02.png);
    background-size: min(10.6770833333vw, 205px) auto, min(5.2083333333vw, 100px) auto;
    background-position: bottom min(1.9791666667vw, 38px) left 0, bottom min(0.15625vw, 3px) right min(4.5833333333vw, 88px);
  }
}
.module--schoolLunch .section__content .module_schoolLunch_bg {
  margin: 20px auto 0;
}
@media screen and (min-width:768px) {
  .module--schoolLunch .section__content .module_schoolLunch_bg {
    width: min(46.875vw, 900px);
    margin: max(-6.25vw, -120px) max(-26.0416666667vw, -500px) 0 0;
  }
}

.module--schoolLunch.schoolLunch--togoshi .txt {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0em;
  background-image: url(../../assets/img/common/schoolLunch_icon_01_sp.png), url(../../assets/img/common/schoolLunch_icon_02.png);
  background-position: 30px bottom, right 5px bottom 65px;
  background-repeat: no-repeat, no-repeat;
  background-size: 123px auto, 66px auto;
  padding-bottom: 203px;
}
@media screen and (min-width:768px) {
  .module--schoolLunch.schoolLunch--togoshi .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    text-align: center;
    padding: 0 min(5.2083333333vw, 100px) min(7.03125vw, 135px);
    background-image: url(../../assets/img/common/schoolLunch_icon_01_pc.png), url(../../assets/img/common/schoolLunch_icon_02.png);
    background-size: min(10.6770833333vw, 205px) auto, min(5.2083333333vw, 100px) auto;
    background-position: bottom min(1.9791666667vw, 38px) left 0, bottom min(3.90625vw, 75px) right 0;
  }
}

.moduls--schedule {
  text-align: center;
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  .moduls--schedule {
    margin-bottom: min(7.03125vw, 135px);
  }
}
.moduls--schedule .inner--schedule {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--schedule .inner--schedule {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.moduls--schedule .section__ttl {
  display: inline-block;
  background: #fff;
  margin-top: -35px;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.moduls--schedule .module_schedule_ttl {
  width: 145px;
}
@media screen and (min-width:768px) {
  .moduls--schedule .module_schedule_ttl {
    width: min(23.9583333333vw, 460px);
  }
}
.moduls--schedule .section__content {
  padding: 28px 17px 40px;
  max-width: 400px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content {
    padding: min(5.2083333333vw, 100px) 0 min(5.7291666667vw, 110px);
    max-width: min(46.875vw, 900px);
  }
}
.moduls--schedule .section__content dl {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content dl {
    grid-template-columns: min(14.9479166667vw, 287px) 1fr;
    margin-bottom: min(2.8125vw, 54px);
  }
}
.moduls--schedule .section__content dl dt {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content dl dt {
    font-size: min(1.25vw, 24px);
    line-height: 1.58;
  }
}
.moduls--schedule .section__content dl dt span.time {
  display: block;
  width: 89px;
  margin-left: 9px;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content dl dt span.time {
    width: min(9.375vw, 150px);
    margin-bottom: max(-0.2604166667vw, -5px);
    margin-left: min(1.09375vw, 21px);
    white-space: nowrap;
  }
}
.moduls--schedule .section__content dl dt span.txt {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  margin-left: 9px;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content dl dt span.txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.58;
  }
}
.moduls--schedule .section__content dl dt::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content dl dt::before {
    width: min(2.2916666667vw, 44px);
    aspect-ratio: 44/41;
  }
}
.moduls--schedule .section__content dl .timeSchedule01::before {
  background: url(../../assets/img/common/clock_01.png) no-repeat center center/contain;
}
.moduls--schedule .section__content dl .timeSchedule02::before {
  background: url(../../assets/img/common/clock_02.png) no-repeat center center/contain;
}
.moduls--schedule .section__content dl .timeSchedule03::before {
  background: url(../../assets/img/common/clock_03.png) no-repeat center center/contain;
}
.moduls--schedule .section__content dl .timeSchedule04::before {
  background: url(../../assets/img/common/clock_04.png) no-repeat center center/contain;
}
.moduls--schedule .section__content dl .timeSchedule05::before {
  background: url(../../assets/img/common/clock_05.png) no-repeat center center/contain;
}
.moduls--schedule .section__content dl dd {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.91;
  letter-spacing: 0em;
  margin-top: -5px;
  padding-left: 40px;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content dl dd {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.9;
    margin-top: 0;
    padding-left: 0;
  }
}
.moduls--schedule .section__content .caution {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .moduls--schedule .section__content .caution {
    font-size: min(1.25vw, 24px);
    line-height: 1.58;
    margin-left: min(3.3854166667vw, 65px);
  }
}

.moduls--tudoi {
  text-align: center;
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi {
    margin-bottom: min(7.03125vw, 135px);
  }
}
.moduls--tudoi .inner--tudoi {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .inner--tudoi {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.moduls--tudoi .section__ttl {
  display: inline-block;
  background: #fff;
  margin: -25px;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.moduls--tudoi .module_tudoi_ttl {
  width: 150px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .module_tudoi_ttl {
    width: min(12.1875vw, 234px);
  }
}
.moduls--tudoi .section__content {
  padding: 44px 13px 10px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content {
    padding: min(5.2083333333vw, 100px) min(1.0416666667vw, 20px) min(4.5833333333vw, 88px);
  }
}
.moduls--tudoi .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    text-align: center;
  }
}
.moduls--tudoi .section__content .txt span {
  letter-spacing: -0.02em;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .txt span {
    letter-spacing: 0;
  }
}
.moduls--tudoi .section__content .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 53px 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .banner {
    margin: min(3.90625vw, 75px) 0 min(2.6041666667vw, 50px);
  }
}
.moduls--tudoi .section__content .banner .txt01 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #EB7696;
  text-align: center;
  line-height: 1.39;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .banner .txt01 {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.31;
    text-align: center;
  }
}
.moduls--tudoi .section__content .banner .txt01::before, .moduls--tudoi .section__content .banner .txt01::after {
  content: "";
  display: inline-block;
  background: #000;
  width: 2px;
  height: 21px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .banner .txt01::before, .moduls--tudoi .section__content .banner .txt01::after {
    width: min(0.15625vw, 3px);
    height: min(2.03125vw, 39px);
  }
}
.moduls--tudoi .section__content .banner .txt01::before {
  transform: rotate(-25deg);
  margin: 0 17px -5px 0;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .banner .txt01::before {
    margin: 0 min(1.3541666667vw, 26px) max(-0.2604166667vw, -5px) 0;
  }
}
.moduls--tudoi .section__content .banner .txt01::after {
  transform: rotate(25deg);
  margin: 0 0 -5px 8px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .banner .txt01::after {
    margin: 0 0 max(-0.2604166667vw, -5px) min(0.5729166667vw, 11px);
  }
}
.moduls--tudoi .section__content .banner .txt02 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.86;
  letter-spacing: 0em;
  padding-left: 12px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content .banner .txt02 {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    text-align: center;
    margin-top: min(0.2604166667vw, 5px);
    padding-left: min(0.78125vw, 15px);
  }
}
.moduls--tudoi .section__content dl {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 0;
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content dl {
    flex-direction: row;
    max-width: min(47.2395833333vw, 907px);
    margin-bottom: min(2.7083333333vw, 52px);
  }
}
.moduls--tudoi .section__content dl:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content dl:nth-child(6) {
    margin-bottom: min(1.71875vw, 33px);
  }
}
.moduls--tudoi .section__content dl dt {
  text-align: left;
  width: 88px;
  background: #F5C3D0;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  border: 2px solid #000;
  padding: 10px 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content dl dt {
    width: min(8.8541666667vw, 170px);
    padding: min(1.0416666667vw, 20px) 0;
    border-radius: min(0.625vw, 12px);
    border-bottom-right-radius: 0;
    border: min(0.1041666667vw, 2px) solid #000;
  }
}
.moduls--tudoi .section__content dl dt img {
  height: 15px;
  width: auto;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content dl dt img {
    height: min(1.1458333333vw, 22px);
  }
}
.moduls--tudoi .section__content dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  border-bottom: none;
  width: 100%;
  margin: 10px 0 25px;
  padding-left: 6px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content dl dd {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.3;
    border-bottom: min(0.1041666667vw, 2px) solid #000;
    margin: 0;
    padding-left: min(1.5625vw, 30px);
  }
}
.moduls--tudoi .section__content dl dd span {
  font-size: 12px;
}
@media screen and (min-width:768px) {
  .moduls--tudoi .section__content dl dd span {
    font-size: min(1.1458333333vw, 22px);
  }
}

.message--aikid {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (min-width:768px) {
  .message--aikid {
    margin-bottom: min(15.8854166667vw, 305px);
  }
}
.message--aikid .inner--message {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .message--aikid .inner--message {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.message--aikid .border__message {
  position: relative;
}
@media screen and (min-width:768px) {
  .message--aikid .border__message {
    height: min(43.4895833333vw, 835px);
    background: url(../../assets/img/common/message_border.png) no-repeat center center/contain;
  }
}
.message--aikid .border__message {
  position: relative;
  border: 2px solid #000;
  border-radius: 26px;
  padding: 30px 0 90px;
}
@media screen and (min-width:768px) {
  .message--aikid .border__message {
    border: none;
    padding: 0;
  }
}
.message--aikid .border__message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: -30px;
  width: 308px;
  height: 216px;
  background: url(../../assets/img/aikid/message_aikid_bg.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .message--aikid .border__message::after {
    bottom: max(-9.375vw, -180px);
    left: min(1.0416666667vw, 20px);
    width: min(39.9479166667vw, 767px);
    height: min(28.125vw, 540px);
  }
}
.message--aikid .section__ttl {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .message--aikid .section__ttl {
    margin-bottom: min(2.6041666667vw, 50px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.message--aikid .section__ttl .module_message_ttl {
  width: 108px;
}
@media screen and (min-width:768px) {
  .message--aikid .section__ttl .module_message_ttl {
    width: min(11.8229166667vw, 227px);
  }
}
.message--aikid .section__ttl .module_message_ttl--togoshi {
  width: 226px;
}
@media screen and (min-width:768px) {
  .message--aikid .section__ttl .module_message_ttl--togoshi {
    width: min(32.65625vw, 627px);
  }
}
@media screen and (min-width:768px) {
  .message--aikid .section__content {
    padding: min(4.4270833333vw, 85px);
  }
}
.message--aikid .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .message--aikid .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}

.message--togoshi {
  text-align: center;
  margin: 200px 0 120px;
}
@media screen and (min-width:768px) {
  .message--togoshi {
    margin: 0;
  }
}
.message--togoshi .inner--message {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .message--togoshi .inner--message {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.message--togoshi .border__message {
  position: relative;
}
@media screen and (min-width:768px) {
  .message--togoshi .border__message {
    height: min(43.4895833333vw, 835px);
    background: url(../../assets/img/common/message_border.png) no-repeat center center/contain;
  }
}
.message--togoshi .border__message {
  position: relative;
  border: 2px solid #000;
  border-radius: 26px;
  padding: 30px 0 90px;
}
@media screen and (min-width:768px) {
  .message--togoshi .border__message {
    border: none;
    padding: 0;
  }
}
.message--togoshi .border__message::before {
  content: "";
  display: block;
  position: absolute;
  top: -190px;
  left: -30px;
  width: 220px;
  height: 220px;
  background: url(../../assets/img/togoshi/message_togoshi_bg_02.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .message--togoshi .border__message::before {
    top: min(1.0416666667vw, 20px);
    left: max(-2.34375vw, -45px);
    width: min(19.5833333333vw, 376px);
    height: min(19.5833333333vw, 376px);
  }
}
@media screen and (min-width:768px) {
  .message--togoshi .border__message::after {
    content: "";
    display: block;
    position: absolute;
    right: max(-3.125vw, -60px);
    bottom: max(-9.375vw, -180px);
    width: min(39.8958333333vw, 766px);
    height: min(24.0625vw, 462px);
    background: url(../../assets/img/togoshi/message_togoshi_bg_01.png) no-repeat center center/contain;
  }
}
.message--togoshi .message__img li {
  margin: 30px 0;
}
@media screen and (min-width:768px) {
  .message--togoshi .message__img li {
    margin: 0;
  }
}
.message--togoshi .message_togoshi_bg_01 {
  display: block;
  transform: scale(1.5);
  margin-bottom: 70px;
}
@media screen and (min-width:768px) {
  .message--togoshi .message_togoshi_bg_01 {
    display: none;
  }
}
.message--togoshi .message_togoshi_bg_03 {
  width: 100%;
}
@media screen and (min-width:768px) {
  .message--togoshi .message_togoshi_bg_03 {
    position: relative;
    margin: max(-11.1979166667vw, -215px) 0 0 0;
  }
}
.message--togoshi .section__ttl {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .message--togoshi .section__ttl {
    margin-bottom: min(2.6041666667vw, 50px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.message--togoshi .section__ttl .module_message_ttl {
  width: 108px;
}
@media screen and (min-width:768px) {
  .message--togoshi .section__ttl .module_message_ttl {
    width: min(11.8229166667vw, 227px);
  }
}
.message--togoshi .section__ttl .module_message_ttl--togoshi {
  width: 226px;
}
@media screen and (min-width:768px) {
  .message--togoshi .section__ttl .module_message_ttl--togoshi {
    width: min(32.65625vw, 627px);
  }
}
@media screen and (min-width:768px) {
  .message--togoshi .section__content {
    padding: min(5.8333333333vw, 112px);
  }
}
.message--togoshi .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .message--togoshi .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}

.message--nakameguro {
  text-align: center;
  margin: 150px 0 120px;
}
@media screen and (min-width:768px) {
  .message--nakameguro {
    margin: 0 0 min(10.4166666667vw, 200px);
  }
}
.message--nakameguro .inner--message {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .message--nakameguro .inner--message {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.message--nakameguro .border__message {
  position: relative;
}
@media screen and (min-width:768px) {
  .message--nakameguro .border__message {
    height: min(43.4895833333vw, 835px);
    background: url(../../assets/img/common/message_border.png) no-repeat center center/contain;
  }
}
.message--nakameguro .border__message {
  position: relative;
  border: 2px solid #000;
  border-radius: 26px;
  padding: 30px 0 90px;
}
@media screen and (min-width:768px) {
  .message--nakameguro .border__message {
    border: none;
    padding: 0;
  }
}
.message--nakameguro .border__message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  right: -30px;
  width: 308px;
  height: 216px;
  background: url(../../assets/img/nakameguro/message_nakameguro_bg_01_pc.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .message--nakameguro .border__message::after {
    right: min(1.0416666667vw, 20px);
    bottom: max(-5.46875vw, -105px);
    width: min(39.9479166667vw, 767px);
    height: min(28.125vw, 540px);
  }
}
.message--nakameguro .section__ttl {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .message--nakameguro .section__ttl {
    margin-bottom: min(2.6041666667vw, 50px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.message--nakameguro .section__ttl .module_message_ttl {
  width: 108px;
}
@media screen and (min-width:768px) {
  .message--nakameguro .section__ttl .module_message_ttl {
    width: min(11.8229166667vw, 227px);
  }
}
.message--nakameguro .section__ttl .module_message_ttl--togoshi {
  width: 226px;
}
@media screen and (min-width:768px) {
  .message--nakameguro .section__ttl .module_message_ttl--togoshi {
    width: min(32.65625vw, 627px);
  }
}
@media screen and (min-width:768px) {
  .message--nakameguro .section__content {
    padding: min(4.1666666667vw, 80px);
  }
}
.message--nakameguro .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .message--nakameguro .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.message--nakameguro .message__btn {
  text-align: left;
  margin-top: 70px;
}
@media screen and (min-width:768px) {
  .message--nakameguro .message__btn {
    margin-top: max(-3.90625vw, -75px);
  }
}
.message--nakameguro .message__btn .message__btnImg {
  width: 195px;
}
@media screen and (min-width:768px) {
  .message--nakameguro .message__btn .message__btnImg {
    width: min(15.78125vw, 303px);
  }
}
.message--nakameguro .message__content .content__inner {
  overflow-x: scroll;
}
@media screen and (max-width:767px) {
  .message--nakameguro .message__content {
    overflow: hidden;
  }
}
.message--nakameguro .message__content img.message_img {
  width: auto;
  height: min(62.5vw, 1200px);
}
@media screen and (max-width:767px) {
  .message--nakameguro .message__content img.message_img {
    width: auto;
    height: 900px;
  }
}
.message--nakameguro .btnOpen {
  display: block;
}
.message--nakameguro .btnOpen.disNone {
  display: none;
}
.message--nakameguro .btnClose {
  display: none;
}
.message--nakameguro .btnClose.disBlock {
  display: block;
}
.message--nakameguro .ac__btn {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .message--nakameguro .ac__btn {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.message--nakameguro .ac__content {
  display: none;
}

.message--hitotoki {
  text-align: center;
  margin: 180px 0 120px;
}
@media screen and (min-width:768px) {
  .message--hitotoki {
    margin: 0 0 min(4.4270833333vw, 85px);
  }
}
.message--hitotoki .inner--message {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .message--hitotoki .inner--message {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.message--hitotoki .border__message {
  position: relative;
}
@media screen and (min-width:768px) {
  .message--hitotoki .border__message {
    height: min(43.4895833333vw, 835px);
    background: url(../../assets/img/common/message_border.png) no-repeat center center/contain;
  }
}
.message--hitotoki .border__message_02 {
  position: relative;
  border: 2px solid #000;
  border-radius: 26px;
  padding: 30px 0 90px;
  margin: 35px 0 0;
}
@media screen and (min-width:768px) {
  .message--hitotoki .border__message_02 {
    height: min(27.96875vw, 537px);
    margin: max(-20.8333333333vw, -400px) 0 0 max(-56.1458333333vw, -1078px);
    padding: 0;
    border: none;
    background: url(../../assets/img/common/message_border.png) no-repeat center center/contain;
  }
}
.message--hitotoki .border__message_02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  right: -30px;
  width: 308px;
  height: 216px;
  background: url(../../assets/img/hitotoki/message_hitotoki_bg_01_pc.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .message--hitotoki .border__message_02::after {
    display: none;
  }
}
.message--hitotoki .border__message {
  position: relative;
  border: 2px solid #000;
  border-radius: 26px;
  padding: 30px 0 90px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .border__message {
    border: none;
    padding: 0;
  }
}
.message--hitotoki .border__message::before {
  content: "";
  display: block;
  position: absolute;
  top: -170px;
  left: -115px;
  width: 282px;
  height: 295px;
  background: url(../../assets/img/hitotoki/message_hitotoki_bg_02_pc.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .message--hitotoki .border__message::before {
    top: max(-2.96875vw, -57px);
    left: max(-8.59375vw, -165px);
    width: min(28.4895833333vw, 547px);
    height: min(29.7395833333vw, 571px);
  }
}
.message--hitotoki .border__message::after {
  display: none;
}
@media screen and (min-width:768px) {
  .message--hitotoki .border__message::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../../assets/img/hitotoki/message_hitotoki_bg_01_pc.png) no-repeat center center/contain;
    right: max(-3.125vw, -60px);
    bottom: max(-9.375vw, -180px);
    width: min(39.9479166667vw, 767px);
    height: min(28.125vw, 540px);
  }
}
.message--hitotoki .section__ttl {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__ttl {
    margin-bottom: min(2.0833333333vw, 40px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.message--hitotoki .section__ttl .module_message_ttl {
  width: 108px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__ttl .module_message_ttl {
    width: min(11.8229166667vw, 227px);
  }
}
.message--hitotoki .section__ttl .module_message_ttl--togoshi {
  width: 226px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__ttl .module_message_ttl--togoshi {
    width: min(32.65625vw, 627px);
  }
}
.message--hitotoki .section__ttl .module_message_ttl--hitotoki {
  width: 108px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__ttl .module_message_ttl--hitotoki {
    width: min(11.3541666667vw, 218px);
  }
}
.message--hitotoki .section__ttl_02 {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__ttl_02 {
    margin-bottom: min(1.0416666667vw, 20px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.message--hitotoki .section__ttl_02 .module_message_tudoi {
  width: 130px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__ttl_02 .module_message_tudoi {
    width: min(13.6979166667vw, 263px);
  }
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__content {
    padding: min(5.9375vw, 114px) 0;
  }
}
.message--hitotoki .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.message--hitotoki .section__content .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 290px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__content .block {
    flex-direction: row;
    margin: min(1.40625vw, 27px) 0;
    max-width: 100%;
  }
}
.message--hitotoki .section__content .block img {
  width: 110px;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__content .block img {
    width: min(9.84375vw, 189px);
    margin-top: max(-2.0833333333vw, -40px);
  }
}
.message--hitotoki .section__content .message_lists {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__content .message_lists {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
@media screen and (min-width:768px) {
  .message--hitotoki .section__content_02 {
    padding: min(2.0833333333vw, 40px);
  }
}
.message--hitotoki .message__btn {
  text-align: left;
  margin-top: 70px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .message__btn {
    margin-top: 0;
  }
}
.message--hitotoki .message__btn img {
  width: 195px;
}
@media screen and (min-width:768px) {
  .message--hitotoki .message__btn img {
    width: min(15.78125vw, 303px);
  }
}

.moduls--lessons {
  text-align: center;
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  .moduls--lessons {
    margin-bottom: min(7.03125vw, 135px);
  }
}
.moduls--lessons .inner--lessons {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--lessons .inner--lessons {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.moduls--lessons .section__ttl {
  display: inline-block;
  background: #fff;
  margin-top: -25px;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.moduls--lessons .module_lessons_ttl {
  width: 221px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .module_lessons_ttl {
    width: min(17.96875vw, 345px);
  }
}
.moduls--lessons .section__content {
  padding: 14px 0px 10px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content {
    padding: min(2.7604166667vw, 53px) min(3.90625vw, 75px) min(2.34375vw, 45px);
  }
}
.moduls--lessons .section__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.moduls--lessons .section__content .card__lessons li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons li {
    grid-template-columns: min(18.2291666667vw, 350px) 1fr;
    gap: 0;
    margin-bottom: min(1.71875vw, 33px);
  }
}
.moduls--lessons .section__content .card__lessons .lessons__img img {
  width: 69%;
  margin: 29px 0 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons .lessons__img img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--lessons .section__content .card__lessons li:nth-child(2) img {
  width: 69%;
  margin: -16px 0 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons li:nth-child(2) img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
.moduls--lessons .section__content .card__lessons li:nth-child(3) img {
  width: 69%;
  margin: 50px 0 0 39px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons li:nth-child(3) img {
    margin: auto;
    margin-top: max(-0.2604166667vw, -5px);
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons .card__content {
    margin-top: min(6.5625vw, 126px);
    margin-left: max(-2.34375vw, -45px);
  }
}
.moduls--lessons .section__content .card__lessons .card__content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  margin-bottom: -34px;
  padding: 5px 10px 0 18px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons .card__content .card__txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
    margin-bottom: 0;
    padding: 0;
  }
}
.moduls--lessons .section__content .card__lessons .card__content .card__txt:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons .card__content .card__txt:first-child {
    margin-bottom: min(1.40625vw, 27px);
  }
}
.moduls--lessons .section__content .card__lessons li:nth-of-type(2) .card__content {
  margin-top: -16px;
}
@media screen and (min-width:768px) {
  .moduls--lessons .section__content .card__lessons li:nth-of-type(2) .card__content {
    margin-top: min(6.5625vw, 126px);
  }
}

.moduls--timeSchedule {
  text-align: center;
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  .moduls--timeSchedule {
    margin-bottom: min(7.03125vw, 135px);
  }
}
.moduls--timeSchedule .inner--timeSchedule {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--timeSchedule .inner--timeSchedule {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.moduls--timeSchedule .section__ttl {
  display: inline-block;
  background: #fff;
  margin-top: -25px;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .moduls--timeSchedule .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.moduls--timeSchedule .module_timeSchedule_ttl {
  width: 221px;
}
@media screen and (min-width:768px) {
  .moduls--timeSchedule .module_timeSchedule_ttl {
    width: min(17.96875vw, 345px);
  }
}
.moduls--timeSchedule .section__content {
  padding: 10px 5px 20px;
  overflow-x: scroll;
}
@media screen and (min-width:768px) {
  .moduls--timeSchedule .section__content {
    overflow: visible;
    padding: min(4.6875vw, 90px) min(5.2083333333vw, 100px);
  }
}
.moduls--timeSchedule .timeSchedule_img {
  width: 789px;
  height: 307px;
}
@media screen and (min-width:768px) {
  .moduls--timeSchedule .timeSchedule_img {
    width: 100%;
    height: auto;
  }
}

.moduls--event {
  text-align: center;
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  .moduls--event {
    margin-bottom: min(7.03125vw, 135px);
  }
}
.moduls--event .inner--event {
  width: 84%;
  height: 100%;
  max-width: 1430px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .moduls--event .inner--event {
    width: min(74.4791666667vw, 1430px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.moduls--event .section__ttl {
  display: inline-block;
  background: #fff;
  margin-top: -25px;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .moduls--event .section__ttl {
    margin-top: max(-1.9791666667vw, -38px);
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.moduls--event .section__content {
  padding: 50px 0 50px;
}
@media screen and (min-width:768px) {
  .moduls--event .section__content {
    padding: min(5.2083333333vw, 100px) min(3.6458333333vw, 70px) min(6.25vw, 120px);
  }
}
.moduls--event .module_event_aikid_ttl {
  width: 139px;
}
@media screen and (min-width:768px) {
  .moduls--event .module_event_aikid_ttl {
    width: min(17.96875vw, 345px);
  }
}
.moduls--event .module_event_togoshi_ttl {
  width: 139px;
}
@media screen and (min-width:768px) {
  .moduls--event .module_event_togoshi_ttl {
    width: min(17.5520833333vw, 337px);
  }
}
.moduls--event .event_items,
.moduls--event .eventtoggle {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 268px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .moduls--event .event_items,
  .moduls--event .eventtoggle {
    grid-template-columns: repeat(4, 1fr);
    gap: min(1.8229166667vw, 35px);
    max-width: 100%;
    padding: 0;
  }
}
.moduls--event .event_items li,
.moduls--event .eventtoggle li {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .moduls--event .event_items li,
  .moduls--event .eventtoggle li {
    margin-bottom: 0;
  }
}
.moduls--event .event_items img,
.moduls--event .eventtoggle img {
  max-width: 268px;
  aspect-ratio: 268/243;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .moduls--event .event_items img,
  .moduls--event .eventtoggle img {
    border-radius: min(1.3541666667vw, 26px);
  }
}
.moduls--event .event_items .ttl,
.moduls--event .eventtoggle .ttl {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width:768px) {
  .moduls--event .event_items .ttl,
  .moduls--event .eventtoggle .ttl {
    font-size: min(1.25vw, 24px);
    line-height: 1.17;
    margin-top: min(0.2604166667vw, 5px);
  }
}
.moduls--event .event_items .txt,
.moduls--event .eventtoggle .txt {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width:768px) {
  .moduls--event .event_items .txt,
  .moduls--event .eventtoggle .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.17;
    margin-top: min(0.2604166667vw, 5px);
  }
}
@media screen and (min-width:768px) {
  .moduls--event .event_items {
    margin-bottom: min(1.8229166667vw, 35px);
  }
}
.moduls--event .event_items li:nth-child(1) .ttl {
  color: #50B8D2;
}
.moduls--event .event_items li:nth-child(2) .ttl {
  color: #EB76A9;
}
.moduls--event .event_items li:nth-child(3) .ttl {
  color: #F3A67A;
}
.moduls--event .event_items li:nth-child(4) .ttl {
  color: #89D63C;
}
.moduls--event .eventtoggle li:nth-child(1) .ttl,
.moduls--event .eventtoggle li:nth-child(13) .ttl {
  color: #F3B917;
}
.moduls--event .eventtoggle li:nth-child(2) .ttl,
.moduls--event .eventtoggle li:nth-child(14) .ttl {
  color: #995E11;
}
.moduls--event .eventtoggle li:nth-child(3) .ttl,
.moduls--event .eventtoggle li:nth-child(15) .ttl {
  color: #EF6F0C;
}
.moduls--event .eventtoggle li:nth-child(4) .ttl,
.moduls--event .eventtoggle li:nth-child(16) .ttl {
  color: #FE4174;
}
.moduls--event .eventtoggle li:nth-child(5) .ttl,
.moduls--event .eventtoggle li:nth-child(17) .ttl {
  color: #F72C31;
}
.moduls--event .eventtoggle li:nth-child(6) .ttl,
.moduls--event .eventtoggle li:nth-child(18) .ttl {
  color: #80CFD4;
}
.moduls--event .eventtoggle li:nth-child(7) .ttl,
.moduls--event .eventtoggle li:nth-child(19) .ttl {
  color: #63AE0D;
}
.moduls--event .eventtoggle li:nth-child(8) .ttl,
.moduls--event .eventtoggle li:nth-child(20) .ttl {
  color: #E47996;
}
.moduls--event .eventtoggle li:nth-child(9) .ttl {
  color: #50B8D2;
}
.moduls--event .eventtoggle li:nth-child(10) .ttl {
  color: #EB76A9;
}
.moduls--event .eventtoggle li:nth-child(11) .ttl {
  color: #F3A67A;
}
.moduls--event .eventtoggle li:nth-child(12) .ttl {
  color: #89D63C;
}

@media screen and (max-width: 640px) {
  .moduls--event .title {
    pointer-events: all;
  }
  .moduls--event .eventtoggle {
    display: none;
  }
}
.moduls--event .eventtitle {
  display: block;
  margin: 50px 0 50px;
}
@media screen and (min-width:768px) {
  .moduls--event .eventtitle {
    display: none;
  }
}
.moduls--event .eventtitle span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 212px;
  height: 48px;
  margin: auto;
  background: #50B8D2;
  border-radius: 30px;
}
.moduls--event .eventtitle span::before, .moduls--event .eventtitle span::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
}
.moduls--event .eventtitle span::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.moduls--event .eventtitle span::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.moduls--event .eventtitle.view span {
  background: #2CA0BD;
}
.moduls--event .eventtitle.view span::before {
  display: none;
}

.body__priceList .inner__priceList {
  width: 600px;
}
@media screen and (min-width:768px) {
  .body__priceList .inner__priceList {
    width: 100%;
  }
}
.body__priceList ul.lists {
  display: flex;
  gap: 14px;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists {
    gap: min(1.40625vw, 27px);
  }
}
.body__priceList ul.lists .list_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.29;
  letter-spacing: 0em;
  border-radius: 20px;
  min-width: 121px;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_01 {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.46;
    border-radius: min(1.0416666667vw, 20px);
    width: min(9.7916666667vw, 188px);
  }
}
.body__priceList ul.lists .list_01 div {
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_01 div {
    padding: min(0.78125vw, 15px) 0;
  }
}
.body__priceList ul.lists .list_01 div::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_01 div::after {
    width: min(7.2916666667vw, 140px);
    height: 2px;
  }
}
.body__priceList ul.lists .list_01 div:last-child::after {
  display: none;
}
.body__priceList ul.lists .list_02,
.body__priceList ul.lists .list_03,
.body__priceList ul.lists .list_04 {
  min-width: 165px;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_02,
  .body__priceList ul.lists .list_03,
  .body__priceList ul.lists .list_04 {
    width: min(13.5416666667vw, 260px);
  }
}
.body__priceList ul.lists .list_02 .list__header,
.body__priceList ul.lists .list_03 .list__header,
.body__priceList ul.lists .list_04 .list__header {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.57;
  letter-spacing: 0em;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 12px 0 13px;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_02 .list__header,
  .body__priceList ul.lists .list_03 .list__header,
  .body__priceList ul.lists .list_04 .list__header {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.88;
    padding: min(0.78125vw, 15px) 0 min(0.5208333333vw, 10px);
  }
}
.body__priceList ul.lists .list_02 .list__body,
.body__priceList ul.lists .list_03 .list__body,
.body__priceList ul.lists .list_04 .list__body {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_02 .list__body,
  .body__priceList ul.lists .list_03 .list__body,
  .body__priceList ul.lists .list_04 .list__body {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.53;
  }
}
.body__priceList ul.lists .list_02 .list__body div,
.body__priceList ul.lists .list_03 .list__body div,
.body__priceList ul.lists .list_04 .list__body div {
  padding: 12px 0;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_02 .list__body div,
  .body__priceList ul.lists .list_03 .list__body div,
  .body__priceList ul.lists .list_04 .list__body div {
    padding: min(0.6770833333vw, 13px) 0;
  }
}
.body__priceList ul.lists .list_02 .list__body .yen,
.body__priceList ul.lists .list_03 .list__body .yen,
.body__priceList ul.lists .list_04 .list__body .yen {
  font-size: 11px;
  line-height: 2.1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_02 .list__body .yen,
  .body__priceList ul.lists .list_03 .list__body .yen,
  .body__priceList ul.lists .list_04 .list__body .yen {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.2;
  }
}
.body__priceList ul.lists .list_02 .bg-aikids__body,
.body__priceList ul.lists .list_03 .bg-aikids__body,
.body__priceList ul.lists .list_04 .bg-aikids__body {
  border: 3px solid #F3A67A;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_02 .bg-aikids__body,
  .body__priceList ul.lists .list_03 .bg-aikids__body,
  .body__priceList ul.lists .list_04 .bg-aikids__body {
    border: min(0.15625vw, 3px) solid #F3A67A;
  }
}
.body__priceList ul.lists .list_02 .bg-togoshi__body,
.body__priceList ul.lists .list_03 .bg-togoshi__body,
.body__priceList ul.lists .list_04 .bg-togoshi__body {
  border: 3px solid #2FB0C5;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_02 .bg-togoshi__body,
  .body__priceList ul.lists .list_03 .bg-togoshi__body,
  .body__priceList ul.lists .list_04 .bg-togoshi__body {
    border: min(0.15625vw, 3px) solid #2FB0C5;
  }
}
.body__priceList ul.lists .list_aikids {
  height: 195px;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_aikids {
    height: min(15.9375vw, 306px);
    margin-top: min(3.6458333333vw, 70px);
  }
}
.body__priceList ul.lists .list_togoshi {
  height: 96px;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .body__priceList ul.lists .list_togoshi {
    height: min(7.8125vw, 150px);
    margin-top: min(3.6458333333vw, 70px);
  }
}
.body__priceList .lists--aikids .list_02 .list__body div,
.body__priceList .lists--aikids .list_03 .list__body div,
.body__priceList .lists--aikids .list_04 .list__body div {
  position: relative;
}
.body__priceList .lists--aikids .list_02 .list__body div::after,
.body__priceList .lists--aikids .list_03 .list__body div::after,
.body__priceList .lists--aikids .list_04 .list__body div::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 134px;
  height: 1px;
  background: #F8648D;
}
@media screen and (min-width:768px) {
  .body__priceList .lists--aikids .list_02 .list__body div::after,
  .body__priceList .lists--aikids .list_03 .list__body div::after,
  .body__priceList .lists--aikids .list_04 .list__body div::after {
    width: min(10.9375vw, 210px);
    height: 2px;
  }
}
.body__priceList .lists--aikids .list_02 .list__body div:last-child::after,
.body__priceList .lists--aikids .list_03 .list__body div:last-child::after,
.body__priceList .lists--aikids .list_04 .list__body div:last-child::after {
  display: none;
}
.body__priceList .lists--togoshi .list_02 .list__body div,
.body__priceList .lists--togoshi .list_03 .list__body div,
.body__priceList .lists--togoshi .list_04 .list__body div {
  position: relative;
}
.body__priceList .lists--togoshi .list_02 .list__body div::after,
.body__priceList .lists--togoshi .list_03 .list__body div::after,
.body__priceList .lists--togoshi .list_04 .list__body div::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 112px;
  height: 1px;
  background: #2FB0C5;
}
@media screen and (min-width:768px) {
  .body__priceList .lists--togoshi .list_02 .list__body div::after,
  .body__priceList .lists--togoshi .list_03 .list__body div::after,
  .body__priceList .lists--togoshi .list_04 .list__body div::after {
    width: min(10.9375vw, 210px);
    height: 2px;
  }
}
.body__priceList .lists--togoshi .list_02 .list__body div:last-child::after,
.body__priceList .lists--togoshi .list_03 .list__body div:last-child::after,
.body__priceList .lists--togoshi .list_04 .list__body div:last-child::after {
  display: none;
}
.body__priceList .bg-aikids {
  background: #F3A67A;
}
.body__priceList .bg-togoshi {
  background: #2FB0C5;
}

.bg__circle01 {
  position: relative;
}
.bg__circle01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -112px;
  left: -68px;
  width: 307px;
  height: 244px;
  background: url(../../assets/img/common/bg_circle_01_sp.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .bg__circle01::after {
    bottom: max(-17.1875vw, -330px);
    left: min(6.7708333333vw, 130px);
    width: min(33.3854166667vw, 641px);
    height: min(26.6666666667vw, 512px);
    background: url(../../assets/img/common/bg_circle_01.png) no-repeat center center/cover;
  }
}

.bg__circle02 {
  position: relative;
}
.bg__circle02::after {
  display: none;
  content: "";
  position: absolute;
  background: url(../../assets/img/common/bg_circle_02.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .bg__circle02::after {
    display: block;
    bottom: 0;
    right: 0;
    width: min(28.59375vw, 549px);
    height: min(32.6041666667vw, 626px);
  }
}

@media screen and (min-width:768px) {
  .bg__circle02--aikid::after {
    bottom: min(35.6770833333vw, 685px);
    right: max(-1.5625vw, -30px);
  }
}

@media screen and (min-width:768px) {
  .bg__circle02--togoshi::after {
    bottom: 0;
    right: max(-1.5625vw, -30px);
  }
}

@media screen and (min-width:768px) {
  .bg__circle02--nakameguro::after {
    bottom: max(-16.1458333333vw, -310px);
    right: max(-1.5625vw, -30px);
  }
}

section.about--aikids {
  margin-bottom: 31px;
}
@media screen and (min-width:768px) {
  section.about--aikids {
    margin-bottom: 0;
  }
}

section.educationalPolicy--aikids {
  margin-bottom: 92px;
}
@media screen and (min-width:768px) {
  section.educationalPolicy--aikids {
    margin-bottom: min(4.4270833333vw, 85px);
  }
}
section.educationalPolicy--aikids .section__content {
  padding: 14px 0px 10px;
}
@media screen and (min-width:768px) {
  section.educationalPolicy--aikids .section__content {
    padding: min(3.90625vw, 75px) min(3.90625vw, 75px) min(4.1666666667vw, 80px);
  }
}

section.guidance--aikids {
  margin-bottom: 79px;
}
@media screen and (min-width:768px) {
  section.guidance--aikids {
    margin-bottom: min(6.875vw, 132px);
  }
}
@media screen and (min-width:768px) {
  section.guidance--aikids .section__content {
    padding: min(2.7604166667vw, 53px) 0 min(3.8020833333vw, 73px);
  }
}

section.price--aikids .section__content {
  padding: 32px 15px 45px;
}
@media screen and (min-width:768px) {
  section.price--aikids .section__content {
    padding: min(5.9895833333vw, 115px) 0 min(8.4895833333vw, 163px);
  }
}

section.about--togoshi {
  margin-bottom: -20px;
}
@media screen and (min-width:768px) {
  section.about--togoshi {
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  section.about--togoshi .m--about__bg {
    padding-bottom: min(5.2604166667vw, 101px);
  }
}

section.educationalPolicy--togoshi {
  margin-bottom: 85px;
}
@media screen and (min-width:768px) {
  section.educationalPolicy--togoshi {
    margin-bottom: min(6.6145833333vw, 127px);
  }
}

section.schoolLunch--togoshi {
  margin-bottom: 72px;
}
@media screen and (min-width:768px) {
  section.schoolLunch--togoshi {
    margin-bottom: min(6.6145833333vw, 127px);
  }
}

section.guidance--togoshi {
  margin-bottom: 73px;
}
@media screen and (min-width:768px) {
  section.guidance--togoshi {
    margin-bottom: min(7.03125vw, 135px);
  }
}
@media screen and (min-width:768px) {
  section.guidance--togoshi .card__guidance {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}

section.price--togoshi {
  margin-bottom: 55px;
}
@media screen and (min-width:768px) {
  section.price--togoshi {
    margin-bottom: min(8.5416666667vw, 164px);
  }
}
section.price--togoshi .section__content {
  padding: 37px 15px 41px;
}
@media screen and (min-width:768px) {
  section.price--togoshi .section__content {
    padding: min(5.9895833333vw, 115px) 0 min(6.875vw, 132px) !important;
  }
}

section.about--nakameguro {
  margin-bottom: -12px;
}
@media screen and (min-width:768px) {
  section.about--nakameguro {
    margin-bottom: 0;
  }
}

section.educationalPolicy--nakameguro {
  margin-bottom: 68px;
}
@media screen and (min-width:768px) {
  section.educationalPolicy--nakameguro {
    margin-bottom: min(4.9479166667vw, 95px);
  }
}

section.schoolLunch--nakameguro {
  margin-bottom: 71px;
}
@media screen and (min-width:768px) {
  section.schoolLunch--nakameguro {
    margin-bottom: min(6.9270833333vw, 133px);
  }
}

section.price--nakameguro {
  margin-bottom: 42px;
}
@media screen and (min-width:768px) {
  section.price--nakameguro {
    margin-bottom: min(10vw, 192px);
  }
}

section.about--hototoki {
  margin-bottom: 65px;
}
@media screen and (min-width:768px) {
  section.about--hototoki {
    margin-bottom: 0;
  }
}

@media screen and (min-width:768px) {
  section.about--hototoki .m--about__bg {
    padding: min(6.7708333333vw, 130px) 0 min(4.0104166667vw, 77px);
  }
}

section.educationalPolicy--hitotoki {
  margin-bottom: 79px;
}
@media screen and (min-width:768px) {
  section.educationalPolicy--hitotoki {
    margin-bottom: min(6.25vw, 120px);
  }
}

section.schedule--hitotoki {
  margin-bottom: 81px;
}
@media screen and (min-width:768px) {
  section.schedule--hitotoki {
    margin-bottom: min(6.9270833333vw, 133px);
  }
}

@media screen and (min-width:768px) {
  section.tudoi--hitotoki {
    margin-bottom: min(5.46875vw, 105px);
  }
}

.pageNation {
  text-align: center !important;
  margin-top: 100px;
}
@media screen and (min-width:768px) {
  .pageNation {
    margin-top: 0;
  }
}

.wp-pagenavi span.current,
a.page.smaller,
a.page.larger {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.14;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-right: 25px;
  border: none;
}
@media screen and (min-width:768px) {
  .wp-pagenavi span.current,
  a.page.smaller,
  a.page.larger {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.14;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}

.wp-pagenavi a.last,
.wp-pagenavi span.extend {
  background: transparent;
  border: none;
}

.nav-links .dots {
  background: transparent;
  border: none;
}

a.previouspostslink,
a.nextpostslink {
  position: relative;
}

a.previouspostslink {
  margin-right: 25px;
}

a.previouspostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background: url(../../assets/img/common/arrow-prev.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  a.previouspostslink::after {
    width: min(1.5625vw, 30px);
    height: min(0.7291666667vw, 14px);
  }
}

a.nextpostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background: url(../../assets/img/common/arrow-next.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  a.nextpostslink::after {
    width: min(1.5625vw, 30px);
    height: min(0.7291666667vw, 14px);
  }
}

.common_info {
  border: 2px solid #1A85CD;
}
@media screen and (min-width:768px) {
  .common_info {
    border: min(0.15625vw, 3px) solid #1A85CD;
  }
}

.aikids,
.aikids_cat {
  border: 2px solid #F8648D;
}
@media screen and (min-width:768px) {
  .aikids,
  .aikids_cat {
    border: min(0.15625vw, 3px) solid #F8648D;
  }
}

.nakameguro,
.nakameguro_cat {
  border: 2px solid #42CC66;
}
@media screen and (min-width:768px) {
  .nakameguro,
  .nakameguro_cat {
    border: min(0.15625vw, 3px) solid #42CC66;
  }
}

.togoshi,
.togoshi_cat {
  border: 2px solid #21ABE0;
}
@media screen and (min-width:768px) {
  .togoshi,
  .togoshi_cat {
    border: min(0.15625vw, 3px) solid #21ABE0;
  }
}

.hitotoki,
.hitotoki_cat {
  border: 2px solid #F38322;
}
@media screen and (min-width:768px) {
  .hitotoki,
  .hitotoki_cat {
    border: min(0.15625vw, 3px) solid #F38322;
  }
}

.voice__nav,
.news-list__nav {
  margin: 50px 0;
  padding: 0 14px;
}
@media screen and (min-width:768px) {
  .voice__nav,
  .news-list__nav {
    margin: min(4.0104166667vw, 77px) 0 min(2.8645833333vw, 55px);
    padding: 0;
  }
}
.voice__nav ul,
.news-list__nav ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: stretch;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width:768px) {
  .voice__nav ul,
  .news-list__nav ul {
    grid-template-columns: repeat(6, auto);
    justify-content: center;
    gap: min(1.8229166667vw, 35px);
  }
}
.voice__nav ul li,
.news-list__nav ul li {
  border-radius: 50px;
}
@media screen and (min-width:768px) {
  .voice__nav ul li,
  .news-list__nav ul li {
    border-radius: min(2.6041666667vw, 50px);
  }
}
.voice__nav a,
.news-list__nav a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  padding: 15px 15px;
  border-radius: 34px;
}
@media screen and (min-width:768px) {
  .voice__nav a,
  .news-list__nav a {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    padding: min(0.8854166667vw, 17px) min(1.1979166667vw, 23px);
    border-radius: min(1.7708333333vw, 34px);
  }
}

a.all__cat {
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  border: 2px solid #FA4E23;
  background: #fff;
  border-radius: 50px;
  padding: 15px 0;
}
@media screen and (min-width:768px) {
  a.all__cat {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: min(0.8854166667vw, 17px) min(1.8229166667vw, 35px);
    border: min(0.15625vw, 3px) solid #FA4E23;
  }
}

@media screen and (max-width: 767px) {
  .firstTab {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

.is-active .all__cat {
  color: #fff;
  background-color: #FA4E23;
}
.is-active .common_info {
  color: #fff;
  background-color: #1A85CD;
}
.is-active .aikids,
.is-active .aikids_cat {
  color: #fff;
  background-color: #F8648D;
}
.is-active .nakameguro,
.is-active .nakameguro_cat {
  color: #fff;
  background-color: #42CC66;
}
.is-active .togoshi,
.is-active .togoshi_cat {
  color: #fff;
  background-color: #21ABE0;
}
.is-active .hitotoki,
.is-active .hitotoki_cat {
  color: #fff;
  background-color: #F38322;
}

.all__cat:hover {
  color: #fff;
  background-color: #FA4E23;
}

.common_info:hover {
  color: #fff;
  background-color: #1A85CD;
}

.aikids:hover,
.aikids_cat:hover {
  color: #fff;
  background-color: #F8648D;
}

.nakameguro:hover,
.nakameguro_cat:hover {
  color: #fff;
  background-color: #42CC66;
}

.togoshi:hover,
.togoshi_cat:hover {
  color: #fff;
  background-color: #21ABE0;
}

.hitotoki:hover,
.hitotoki_cat:hover {
  color: #fff;
  background-color: #F38322;
}

p.category-name {
  pointer-events: none;
}

.voice .voice-list__bg {
  padding: 100px 0 200px;
  background-image: url(../../assets/img/news/single_bg_top_sp.png), url(../../assets/img//news/single_bg_bottom_sp.png);
  background-position: 110px -105px, left -45px bottom -30px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}
@media screen and (min-width:768px) {
  .voice .voice-list__bg {
    padding: min(6.25vw, 120px) 0 min(10.4166666667vw, 200px);
    background-image: url(../../assets/img/news/single_bg_top_pc.png), url(../../assets/img//news/single_bg_bottom_pc.png);
    background-position: max(-3.125vw, -60px) max(-7.03125vw, -135px), left 0px bottom max(-4.2708333333vw, -82px);
    background-repeat: no-repeat, no-repeat;
    background-size: 104vw, 35vw;
  }
}
.voice .voice-list__bg .section__ttl::before,
.voice .voice-list__bg .section__ttl::after,
.voice .voice-list__bg .section__content::after,
.voice .voice-list__bg .card__voice li:first-child::after,
.voice .voice-list__bg .card__voice li:last-child::after {
  display: none !important;
}
.voice .voice-list__bg .card__voice li:last-child {
  background: transparent;
}

.news-list .news-listTop__bg,
.news-list--under .news-listTop__bg {
  padding: 20px 0 80px;
}
@media screen and (min-width:768px) {
  .news-list .news-listTop__bg,
  .news-list--under .news-listTop__bg {
    padding: min(6.25vw, 120px) 0 0;
  }
}
.news-list .news-list__bg,
.news-list--under .news-list__bg {
  padding: 100px 0 200px;
  background-image: url(../../assets/img/news/single_bg_top_sp.png), url(../../assets/img/news/single_bg_bottom_sp.png);
  background-position: 110px -105px, left -45px bottom -30px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}
@media screen and (min-width:768px) {
  .news-list .news-list__bg,
  .news-list--under .news-list__bg {
    padding: min(6.25vw, 120px) 0 min(10.4166666667vw, 200px);
    background-image: url(../../assets/img/news/single_bg_top_pc.png), url(../../assets/img/news/single_bg_bottom_pc.png);
    background-position: max(-3.125vw, -60px) max(-0.5208333333vw, -10px), left 0px bottom max(-4.2708333333vw, -82px);
    background-repeat: no-repeat, no-repeat;
    background-size: 104vw, 35vw;
  }
}
.news-list .inner__news-list,
.news-list--under .inner__news-list {
  width: 95%;
  height: 100%;
  max-width: 1540px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .news-list .inner__news-list,
  .news-list--under .inner__news-list {
    width: 100%;
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.news-list .section__ttl,
.news-list--under .section__ttl {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .news-list .section__ttl,
  .news-list--under .section__ttl {
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.news-list .section__ttl img,
.news-list--under .section__ttl img {
  width: 88px;
}
@media screen and (min-width:768px) {
  .news-list .section__ttl img,
  .news-list--under .section__ttl img {
    width: min(9.5833333333vw, 184px);
  }
}
.news-list .section__ttl::before,
.news-list--under .section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -50px;
  width: 205px;
  height: 112px;
  background: url(../../assets/img/news/news_bg_flag_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .news-list .section__ttl::before,
  .news-list--under .section__ttl::before {
    top: 0;
    left: 0;
    background: url(../../assets/img/news/news_bg_flag_pc.svg) no-repeat center center/cover;
    width: min(26.5104166667vw, 509px);
    height: min(11.1979166667vw, 215px);
  }
}
.news-list .card__news-list,
.news-list--under .card__news-list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: auto;
  text-align: left;
}
@media screen and (min-width:768px) {
  .news-list .card__news-list,
  .news-list--under .card__news-list {
    grid-template-columns: repeat(4, 1fr);
    gap: min(2.34375vw, 45px);
    width: min(75vw, 1440px);
    margin-bottom: min(6.7708333333vw, 130px);
  }
}
.news-list .card__news-list li,
.news-list--under .card__news-list li {
  width: 80%;
  margin: auto auto 50px;
}
@media screen and (min-width:768px) {
  .news-list .card__news-list li,
  .news-list--under .card__news-list li {
    width: 100%;
    margin: auto;
  }
}
.news-list .card__news-list li a,
.news-list--under .card__news-list li a {
  display: block;
  height: 100%;
}
.news-list .card__content,
.news-list--under .card__content {
  height: 100%;
}
.news-list .card__content figure,
.news-list--under .card__content figure {
  border-bottom-right-radius: 80px;
  overflow: hidden;
  height: 224px;
}
@media screen and (min-width:768px) {
  .news-list .card__content figure,
  .news-list--under .card__content figure {
    border-bottom-right-radius: min(4.1666666667vw, 80px);
    height: min(14.375vw, 276px);
  }
}
.news-list .card__content figure img,
.news-list--under .card__content figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.news-list .card__content figure:hover,
.news-list--under .card__content figure:hover {
  background: transparent;
}
.news-list .card__news-list .card__ttl,
.news-list--under .card__news-list .card__ttl {
  margin-bottom: 15px;
  height: auto;
}
@media screen and (min-width:768px) {
  .news-list .card__news-list .card__ttl,
  .news-list--under .card__news-list .card__ttl {
    margin-bottom: min(1.0416666667vw, 20px);
    height: min(3.125vw, 60px);
  }
}
.news-list .card__news-list .card__ttl span,
.news-list--under .card__news-list .card__ttl span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) {
  .news-list .card__news-list .card__ttl span,
  .news-list--under .card__news-list .card__ttl span {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
  }
}
.news-list .card__news-list .card__meta .news__time,
.news-list--under .card__news-list .card__meta .news__time {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.19;
  letter-spacing: 0em;
  font-family: "Raleway", sans-serif;
  margin: 10px 0;
}
@media screen and (min-width:768px) {
  .news-list .card__news-list .card__meta .news__time,
  .news-list--under .card__news-list .card__meta .news__time {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    margin: min(0.5208333333vw, 10px) 0;
  }
}
.news-list .card__news-list .card__meta .category-name,
.news-list--under .card__news-list .card__meta .category-name {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.19;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  padding: 20px 22px;
  border-radius: 34px;
}
@media screen and (min-width:768px) {
  .news-list .card__news-list .card__meta .category-name,
  .news-list--under .card__news-list .card__meta .category-name {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    padding: min(0.78125vw, 15px) min(1.0416666667vw, 20px);
    border-radius: min(1.7708333333vw, 34px);
  }
}
.news-list .all__cat,
.news-list--under .all__cat {
  width: 52px;
  height: 52px;
  border: 2px solid #FA4E23;
  border-radius: 50px;
}
@media screen and (min-width:768px) {
  .news-list .all__cat,
  .news-list--under .all__cat {
    width: auto;
    height: auto;
    padding: min(0.8854166667vw, 17px) min(1.8229166667vw, 35px);
    border: min(0.15625vw, 3px) solid #FA4E23;
  }
}

.single__wrap {
  width: 85%;
  margin: auto;
  border: 2px solid #000;
  border-radius: 38px;
  padding: 30px 20px 50px;
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .single__wrap {
    width: min(67.7083333333vw, 1300px);
    padding: min(3.6458333333vw, 70px) 0 min(3.90625vw, 75px);
    border: min(0.15625vw, 3px) solid #000;
    border-radius: min(1.9791666667vw, 38px);
  }
}
.single__wrap .inner__single {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .single__wrap .inner__single {
    width: 78%;
  }
}
.single__wrap .single__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .single__wrap .single__meta {
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.single__wrap .single__meta .news__time {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.19;
  letter-spacing: 0em;
  font-family: "Raleway", sans-serif;
}
@media screen and (min-width:768px) {
  .single__wrap .single__meta .news__time {
    font-size: min(1.25vw, 24px);
    line-height: 1.2;
  }
}
.single__wrap .single__meta .category-name {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.19;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  padding: 15px 20px;
  border-radius: 34px;
}
@media screen and (min-width:768px) {
  .single__wrap .single__meta .category-name {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    padding: min(0.78125vw, 15px) min(1.0416666667vw, 20px);
    border-radius: min(1.7708333333vw, 34px);
  }
}
.single__wrap .single__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .single__wrap .single__ttl {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.57;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.single__wrap .single__body {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .single__wrap .single__body {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
  }
}
.single__wrap .single__body p {
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .single__wrap .single__body p {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.single__wrap .single__body img {
  margin-bottom: 15px;
  border-radius: 38px;
}
@media screen and (min-width:768px) {
  .single__wrap .single__body img {
    margin-bottom: min(1.5625vw, 30px);
    border-radius: min(1.9791666667vw, 38px);
  }
}

.single__btn {
  margin-top: 70px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .single__btn {
    margin-top: min(5.2083333333vw, 100px);
  }
}
.single__btn img {
  width: 240px;
}
@media screen and (min-width:768px) {
  .single__btn img {
    width: min(15.7291666667vw, 302px);
  }
}

.module--recruit .inner--recruit {
  width: 84%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .module--recruit .inner--recruit {
    width: min(78.125vw, 1500px);
  }
}
.module--recruit .m--recruit__bg {
  padding: 70px 0 50px;
  background: url(../../assets/img/recruit/recruit_bg_sp.jpg) no-repeat -91px -90px/auto;
}
@media screen and (min-width:768px) {
  .module--recruit .m--recruit__bg {
    padding: min(6.5104166667vw, 125px) 0 min(5.2083333333vw, 100px);
    background: url(../../assets/img/recruit/recruit_bg_pc.jpg) no-repeat max(-41.40625vw, -795px) max(-8.9583333333vw, -172px)/147vw;
  }
}
.module--recruit .section__ttl {
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width:768px) {
  .module--recruit .section__ttl {
    margin-bottom: min(2.7604166667vw, 53px);
  }
}
.module--recruit .section__ttl figure {
  text-align: center;
}
.module--recruit .section__ttl .module_recruit_icon {
  width: 88px;
  height: 97px;
}
@media screen and (min-width:768px) {
  .module--recruit .section__ttl .module_recruit_icon {
    width: min(9.5833333333vw, 184px);
    height: min(8.6458333333vw, 166px);
  }
}
.module--recruit .inner__panel {
  padding: 25px 20px 35px;
}
@media screen and (min-width:768px) {
  .module--recruit .inner__panel {
    padding: min(4.4270833333vw, 85px) min(5.9895833333vw, 115px) min(5.46875vw, 105px);
  }
}
.module--recruit .recruitTab__header .tab-area {
  display: flex;
  gap: 1%;
}
@media screen and (min-width:768px) {
  .module--recruit .recruitTab__header .tab-area {
    gap: min(0.78125vw, 15px);
  }
}
.module--recruit .recruitTab__header .aikid,
.module--recruit .recruitTab__header .nakameguro,
.module--recruit .recruitTab__header .togoshi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 102px;
  height: 45px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media screen and (min-width:768px) {
  .module--recruit .recruitTab__header .aikid,
  .module--recruit .recruitTab__header .nakameguro,
  .module--recruit .recruitTab__header .togoshi {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
    width: min(17.1875vw, 330px);
    height: min(4.53125vw, 87px);
    border-top-left-radius: min(1.3541666667vw, 26px);
    border-top-right-radius: min(1.3541666667vw, 26px);
  }
}
.module--recruit .recruitTab__header .aikid {
  border: 2px solid #F8648D;
  border-bottom: none;
}
.module--recruit .recruitTab__header .nakameguro {
  border: 2px solid #42CC66;
  border-bottom: none;
}
.module--recruit .recruitTab__header .togoshi {
  border: 2px solid #21ABE0;
  border-bottom: none;
}
.module--recruit .recruitTab__header .active .aikid {
  color: #fff;
  background-color: #F8648D;
}
.module--recruit .recruitTab__header .active .nakameguro {
  color: #fff;
  background-color: #42CC66;
}
.module--recruit .recruitTab__header .active .togoshi {
  color: #fff;
  background-color: #21ABE0;
}
.module--recruit .panel--aikid.active .inner__panel {
  border: 2px solid #F8648D;
}
.module--recruit .panel--nakameguro.active .inner__panel {
  border: 2px solid #42CC66;
}
.module--recruit .panel--togoshi.active .inner__panel {
  border: 2px solid #21ABE0;
}
.module--recruit .panel {
  display: none;
  text-align: center;
}
.module--recruit .panel--aikid {
  background: #FDE9EF;
}
.module--recruit .panel--nakameguro {
  background: #D7F7E0;
}
.module--recruit .panel--togoshi {
  background: #D2F9FF;
}
.module--recruit .panel02,
.module--recruit .panel03,
.module--recruit .panel04 {
  display: none;
}
.module--recruit .panel.active,
.module--recruit .panel02.active,
.module--recruit .panel03.active,
.module--recruit .panel04.active {
  display: block;
}
.module--recruit .ttl {
  text-align: center;
}
.module--recruit .ttl span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.56;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .module--recruit .ttl span {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.38;
    margin-bottom: min(2.8645833333vw, 55px);
  }
}
@media screen and (min-width:768px) {
  .module--recruit .ttl span::before, .module--recruit .ttl span::after {
    content: "";
    display: block;
    position: absolute;
    width: min(0.15625vw, 3px);
    height: 100%;
    background: #000;
  }
}
.module--recruit .ttl span::before {
  top: 0;
  left: max(-3.125vw, -60px);
  transform: rotate(-22deg);
}
.module--recruit .ttl span::after {
  top: 0;
  right: max(-3.125vw, -60px);
  transform: rotate(22deg);
}
.module--recruit .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0em;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .module--recruit .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.82;
    margin-bottom: min(3.90625vw, 75px);
  }
}
.module--recruit .kindTab__header .tab-area {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .module--recruit .kindTab__header .tab-area {
    gap: min(1.3020833333vw, 25px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.module--recruit .inner__kindPanel {
  padding: 20px 20px 35px;
}
@media screen and (min-width:768px) {
  .module--recruit .inner__kindPanel {
    padding: min(3.6458333333vw, 70px) min(3.6458333333vw, 70px) min(5.2083333333vw, 100px);
  }
}
.module--recruit .mid-career-professional,
.module--recruit .new-graduate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 46px;
  border-radius: 23px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .module--recruit .mid-career-professional,
  .module--recruit .new-graduate {
    width: min(9.375vw, 180px);
    height: min(3.9583333333vw, 76px);
    border-radius: min(1.9791666667vw, 38px);
  }
}
.module--recruit .panel--aikid.active .mid-career-professional,
.module--recruit .panel--aikid.active .new-graduate {
  border: 2px solid #F8648D;
}
@media screen and (min-width:768px) {
  .module--recruit .panel--aikid.active .mid-career-professional,
  .module--recruit .panel--aikid.active .new-graduate {
    border: min(0.1041666667vw, 2px) solid #F8648D;
  }
}
.module--recruit .panel--aikid.active .active .mid-career-professional,
.module--recruit .panel--aikid.active .active .new-graduate {
  color: #fff;
  background-color: #F8648D;
}
.module--recruit .panel--nakameguro.active .mid-career-professional,
.module--recruit .panel--nakameguro.active .new-graduate {
  border: 2px solid #42CC66;
}
@media screen and (min-width:768px) {
  .module--recruit .panel--nakameguro.active .mid-career-professional,
  .module--recruit .panel--nakameguro.active .new-graduate {
    border: min(0.1041666667vw, 2px) solid #42CC66;
  }
}
.module--recruit .panel--nakameguro.active .active .mid-career-professional,
.module--recruit .panel--nakameguro.active .active .new-graduate {
  color: #fff;
  background-color: #42CC66;
}
.module--recruit .panel--togoshi.active .mid-career-professional,
.module--recruit .panel--togoshi.active .new-graduate {
  border: 2px solid #21ABE0;
}
@media screen and (min-width:768px) {
  .module--recruit .panel--togoshi.active .mid-career-professional,
  .module--recruit .panel--togoshi.active .new-graduate {
    border: min(0.1041666667vw, 2px) solid #21ABE0;
  }
}
.module--recruit .panel--togoshi.active .active .mid-career-professional,
.module--recruit .panel--togoshi.active .active .new-graduate {
  color: #fff;
  background-color: #21ABE0;
}
.module--recruit .kind__panel-area {
  background: #fff;
}
.module--recruit .kind__panel-area dl {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .module--recruit .kind__panel-area dl {
    grid-template-columns: min(9.6354166667vw, 185px) 1fr;
    gap: min(2.6041666667vw, 50px);
  }
}
.module--recruit .kind__panel-area dt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .module--recruit .kind__panel-area dt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
  }
}
.module--recruit .kind__panel-area dd {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
@media screen and (min-width:768px) {
  .module--recruit .kind__panel-area dd {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.54;
    margin-bottom: 0;
  }
}

.recruitSlider {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .recruitSlider {
    margin: min(2.0833333333vw, 40px) 0 min(4.9479166667vw, 95px);
  }
}
.recruitSlider .slide-media img {
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .recruitSlider .slide-media img {
    border-radius: min(1.3541666667vw, 26px);
  }
}

.recruitPoint {
  position: relative;
}
.recruitPoint .inner--recruitPoint {
  width: 84%;
  height: 100%;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .recruitPoint .inner--recruitPoint {
    width: min(78.125vw, 1500px);
    margin-bottom: min(6.3541666667vw, 122px);
  }
}
.recruitPoint .inner__content {
  padding: 35px 0px 10px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .recruitPoint .inner__content {
    padding: min(2.6041666667vw, 50px) min(9.375vw, 180px) min(5.2083333333vw, 100px);
  }
}
.recruitPoint .section__ttl {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #1FA3DD;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (min-width:768px) {
  .recruitPoint .section__ttl {
    font-size: min(4.1666666667vw, 80px);
    line-height: 1;
    padding-left: min(7.2916666667vw, 140px);
  }
}
.recruitPoint .section__ttl span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #00A29A;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .recruitPoint .section__ttl span {
    font-size: min(1.5625vw, 30px);
    line-height: 1;
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.recruitPoint .section__ttl span.blue {
  color: #1FA3DD;
}
.recruitPoint .section__content .main_img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .recruitPoint .section__content .main_img {
    margin-top: max(-2.0833333333vw, -40px);
  }
}
.recruitPoint .section__content .flex-block {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .recruitPoint .section__content .flex-block {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.6041666667vw, 50px);
    margin-top: max(-8.59375vw, -165px);
  }
}
.recruitPoint .section__content .imgarea {
  order: 2;
}
.recruitPoint .section__content .imgarea img {
  order: 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruitPoint .section__content .txtarea {
  order: 1;
}
@media screen and (min-width:768px) {
  .recruitPoint .section__content .txtarea {
    order: 2;
  }
}
.recruitPoint .section__content .ttl {
  font-size: 16px;
  font-weight: 400;
  color: #21ABE0;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .recruitPoint .section__content .ttl {
    font-size: min(1.5104166667vw, 29px);
    line-height: 1.51;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.recruitPoint .section__content .txt {
  font-size: 14px;
  font-weight: 400;
  color: #727171;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (min-width:768px) {
  .recruitPoint .section__content .txt {
    font-size: min(1.09375vw, 21px);
    line-height: 1.8;
  }
}

.otherPoint {
  position: relative;
}
.otherPoint .inner--otherPoint {
  width: 84%;
  height: 100%;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .otherPoint .inner--otherPoint {
    width: min(78.125vw, 1500px);
    margin-bottom: min(6.25vw, 120px);
  }
}
.otherPoint .otherPoint__bg {
  position: relative;
}
@media screen and (min-width:768px) {
  .otherPoint .otherPoint__bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: max(-9.8958333333vw, -190px);
    width: min(32.9166666667vw, 632px);
    height: min(78.4375vw, 1506px);
    background: url(../../assets/img/recruit/otherPoint_bg_pc.jpg) no-repeat center center/contain;
    z-index: 0;
  }
}
.otherPoint .inner__content {
  position: relative;
  padding: 40px 10px 40px;
  background: #FFFFE0;
}
@media screen and (min-width:768px) {
  .otherPoint .inner__content {
    padding: min(4.4270833333vw, 85px) min(2.6041666667vw, 50px) min(5.7291666667vw, 110px);
  }
}
.otherPoint .section__ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .otherPoint .section__ttl {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.otherPoint .section__ttl figure {
  text-align: center;
}
.otherPoint .section__ttl .module_otherPoint_ttl {
  width: 100%;
}
@media screen and (min-width:768px) {
  .otherPoint .section__ttl .module_otherPoint_ttl {
    width: min(56.6666666667vw, 1088px);
  }
}
.otherPoint .section__content ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.5vw, 48px);
  }
}
.otherPoint .section__content li {
  background: #FFFFFF;
  padding: 30px 15px;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content li {
    padding: min(2.0833333333vw, 40px) min(2.34375vw, 45px) min(2.6041666667vw, 50px);
  }
}
.otherPoint .section__content li .ttl__block {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content li .ttl__block {
    gap: min(0.5208333333vw, 10px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.otherPoint .section__content li .ttl__block .point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background: #1FA3DD;
  border-radius: 50%;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content li .ttl__block .point {
    font-size: min(2.2395833333vw, 43px);
    line-height: 1;
    width: min(4.4270833333vw, 85px);
    height: min(4.4270833333vw, 85px);
  }
}
.otherPoint .section__content li .ttl__block .point::before {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 40px;
  height: 50px;
  content: "";
  display: block;
  background: url(../../assets/img/recruit/point.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content li .ttl__block .point::before {
    top: max(-0.9895833333vw, -19px);
    left: max(-0.9895833333vw, -19px);
    width: min(2.9166666667vw, 56px);
    height: min(3.2291666667vw, 62px);
  }
}
.otherPoint .section__content li .ttl__block .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #1FA3DD;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content li .ttl__block .ttl {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.2;
  }
}
.otherPoint .section__content li .ttl__block .ttl span {
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content li .ttl__block .ttl span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
  }
}
.otherPoint .section__content li .txt__block .txt {
  font-size: 14px;
  font-weight: 400;
  color: #727171;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (min-width:768px) {
  .otherPoint .section__content li .txt__block .txt {
    font-size: min(1.09375vw, 21px);
    line-height: 1.8;
  }
}

.seniorVoice {
  position: relative;
}
.seniorVoice .inner--seniorVoice {
  width: 84%;
  height: 100%;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .seniorVoice .inner--seniorVoice {
    width: min(78.125vw, 1500px);
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.seniorVoice .inner__content {
  padding: 40px 22px 30px;
  background: #E8FED4;
}
@media screen and (min-width:768px) {
  .seniorVoice .inner__content {
    padding: min(4.0104166667vw, 77px) min(4.1666666667vw, 80px) min(3.6458333333vw, 70px);
  }
}
.seniorVoice .section__ttl {
  position: relative;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__ttl {
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.seniorVoice .section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -57px;
  left: 50%;
  width: 22px;
  height: 50px;
  transform: translateX(-75%);
  background: url(../../assets/img/recruit/icon_thumbtack.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__ttl::before {
    top: max(-4.6875vw, -90px);
    width: min(2.5vw, 48px);
    height: min(3.90625vw, 75px);
  }
}
@media screen and (min-width:768px) {
  .seniorVoice .section__ttl figure {
    text-align: center;
  }
}
.seniorVoice .section__ttl .module_seniorVoice_ttl {
  width: 212px;
  margin: 0 auto 10px 0;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__ttl .module_seniorVoice_ttl {
    width: min(36.0416666667vw, 692px);
    margin: auto;
  }
}
.seniorVoice .section__content li {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 25px 20px 30px;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__content li {
    margin-bottom: min(2.8645833333vw, 55px);
    padding: min(3.0729166667vw, 59px) min(3.0208333333vw, 58px) min(3.125vw, 60px);
    border-radius: min(1.9791666667vw, 38px);
  }
}
.seniorVoice .section__content li .header__block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__content li .header__block {
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.seniorVoice .section__content li .header__block .ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #5AD20A;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__content li .header__block .ttl {
    font-size: min(1.5625vw, 30px);
    line-height: 1.46;
  }
}
.seniorVoice .section__content li .name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: right;
  line-height: 2.85;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__content li .name {
    font-size: min(1.0416666667vw, 20px);
    text-align: left;
    line-height: 2;
  }
}
.seniorVoice .section__content li .txt {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .seniorVoice .section__content li .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.82;
    margin-bottom: 0;
  }
}

.selectionFlow {
  position: relative;
}
.selectionFlow .inner--selectionFlow {
  width: 84%;
  height: 100%;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .selectionFlow .inner--selectionFlow {
    width: min(78.125vw, 1500px);
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.selectionFlow .inner__content {
  text-align: center;
  padding: 40px 30px 60px;
  background: #D2F9FF;
}
@media screen and (min-width:768px) {
  .selectionFlow .inner__content {
    padding: min(3.6458333333vw, 70px) 0 min(5.2083333333vw, 100px);
  }
}
.selectionFlow .section__ttl {
  position: relative;
}
@media screen and (min-width:768px) {
  .selectionFlow .section__ttl {
    margin-bottom: min(3.125vw, 60px);
  }
}
.selectionFlow .section__ttl figure {
  text-align: center;
}
.selectionFlow .section__ttl .module_selectionFlow_ttl {
  width: 154px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .selectionFlow .section__ttl .module_selectionFlow_ttl {
    width: min(15.3125vw, 294px);
    margin-bottom: 0;
  }
}
.selectionFlow .section__content .caution {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .selectionFlow .section__content .caution {
    font-size: min(1.25vw, 24px);
    text-align: center;
    line-height: 1.67;
    margin-bottom: 0;
  }
}
.selectionFlow .section__content .selectionFlow__content {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .selectionFlow .section__content .selectionFlow__content {
    margin-top: min(3.6458333333vw, 70px);
  }
}
.selectionFlow .section__content .selectionFlow__content img {
  width: 160px;
  height: 613px;
}
@media screen and (min-width:768px) {
  .selectionFlow .section__content .selectionFlow__content img {
    width: min(55.5208333333vw, 1066px);
    height: min(15.1041666667vw, 290px);
  }
}

.news-list--under .news-list__bg {
  padding: 100px 0 100px;
}
@media screen and (min-width:768px) {
  .news-list--under .news-list__bg {
    padding: min(6.25vw, 120px) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .news-list--under .news-list__bg {
    background-image: url(../../assets/img/news/single_bg_top_sp.png), url(../../assets/img/news/single_bg_bottom_sp.png);
    background-position: 110px -105px, left -45px bottom -30px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
}
@media screen and (min-width:768px) {
  .news-list--under .news-list__bg {
    padding: min(6.25vw, 120px) 0 0;
    padding: min(6.25vw, 120px) 0 min(10.4166666667vw, 200px);
    background-image: url(../../assets/img/news/single_bg_top_pc.png), url(../../assets/img/news/single_bg_bottom_pc.png);
    background-position: max(-3.125vw, -60px) max(-0.5208333333vw, -10px), left 0px bottom max(-4.2708333333vw, -82px);
    background-repeat: no-repeat, no-repeat;
    background-size: 104vw, 35vw;
  }
}
@media screen and (min-width:768px) {
  .news-list--under .inner__news-list {
    width: min(75vw, 1440px);
  }
}
.news-list--under .section__ttl {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .news-list--under .section__ttl {
    padding: min(0.2604166667vw, 5px) min(0.78125vw, 15px);
  }
}
.news-list--under .section__ttl img {
  width: 88px;
}
@media screen and (min-width:768px) {
  .news-list--under .section__ttl img {
    width: min(9.5833333333vw, 184px);
  }
}
.news-list--under .section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -50px;
  width: 205px;
  height: 112px;
  background: url(../../assets/img/news/news_bg_flag_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .news-list--under .section__ttl::before {
    top: 0;
    left: 0;
    background: url(../../assets/img/news/news_bg_flag_pc.svg) no-repeat center center/cover;
    width: min(26.5104166667vw, 509px);
    height: min(11.1979166667vw, 215px);
  }
}
.news-list--under .section__content--under {
  padding-top: 100px;
}
@media screen and (min-width:768px) {
  .news-list--under .section__content--under {
    padding-top: min(6.25vw, 120px);
  }
}
.news-list--under .newsAll {
  display: none;
  position: relative;
}
@media screen and (min-width:768px) {
  .news-list--under .newsAll {
    display: block;
    position: absolute;
    top: min(5.9895833333vw, 115px);
    right: 0;
  }
}
.news-list--under .newsAll img {
  width: 190px;
}
@media screen and (min-width:768px) {
  .news-list--under .newsAll img {
    width: min(13.5416666667vw, 260px);
  }
}
.news-list--under .newsAll--sp {
  display: block;
  text-align: center;
}
@media screen and (min-width:768px) {
  .news-list--under .newsAll--sp {
    display: none;
  }
}

.sp-block {
  display: block;
}
@media screen and (min-width:768px) {
  .sp-block {
    display: none !important;
  }
}
@media screen and (min-width:1025px) and (max-width:1840px) {
  .sp-block {
    display: none !important;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-none {
    display: block !important;
  }
}
@media screen and (min-width:1025px) and (max-width:1840px) {
  .sp-none {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */