@charset "UTF-8";
@font-face {
  font-family: "BIZUDPGothic-re";
  src: url(../fonts/BIZ-UDGothicR.ttc);
}
@font-face {
  font-family: "BIZUDPGothic-bl";
  src: url(../fonts/BIZ-UDGothicB.ttc);
}
@font-face {
  font-family: "Manrope-b";
  src: url(../fonts/manrope-bold.woff);
}
@font-face {
  font-family: "Manrope-m";
  src: url(../fonts/manrope-medium.woff);
}
@font-face {
  font-family: "Manrope-r";
  src: url(../fonts/manrope-r.woff);
}
.go-r {
  font-family: "BIZUDPGothic-re";
  font-weight: 400;
}

.go-b {
  font-family: "BIZUDPGothic-bl";
  font-weight: 700;
}

.man-r {
  font-family: "Manrope-r";
  font-weight: 400;
}

.man-b {
  font-family: "Manrope-b";
  font-weight: 700;
}

.man-m {
  font-family: "Manrope-m";
  font-weight: 500;
}

/**
* @file _reset.scss
**/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

@media screen and (max-width: 1280px) {
  *,
  ::after,
  ::before {
    font-size: 0.078125vw;
  }
}
@media screen and (max-width: 768px) {
  *,
  ::after,
  ::before {
    font-size: 0.2666666667vw;
  }
}

a {
  font-size: 16px;
  color: #351a0e;
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
  font-family: "BIZUDPGothic-bl";
  background-color: #fafafa;
  overflow-x: hidden;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

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

table {
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

table td,
table th {
  padding: 10px;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  visibility: visible !important;
}

input:focus {
  outline: 0;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

textarea {
  resize: vertical;
}

fieldset,
legend {
  padding: 0;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

/**
* @file _common.scss
**/
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

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

.l-common {
  width: 960px;
}
@media screen and (max-width: 1280px) {
  .l-common {
    width: 960rem;
  }
}
@media screen and (max-width: 768px) {
  .l-common {
    display: block;
  }
}

.__ttl--jp__ctn {
  line-height: 20px !important;
}

.w-172 {
  width: 172px !important;
}

.p-classInfo .l-common {
  background-position-x: 90%;
  background-position-y: 65% !important;
}

.js-io._fadeup {
  transform: translate(0, 36px);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.2s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.4s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.6s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.82s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.9s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.98s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.16s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.24s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.32s;
}

._blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
._blur._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}

.sec-fv-main-txt ._fadeup {
  transform: translateY(36px);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.sec-fv-main-txt ._fadeup._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.sec-fv-main-txt ._fadeup._delay.--fadein {
  transform: translateY(0);
}
.sec-fv-main-txt ._fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.06s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.12s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.18s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.24s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(6) {
  transition-delay: 0.3s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(7) {
  transition-delay: 0.36s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(8) {
  transition-delay: 0.42s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(9) {
  transition-delay: 0.48s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(10) {
  transition-delay: 0.54s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(11) {
  transition-delay: 0.6s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(12) {
  transition-delay: 0.66s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(13) {
  transition-delay: 0.72s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(14) {
  transition-delay: 0.78s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(15) {
  transition-delay: 0.84s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(16) {
  transition-delay: 0.9s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(17) {
  transition-delay: 0.96s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(18) {
  transition-delay: 1.02s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(19) {
  transition-delay: 1.08s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(20) {
  transition-delay: 1.14s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(21) {
  transition-delay: 1.2s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(22) {
  transition-delay: 1.26s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(23) {
  transition-delay: 1.32s;
}

.c-header {
  width: 100%;
  background-image: url(../img/header/bg_header.png);
  background-repeat: no-repeat;
  background-position-y: -22%;
  font-style: normal;
  font-weight: 700;
  height: 120px;
  z-index: 11;
  /* 16px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 100px;
  }
}
.c-header img {
  width: auto;
}
.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 80px;
  transition: 0.5s;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.c-header__inner h1 {
  cursor: pointer;
}
.c-header__inner h1 a {
  display: block;
  width: 60px;
}
@media screen and (max-width: 1280px) {
  .c-header__inner {
    padding: 31rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    padding: 20px 20px;
  }
}
.c-header__inner.scroll {
  padding: 0 80px;
  background: white;
}
.c-header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .c-header-right {
    display: none;
  }
}
.c-header-right ul {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.c-header-right ul a {
  text-decoration: none;
  color: #351a0e;
}
.c-header-right li {
  display: block;
  float: left;
  padding: 1rem;
  padding-right: 2rem;
  position: relative;
  transition-duration: 0.5s;
  z-index: 9999;
  cursor: pointer;
}
.c-header-right li a {
  text-decoration: none;
}
.c-header-right li:last-child ul li a {
  padding: 1rem 60px 1rem 10px;
}
.c-header-right li::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M5.83317 7.99999L9.99984 12.1667L14.1665 7.99999' stroke='%23F29C2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  pointer-events: none;
  right: 0;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.c-header-right li:hover {
  color: #351a0e;
}
.c-header-right li:hover::after {
  transform: rotate(-180deg) translateY(60%);
}
.c-header-right ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  cursor: pointer;
}
.c-header-right ul li ul a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 5px;
  font-weight: normal;
}
.c-header-right ul li ul li::after {
  display: none;
}
.c-header-right ul li:hover > ul,
.c-header-right ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  border-radius: 10px;
  width: -moz-max-content;
  width: 180px;
  padding: 10px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.c-header-right ul li ul li {
  clear: both;
  padding: 0;
  width: 100%;
}
.c-header-right ul li ul li:hover {
  background-color: #cae3de;
}
.c-header-right ul li ul li:hover a {
  color: #351a0e;
}
.c-header .__link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.c-header .__link-wrap__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.c-header .__link-wrap__item:first-child {
  color: var(--font-orange, #f29c2e);
  font-size: 20px;
  font-style: normal;
  /* 20px */
}
.c-header .__link-wrap__item:first-child:hover {
  opacity: 0.8;
}
.c-header .__link-wrap__item:nth-child(2) {
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  padding: 13.5px 29px;
  border-radius: 100px;
  background-image: url(../img/header/bg_mailbuttom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 100%;
}
.c-header .__link-wrap__item:nth-child(2):hover {
  opacity: 0.8;
}
.c-header .__link-wrap__item:last-child {
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  padding: 13.5px 29px;
  border-radius: 100px;
  background-image: url(../img/header/bg_docbutton.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* 20px */
}
.c-header .__link-wrap__item:last-child:hover {
  opacity: 0.8;
}
.c-header .hambtn {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-header .hambtn {
    display: block;
  }
}
.c-header .hambtn .__btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #f6c644;
}
.c-header .hambtn .__btn span {
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
.c-header .sp-menu {
  transition: 0.5s;
  transform: translateX(105%);
  width: 355px;
  position: fixed;
  top: 10px;
  right: 10px;
  height: 780px;
  border-radius: 20px;
  background: var(--base-white, #fafafa);
  display: inline-flex;
}
.c-header .sp-menu.open {
  transform: translateX(0);
}
.c-header .sp-menu__container {
  position: relative;
  height: auto;
  padding: 20px 20px 40px 20px;
  width: 100%;
}
.c-header .sp-menu__container .__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-header .sp-menu__container .__header button {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #f6c644;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header .sp-menu__container .__header button span {
  font-size: 20px;
}
.c-header .sp-menu__container .close-menu {
  font-size: 30px;
  font-weight: bold;
  background: transparent;
  border: none;
  outline: none;
}
.c-header .sp-menu__container .__items {
  padding: 0 20px;
}
.c-header .sp-menu__container .__items > li {
  margin-top: 20px;
}
.c-header .sp-menu__container .__items li {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
}
.c-header .sp-menu__container .__items li a {
  text-decoration: none;
}
.c-header .sp-menu__container .__items li ul li {
  margin-top: 15px;
}
.c-header .sp-menu__container .__items li ul li a {
  display: flex;
  align-items: center;
  justify-content: left;
}
.c-header .sp-menu__container .__items li ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f6dad9;
  border-radius: 50%;
  margin-right: 15px;
}
.c-header .sp-menu__container .__link-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.c-header .sp-menu__container .__link-wrap__item {
  width: 275px;
}
.c-header .sp-menu__container .__link-wrap__item .__item--ttlnum {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
}
.c-header .sp-menu__container .__link-wrap__item .__item--ttl {
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
}
.c-header .__list-news {
  width: auto;
  height: 50px;
}

.__fix {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 100;
  transition: all 0.3s;
  max-width: 210px;
}
.__fix:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .__fix {
    display: none;
  }
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Regular.ttf);
}
.c-contact .p-trialclass {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background-color: #FFF3E2;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-trialclass {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .p-trialclass {
    display: flex;
    width: 375rem;
    padding: 40rem 20rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 24rem;
  }
}
.c-contact .p-trialclass .l-common {
  display: flex;
  justify-content: space-between;
  gap: 192px;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-trialclass .l-common {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .p-trialclass .l-common {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24rem;
  }
}
.c-contact .p-trialclass .p-trialclass__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-trialclass .p-trialclass__ttl {
    gap: 24px;
  }
}
.c-contact .p-trialclass .p-trialclass__ttl img {
  width: auto;
}
.c-contact .p-trialclass .p-trialclass__ttl .__ttl--en {
  color: var(--font-orange, #F29C2E);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.c-contact .p-trialclass .p-trialclass__ttl .__ttl--jp {
  color: var(--font-primary, #351A0E);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  letter-spacing: 0.64px;
  margin-top: 13px;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-trialclass .p-trialclass__ttl .__ttl--jp {
    margin-top: 13rem;
  }
}
.c-contact .p-trialclass .link-wrap__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 15px;
  border-radius: 100px;
  background-image: url(../img/header/bg_mailbuttom.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-trialclass .link-wrap__item {
    gap: 4rem;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .p-trialclass .link-wrap__item {
    padding: 12px 15px;
  }
}
.c-contact .p-trialclass .link-wrap__item:hover {
  opacity: 0.7;
}
.c-contact .p-trialclass .link-wrap__item--ttl {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
}
.c-contact .p-trialclass__main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact .p-trialclass__main .__main--ctn {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
.c-contact .p-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background-color: #FDF3F1;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-contact {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .p-contact {
    display: flex;
    width: 375rem;
    padding: 40rem 24rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24rem;
  }
}
.c-contact .p-contact .l-common {
  display: flex;
  justify-content: space-between;
  gap: 192px;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-contact .l-common {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .p-contact .l-common {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24rem;
  }
}
.c-contact .p-contact__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-contact__ttl {
    gap: 24rem;
  }
}
.c-contact .p-contact__ttl img {
  width: auto;
}
.c-contact .p-contact__ttl .__ttl--en {
  color: var(--font-orange, #F08681);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.c-contact .p-contact__ttl .__ttl--jp {
  color: var(--font-primary, #351A0E);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  letter-spacing: 0.64px;
  margin-top: 13px;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-contact__ttl .__ttl--jp {
    margin-top: 13px;
  }
}
.c-contact .p-contact .link-wrap__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 15px;
  border-radius: 100px;
  background-image: url(../img/header/bg_docbutton.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.c-contact .p-contact .link-wrap__item:hover {
  opacity: 0.7;
}
.c-contact .p-contact .link-wrap__item--ttl {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
}
.c-contact .p-contact__main .__main--ctn {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
.c-contact .p-contact__main .__main__info {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .c-contact .p-contact__main .__main__info {
    gap: 24px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .p-contact__main .__main__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12rem;
  }
}
.c-contact .p-contact__main .__main__info img {
  width: auto;
}
.c-contact .p-contact__main .__main__info .__tel {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--font-pink, #F08681);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
}
.c-contact .p-contact__main .__main__info .__bhour {
  color: var(--font-primary, #351A0E);
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
}
@media screen and (max-width: 1280px) {
  .c-contact .p-contact__main .__main__info .__bhour p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .p-contact__main .__main__info .__bhour p {
    color: var(--font-primary, #351A0E);
    font-size: 13px;
    font-weight: 400;
    line-height: 170%; /* 22.1px */
  }
}

.c-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background-image: url(../img/footer/bg_footer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c-footer {
    padding: 40rem 0;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 40rem 20rem 70rem 20rem;
    background-image: url(../img/footer/bg_footer-sp.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: top;
  }
}
.c-footer img {
  width: auto;
}
.c-footer .l-common {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common {
    flex-direction: column;
    align-items: flex-start;
    gap: 40rem;
    width: 335rem;
  }
}
.c-footer .l-common .c-footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .c-footer .l-common .c-footer-left {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
  }
}
.c-footer .l-common .c-footer-left .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-left .logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 15rem;
  }
}
.c-footer .l-common .c-footer-left .logo h1 a {
  display: block;
  width: 100%;
}
.c-footer .l-common .c-footer-left .logo h1 a img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-left .logo h1 a img {
    width: 60px;
  }
}
.c-footer .l-common .c-footer-right {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-right {
    gap: 35rem;
    justify-content: space-between;
  }
}
.c-footer .l-common .c-footer-right .__link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.c-footer .l-common .c-footer-right .__link-wrap .__link-item {
  width: -moz-max-content;
  width: max-content;
}
.c-footer .l-common .c-footer-right .__link-wrap .__link-item .__item-ttl {
  display: flex;
  padding: 0px 8px 8px 8px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dashed var(--Font-Secondary, #999);
  color: var(--font-primary, #351A0E);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-right .__link-wrap .__link-item .__item-ttl {
    font-size: 13px;
  }
}
.c-footer .l-common .c-footer-right .__link-wrap .__link-item .__item-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding-top: 10px;
}
.c-footer .l-common .c-footer-right .__link-wrap .__link-item .__item-main .__main-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.c-footer .l-common .c-footer-right .__link-wrap .__link-item .__item-main .__main-list a {
  color: var(--font-primary, #351A0E);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-right .__link-wrap .__link-item .__item-main .__main-list a {
    font-size: 13px;
  }
}
.c-footer .l-common .c-footer-right .__siteMap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.c-footer .l-common .c-footer-right .__siteMap a {
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-right .__siteMap a {
    font-size: 13px;
  }
}
.c-footer .l-common .c-footer-right .__siteMap .__bold {
  color: var(--font-primary, #351A0E);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-right .__siteMap .__bold {
    font-size: 13px;
  }
}
.c-footer .l-common .c-footer-right .__siteMap .__joinus {
  color: var(--font-primary, #351A0E);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-footer .l-common .c-footer-right .__siteMap .__joinus {
    font-size: 15px;
  }
}
.c-footer .l-common .c-footer-right .__siteMap .__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -24px;
}
.c-footer__ttl {
  color: var(--accent-yellow, #F6C644);
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
}
@media screen and (max-width: 768px) {
  .c-footer__ttl {
    font-size: 17px;
  }
}
.c-footer__name {
  color: var(--font-primary, #351A0E);
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
@media screen and (max-width: 1280px) {
  .c-footer__name {
    gap: 13rem;
  }
}
.c-footer__address {
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
.c-footer__mailAddress {
  color: var(--font-primary, #351A0E);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
.c-footer .__footer-img {
  position: absolute;
  bottom: 0;
  right: auto;
  left: auto;
}

.c-footer-copyWrite {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #F6C644;
  color: var(--font-white, #FFF);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
}

#top .__fix {
  position: fixed;
  z-index: 9999;
  top: 60%;
  right: 0%;
}
@media screen and (max-width: 1200px) {
  #top .__fix {
    display: none;
  }
}
#top .p-fv {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 540px 0 59px;
  background-color: #e7f3e1;
}
@media screen and (max-width: 1280px) {
  #top .p-fv {
    gap: 70rem;
    padding: 540rem 0 59rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv {
    gap: 30rem;
    padding: 350rem 23rem 0;
  }
}
#top .p-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26%;
  background-color: #cae3de;
}
#top .p-fv::after {
  content: unset;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background-image: url(../img/Top/bg_news.jpg);
}
@media screen and (max-width: 768px) {
  #top .p-fv::after {
    content: "";
  }
}
#top .p-fv__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .p-fv__top .__top--main {
  max-width: 1014px;
  width: 100%;
  text-align: left;
  z-index: 2;
}
#top .p-fv__top .__top--main .__summary {
  color: white !important;
  text-shadow: 0px 0px 10px rgba(59, 126, 144, 0.15);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: 0.44px;
}
@media screen and (max-width: 768px) {
  #top .p-fv__top .__top--main .__summary {
    font-size: 18px;
    text-align: center;
  }
}
#top .p-fv__top .__top--main .__ttl {
  color: white;
  text-shadow: 0px 0px 10px rgba(59, 126, 144, 0.15);
  font-family: "Manrope-b";
  font-size: 48px;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
}
@media screen and (max-width: 1280px) {
  #top .p-fv__top .__top--main .__ttl {
    font-size: 48rem;
  }
}
@media screen and (max-width: 1024px) {
  #top .p-fv__top .__top--main .__ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv__top .__top--main .__ttl {
    color: var(--font-white, #fff);
    text-align: center;
    text-shadow: 0px 0px 10px rgba(59, 126, 144, 0.15);
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 36.4px */
  }
  #top .p-fv__top .__top--main .__ttl span {
    font-size: 24px;
  }
}
#top .p-fv__down {
  background-color: #e7f3e1;
  display: flex;
  justify-content: center;
}
#top .p-fv__down img {
  width: 100%;
}
#top .p-fv__down .p-mv {
  position: relative;
  max-width: 1014px;
  background-color: white;
  border-radius: 20px;
  padding: 48px 60px 40px 60px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #top .p-fv__down .p-mv {
    padding: 48rem 60rem 40rem 60rem;
    gap: 60rem;
    width: 960rem;
  }
}
@media screen and (max-width: 1024px) {
  #top .p-fv__down .p-mv {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv__down .p-mv {
    padding: 40rem 20rem;
    gap: 24rem;
  }
}
#top .p-fv__down .p-mv .__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #top .p-fv__down .p-mv .__left {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #top .p-fv__down .p-mv .__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24rem;
  }
}
#top .p-fv__down .p-mv .__left__ttl {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1024px) {
  #top .p-fv__down .p-mv .__left__ttl {
    text-align: center;
  }
}
#top .p-fv__down .p-mv .__left__ttl .__mainttl {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #top .p-fv__down .p-mv .__left__ttl .__mainttl {
    font-size: 20px;
    text-align: center;
  }
  #top .p-fv__down .p-mv .__left__ttl .__mainttl span {
    font-size: 20px;
  }
}
#top .p-fv__down .p-mv .__left__ttl .__subttl {
  font-size: 24px;
  color: #f29c2e;
}
@media screen and (max-width: 768px) {
  #top .p-fv__down .p-mv .__left__ttl .__subttl {
    font-size: 20px;
    text-align: center;
  }
}
#top .p-fv__down .p-mv .__left picture {
  width: 288px;
  height: 115px;
}
@media screen and (max-width: 1280px) {
  #top .p-fv__down .p-mv .__left picture {
    width: 288rem;
    height: 115rem;
  }
}
#top .p-fv__down .p-mv .__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  flex: 100;
  line-height: 170%;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #top .p-fv__down .p-mv .__right {
    gap: 40rem;
  }
}
#top .p-fv__down .p-mv .__right--content p {
  font-family: "BIZUDPGothic-bl";
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #top .p-fv__down .p-mv .__right--content p {
    font-size: 15px;
  }
}
#top .p-fv__down .p-mv .__right--content b {
  font-family: "BIZUDPGothic-bl";
  line-height: 170%;
}
@media screen and (max-width: 1280px) {
  #top .p-fv__down .p-mv .__right--content b {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv__down .p-mv .__right--content b {
    font-size: 15px;
  }
}
#top .p-fv__down .p-mv .__right--more {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: gap 0.5s;
}
@media screen and (min-width: 769px) {
  #top .p-fv__down .p-mv .__right--more {
    gap: 15px;
  }
}
#top .p-fv__down .p-mv .__right--more .__ctn {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
#top .p-fv__down .p-mv .__right--more .__ctn a {
  border-bottom: 1px solid;
}
#top .p-fv__down .p-mv .__right--more figure {
  padding: 15px;
  background-color: #ffeeda;
  border-radius: 100%;
  transition: padding 0.5s;
}
#top .p-fv__down .p-mv .__right--more:hover {
  gap: 30px;
}
#top .p-fv .__absolute {
  width: 1280px;
  top: -24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  #top .p-fv .__absolute {
    width: 1280rem;
    top: -24rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv .__absolute {
    width: 100%;
    top: -68px;
    overflow: hidden;
  }
}
#top .p-news {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/Top/bg_news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#top .p-news .l-common {
  padding: 60px 0 80px;
}
@media screen and (max-width: 1280px) {
  #top .p-news .l-common {
    padding: 60rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common {
    width: 335rem;
    padding: 40rem 0 60rem;
  }
}
#top .p-news .l-common .__news-ttl {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#top .p-news .l-common .__news-ttl .__ttl-ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common .__news-ttl .__ttl-ttl {
    display: inline-flex;
    padding-bottom: 40rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 15rem;
  }
}
#top .p-news .l-common .__news-ttl .__ttl-ttl .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #top .p-news .l-common .__news-ttl .__ttl-ttl .__ttl--en {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common .__news-ttl .__ttl-ttl .__ttl--en {
    font-size: 32px;
  }
}
#top .p-news .l-common .__news-ttl .__ttl-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#top .p-news .l-common .__news-ttl .__ttl-ttl .__ttl-sub .__ttl-jp {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #top .p-news .l-common .__news-ttl .__ttl-ttl .__ttl-sub .__ttl-jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common .__news-ttl .__ttl-ttl .__ttl-sub .__ttl-jp {
    font-size: 13px;
  }
}
#top .p-news .l-common .__news-ttl .__news-more {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: gap 0.5s;
}
#top .p-news .l-common .__news-ttl .__news-more .__more-main {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
  text-decoration: none;
  border-bottom: 1px solid;
}
#top .p-news .l-common .__news-ttl .__news-more figure {
  padding: 15px;
  border-radius: 60px;
  background-color: #ffeeda;
}
#top .p-news .l-common .__news-ttl .__news-more:hover {
  gap: 30px;
}
#top .p-news .l-common .__news-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  #top .p-news .l-common .__news-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common .__news-main {
    grid-template-columns: 1fr;
    gap: 24rem;
  }
}
#top .p-news .l-common .__news-main figure {
  width: 100%;
  height: 127px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common .__news-main figure {
    height: 203px;
  }
}
#top .p-news .l-common .__news-main figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
#top .p-news .l-common .__news-main .__news-item {
  display: flex;
  width: 220px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  border: 2px dashed rgba(253, 206, 85, 0.5);
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common .__news-main .__news-item .__item-img {
    width: 100%;
  }
}
#top .p-news .l-common .__news-main .__news-item:hover .__item-img figure img {
  transform: scale(1.1);
}
#top .p-news .l-common .__news-main .__news-item:first-child {
  margin-bottom: 24px;
}
#top .p-news .l-common .__news-main .__news-item:last-child {
  margin-top: 24px;
}
#top .p-news .l-common .__news-main .__news-item:nth-child(2) {
  margin-top: 24px;
}
#top .p-news .l-common .__news-main .__news-item:nth-child(3) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #top .p-news .l-common .__news-main .__news-item {
    width: 100%;
  }
  #top .p-news .l-common .__news-main .__news-item:first-child {
    margin-bottom: 0;
  }
  #top .p-news .l-common .__news-main .__news-item:last-child {
    margin-top: 0;
  }
  #top .p-news .l-common .__news-main .__news-item:nth-child(2) {
    margin-top: 0;
  }
  #top .p-news .l-common .__news-main .__news-item:nth-child(3) {
    margin-bottom: 0;
  }
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 1280px) {
  #top .p-news .l-common .__news-main .__news-item .__item-ctn {
    font-size: 13px;
  }
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__date {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__item-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 110%; /* 16.5px */
  letter-spacing: 0.02em;
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__item-ttl p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 110%; /* 16.5px */
  letter-spacing: 0.02em;
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__ctn {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.02em;
  text-align: justify;
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__ctn p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.02em;
  text-align: justify;
}
#top .p-course {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
@media screen and (max-width: 1280px) {
  #top .p-course {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-course {
    padding: 40rem 20rem 0 20rem;
  }
}
#top .p-course .p-course__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #top .p-course .p-course__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-course .p-course__ttl {
    padding-bottom: 40rem;
    gap: 15rem;
  }
}
#top .p-course .p-course__ttl .__ttl--en {
  color: #f29c2e;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #top .p-course .p-course__ttl .__ttl--en {
    color: var(--font-orange, #f29c2e);
    font-size: 32px;
    line-height: 150%; /* 48px */
    letter-spacing: 1.6px;
  }
}
#top .p-course .p-course__ttl .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #top .p-course .p-course__ttl .__ttl--jp {
    gap: 8rem;
  }
}
#top .p-course .p-course__ttl .__ttl--jp .__jp--ttl {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #top .p-course .p-course__ttl .__ttl--jp .__jp--ttl {
    color: var(--font-primary, #351a0e);
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
#top .p-course__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 960px;
  padding: 40px 60px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #f29c2e;
}
@media screen and (max-width: 1280px) {
  #top .p-course__item {
    width: 960rem;
    padding: 40rem 60rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-course__item {
    width: 335rem;
    display: inline-flex;
    padding: 32rem 24rem;
    flex-direction: column;
    align-items: center;
    gap: 24rem;
  }
}
#top .p-course__item picture {
  max-width: 305px;
}
#top .p-course__item .__item--main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  width: 420px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  #top .p-course__item .__item--main {
    width: 420rem;
    gap: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-course__item .__item--main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24rem;
    width: 287rem;
    padding-bottom: 0;
  }
}
#top .p-course__item .__item--main .__header {
  display: flex;
  flex-direction: column;
}
#top .p-course__item .__item--main .__sub {
  color: var(--font-white, #fff);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 16.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #top .p-course__item .__item--main .__sub {
    font-size: 15px;
  }
}
#top .p-course__item .__item--main .__ttl {
  color: var(--font-white, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
  margin-top: 8px;
}
@media screen and (max-width: 1280px) {
  #top .p-course__item .__item--main .__ttl {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-course__item .__item--main .__ttl {
    color: var(--font-white, #fff);
    font-size: 25px;
    letter-spacing: 0.56px;
  }
}
#top .p-course__item .__item--main .__ctn {
  color: var(--font-white, #fff);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 25.5px */
}
@media screen and (max-width: 768px) {
  #top .p-course__item .__item--main .__ctn {
    color: var(--font-white, #fff);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
  }
}
#top .p-course__item .__item--main .__decoration {
  position: absolute;
  left: 0;
  bottom: 0;
}
#top .p-course__item .__item--main .__footer {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
#top .p-course__item .__item--main .__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
#top .p-course__item .__item--main .__more a {
  padding-bottom: 7px;
  color: #fff;
  text-decoration: none;
  border-bottom: white 1px solid;
  transition: margin-right 0.5s;
}
#top .p-course__item .__item--main .__more a:hover {
  margin-right: 10px;
}
#top .p-course__item .__item--main .__more figure {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100%;
}
#top .p-course__item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #top .p-course__item:nth-child(odd) {
    flex-direction: column;
  }
}
#top .p-course__item:nth-child(3) {
  background-color: #67b56a;
}
#top .p-course__item:nth-child(4) {
  background-color: #f08681;
}
#top .p-course__item:nth-child(5) {
  background-color: #5bb7d2;
}
#top .p-course__item:last-child {
  background-color: #c03ec0;
}
#top .p-teacher {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  background-color: #fafafa;
}
@media screen and (max-width: 1280px) {
  #top .p-teacher {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-teacher {
    margin-top: 40rem;
    padding: 0 20rem 40rem;
  }
}
#top .p-teacher__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #top .p-teacher__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-teacher__ttl {
    padding-bottom: 40rem;
    gap: 15rem;
  }
}
#top .p-teacher__ttl .__ttl--en {
  color: #f29c2e;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #top .p-teacher__ttl .__ttl--en {
    color: var(--font-orange, #f29c2e);
    font-size: 32px;
    line-height: 150%; /* 48px */
    letter-spacing: 1.6px;
  }
}
#top .p-teacher__ttl .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #top .p-teacher__ttl .__ttl--jp {
    gap: 8rem;
  }
}
#top .p-teacher__ttl .__ttl--jp .__jp--ttl {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #top .p-teacher__ttl .__ttl--jp .__jp--ttl {
    color: var(--font-primary, #351a0e);
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
#top .p-teacher__items {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #top .p-teacher__items {
    display: flex;
    width: 335rem;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 15rem;
    flex-wrap: wrap;
  }
}
#top .p-teacher__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 310px;
  padding: 15px;
  border-radius: 10px;
  border: 2px dashed rgba(240, 134, 129, 0.5);
  transition: all ease 0.35s;
}
#top .p-teacher__item figure {
  overflow: hidden;
  border-radius: 15px;
}
#top .p-teacher__item figure img {
  transition: all 0.3s;
}
#top .p-teacher__item:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #top .p-teacher__item {
    display: flex;
    width: 160rem;
    padding: 15rem;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
  }
  #top .p-teacher__item img {
    width: 130rem;
  }
}
#top .p-teacher__item .__item--photo {
  width: 100%;
}
#top .p-teacher__item .__item--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
#top .p-teacher__item .__item--photo img:hover {
  transform: scale(1.1);
}
#top .p-teacher__item .__item-body {
  margin-top: 15px;
}
#top .p-teacher__item .__item--ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
#top .p-teacher__item .__item--flag {
  width: 27px;
  height: 18px;
  min-width: 27px;
  border-radius: 0px;
}
#top .p-teacher__item .__item--name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 18px */
  letter-spacing: 0.3px;
}
#top .p-teacher__item .__item--desc {
  margin-top: 10px;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  #top .p-teacher__item .__item--desc {
    margin-top: 10rem;
  }
}
#top .p-teacher__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 100px;
  float: right;
  transition: gap 0.5s;
}
@media screen and (max-width: 1280px) {
  #top .p-teacher__more {
    margin-top: 40rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-teacher__more {
    margin-top: 40rem;
    margin-bottom: 60rem;
  }
}
#top .p-teacher__more:hover {
  gap: 30px;
}
#top .p-teacher__more figure {
  padding: 15px;
  background-color: #ffeeda;
  border-radius: 100%;
}
#top .p-teacher__more .__more-main {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
  padding-bottom: 7px;
  border-bottom: #351a0e 1px solid;
}
@media screen and (max-width: 1280px) {
  #top .p-teacher__more .__more-main {
    font-size: 15px;
  }
}
#top .p-service {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/Top/bg_service.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 124px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #top .p-service {
    padding-top: 124rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-service {
    padding: 40rem 20rem;
    background-image: url(../img/Top/bg_service-sp.png);
  }
}
#top .p-service .l-common {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top .p-service .l-common {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#top .p-service .p-service__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  #top .p-service .p-service__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-service .p-service__ttl {
    display: inline-flex;
    height: 113.51rem;
    padding-bottom: 40rem;
    flex-direction: column;
    align-items: center;
    gap: 15rem;
    flex-shrink: 0;
  }
}
#top .p-service .p-service__ttl .__ttl--en {
  color: var(--font-white, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #top .p-service .p-service__ttl .__ttl--en {
    color: var(--font-white, #fff);
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 1.6px;
  }
}
#top .p-service .p-service__ttl .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #top .p-service .p-service__ttl .__ttl--jp {
    gap: 8rem;
  }
}
#top .p-service .p-service__ttl .__ttl--jp .__ctn {
  color: var(--font-white, #fff);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #top .p-service .p-service__ttl .__ttl--jp .__ctn {
    color: var(--font-white, #fff);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%; /* 13px */
    letter-spacing: 0.65px;
  }
}
#top .p-service-left picture {
  overflow: hidden;
}
#top .p-service-left picture img {
  width: auto;
}
@media screen and (max-width: 1280px) {
  #top .p-service-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #top .p-service-left {
    display: flex;
    flex-direction: column;
    margin-bottom: 40rem;
  }
}
#top .p-service-right {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  #top .p-service-right {
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-service-right {
    display: flex;
    width: 334rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 40rem;
  }
}
#top .p-service-right .p-service__item {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  #top .p-service-right .p-service__item {
    width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-service-right .p-service__item {
    width: 335rem;
  }
}
#top .p-service-right .p-service__item .__item--num {
  color: var(--font-white, #fff);
  font-size: 15px;
  font-style: normal;
  line-height: 110%; /* 16.5px */
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  #top .p-service-right .p-service__item .__item--num {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-service-right .p-service__item .__item--num {
    font-size: 14px;
    font-weight: 700;
    line-height: 110%; /* 15.4px */
    letter-spacing: 0.28px;
    margin-bottom: 8rem;
  }
}
#top .p-service-right .p-service__item .__item--ttl {
  color: var(--font-white, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #top .p-service-right .p-service__item .__item--ttl {
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-service-right .p-service__item .__item--ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: 0.48px;
    margin-bottom: 24rem;
  }
}
#top .p-service-right .p-service__item .__item--ctn {
  color: var(--font-white, #fff);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  line-height: 170%; /* 25.5px */
}
@media screen and (max-width: 768px) {
  #top .p-service-right .p-service__item .__item--ctn {
    font-size: 15px;
    line-height: 170%; /* 25.5px */
    text-wrap: wrap;
  }
}
#top .p-slider {
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  #top .p-slider {
    padding-top: 80rem;
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider {
    padding-top: 30rem;
    padding-bottom: 50rem;
  }
}
#top .p-slider .p-slider-items {
  position: relative;
  z-index: 5;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
#top .p-slider .p-slider-items .__slider-item {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: 200px;
  padding: 10px;
}
#top .p-slider .p-slider-items .__slider-item img {
  border-radius: 10px;
}
#top .p-faq {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  #top .p-faq .l-common {
    width: 335rem;
  }
}
#top .p-faq .__faq-item {
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item {
    margin-bottom: 40rem;
  }
}
#top .p-faq .__faq-item .__item-ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-ttl {
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-ttl {
    padding-bottom: 30rem;
  }
}
#top .p-faq .__faq-item .__item-ttl .__ttl-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-ttl .__ttl-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-ttl .__ttl-ttl {
    font-size: 32px;
  }
}
#top .p-faq .__faq-item .__item-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#top .p-faq .__faq-item .__item-ttl .__ttl-sub .__ttl-jp {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-ttl .__ttl-sub .__ttl-jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-ttl .__ttl-sub .__ttl-jp {
    font-size: 13px;
  }
}
#top .p-faq .__faq-item .__item-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#top .p-faq .__faq-item .__item-main .__item-list {
  padding: 24px 40px;
  border-radius: 60px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-main .__item-list {
    padding: 24rem 40rem;
    gap: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-main .__item-list {
    padding: 12rem 20rem;
    gap: 12rem;
    border-radius: 20px;
  }
}
#top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question {
    gap: 12rem;
    max-width: 75%;
  }
}
#top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question .__question-mark {
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  padding: 6px 8px;
  background-color: #f29c2e;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question .__question-mark {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question .__question-mark {
    font-size: 18px;
  }
}
#top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question .__question-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question .__question-ctn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__question .__question-ctn {
    font-size: 13px;
  }
}
#top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  overflow: hidden;
  max-height: 0;
  max-width: 90%;
  transition: max-height 0.3s, margin 0.3s;
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer {
    gap: 12rem;
    max-width: 75%;
  }
}
#top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-mark {
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  padding: 6px 8px;
  background-color: #67b56a;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-mark {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-mark {
    font-size: 18px;
  }
}
#top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-ctn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-ctn {
    font-size: 13px;
  }
}
#top .p-faq .__faq-item .__item-main .__item-list .__item-collapse__mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  padding: 10px;
  background-color: #ffe9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#top .p-faq .__faq-item .__item-main .__item-list .__item-collapse__mark-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#top .p-faq .__faq-item .__item-main .__item-list .__item-collapse__mark-container span {
  position: absolute;
  height: 1px;
  width: 15px;
  background: #000;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .p-faq .__faq-item .__item-main .__item-list .__item-collapse__mark-container span:first-child {
  transition: transform 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
#top .p-faq .__faq-item .__item-main .__item-list .__item-collapse__mark.open .__item-collapse__mark-container span:first-child {
  transform: translate(-50%, -50%) rotate(0);
}
#top .p-faq .__faq-more {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  text-decoration: none;
  transition: gap 0.5s;
}
#top .p-faq .__faq-more:hover {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #top .p-faq .__faq-more {
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
}
#top .p-faq .__faq-more .__more-main {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
  text-decoration: none;
  border-bottom: 1px solid #351a0e;
  padding-bottom: 7px;
}
@media screen and (max-width: 1280px) {
  #top .p-faq .__faq-more .__more-main {
    font-size: 15px;
  }
}
#top .p-faq .__faq-more figure {
  padding: 15px;
  background-color: #ffeeda;
  border-radius: 100%;
}

#preschool .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #preschool .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#preschool .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #preschool .p-ttl .__en {
    font-size: 32px;
  }
}
#preschool .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #preschool .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#preschool .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .l-common {
    width: 335rem;
  }
}
#preschool .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__path--detail {
    padding: 0;
  }
}
#preschool .p-desc .__path--detail a {
  font-size: 12px;
}
#preschool .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#preschool .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#preschool .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#preschool .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#preschool .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#preschool .p-desc .__listpage .__ttl .__parvicon .__item:nth-last-child(3) {
  opacity: 1 !important;
}
#preschool .p-desc .__listpage .__ttl .__parvicon .__item:nth-last-child(3) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#preschool .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#preschool .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
    background-size: 20%;
  }
}
#preschool .p-desc .__listpage .__cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc .__listpage .__cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__cartegory .l-common {
    width: 335rem;
  }
}
#preschool .p-desc .__listpage .__cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-desc .__listpage .__cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#preschool .p-desc .__listpage .__cartegory--content {
  max-width: 800px;
  max-height: 200px;
  margin: auto;
}
#preschool .p-desc .__listpage .__cartegory--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px 5px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__cartegory--content img {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__cartegory--content {
    width: 100%;
  }
}
#preschool .p-desc .__listpage .__cartegory-slider {
  max-width: 800px;
  max-height: 500px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #preschool .p-desc .__listpage .__cartegory-slider {
    border-radius: 0;
  }
}
#preschool .p-desc .__listpage .__cartegory-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#preschool .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-classInfo {
    margin-top: 50rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-classInfo {
    margin-top: 0;
  }
}
#preschool .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 5%;
}
#preschool .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-classInfo .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#preschool .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#preschool .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
#preschool .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#preschool .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#preschool .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-classInfo .__info {
    gap: 24rem;
  }
}
#preschool .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #preschool .p-classInfo .__info--item {
    display: block;
  }
}
#preschool .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #preschool .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#preschool .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#preschool .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#preschool .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #preschool .p-feature {
    padding-top: 80rem;
    padding-bottom: 50rem;
  }
}
#preschool .p-feature::after {
  content: "";
  width: 100%;
  position: absolute;
  height: calc(100% + 500px);
  background: url("../img/preschool/bg_group.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  top: 0;
  left: 0;
  z-index: -1;
}
#preschool .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #preschool .p-feature .l-common {
    width: 335rem;
  }
}
#preschool .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#preschool .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#preschool .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #preschool .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#preschool .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#preschool .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #preschool .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#preschool .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#preschool .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#preschool .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#preschool .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#preschool .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#preschool .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #preschool .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-feature .__main--item {
    width: 335rem;
  }
}
#preschool .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#preschool .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#preschool .p-feature .__img {
  position: absolute;
  top: -9%;
  right: 15%;
}
#preschool .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 70px 0 75px 0;
  background-image: url(../img/preschool/bg_dailyplan.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  #preschool .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-dailyPlan {
    margin-top: 0;
    background-image: url(../img/preschool/bg_dailyplan_sp.png);
  }
}
#preschool .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #preschool .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#preschool .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-left: 20rem;
  }
}
#preschool .p-dailyPlan .l-common .__main--ttl .__en {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#preschool .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#preschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #preschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#preschool .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #preschool .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#preschool .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #preschool .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#preschool .p-dailyPlan .l-common .__main--plan .__item::after {
  content: "⁝";
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 85%);
}
@media screen and (max-width: 1280px) {
  #preschool .p-dailyPlan .l-common .__main--plan .__item::after {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #preschool .p-dailyPlan .l-common .__main--plan .__item::after {
    font-size: 30rem;
  }
}
#preschool .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  display: none;
}
#preschool .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#preschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}

.__parvicon {
  position: absolute;
  top: 139px;
  right: 0;
  display: inline-flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .__parvicon {
    top: 139rem;
  }
}
.__parvicon .__parvicon-ttl {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__parvicon-ttl {
    font-size: 13px;
  }
}
.__parvicon .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.__parvicon .__item-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__item-ctn {
    font-size: 13px;
  }
}
.__parvicon .__item:hover {
  opacity: 1;
}

#triallesson {
  background-color: #fffaf6;
}
#triallesson .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/triallesson/bg_ttl.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-ttl {
    padding: 40rem 20rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
#triallesson .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #triallesson .p-ttl .__en {
    font-size: 32px;
  }
}
#triallesson .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  #triallesson .p-ttl .__jp {
    font-size: 13px;
    padding-top: 8rem;
  }
}
#triallesson .p-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .l-common {
    width: 335rem;
  }
}
#triallesson .p-main .__path {
  padding-top: 24px;
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__path {
    font-size: 12px;
    padding-top: 24rem;
  }
}
#triallesson .p-main .__path a {
  font-size: 12px;
  text-decoration: none;
}
#triallesson .p-main .__desc {
  padding: 60px 0;
  color: var(--font-primary, #351a0e);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__desc {
    padding: 60rem 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__desc {
    font-size: 17px;
    padding: 20rem 0;
  }
}
#triallesson .p-main .__form {
  position: relative;
  display: flex;
  width: 960px;
  padding: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form {
    width: 960rem;
    padding: 80rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form {
    width: 335rem;
    padding: 20rem;
    gap: 10px;
  }
}
#triallesson .p-main .__form figure {
  position: absolute;
  top: -40px;
  right: 80px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form figure {
    top: -40rem;
    right: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form figure {
    width: 60rem;
    top: -20rem;
    right: 15rem;
  }
}
#triallesson .p-main .__form .__formBlock {
  width: 100%;
  position: relative;
}
#triallesson .p-main .__form .__formBlock.is-before::before {
  content: "";
  width: 100%;
  height: 53px;
  background-image: url(../img/triallesson/img-between.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -6%;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__formBlock.is-before::before {
    top: -4%;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form .__formBlock.is-before::before {
    width: 0;
  }
}
#triallesson .p-main .__form .__form-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-ttl {
    font-size: 24px;
    margin-bottom: 40rem;
  }
}
#triallesson .p-main .__form .__form-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form .__form-list {
    gap: 10px;
  }
}
#triallesson .p-main .__form .__form-list .__form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item {
    gap: 12rem;
  }
}
#triallesson .p-main .__form .__form-list .__form-item.mb2-0 .wpcf7-form-control-wrap {
  margin-bottom: -15px;
}
#triallesson .p-main .__form .__form-list .__form-item .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form .__form-list .__form-item .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
#triallesson .p-main .__form .__form-list .__form-item .flex input[type=text] {
  max-width: 300px;
}
#triallesson .p-main .__form .__form-list .__form-item .flex a {
  font-size: 13px;
  font-weight: 400;
  color: #2364af;
  text-wrap: nowrap;
  text-decoration: none;
}
#triallesson .p-main .__form .__form-list .__form-item .__type {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item .__type {
    gap: 12rem;
  }
}
#triallesson .p-main .__form .__form-list .__form-item .__type--mark {
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.325px;
  border-radius: 4px;
  background: var(--font-pink, #f08681);
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item .__type--mark {
    font-size: 13px;
  }
}
#triallesson .p-main .__form .__form-list .__form-item .__type--ttl {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item .__type--ttl {
    font-size: 15px;
  }
}
#triallesson .p-main .__form .__form-list .__form-item input[type=text],
#triallesson .p-main .__form .__form-list .__form-item input[type=number] {
  display: flex;
  height: 48px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  width: 800px;
  border: 1px solid #d6d6d6;
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item input[type=text],
  #triallesson .p-main .__form .__form-list .__form-item input[type=number] {
    width: 800rem;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form .__form-list .__form-item input[type=text],
  #triallesson .p-main .__form .__form-list .__form-item input[type=number] {
    width: 100%;
  }
}
#triallesson .p-main .__form .__form-list .__form-item input[type=text]:focus,
#triallesson .p-main .__form .__form-list .__form-item input[type=number]:focus {
  outline: 1px solid red;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item span {
    margin-bottom: 15rem;
  }
}
#triallesson .p-main .__form .__form-list .__form-item span label {
  font-size: 15px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item span label {
    font-size: 15px;
  }
}
#triallesson .p-main .__form .__form-list .__form-item #__Pnum {
  width: 300px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item #__Pnum {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form .__form-list .__form-item #__Pnum {
    width: 100%;
  }
}
#triallesson .p-main .__form .__form-list .__form-item #__prefectures {
  width: 300px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__form .__form-list .__form-item #__prefectures {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-main .__form .__form-list .__form-item #__prefectures {
    width: 100%;
  }
}
#triallesson .p-main .__img {
  display: block;
  z-index: 9999;
}
#triallesson .p-main .__select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__select {
    gap: 12rem;
  }
}
#triallesson .p-main .__select-desc {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__select-desc {
    gap: 12rem;
  }
}
#triallesson .p-main .__select-desc .__mark {
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: var(--font-pink, #f08681);
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.325px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__select-desc .__mark {
    font-size: 13px;
  }
}
#triallesson .p-main .__select-desc .__desc-content {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__select-desc .__desc-content {
    font-size: 15px;
  }
}
#triallesson .p-main .__select-social {
  padding-top: 12px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__select-social {
    padding-top: 12rem;
  }
}
#triallesson .p-main .__select-social form {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__select-social form {
    gap: 24rem;
  }
}
#triallesson .p-main .__select-social form span label {
  font-size: 15px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__select-social form span label {
    font-size: 15px;
  }
}
#triallesson .p-main .__area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__area {
    gap: 12rem;
  }
}
#triallesson .p-main .__area-purpose {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__area-purpose {
    gap: 12rem;
  }
}
#triallesson .p-main .__area-purpose .__mark {
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: #777;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.325px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__area-purpose .__mark {
    font-size: 13px;
  }
}
#triallesson .p-main .__area-purpose .__desc {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__area-purpose .__desc {
    font-size: 15px;
  }
}
#triallesson .p-main .__area textarea {
  display: flex;
  width: 100%;
  height: 150px;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  font-size: 13px;
  font-family: "BIZ UDPGothic";
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__area textarea {
    height: 150rem;
    padding: 16rem;
    gap: 10rem;
    font-size: 13px;
  }
}
#triallesson .p-main .__area textarea:focus {
  outline: 1px solid red;
}
#triallesson .p-main .__policy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#triallesson .p-main .__policy a {
  color: #2364af;
}
#triallesson .p-main .__policy-sub {
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  #triallesson .p-main .__policy-sub {
    font-size: 14px;
  }
}
#triallesson .p-main .__submit {
  padding: 16px 75px;
  border-radius: 100px;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.36px;
  display: block;
  margin: auto;
  background: url(../img/triallesson/bg_submit.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#triallesson .p-main .__submit:hover {
  opacity: 0.7;
}

.wpcf7-date {
  border: #d6d6d6 1px solid;
  padding: 12px 16px;
  width: 295px;
  border-radius: 8px;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .wpcf7-date {
    border: #d6d6d6 1px solid;
    padding: 12px 16px;
    width: 100%;
    border-radius: 8px;
    font-size: 13px;
  }
}

.wpcf7-select {
  border: #d6d6d6 1px solid;
  padding: 12px 16px;
  width: 295px;
  border-radius: 8px;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .wpcf7-select {
    border: #d6d6d6 1px solid;
    padding: 12px 16px;
    width: 100%;
    border-radius: 8px;
    font-size: 13px;
  }
}
.wpcf7-select option {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .wpcf7-select option {
    font-size: 13px;
  }
}

.wpcf7-form-control-wrap {
  font-size: 13px;
  width: 100%;
}

.wpcf7-list-item-label {
  margin-left: 8px;
  margin-right: 15px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 13px;
  }
}

.screen-reader-response {
  display: none;
}

input[type=radio] {
  width: 20px !important;
  height: 20px !important;
}

.wpcf7-list-item {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    padding-bottom: 0;
  }
}
.wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }
}

#triallessonApplication {
  background-color: #fffaf6;
}
#triallessonApplication .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/triallessonApplication/bg_ttl.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-ttl {
    padding: 80rem 0;
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-ttl {
    padding: 40rem 20rem;
    background-image: url(../img/triallessonApplication/bg_ttl.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
  }
}
#triallessonApplication .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-ttl .__en {
    font-size: 32px;
  }
}
#triallessonApplication .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-ttl .__jp {
    font-size: 13px;
    padding-top: 8rem;
  }
}
#triallessonApplication .p-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-main {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-main .l-common {
    width: 335rem;
  }
}
#triallessonApplication .p-main .l-common .mv {
  display: flex;
  flex-direction: column;
  padding: 60px 0 0;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .l-common .mv {
    padding: 60rem 0 0;
  }
}
#triallessonApplication .p-main .l-common .mv .__enttl {
  color: var(--font-orange, #f29c2e);
  text-align: center;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 14.3px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .l-common .mv .__enttl {
    font-size: 32px;
    margin-bottom: 13rem;
  }
}
#triallessonApplication .p-main .l-common .mv .__jpttl {
  color: var(--CoolGray-90, #21272a);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .l-common .mv .__jpttl {
    font-size: 24px;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-main .l-common .mv .__jpttl {
    font-size: 20px;
  }
}
#triallessonApplication .p-main .l-common .mv .__button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  padding: 14px 50px;
  border-radius: 100px;
  background-image: url(../img/triallessonApplication/bg_button.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-decoration: none;
}
#triallessonApplication .p-main .l-common .mv .__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .l-common .mv .__button {
    font-size: 16px;
  }
}
#triallessonApplication .p-main .__path {
  padding-top: 24px;
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__path {
    font-size: 12px;
    padding-top: 24rem;
  }
}
#triallessonApplication .p-main .__path a {
  font-size: 12px;
  text-decoration: none;
}
#triallessonApplication .p-main .__desc {
  padding: 60px 0;
  color: var(--font-primary, #351a0e);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__desc {
    padding: 60rem 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-main .__desc {
    font-size: 17px;
    padding: 20rem 0;
  }
}
#triallessonApplication .p-main .__form {
  position: relative;
  display: flex;
  width: 960px;
  padding: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form {
    width: 960rem;
    padding: 80rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-main .__form {
    width: 335rem;
    padding: 20rem;
    gap: 10rem;
  }
}
#triallessonApplication .p-main .__form figure {
  position: absolute;
  top: -40px;
  right: 80px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form figure {
    top: -40rem;
    right: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-main .__form figure {
    width: 60rem;
    top: -20rem;
    right: 8rem;
  }
}
#triallessonApplication .p-main .__form .__formBlock {
  width: 100%;
}
#triallessonApplication .p-main .__form .__form-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-ttl {
    font-size: 24px;
    margin-bottom: 40rem;
  }
}
#triallessonApplication .p-main .__form .__form-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list {
    gap: 32px;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item {
    gap: 12rem;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item .__type {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item .__type {
    gap: 12rem;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item .__type--mark {
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.325px;
  border-radius: 4px;
  background: var(--font-pink, #f08681);
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item .__type--mark {
    font-size: 13px;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item .__type--ttl {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item .__type--ttl {
    font-size: 15px;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item input[type=text],
#triallessonApplication .p-main .__form .__form-list .__form-item input[type=number] {
  display: flex;
  height: 48px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  width: 800px;
  border: 1px solid #d6d6d6;
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item input[type=text],
  #triallessonApplication .p-main .__form .__form-list .__form-item input[type=number] {
    width: 800rem;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item input[type=text],
  #triallessonApplication .p-main .__form .__form-list .__form-item input[type=number] {
    width: 100%;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item input[type=text]:focus,
#triallessonApplication .p-main .__form .__form-list .__form-item input[type=number]:focus {
  outline: 1px solid red;
}
#triallessonApplication .p-main .__form .__form-list .__form-item span {
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item span {
    margin-bottom: 15rem;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item span label {
  font-size: 15px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item span label {
    font-size: 15px;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item textarea {
  display: flex;
  width: 100%;
  height: 150px;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  font-size: 13px;
  font-family: "BIZ UDPGothic";
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__form .__form-list .__form-item textarea {
    height: 150rem;
    padding: 16rem;
    gap: 10rem;
    font-size: 13px;
  }
}
#triallessonApplication .p-main .__form .__form-list .__form-item textarea:focus {
  outline: 1px solid red;
}
#triallessonApplication .p-main .__area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__area {
    gap: 12rem;
  }
}
#triallessonApplication .p-main .__area-purpose {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__area-purpose {
    gap: 12rem;
  }
}
#triallessonApplication .p-main .__area-purpose .__mark {
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: #777;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.325px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__area-purpose .__mark {
    font-size: 13px;
  }
}
#triallessonApplication .p-main .__area-purpose .__desc {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__area-purpose .__desc {
    font-size: 15px;
  }
}
#triallessonApplication .p-main .__policy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#triallessonApplication .p-main .__policy a {
  color: #2364af;
}
#triallessonApplication .p-main .__policy-sub {
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__policy-sub {
    font-size: 14px;
  }
}
#triallessonApplication .p-main .__submit {
  padding: 16px 75px;
  border-radius: 100px;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.36px;
  display: block;
  margin: auto;
  background: url(../img/triallessonApplication/bg_submit.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#triallessonApplication .p-main .__submit:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1280px) {
  #triallessonApplication .p-main .__submit {
    margin-top: 20px;
  }
}

.wpcf7-submit {
  margin-top: 10px !important;
}

#thanks {
  background-color: #fffaf6;
}
#thanks .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/triallessonApplication/bg_ttl.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #thanks .p-ttl {
    padding: 80rem 0;
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  #thanks .p-ttl {
    padding: 40rem 20rem;
    background-image: url(../img/triallessonApplication/bg_ttl.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
  }
}
#thanks .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #thanks .p-ttl .__en {
    font-size: 32px;
  }
}
#thanks .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  #thanks .p-ttl .__jp {
    font-size: 13px;
    padding-top: 8rem;
  }
}
#thanks .p-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  #thanks .p-main {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #thanks .p-main {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #thanks .p-main .l-common {
    width: 335rem;
  }
}
#thanks .p-main .__path {
  padding-top: 24px;
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
}
@media screen and (max-width: 1280px) {
  #thanks .p-main .__path {
    font-size: 12px;
    padding-top: 24rem;
  }
}
#thanks .p-main .__path a {
  font-size: 12px;
  text-decoration: none;
}
#thanks .p-main .__desc {
  padding: 60px 0 0;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1280px) {
  #thanks .p-main .__desc {
    padding: 60rem 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #thanks .p-main .__desc {
    font-size: 17px;
    padding: 20rem 0;
  }
}
#thanks .p-main .__info {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #thanks .p-main .__info {
    padding-top: 40rem;
    gap: 15rem;
  }
}
#thanks .p-main .__info-ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #thanks .p-main .__info-ctn {
    font-size: 15px;
  }
}
#thanks .p-main .__info-detail {
  display: inline-flex;
  padding: 24px;
  align-items: center;
  gap: 32px;
  border-radius: 15px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1280px) {
  #thanks .p-main .__info-detail {
    padding: 24rem;
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  #thanks .p-main .__info-detail {
    flex-direction: column;
  }
}
#thanks .p-main .__info-detail .__phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
#thanks .p-main .__info-detail .__phone span {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
}
@media screen and (max-width: 1280px) {
  #thanks .p-main .__info-detail .__phone span {
    font-size: 24px;
  }
}
#thanks .p-main .__info-detail .__bhour {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
}
@media screen and (max-width: 1280px) {
  #thanks .p-main .__info-detail .__bhour {
    font-size: 13px;
  }
}
#thanks .p-main .link-wrap {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #thanks .p-main .link-wrap {
    flex-direction: column;
  }
}
#thanks .p-main .link-wrap .link-item {
  position: relative;
  cursor: pointer;
}
#thanks .p-main .link-wrap .link-item figure {
  max-width: 450px;
  border-radius: 15px;
  overflow: hidden;
}
#thanks .p-main .link-wrap .link-item figure img {
  transition: all 0.3s;
}
#thanks .p-main .link-wrap .link-item:hover figure img {
  transform: scale(1.1);
}
#thanks .p-main .link-wrap .link-item:hover a {
  gap: 20px;
}
#thanks .p-main .link-wrap .link-item a {
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  transition: all 0.3s;
}

#privacypolicy {
  background-color: #fffaf6;
}
#privacypolicy .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/triallessonApplication/bg_ttl.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #privacypolicy .p-ttl {
    padding: 80rem 0;
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  #privacypolicy .p-ttl {
    padding: 40rem 20rem;
    background-image: url(../img/triallessonApplication/bg_ttl.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
  }
}
#privacypolicy .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .p-ttl .__en {
    font-size: 32px;
  }
}
#privacypolicy .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .p-ttl .__jp {
    font-size: 13px;
    padding-top: 8rem;
  }
}
#privacypolicy .p-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  #privacypolicy .p-main {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #privacypolicy .p-main {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #privacypolicy .p-main .l-common {
    width: 335rem;
  }
}
#privacypolicy .p-main .__path {
  padding-top: 24px;
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
}
@media screen and (max-width: 1280px) {
  #privacypolicy .p-main .__path {
    font-size: 12px;
    padding-top: 24rem;
  }
}
#privacypolicy .p-main .__path a {
  font-size: 12px;
  text-decoration: none;
}
#privacypolicy .p-main .__privacy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  padding-top: 80px;
}
@media screen and (max-width: 1280px) {
  #privacypolicy .p-main .__privacy {
    gap: 60rem;
    padding-top: 80rem;
  }
}
#privacypolicy .p-main .__privacy-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #privacypolicy .p-main .__privacy-item {
    gap: 24rem;
  }
}
#privacypolicy .p-main .__privacy-item .__item--ttl {
  display: inline-flex;
  padding-left: 24px;
  justify-content: center;
  align-items: start;
  gap: 10px;
  border-left: 4px solid var(--font-orange, #f29c2e);
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
  letter-spacing: 0.48px;
  width: auto;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  #privacypolicy .p-main .__privacy-item .__item--ttl {
    font-size: 24px;
    padding-left: 24rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #privacypolicy .p-main .__privacy-item .__item--ttl {
    font-size: 20px;
  }
}
#privacypolicy .p-main .__privacy-item .__item--ctn {
  color: var(--font-brack, #242424);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #privacypolicy .p-main .__privacy-item .__item--ctn {
    font-size: 15px;
  }
}

#elementaryschool .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#elementaryschool .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-ttl .__en {
    font-size: 32px;
  }
}
#elementaryschool .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#elementaryschool .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .l-common {
    width: 335rem;
  }
}
#elementaryschool .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__path--detail {
    padding: 0;
  }
}
#elementaryschool .p-desc .__path--detail a {
  font-size: 12px;
}
#elementaryschool .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#elementaryschool .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#elementaryschool .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#elementaryschool .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#elementaryschool .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#elementaryschool .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(4) {
  opacity: 1 !important;
}
#elementaryschool .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(4) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#elementaryschool .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#elementaryschool .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
    background-size: 20%;
  }
}
#elementaryschool .p-desc .__listpage .__content-img {
  max-width: 332px;
  width: 100%;
}
#elementaryschool .p-desc .__listpage .__cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .__listpage .__cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__cartegory .l-common {
    width: 335rem;
  }
}
#elementaryschool .p-desc .__listpage .__cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .__listpage .__cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#elementaryschool .p-desc .__listpage .__cartegory--content {
  max-width: 800px;
  max-height: 200px;
  margin: auto;
}
#elementaryschool .p-desc .__listpage .__cartegory--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px 5px;
  border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__cartegory--content img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__cartegory--content {
    width: 100%;
  }
}
#elementaryschool .p-desc .__listpage .__cartegory-slider {
  max-width: 800px;
  max-height: 500px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .__listpage .__cartegory-slider {
    border-radius: 10px;
  }
}
#elementaryschool .p-desc .__listpage .__cartegory-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#elementaryschool .bg {
  background-image: url(../img/preschool/bg-elementryschool-top.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #elementaryschool .bg {
    background-size: cover;
    background-position: center;
  }
}
#elementaryschool .bg.top {
  padding-bottom: 400px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .bg.top {
    padding-bottom: 0;
  }
}
#elementaryschool .bg.down {
  margin-top: -400px;
  background-image: url(../img/preschool/bg-elementryschool-down.png);
}
@media screen and (max-width: 768px) {
  #elementaryschool .bg.down {
    margin-top: 0;
  }
}
#elementaryschool .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo {
    padding-top: 50rem;
    padding-bottom: 140rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo {
    padding-top: 0;
    padding-bottom: 60rem;
  }
}
#elementaryschool .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 5%;
}
#elementaryschool .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo .l-common {
    width: 335rem;
    padding: 40rem 20rem;
  }
}
#elementaryschool .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 482px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#elementaryschool .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo .__ttl--en {
    font-size: 28px;
  }
}
#elementaryschool .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#elementaryschool .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#elementaryschool .p-classInfo .__ttl--jp svg {
  max-width: 12px;
  min-width: 12px;
}
#elementaryschool .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo .__info {
    gap: 24rem;
  }
}
#elementaryschool .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo .__info--item {
    display: block;
  }
}
#elementaryschool .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#elementaryschool .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#elementaryschool .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#elementaryschool .p-classInfo-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo-sec {
    padding-top: 50rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo-sec {
    padding-top: 100rem;
  }
}
#elementaryschool .p-classInfo-sec .__classInfo-img {
  position: absolute;
  z-index: 9999;
  max-width: 240px;
  top: 2%;
  right: 5%;
}
#elementaryschool .p-classInfo-sec .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: 80%;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo-sec .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo-sec .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#elementaryschool .p-classInfo-sec .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 482px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo-sec .__ttl {
    gap: 15rem;
  }
}
#elementaryschool .p-classInfo-sec .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo-sec .__ttl--en {
    font-size: 33px;
  }
}
#elementaryschool .p-classInfo-sec .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo-sec .__ttl--jp {
    gap: 8rem;
  }
}
#elementaryschool .p-classInfo-sec .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#elementaryschool .p-classInfo-sec .__ttl--jp svg {
  max-width: 12px;
  min-width: 12px;
}
#elementaryschool .p-classInfo-sec .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo-sec .__info {
    gap: 24rem;
  }
}
#elementaryschool .p-classInfo-sec .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo-sec .__info--item {
    display: block;
  }
}
#elementaryschool .p-classInfo-sec .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo-sec .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#elementaryschool .p-classInfo-sec .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#elementaryschool .p-classInfo-sec .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#elementaryschool .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-feature {
    padding-top: 80rem;
    padding-bottom: 50rem;
  }
}
#elementaryschool .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-feature .l-common {
    width: 335rem;
  }
}
#elementaryschool .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#elementaryschool .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#elementaryschool .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#elementaryschool .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#elementaryschool .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#elementaryschool .p-feature .__ttl--jp svg {
  max-width: 12px;
  min-width: 12px;
}
#elementaryschool .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#elementaryschool .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#elementaryschool .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#elementaryschool .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#elementaryschool .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#elementaryschool .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-feature .__main--item {
    width: 335rem;
  }
}
#elementaryschool .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#elementaryschool .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#elementaryschool .p-feature .__img {
  position: absolute;
  top: -9%;
  right: 15%;
}
#elementaryschool .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 75px 0;
  border-radius: 480px 0px 0px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan.pt-0 {
    padding-top: 0;
  }
}
#elementaryschool .p-dailyPlan .__absolute-img {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .__absolute-img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
    border-radius: 480rem 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan {
    margin-top: 0;
    border-radius: 0px 0px 0px 0px;
    background-size: cover;
    padding: 50rem 0 35rem;
  }
}
#elementaryschool .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .l-common .__main--ttl {
    float: left;
    padding-left: 20rem;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--ttl .__en {
  color: #f29c2e;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .l-common .__main--ttl .__en {
    font-size: 33px;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 617px;
}
#elementaryschool .p-dailyPlan .l-common .__main--plan p {
  font-size: 20px;
  line-height: 40px;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .l-common .__main--plan p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#elementaryschool .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  height: 0;
}
#elementaryschool .p-dailyPlan .l-common .__main--plan .__item::after {
  position: absolute;
  content: "";
  height: 51px;
  border-right: 8px dotted white;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #67b56a);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#elementaryschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 13px;
  }
}
#elementaryschool .p-dailyPlan .l-common .__main--plan .__item .__detail span {
  font-size: 15px;
}
#elementaryschool .p-dailyPlan .l-common .__img figure {
  max-width: 356px;
}

.__parvicon {
  position: absolute;
  top: 139px;
  right: 0;
  display: inline-flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .__parvicon {
    top: 139rem;
  }
}
.__parvicon .__parvicon-ttl {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__parvicon-ttl {
    font-size: 13px;
  }
}
.__parvicon .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.__parvicon .__item-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__item-ctn {
    font-size: 13px;
  }
}
.__parvicon .__item:hover {
  opacity: 1;
}

#kinderschool .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#kinderschool .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-ttl .__en {
    font-size: 32px;
  }
}
#kinderschool .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#kinderschool .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .l-common {
    width: 335rem;
  }
}
#kinderschool .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .__path--detail {
    padding: 0;
  }
}
#kinderschool .p-desc .__path--detail a {
  font-size: 12px;
}
#kinderschool .p-desc .___listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .___listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage {
    margin-top: 40rem;
  }
}
#kinderschool .p-desc .___listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .___listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#kinderschool .p-desc .___listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .__ttl--main {
    font-size: 20px;
  }
}
#kinderschool .p-desc .___listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .__ttl--sub {
    font-size: 20px;
  }
}
#kinderschool .p-desc .___listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f29c2e;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#kinderschool .p-desc .___listpage .__ttl .__parvicon .__item:nth-last-child(2) {
  opacity: 1 !important;
}
#kinderschool .p-desc .___listpage .__ttl .__parvicon .__item:nth-last-child(2) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#kinderschool .p-desc .___listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .___listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#kinderschool .p-desc .___listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .___listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
  }
}
#kinderschool .p-desc .___listpage .___cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .___listpage .___cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .___cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .___cartegory .l-common {
    width: 335rem;
  }
}
#kinderschool .p-desc .___listpage .___cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .___listpage .___cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#kinderschool .p-desc .___listpage .___cartegory--content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-desc .___listpage .___cartegory--content {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-desc .___listpage .___cartegory--content {
    grid-template-columns: 1fr;
    width: 335rem;
  }
}
#kinderschool .p-desc .___listpage .___cartegory--content img {
  width: 100%;
}
#kinderschool .p-desc .___listpage .___cartegory-slider {
  padding-bottom: 15px;
}
#kinderschool .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-classInfo {
    margin-top: 50rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-classInfo {
    margin-top: 0;
  }
}
#kinderschool .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  top: 2%;
  right: 3%;
}
#kinderschool .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/kinderschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-classInfo .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#kinderschool .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#kinderschool .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
#kinderschool .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#kinderschool .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#kinderschool .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-classInfo .__info {
    gap: 24rem;
  }
}
#kinderschool .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-classInfo .__info--item {
    display: block;
  }
}
#kinderschool .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#kinderschool .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#kinderschool .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#kinderschool .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-feature {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
}
#kinderschool .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-feature .l-common {
    width: 335rem;
  }
}
#kinderschool .p-feature .l-common .__feature-img {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kinderschool .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#kinderschool .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#kinderschool .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#kinderschool .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#kinderschool .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#kinderschool .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: auto;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#kinderschool .p-feature .__main--item:first-child {
  background-image: url(../img/kinderschool/bg_feature_1.png);
}
#kinderschool .p-feature .__main--item:first-child .__ttl {
  color: #f6c644;
}
#kinderschool .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/kinderschool/bg_feature_2.png);
  border: 3px dashed var(--font-light-blue, #5bb7d2);
}
#kinderschool .p-feature .__main--item:nth-child(2) .__ttl {
  color: #5bb7d2;
}
#kinderschool .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/kinderschool/bg_feature_4.png);
  border: 3px dashed var(--font-green, #67b56a);
  color: #67b56a;
}
#kinderschool .p-feature .__main--item:last-child {
  background-image: url(../img/kinderschool/bg_feature_3.png);
  border: 3px dashed var(--font-pink, #f08681);
}
#kinderschool .p-feature .__main--item:last-child .__ttl {
  color: #f08681;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-feature .__main--item {
    background-size: 20%;
    width: 335rem;
  }
}
#kinderschool .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#kinderschool .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#kinderschool .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 70px 0 75px 0;
  background-image: url(../img/preschool/bg_dailyplan.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-dailyPlan {
    margin-top: 0;
    background-image: url(../img/preschool/bg_dailyplan_sp.png);
  }
}
#kinderschool .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#kinderschool .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-left: 20rem;
  }
}
#kinderschool .p-dailyPlan .l-common .__main--ttl .__en {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#kinderschool .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#kinderschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #kinderschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#kinderschool .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#kinderschool .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  #kinderschool .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #kinderschool .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#kinderschool .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#kinderschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}

#teacher .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #teacher .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-ttl {
    padding: 70rem 20rem 40rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#teacher .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #teacher .p-ttl .__en {
    font-size: 32px;
  }
}
#teacher .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #teacher .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#teacher .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #teacher .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-desc {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-desc .l-common {
    width: 335rem;
  }
}
#teacher .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #teacher .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-desc .__path--detail {
    padding: 0;
  }
}
#teacher .p-desc .__path--detail a {
  font-size: 12px;
}
#teacher .p-teachers {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers {
    margin-top: 80rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers {
    margin-top: 40rem;
  }
}
#teacher .p-teachers .l-common {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common {
    width: 335rem;
    gap: 20rem;
  }
}
#teacher .p-teachers .l-common .teacher-items {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items {
    padding-top: 60px;
  }
}
#teacher .p-teachers .l-common .teacher-items h3 {
  font-size: 40px;
  color: #f29c2e;
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items h3 {
    font-size: 32px;
  }
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item {
  display: flex;
  width: 100%;
  padding: 40px;
  align-items: flex-start;
  gap: 40px;
  border-radius: 10px;
  border: 2px dashed rgba(240, 134, 129, 0.5);
  background: #fff;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item {
    padding: 40rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item {
    flex-direction: column;
    gap: 20rem;
    padding: 20rem;
    align-items: center;
  }
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-img {
  max-width: 260px;
  min-width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 15px;
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-img figure {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-img {
    max-width: 260rem;
    min-width: 260rem;
    height: 260rem;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-img {
    width: 100%;
    height: auto;
  }
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info {
    width: 100%;
  }
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__name {
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  text-overflow: ellipsis;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__name {
    font-size: 15px;
  }
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__subject {
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  text-align: justify;
  text-overflow: ellipsis;
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__subject {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__subject {
    font-size: 13px;
  }
}
#teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__detail {
  color: var(--font-primary, #351a0e);
  text-align: justify;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .teacher-items .teacher-lists .__teacher-item .__teacher-info .__detail {
    font-size: 13px;
  }
}

#access .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #access .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #access .p-ttl {
    padding: 50rem 20rem 20rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#access .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #access .p-ttl .__en {
    font-size: 32px;
  }
}
#access .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #access .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#access .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #access .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #access .p-desc {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #access .p-desc .l-common {
    width: 335rem;
  }
}
#access .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #access .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #access .p-desc .__path--detail {
    padding: 0;
  }
}
#access .p-desc .__path--detail a {
  font-size: 12px;
}
#access .p-access {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #access .p-access {
    margin-top: 40rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #access .p-access {
    margin-top: 0rem;
    margin-bottom: 40rem;
  }
}
#access .p-access .l-common {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #access .p-access .l-common {
    width: 335rem;
  }
}
#access .p-access .l-common .__access-info .__info-ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #access .p-access .l-common .__access-info .__info-ttl {
    padding-bottom: 60rem;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #access .p-access .l-common .__access-info .__info-ttl {
    padding-bottom: 30rem;
  }
}
#access .p-access .l-common .__access-info .__info-ttl .__ttl-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #access .p-access .l-common .__access-info .__info-ttl .__ttl-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #access .p-access .l-common .__access-info .__info-ttl .__ttl-ttl {
    font-size: 32px;
    margin-top: 40px;
  }
}
#access .p-access .l-common .__access-info .__info-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#access .p-access .l-common .__access-info .__info-ttl .__ttl-sub .__ttl-jp {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #access .p-access .l-common .__access-info .__info-ttl .__ttl-sub .__ttl-jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #access .p-access .l-common .__access-info .__info-ttl .__ttl-sub .__ttl-jp {
    font-size: 13px;
  }
}
#access .p-access .l-common .__access-info .__info-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#access .p-access .l-common .__access-info .__info-main .__main-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#access .p-access .l-common .__access-info .__info-main .__main-item .__item-detail {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #access .p-access .l-common .__access-info .__info-main .__main-item .__item-detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #access .p-access .l-common .__access-info .__info-main .__main-item .__item-detail {
    font-size: 13px;
  }
}
#access .p-access .l-common .__access-info .__info-main .__main-item .__item-detail span {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#access .p-access .l-common .__map {
  width: 480px;
  height: 320px;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #access .p-access .l-common .__map {
    width: 480rem;
    height: 320rem;
  }
}
@media screen and (max-width: 768px) {
  #access .p-access .l-common .__map {
    width: 100%;
    height: 150rem;
    margin-top: 30rem;
  }
}
#access .p-access .l-common .__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#schoolinfo .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-ttl {
    padding: 50rem 20rem 20rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#schoolinfo .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-ttl .__en {
    font-size: 32px;
  }
}
#schoolinfo .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#schoolinfo .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-desc {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-desc .l-common {
    width: 335rem;
  }
}
#schoolinfo .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-desc .__path--detail {
    padding: 0;
  }
}
#schoolinfo .p-desc .__path--detail a {
  font-size: 12px;
}
#schoolinfo .p-philosophy {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy {
    margin-top: 40rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-philosophy {
    margin-top: 0rem;
    margin-bottom: 40rem;
  }
}
#schoolinfo .p-philosophy .l-common {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-philosophy .l-common {
    flex-direction: column;
    align-items: start;
    gap: 30rem;
    width: 335rem;
  }
}
#schoolinfo .p-philosophy .l-common .__philosophy-ttl .__ttl-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl .__ttl-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl .__ttl-ttl {
    font-size: 32px;
    margin-top: 30rem;
  }
}
#schoolinfo .p-philosophy .l-common .__philosophy-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#schoolinfo .p-philosophy .l-common .__philosophy-ttl .__ttl-sub .__ttl-jp {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl .__ttl-sub .__ttl-jp {
    font-size: 15px;
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl .__ttl-sub .__ttl-jp {
    padding-bottom: 20rem;
  }
}
#schoolinfo .p-philosophy .l-common .__philosophy-ttl .__philosophy-ctn {
  color: var(--Base-DarkGrey, #333);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
  letter-spacing: 0.48px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl .__philosophy-ctn {
    font-size: 24px;
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl .__philosophy-ctn {
    font-size: 20px;
    padding-bottom: 40rem;
  }
}
#schoolinfo .p-philosophy .l-common .__philosophy-ttl picture {
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl picture {
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-ttl picture {
    padding-bottom: 40rem;
  }
}
#schoolinfo .p-philosophy .l-common .__philosophy-ttl picture img {
  width: 90%;
}
#schoolinfo .p-philosophy .l-common .__philosophy-main {
  width: 480px;
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-main {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-main {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-main {
    font-size: 13px;
  }
}
#schoolinfo .p-philosophy .l-common .__philosophy-main span {
  color: var(--font-green, #67b56a);
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-philosophy .l-common .__philosophy-main span {
    font-size: 15px;
  }
}
#schoolinfo .p-schoolinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/schoolinfo/bg-outline.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 0 80px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo {
    padding: 120rem 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo {
    padding: 50rem 0 40rem;
    background-position: bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common {
    width: 335rem;
  }
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-ttl .__ttl-ttl {
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-ttl .__ttl-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-ttl .__ttl-ttl {
    font-size: 32px;
  }
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-ttl .__ttl-sub .__ttl-jp {
  color: var(---Base-White, #fff);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-ttl .__ttl-sub .__ttl-jp {
    font-size: 13px;
  }
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main {
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 80px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main {
    flex-direction: column;
    align-items: center;
    padding: 20rem;
  }
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ctn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ctn {
    font-size: 13px;
  }
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo {
  width: 100%;
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-img {
    width: 100%;
  }
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info {
  margin-top: 30px;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info {
    font-size: 13px;
  }
}
#schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info span {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .__greeting .__greeting-main .__main-ceo .__ceo-info span {
    font-size: 18px;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline {
    margin-top: 50rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline {
    margin-top: 0;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 22%;
}
#schoolinfo .p-schoolinfo .l-common .p-outline .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/schoolinfo/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .l-common {
    width: 335rem;
    padding: 20rem;
    margin-top: 40rem;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .__ttl {
    gap: 15rem;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .__ttl--en {
    font-size: 40px;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .__ttl--jp {
    gap: 8rem;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .__info {
    gap: 24rem;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .__info--item {
    display: block;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #schoolinfo .p-schoolinfo .l-common .p-outline .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#schoolinfo .p-schoolinfo .l-common .p-outline .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}

#flow .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #flow .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#flow .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #flow .p-ttl .__en {
    font-size: 32px;
  }
}
#flow .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #flow .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#flow .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #flow .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-desc .l-common {
    width: 335rem;
  }
}
#flow .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #flow .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-desc .__path--detail {
    padding: 0;
  }
}
#flow .p-desc .__path--detail a {
  font-size: 12px;
}
#flow .p-desc .__listpage {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow .p-desc .__listpage .badge {
  max-width: 483px;
  width: 100%;
  margin: auto;
}
#flow .p-desc .__listpage .decoration {
  padding-top: 30px;
}
@media screen and (max-width: 1280px) {
  #flow .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#flow .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #flow .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#flow .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #flow .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#flow .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #flow .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#flow .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#flow .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #flow .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#flow .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #flow .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
  }
}
#flow .p-step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
}
@media screen and (max-width: 1280px) {
  #flow .p-step {
    padding: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-step {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
#flow .p-step .l-common {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #flow .p-step .l-common {
    width: 335rem;
  }
}
#flow .p-step .l-common .__step-item {
  display: flex;
  width: 100%;
}
#flow .p-step .l-common .__step-item .__mark {
  display: flex;
  width: 90px;
  padding: 74px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 20px 0px 0px 20px;
  background: var(--font-green, #67b56a);
}
@media screen and (max-width: 768px) {
  #flow .p-step .l-common .__step-item .__mark {
    width: 60px;
  }
}
#flow .p-step .l-common .__step-item .__mark p {
  color: var(--font-white, #fff);
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1280px) {
  #flow .p-step .l-common .__step-item .__mark p {
    font-size: 20px;
  }
}
#flow .p-step .l-common .__step-item .__mark p span {
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1280px) {
  #flow .p-step .l-common .__step-item .__mark p span {
    font-size: 20px;
  }
}
#flow .p-step .l-common .__step-item .__main {
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 24px;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #flow .p-step .l-common .__step-item .__main {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-step .l-common .__step-item .__main {
    padding: 8px;
  }
}
#flow .p-step .l-common .__step-item .__main .__main-ctn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
#flow .p-step .l-common .__step-item .__main .__main-img img {
  width: 300px;
  border-radius: 15px;
}
#flow .p-step .l-common .__step-item .__main .__ctn-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  letter-spacing: 1px;
}
@media screen and (max-width: 1280px) {
  #flow .p-step .l-common .__step-item .__main .__ctn-ttl {
    font-size: 20px;
  }
}
#flow .p-step .l-common .__step-item .__main .__ctn-ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #flow .p-step .l-common .__step-item .__main .__ctn-ctn {
    font-size: 15px;
  }
}
#flow .p-step .l-common .__step-item .__main .__ctn-btn {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  color: white;
  background-image: url(../img/header/bg_mailbuttom.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1280px) {
  #flow .p-step .l-common .__step-item .__main .__ctn-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #flow .p-step .l-common .__step-item .__main .__ctn-btn {
    font-size: 12px;
  }
}
#flow .p-step .l-common .__step-item .__main .__ctn-btn:hover {
  opacity: 0.6;
}

#trialclass .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-ttl {
    padding: 70rem 20rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#trialclass .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-ttl .__en {
    font-size: 32px;
  }
}
#trialclass .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#trialclass .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .l-common {
    width: 335rem;
  }
}
#trialclass .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .__path--detail {
    padding: 0;
  }
}
#trialclass .p-desc .__path--detail a {
  font-size: 12px;
}
#trialclass .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#trialclass .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#trialclass .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#trialclass .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#trialclass .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#trialclass .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#trialclass .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 13px;
  }
}
#trialclass .p-desc .__listpage .__join {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
#trialclass .p-desc .__listpage .__join p {
  color: var(--font-pink, #f08681);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc .__listpage .__join p {
    font-size: 15px;
  }
}
#trialclass .p-desc .__listpage .__join .__content-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  padding: 13px 30px;
  border-radius: 50px;
  background-image: url(../img/header/bg_mailbuttom.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-desc .__listpage .__join .__content-btn {
    font-size: 16px;
  }
}
#trialclass .p-desc .__listpage .__join .__content-btn:hover {
  opacity: 0.6;
}
#trialclass .p-reason {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-reason .l-common {
    width: 335rem;
  }
}
@media screen and (max-width: 1280px) {
  #trialclass .p-reason {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-reason {
    padding-top: 30rem;
  }
}
#trialclass .p-reason .l-common .__reason-ttl {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
#trialclass .p-reason .l-common .__reason-ttl .__ttl-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-reason .l-common .__reason-ttl .__ttl-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-reason .l-common .__reason-ttl .__ttl-ttl {
    font-size: 32px;
  }
}
#trialclass .p-reason .l-common .__reason-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#trialclass .p-reason .l-common .__reason-ttl .__ttl-sub .__ttl-jp {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-reason .l-common .__reason-ttl .__ttl-sub .__ttl-jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-reason .l-common .__reason-ttl .__ttl-sub .__ttl-jp {
    font-size: 13px;
  }
}
#trialclass .p-reason .l-common .__reason-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #trialclass .p-reason .l-common .__reason-main {
    flex-direction: column;
    gap: 30rem;
  }
}
#trialclass .p-reason .l-common .__reason-main .__main-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3px;
  max-width: 620px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-reason .l-common .__reason-main .__main-ctn {
    font-size: 15px;
    width: 620rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-reason .l-common .__reason-main .__main-ctn {
    font-size: 13px;
    width: 100%;
  }
}
#trialclass .p-reason .l-common .__reason-main .__main-ctn span {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-reason .l-common .__reason-main .__main-ctn span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-reason .l-common .__reason-main .__main-ctn span {
    font-size: 13px;
  }
}
#trialclass .p-slider {
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-slider {
    padding-top: 80rem;
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-slider {
    padding-top: 30rem;
    padding-bottom: 50rem;
  }
}
#trialclass .p-slider .p-slider-lists {
  position: relative;
  z-index: 5;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
#trialclass .p-slider .p-slider-lists .__slider-item {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: auto;
  padding: 10px;
}
#trialclass .p-slider .p-slider-lists .__slider-item img {
  border-radius: 10px;
}
#trialclass .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 70px 0 75px 0;
  border-radius: 480px 0px 0px 0px;
  background-color: #ffe7e5;
  position: relative;
  background-image: url(../img/preschool/bg-dailyplain.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#trialclass .p-dailyPlan .__absolute-img {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-dailyPlan .__absolute-img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #trialclass .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
    border-radius: 480rem 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-dailyPlan {
    margin-top: 0;
    background-color: #ffe7e5;
    border-radius: 0px 0px 0px 0px;
  }
}
#trialclass .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #trialclass .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#trialclass .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-dailyPlan .l-common .__main--ttl {
    float: left;
    padding-left: 20rem;
  }
}
#trialclass .p-dailyPlan .l-common .__main--ttl .__en {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#trialclass .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#trialclass .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#trialclass .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#trialclass .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#trialclass .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  height: 0;
}
#trialclass .p-dailyPlan .l-common .__main--plan .__item::after {
  position: absolute;
  content: "";
  height: 51px;
  border-right: 8px dotted white;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#trialclass .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #67b56a);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#trialclass .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 13px;
  }
}
#trialclass .p-dailyPlan .l-common .__main--plan .__item .__detail span {
  font-size: 15px;
}
#trialclass .p-application {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/trialclass/bg-application.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-application {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }
}
#trialclass .p-application .l-common {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-application .l-common {
    width: 335rem;
    padding: 20rem;
    flex-direction: column;
  }
}
#trialclass .p-application .l-common .__app-info .__info-ttl {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
#trialclass .p-application .l-common .__app-info .__info-ttl .__ttl-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-application .l-common .__app-info .__info-ttl .__ttl-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-application .l-common .__app-info .__info-ttl .__ttl-ttl {
    font-size: 32px;
  }
}
#trialclass .p-application .l-common .__app-info .__info-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#trialclass .p-application .l-common .__app-info .__info-ttl .__ttl-sub .__ttl-jp {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #trialclass .p-application .l-common .__app-info .__info-ttl .__ttl-sub .__ttl-jp {
    font-size: 15px;
  }
}
#trialclass .p-application .l-common .__app-info .__info-ctn .__help {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-application .l-common .__app-info .__info-ctn .__help {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-application .l-common .__app-info .__info-ctn .__help {
    font-size: 13px;
  }
}
#trialclass .p-application .l-common .__app-info .__info-ctn .__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}
#trialclass .p-application .l-common .__app-info .__info-ctn .__phone p {
  color: var(--font-pink, #f08681);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
}
@media screen and (max-width: 1280px) {
  #trialclass .p-application .l-common .__app-info .__info-ctn .__phone p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #trialclass .p-application .l-common .__app-info .__info-ctn .__phone p {
    font-size: 24px;
  }
}
#trialclass .p-application .l-common .__app-info .__info-ctn .__book {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  padding-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-application .l-common .__app-info .__info-ctn .__book {
    font-size: 13px;
  }
}
#trialclass .p-application .l-common .__app-info .__info-ctn .__content-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  padding: 13px 30px;
  border-radius: 50px;
  background-image: url(../img/header/bg_mailbuttom.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1280px) {
  #trialclass .p-application .l-common .__app-info .__info-ctn .__content-btn {
    font-size: 15px;
  }
}
#trialclass .p-application .l-common .__app-info .__info-ctn .__content-btn:hover {
  opacity: 0.6;
}
#trialclass .sample-slider img {
  width: 100%;
}
#trialclass .sample-slider .swiper-wrapper {
  transition-timing-function: linear;
}

#faq .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #faq .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-ttl {
    padding: 70rem 20rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#faq .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #faq .p-ttl .__en {
    font-size: 32px;
  }
}
#faq .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #faq .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#faq .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #faq .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-desc {
    padding: 12rem 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-desc .l-common {
    width: 335rem;
  }
}
#faq .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #faq .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-desc .__path--detail {
    padding: 0;
  }
}
#faq .p-desc .__path--detail a {
  font-size: 12px;
  font-weight: 700;
}
#faq .p-desc .__link-wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  #faq .p-desc .__link-wrap {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-desc .__link-wrap {
    margin-top: 30rem;
    flex-direction: column;
  }
}
#faq .p-desc .__link-wrap .__wrap-item {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
#faq .p-desc .__link-wrap .__wrap-item:hover {
  opacity: 0.6;
}
#faq .p-desc .__link-wrap .__wrap-item .__item-main {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #faq .p-desc .__link-wrap .__wrap-item .__item-main {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-desc .__link-wrap .__wrap-item .__item-main {
    font-size: 13px;
  }
}
#faq .p-faq-items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 20px;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items {
    padding: 60rem 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items {
    padding: 30rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common {
    width: 335rem;
  }
}
#faq .p-faq-items .l-common .__faq-item {
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item {
    margin-bottom: 40rem;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-ttl {
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-ttl {
    padding-bottom: 30rem;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-ttl .__ttl-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-ttl .__ttl-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-ttl .__ttl-ttl {
    font-size: 32px;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-ttl .__ttl-sub {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#faq .p-faq-items .l-common .__faq-item .__item-ttl .__ttl-sub .__ttl-jp {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-ttl .__ttl-sub .__ttl-jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-ttl .__ttl-sub .__ttl-jp {
    font-size: 13px;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#faq .p-faq-items .l-common .__faq-item .__item-main .__item-list {
  display: flex;
  padding: 24px 40px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list {
    padding: 24rem 40rem;
    gap: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list {
    padding: 12rem 20rem;
    gap: 12rem;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question {
    gap: 12rem;
    max-width: 85%;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question .__question-mark {
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  padding: 6px 8px;
  background-color: #f29c2e;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question .__question-mark {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question .__question-mark {
    font-size: 18px;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question .__question-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question .__question-ctn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__question .__question-ctn {
    font-size: 13px;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  overflow: hidden;
  max-height: 0;
  max-width: 85%;
  transition: max-height 0.3s, margin 0.3s;
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer {
    gap: 12rem;
    max-width: 85%;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-mark {
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  padding: 6px 8px;
  background-color: #67b56a;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-mark {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-mark {
    font-size: 18px;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-ctn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-main .__item-list .__list-main .__answer .__answer-ctn {
    font-size: 13px;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-collapse__mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  padding: 10px;
  background-color: #ffe9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  #faq .p-faq-items .l-common .__faq-item .__item-collapse__mark {
    right: 10px;
  }
}
#faq .p-faq-items .l-common .__faq-item .__item-collapse__mark-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#faq .p-faq-items .l-common .__faq-item .__item-collapse__mark-container span {
  position: absolute;
  height: 1px;
  width: 15px;
  background: #000;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#faq .p-faq-items .l-common .__faq-item .__item-collapse__mark-container span:first-child {
  transition: transform 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
#faq .p-faq-items .l-common .__faq-item .__item-collapse__mark.open .__item-collapse__mark-container span:first-child {
  transform: translate(-50%, -50%) rotate(0);
}

#news .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #news .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #news .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#news .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #news .p-ttl .__en {
    font-size: 32px;
  }
}
#news .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #news .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#news .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #news .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #news .p-desc {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #news .p-desc .l-common {
    width: 335rem;
  }
}
#news .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #news .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #news .p-desc .__path--detail {
    padding: 0;
  }
}
#news .p-desc .__path--detail a {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
#news .p-cartegory {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #news .p-cartegory {
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #news .p-cartegory {
    padding-top: 20rem;
    padding-bottom: 30rem;
  }
}
#news .p-cartegory .l-common {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #news .p-cartegory .l-common {
    width: 335rem;
    gap: 20rem;
    flex-direction: column;
  }
}
#news .p-cartegory .l-common .cat-item {
  display: flex;
  padding: 10px 24px;
  align-items: center;
  gap: 4px;
  border-radius: 80px;
  border-radius: 80px;
  background-color: #e9e9e9;
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
  text-decoration: none;
}
#news .p-cartegory .l-common .cat-item.current-cat {
  background: var(--font-orange, #f29c2e);
  color: var(--font-white, #fff);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
}
#news .p-cartegory .l-common .cat-item.current-cat a {
  color: white;
}
@media screen and (max-width: 1280px) {
  #news .p-cartegory .l-common .cat-item {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #news .p-cartegory .l-common .cat-item {
    font-size: 13px;
    width: 50%;
  }
}
#news .p-news {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #news .p-news .l-common {
    width: 335rem;
  }
}
#news .p-news .__news-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-content: space-around;
  row-gap: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #news .p-news .__news-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news .__news-items {
    grid-template-columns: 1fr;
    row-gap: 20rem;
  }
}
#news .p-news .__news-items .__news-item {
  display: flex;
  padding: 24px;
  width: 300px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  border: 2px dashed rgba(253, 206, 85, 0.5);
  background: #fff;
}
@media screen and (max-width: 768px) {
  #news .p-news .__news-items .__news-item {
    padding: 20rem;
    width: 100%;
  }
}
#news .p-news .__news-items .__news-item .__item-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 20px;
}
#news .p-news .__news-items .__news-item .__item-img:hover figure img {
  transform: scale(1.1);
}
#news .p-news .__news-items .__news-item .__item-img figure {
  width: 100%;
  height: 100%;
}
#news .p-news .__news-items .__news-item .__item-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  transition: all 0.3s;
}
#news .p-news .__news-items .__news-item .__item-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;
}
#news .p-news .__news-items .__news-item .__item-main .__date {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
}
@media screen and (max-width: 1280px) {
  #news .p-news .__news-items .__news-item .__item-main .__date {
    font-size: 12px;
  }
}
#news .p-news .__news-items .__news-item .__item-main .__ttl > p {
  overflow: hidden;
  color: var(--font-primary, #351a0e);
  text-overflow: ellipsis;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.36px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  #news .p-news .__news-items .__news-item .__item-main .__ttl > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news .__news-items .__news-item .__item-main .__ttl > p {
    font-size: 15px;
  }
}
#news .p-news .__news-items .__news-item .__item-main .__ctn {
  color: var(--font-primary, #351a0e);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #news .p-news .__news-items .__news-item .__item-main .__ctn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news .__news-items .__news-item .__item-main .__ctn {
    font-size: 13px;
  }
}
#news .p-news .__news-items .__news-item .__item-main .__cartegory {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
#news .p-news .__news-items .__news-item .__item-main .__cartegory .__catergory-name {
  display: flex;
  padding: 4px 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background-color: #eff5f5;
  color: var(--font-primary, #351a0e);
  text-align: justify;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  #news .p-news .__news-items .__news-item .__item-main .__cartegory .__catergory-name {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news .__news-items .__news-item .__item-main .__cartegory .__catergory-name {
    font-size: 12px;
  }
}
#news .p-news .__news-items #pagination-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 80px 0 100px;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #news .p-news .__news-items #pagination-container {
    gap: 20rem;
    padding: 30rem 0 40rem;
  }
}
#news .p-news .__news-items #pagination-container .li {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px;
  border-radius: 5px;
  background-color: white;
}
@media screen and (max-width: 1280px) {
  #news .p-news .__news-items #pagination-container .li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news .__news-items #pagination-container .li {
    font-size: 13px;
  }
}
#news .p-news .__news-items #pagination-container .li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#news .simple-pagination ul {
  margin: 40px 0 100px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .simple-pagination ul {
    margin: 20rem 0 40rem;
  }
}
#news .simple-pagination li {
  display: inline-block;
  margin-right: 40px;
}
#news .simple-pagination li a,
#news .simple-pagination li span {
  text-decoration: none;
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: white;
  padding: 16px;
  border-radius: 5px;
}
#news .simple-pagination .current {
  background-color: #f29c2e;
  border-color: #f29c2e;
  color: var(--font-white, #fff);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px;
  border-radius: 5px;
}
#news .simple-pagination .prev.current,
#news .simple-pagination .next.current {
  padding: 16px;
  background: white;
  color: #f29c2e;
  border-radius: 5px;
  border: none;
}
#news .pagination-wrapper {
  text-align: center;
  margin-top: 20px;
}
#news .pagination-wrapper ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
#news .pagination-wrapper ul.pagination li {
  display: inline-block;
  margin: 0;
}
#news .pagination-wrapper ul.pagination li a {
  padding: 10px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f9f9f9;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#news .pagination-wrapper ul.pagination li a:hover {
  background-color: #333;
  color: #fff;
}

#news-detail .p-news-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail {
    padding-bottom: 50rem;
  }
}
#news-detail .p-news-detail .l-common {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#news-detail .p-news-detail .l-common .__detail-main {
  width: 680px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main {
    width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main {
    width: 100%;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__path {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__path {
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__path {
    padding-bottom: 20rem;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__path a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
  max-width: 300px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__path a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__path a {
    font-size: 11px;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__path .__path-detail {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
  max-width: 300px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__path .__path-detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__path .__path-detail {
    font-size: 11px;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__path .__path-detail a {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
}
#news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-ttl {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-ttl {
    font-size: 24px;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
#news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info .__date {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info .__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info .__date {
    font-size: 11px;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info .__cartegory {
  padding: 4px 6px;
  border-radius: 4px;
  background: var(--base-light-blue, #eff5f5);
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info .__cartegory {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info .__cartegory {
    font-size: 11px;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__news-ttl .__ttl-info .__cartegory .__catergory-name {
  color: var(--font-primary, #351a0e);
  text-align: justify;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.26px;
}
#news-detail .p-news-detail .l-common .__detail-main .__news-img {
  width: 100%;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-img {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-img {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__news-ctn {
  color: var(--font-brack, #242424);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  white-space: pre-line;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ctn {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-ctn {
    font-size: 13px;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__news-more {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 15px;
  transition: gap 0.5s;
  margin-top: 20px;
}
#news-detail .p-news-detail .l-common .__detail-main .__news-more:hover {
  gap: 30px;
}
#news-detail .p-news-detail .l-common .__detail-main .__news-more .__more-main {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
  text-decoration: none;
  padding-bottom: 7px;
  border-bottom: #242424;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-more .__more-main {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__detail-main .__news-more .__more-main {
    font-size: 13px;
  }
}
#news-detail .p-news-detail .l-common .__detail-main .__news-more .__more-btn {
  padding: 15px;
  border-radius: 100%;
  border-radius: 60px;
  background-color: #ffeeda;
}
#news-detail .p-news-detail .l-common .__news-cartegory {
  display: inline-flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 20px;
  background-color: #fff;
  width: 228px;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__news-cartegory {
    padding: 24rem;
    gap: 40rem;
    width: 228rem;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__news-cartegory {
    padding: 12rem;
    gap: 20rem;
    width: 100%;
  }
}
#news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__lists-ttl {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__lists-ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__lists-ttl {
    font-size: 13px;
  }
}
#news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__news-list {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: #e9e9e9 1px solid;
}
#news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__news-list .__list-date {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__news-list .__list-date {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__news-list .__list-date {
    font-size: 11px;
  }
}
#news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__news-list .__list-ttl {
  color: var(--font-orange, #f29c2e);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  max-height: 48px;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__news-list .__list-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__news-cartegory .__news-lists .__news-list .__list-ttl {
    font-size: 12px;
  }
}
#news-detail .p-news-detail .l-common .__archive .__archive-ttl {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-news-detail .l-common .__archive .__archive-ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-news-detail .l-common .__archive .__archive-ttl {
    font-size: 13px;
  }
}
#news-detail .p-news-detail .l-common .__archive .__archive-lists {
  width: 100;
  border-top: #e9e9e9 1px solid;
}
#news-detail .p-news-detail .l-common .__archive .__archive-list {
  color: var(--font-pink, #f08681);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#news-detail .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-feature {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
}
#news-detail .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #news-detail .p-feature .l-common {
    width: 335rem;
  }
}
#news-detail .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#news-detail .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#news-detail .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #news-detail .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#news-detail .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#news-detail .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #news-detail .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#news-detail .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #news-detail .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#news-detail .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#news-detail .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#news-detail .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#news-detail .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#news-detail .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #news-detail .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #news-detail .p-feature .__main--item {
    width: 335rem;
    background-size: 20%;
  }
}
#news-detail .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#news-detail .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}

#parentachild .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#parentachild .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-ttl .__en {
    font-size: 32px;
  }
}
#parentachild .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#parentachild .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .l-common {
    width: 335rem;
  }
}
#parentachild .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__path--detail {
    padding: 0;
  }
}
#parentachild .p-desc .__path--detail a {
  font-size: 12px;
}
#parentachild .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#parentachild .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#parentachild .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#parentachild .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#parentachild .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#parentachild .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(2) {
  opacity: 1 !important;
}
#parentachild .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(2) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#parentachild .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#parentachild .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
    background-size: 20%;
  }
}
#parentachild .p-desc .__listpage .__content-img {
  max-width: 332px;
  width: 100%;
}
#parentachild .p-desc .__listpage .__cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc .__listpage .__cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__cartegory .l-common {
    width: 335rem;
  }
}
#parentachild .p-desc .__listpage .__cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-desc .__listpage .__cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#parentachild .p-desc .__listpage .__cartegory--content {
  max-width: 800px;
  max-height: 200px;
  margin: auto;
}
#parentachild .p-desc .__listpage .__cartegory--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px 5px;
  border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__cartegory--content img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__cartegory--content {
    width: 100%;
  }
}
#parentachild .p-desc .__listpage .__cartegory-slider {
  max-width: 800px;
  max-height: 500px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-desc .__listpage .__cartegory-slider {
    border-radius: 10px;
  }
}
#parentachild .p-desc .__listpage .__cartegory-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#parentachild .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-classInfo {
    margin-top: 50rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-classInfo {
    margin-top: 0;
  }
}
#parentachild .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 5%;
}
#parentachild .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-classInfo .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#parentachild .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#parentachild .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
#parentachild .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#parentachild .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#parentachild .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-classInfo .__info {
    gap: 24rem;
  }
}
#parentachild .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #parentachild .p-classInfo .__info--item {
    display: block;
  }
}
#parentachild .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#parentachild .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#parentachild .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#parentachild .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-feature {
    padding-top: 80rem;
    padding-bottom: 50rem;
  }
}
#parentachild .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #parentachild .p-feature .l-common {
    width: 335rem;
  }
}
#parentachild .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#parentachild .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#parentachild .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#parentachild .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#parentachild .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#parentachild .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#parentachild .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#parentachild .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#parentachild .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#parentachild .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#parentachild .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #parentachild .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-feature .__main--item {
    width: 335rem;
  }
}
#parentachild .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#parentachild .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#parentachild .p-feature .__img {
  position: absolute;
  top: -9%;
  right: 15%;
}
#parentachild .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 70px 0 75px 0;
  background-image: url(../img/preschool/bg_dailyplan.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-dailyPlan {
    margin-top: 0;
    background-image: url(../img/preschool/bg_dailyplan_sp.png);
  }
}
#parentachild .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #parentachild .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#parentachild .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-left: 20rem;
  }
}
#parentachild .p-dailyPlan .l-common .__main--ttl .__en {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#parentachild .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#parentachild .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #parentachild .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#parentachild .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#parentachild .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #parentachild .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#parentachild .p-dailyPlan .l-common .__main--plan .__item::after {
  content: "⁝";
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 85%);
}
@media screen and (max-width: 1280px) {
  #parentachild .p-dailyPlan .l-common .__main--plan .__item::after {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #parentachild .p-dailyPlan .l-common .__main--plan .__item::after {
    font-size: 30rem;
  }
}
#parentachild .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  display: none;
}
#parentachild .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#parentachild .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}

.__parvicon {
  position: absolute;
  top: 139px;
  right: 0;
  display: inline-flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .__parvicon {
    top: 139rem;
  }
}
.__parvicon .__parvicon-ttl {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__parvicon-ttl {
    font-size: 13px;
  }
}
.__parvicon .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.__parvicon .__item-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__item-ctn {
    font-size: 13px;
  }
}
.__parvicon .__item:hover {
  opacity: 1;
}

#songcourse .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#songcourse .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-ttl .__en {
    font-size: 32px;
  }
}
#songcourse .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#songcourse .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .l-common {
    width: 335rem;
  }
}
#songcourse .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__path--detail {
    padding: 0;
  }
}
#songcourse .p-desc .__path--detail a {
  font-size: 12px;
}
#songcourse .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#songcourse .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#songcourse .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#songcourse .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#songcourse .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#songcourse .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(7) {
  opacity: 1 !important;
}
#songcourse .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(7) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#songcourse .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#songcourse .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
    background-size: 20%;
  }
}
#songcourse .p-desc .__listpage .__content-img {
  max-width: 332px;
  width: 100%;
}
#songcourse .p-desc .__listpage .__cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc .__listpage .__cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__cartegory .l-common {
    width: 335rem;
  }
}
#songcourse .p-desc .__listpage .__cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-desc .__listpage .__cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#songcourse .p-desc .__listpage .__cartegory--content {
  max-width: 800px;
  max-height: 200px;
  margin: auto;
}
#songcourse .p-desc .__listpage .__cartegory--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px 5px;
  border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__cartegory--content img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__cartegory--content {
    width: 100%;
  }
}
#songcourse .p-desc .__listpage .__cartegory-slider {
  max-width: 800px;
  max-height: 500px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-desc .__listpage .__cartegory-slider {
    border-radius: 10px;
  }
}
#songcourse .p-desc .__listpage .__cartegory-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#songcourse .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-classInfo {
    margin-top: 50rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-classInfo {
    margin-top: 0;
  }
}
#songcourse .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 5%;
}
#songcourse .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-classInfo .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#songcourse .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#songcourse .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
#songcourse .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#songcourse .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#songcourse .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-classInfo .__info {
    gap: 24rem;
  }
}
#songcourse .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #songcourse .p-classInfo .__info--item {
    display: block;
  }
}
#songcourse .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#songcourse .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#songcourse .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#songcourse .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-feature {
    padding-top: 80rem;
    padding-bottom: 50rem;
  }
}
#songcourse .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #songcourse .p-feature .l-common {
    width: 335rem;
  }
}
#songcourse .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#songcourse .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#songcourse .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#songcourse .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#songcourse .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#songcourse .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#songcourse .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#songcourse .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#songcourse .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#songcourse .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#songcourse .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #songcourse .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-feature .__main--item {
    width: 335rem;
  }
}
#songcourse .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#songcourse .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#songcourse .p-feature .__img {
  position: absolute;
  top: -9%;
  right: 15%;
}
#songcourse .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 70px 0 75px 0;
  background-image: url(../img/preschool/bg_dailyplan.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-dailyPlan {
    margin-top: 0;
    background-image: url(../img/preschool/bg_dailyplan_sp.png);
  }
}
#songcourse .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #songcourse .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#songcourse .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-left: 20rem;
  }
}
#songcourse .p-dailyPlan .l-common .__main--ttl .__en {
  color: var(--font-primary, #351a0e);
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#songcourse .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#songcourse .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #songcourse .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#songcourse .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#songcourse .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #songcourse .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#songcourse .p-dailyPlan .l-common .__main--plan .__item::after {
  content: "⁝";
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 85%);
}
@media screen and (max-width: 1280px) {
  #songcourse .p-dailyPlan .l-common .__main--plan .__item::after {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #songcourse .p-dailyPlan .l-common .__main--plan .__item::after {
    font-size: 30rem;
  }
}
#songcourse .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  display: none;
}
#songcourse .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#songcourse .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}

.__parvicon {
  position: absolute;
  top: 139px;
  right: 0;
  display: inline-flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .__parvicon {
    top: 139rem;
  }
}
.__parvicon .__parvicon-ttl {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__parvicon-ttl {
    font-size: 13px;
  }
}
.__parvicon .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.__parvicon .__item-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__item-ctn {
    font-size: 13px;
  }
}
.__parvicon .__item:hover {
  opacity: 1;
}

#kindergarten .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#kindergarten .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-ttl .__en {
    font-size: 32px;
  }
}
#kindergarten .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#kindergarten .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .l-common {
    width: 335rem;
  }
}
#kindergarten .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__path--detail {
    padding: 0;
  }
}
#kindergarten .p-desc .__path--detail a {
  font-size: 12px;
}
#kindergarten .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#kindergarten .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#kindergarten .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#kindergarten .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#kindergarten .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#kindergarten .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(3) {
  opacity: 1 !important;
}
#kindergarten .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(3) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#kindergarten .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#kindergarten .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
    background-size: 20%;
  }
}
#kindergarten .p-desc .__listpage .__content-img {
  max-width: 332px;
  width: 100%;
}
#kindergarten .p-desc .__listpage .__cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc .__listpage .__cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__cartegory .l-common {
    width: 335rem;
  }
}
#kindergarten .p-desc .__listpage .__cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-desc .__listpage .__cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#kindergarten .p-desc .__listpage .__cartegory--content {
  max-width: 800px;
  max-height: 200px;
  margin: auto;
}
#kindergarten .p-desc .__listpage .__cartegory--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px 5px;
  border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__cartegory--content img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__cartegory--content {
    width: 100%;
  }
}
#kindergarten .p-desc .__listpage .__cartegory-slider {
  max-width: 800px;
  max-height: 500px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-desc .__listpage .__cartegory-slider {
    border-radius: 10px;
  }
}
#kindergarten .p-desc .__listpage .__cartegory-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#kindergarten .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-classInfo {
    margin-top: 50rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-classInfo {
    margin-top: 0;
  }
}
#kindergarten .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 5%;
}
#kindergarten .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-classInfo .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#kindergarten .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#kindergarten .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
#kindergarten .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#kindergarten .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#kindergarten .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-classInfo .__info {
    gap: 24rem;
  }
}
#kindergarten .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-classInfo .__info--item {
    display: block;
  }
}
#kindergarten .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#kindergarten .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#kindergarten .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#kindergarten .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-feature {
    padding-top: 80rem;
    padding-bottom: 50rem;
  }
}
#kindergarten .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-feature .l-common {
    width: 335rem;
  }
}
#kindergarten .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#kindergarten .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#kindergarten .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#kindergarten .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#kindergarten .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#kindergarten .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#kindergarten .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#kindergarten .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#kindergarten .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#kindergarten .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#kindergarten .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-feature .__main--item {
    width: 335rem;
  }
}
#kindergarten .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#kindergarten .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#kindergarten .p-feature .__img {
  position: absolute;
  top: -9%;
  right: 15%;
}
#kindergarten .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 70px 0 75px 0;
  border-radius: 480px 0px 0px 0px;
  background-color: #ffe7e5;
  position: relative;
  background-image: url(../img/preschool/bg-dailyplain.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan {
    background-size: cover;
  }
}
#kindergarten .p-dailyPlan .__absolute-img {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan .__absolute-img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
    border-radius: 480rem 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan {
    margin-top: 0;
    background-color: #ffe7e5;
    border-radius: 0px 0px 0px 0px;
  }
}
#kindergarten .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#kindergarten .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan .l-common .__main--ttl {
    float: left;
    padding-left: 20rem;
  }
}
#kindergarten .p-dailyPlan .l-common .__main--ttl .__en {
  color: #f29c2e;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#kindergarten .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#kindergarten .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#kindergarten .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 617px;
}
#kindergarten .p-dailyPlan .l-common .__main--plan p {
  font-size: 20px;
  line-height: 40px;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan .l-common .__main--plan p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#kindergarten .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#kindergarten .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  height: 0;
}
#kindergarten .p-dailyPlan .l-common .__main--plan .__item::after {
  position: absolute;
  content: "";
  height: 51px;
  border-right: 8px dotted white;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#kindergarten .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #67b56a);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#kindergarten .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #kindergarten .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #kindergarten .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 13px;
  }
}
#kindergarten .p-dailyPlan .l-common .__main--plan .__item .__detail span {
  font-size: 15px;
}
#kindergarten .p-dailyPlan .l-common .__img figure {
  max-width: 356px;
}

.__parvicon {
  position: absolute;
  top: 139px;
  right: 0;
  display: inline-flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .__parvicon {
    top: 139rem;
  }
}
.__parvicon .__parvicon-ttl {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__parvicon-ttl {
    font-size: 13px;
  }
}
.__parvicon .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.__parvicon .__item-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__item-ctn {
    font-size: 13px;
  }
}
.__parvicon .__item:hover {
  opacity: 1;
}

#generalcourse .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#generalcourse .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-ttl .__en {
    font-size: 32px;
  }
}
#generalcourse .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#generalcourse .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .l-common {
    width: 335rem;
  }
}
#generalcourse .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__path--detail {
    padding: 0;
  }
}
#generalcourse .p-desc .__path--detail a {
  font-size: 12px;
}
#generalcourse .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#generalcourse .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#generalcourse .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#generalcourse .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#generalcourse .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#generalcourse .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(6) {
  opacity: 1 !important;
}
#generalcourse .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(6) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#generalcourse .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#generalcourse .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
    background-size: 20%;
  }
}
#generalcourse .p-desc .__listpage .__content-img {
  max-width: 332px;
  width: 100%;
}
#generalcourse .p-desc .__listpage .__cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc .__listpage .__cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__cartegory .l-common {
    width: 335rem;
  }
}
#generalcourse .p-desc .__listpage .__cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-desc .__listpage .__cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#generalcourse .p-desc .__listpage .__cartegory--content {
  max-width: 800px;
  max-height: 200px;
  margin: auto;
}
#generalcourse .p-desc .__listpage .__cartegory--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px 5px;
  border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__cartegory--content img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__cartegory--content {
    width: 100%;
  }
}
#generalcourse .p-desc .__listpage .__cartegory-slider {
  max-width: 800px;
  max-height: 500px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-desc .__listpage .__cartegory-slider {
    border-radius: 10px;
  }
}
#generalcourse .p-desc .__listpage .__cartegory-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#generalcourse .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: url(../img/preschool/bg-classinfo.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo {
    padding-top: 50rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-classInfo {
    padding-top: 0;
  }
}
#generalcourse .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 5%;
}
#generalcourse .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-classInfo .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#generalcourse .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#generalcourse .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo .__ttl--en {
    font-size: 32px;
  }
}
#generalcourse .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#generalcourse .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#generalcourse .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo .__info {
    gap: 24rem;
    width: 75%;
  }
}
#generalcourse .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-classInfo .__info--item {
    display: block;
  }
}
#generalcourse .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#generalcourse .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#generalcourse .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#generalcourse .p-classInfo-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo-sec {
    padding-top: 50rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-classInfo-sec {
    padding-top: 0;
  }
}
#generalcourse .p-classInfo-sec .__classInfo-img {
  position: absolute;
  z-index: 9999;
  max-width: 240px;
  top: 2%;
  right: 5%;
}
#generalcourse .p-classInfo-sec .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: 80%;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo-sec .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-classInfo-sec .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#generalcourse .p-classInfo-sec .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 482px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo-sec .__ttl {
    gap: 15rem;
  }
}
#generalcourse .p-classInfo-sec .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo-sec .__ttl--en {
    font-size: 28px;
  }
}
#generalcourse .p-classInfo-sec .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo-sec .__ttl--jp {
    gap: 8rem;
  }
}
#generalcourse .p-classInfo-sec .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#generalcourse .p-classInfo-sec .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo-sec .__info {
    gap: 24rem;
    width: 75%;
  }
}
#generalcourse .p-classInfo-sec .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-classInfo-sec .__info--item {
    display: block;
  }
}
#generalcourse .p-classInfo-sec .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-classInfo-sec .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#generalcourse .p-classInfo-sec .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#generalcourse .p-classInfo-sec .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#generalcourse .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-feature {
    padding-top: 80rem;
    padding-bottom: 50rem;
  }
}
#generalcourse .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-feature .l-common {
    width: 335rem;
  }
}
#generalcourse .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#generalcourse .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#generalcourse .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#generalcourse .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#generalcourse .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#generalcourse .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#generalcourse .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#generalcourse .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#generalcourse .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#generalcourse .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#generalcourse .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-feature .__main--item {
    width: 335rem;
  }
}
#generalcourse .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#generalcourse .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#generalcourse .p-feature .__img {
  position: absolute;
  top: -9%;
  right: 15%;
}
#generalcourse .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 120px 0 75px 0;
  border-radius: 480px 0px 0px 0px;
  background-color: #ffe7e5;
  position: relative;
  background-image: url(../img/preschool/bg-dailyplain.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan {
    background-size: cover;
  }
}
#generalcourse .p-dailyPlan .__absolute-img {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan .__absolute-img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
    border-radius: 480rem 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan {
    margin-top: 0;
    background-color: #ffe7e5;
    border-radius: 0px 0px 0px 0px;
  }
}
#generalcourse .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#generalcourse .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan .l-common .__main--ttl {
    float: left;
    padding-left: 20rem;
  }
}
#generalcourse .p-dailyPlan .l-common .__main--ttl .__en {
  color: #f29c2e;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#generalcourse .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#generalcourse .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#generalcourse .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 617px;
}
#generalcourse .p-dailyPlan .l-common .__main--plan p {
  font-size: 20px;
  line-height: 40px;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan .l-common .__main--plan p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#generalcourse .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#generalcourse .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  height: 0;
}
#generalcourse .p-dailyPlan .l-common .__main--plan .__item::after {
  position: absolute;
  content: "";
  height: 51px;
  border-right: 8px dotted white;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#generalcourse .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #67b56a);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#generalcourse .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #generalcourse .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #generalcourse .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 13px;
  }
}
#generalcourse .p-dailyPlan .l-common .__main--plan .__item .__detail span {
  font-size: 15px;
}
#generalcourse .p-dailyPlan .l-common .__img figure {
  max-width: 356px;
}

.__parvicon {
  position: absolute;
  top: 139px;
  right: 0;
  display: inline-flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .__parvicon {
    top: 139rem;
  }
}
.__parvicon .__parvicon-ttl {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__parvicon-ttl {
    font-size: 13px;
  }
}
.__parvicon .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.__parvicon .__item-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__item-ctn {
    font-size: 13px;
  }
}
.__parvicon .__item:hover {
  opacity: 1;
}

#highschool .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #highschool .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-ttl {
    padding: 70rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#highschool .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #highschool .p-ttl .__en {
    font-size: 32px;
  }
}
#highschool .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #highschool .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#highschool .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .l-common {
    width: 335rem;
  }
}
#highschool .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__path--detail {
    padding: 0;
  }
}
#highschool .p-desc .__path--detail a {
  font-size: 12px;
}
#highschool .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#highschool .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#highschool .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#highschool .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#highschool .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#highschool .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(5) {
  opacity: 1 !important;
}
#highschool .p-desc .__listpage .__ttl .__parvicon .__item:nth-child(5) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#highschool .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#highschool .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 14px;
    background-size: 20%;
  }
}
#highschool .p-desc .__listpage .__content-img {
  max-width: 332px;
  width: 100%;
}
#highschool .p-desc .__listpage .__cartegory {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc .__listpage .__cartegory {
    margin-top: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__cartegory {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__cartegory .l-common {
    width: 335rem;
  }
}
#highschool .p-desc .__listpage .__cartegory--ttl {
  color: var(--font-orange, #f29c2e);
  text-align: justify;
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-desc .__listpage .__cartegory--ttl {
    font-size: 15px;
    margin-top: 24rem;
  }
}
#highschool .p-desc .__listpage .__cartegory--content {
  max-width: 800px;
  max-height: 200px;
  margin: auto;
}
#highschool .p-desc .__listpage .__cartegory--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px 5px;
  border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__cartegory--content img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__cartegory--content {
    width: 100%;
  }
}
#highschool .p-desc .__listpage .__cartegory-slider {
  max-width: 800px;
  max-height: 500px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #highschool .p-desc .__listpage .__cartegory-slider {
    border-radius: 10px;
  }
}
#highschool .p-desc .__listpage .__cartegory-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#highschool .bg {
  background-image: url(../img/preschool/bg-all.png);
  background-position: top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #highschool .bg {
    background-size: cover;
  }
}
#highschool .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo {
    padding-top: 50rem;
    padding-bottom: 140rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-classInfo {
    padding-top: 0;
    padding-bottom: 150rem;
  }
}
#highschool .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 5%;
}
#highschool .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: bottom;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-classInfo .l-common {
    width: 335rem;
    padding: 40rem 20rem;
  }
}
#highschool .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 482px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo .__ttl {
    gap: 15rem;
  }
}
#highschool .p-classInfo .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
#highschool .p-classInfo .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo .__ttl--jp {
    gap: 8rem;
  }
}
#highschool .p-classInfo .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#highschool .p-classInfo .__ttl--jp svg {
  max-width: 12px;
  min-width: 12px;
}
#highschool .p-classInfo .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo .__info {
    gap: 24rem;
  }
}
#highschool .p-classInfo .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #highschool .p-classInfo .__info--item {
    display: block;
  }
}
#highschool .p-classInfo .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#highschool .p-classInfo .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#highschool .p-classInfo .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#highschool .p-classInfo-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo-sec {
    padding-top: 50rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-classInfo-sec {
    padding-top: 100rem;
  }
}
#highschool .p-classInfo-sec .__classInfo-img {
  position: absolute;
  z-index: 9999;
  max-width: 240px;
  top: 2%;
  right: 5%;
}
#highschool .p-classInfo-sec .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/preschool/bg_classinfo.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 90%;
  background-position-y: 80%;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo-sec .l-common {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-classInfo-sec .l-common {
    width: 335rem;
    padding: 20rem;
  }
}
#highschool .p-classInfo-sec .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 482px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo-sec .__ttl {
    gap: 15rem;
  }
}
#highschool .p-classInfo-sec .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo-sec .__ttl--en {
    font-size: 33px;
  }
}
#highschool .p-classInfo-sec .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo-sec .__ttl--jp {
    gap: 8rem;
  }
}
#highschool .p-classInfo-sec .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
#highschool .p-classInfo-sec .__ttl--jp svg {
  max-width: 12px;
  min-width: 12px;
}
#highschool .p-classInfo-sec .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo-sec .__info {
    gap: 24rem;
  }
}
#highschool .p-classInfo-sec .__info--item {
  display: flex;
  border-bottom: 2px solid #fcd7d5;
}
@media screen and (max-width: 768px) {
  #highschool .p-classInfo-sec .__info--item {
    display: block;
  }
}
#highschool .p-classInfo-sec .__info--item .__type {
  display: flex;
  width: 200px;
  padding: 0px 24px 24px 24px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #highschool .p-classInfo-sec .__info--item .__type {
    width: 200rem;
    padding: 0rem 24rem 24rem 24rem;
  }
}
#highschool .p-classInfo-sec .__info--item .__type--ctn {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#highschool .p-classInfo-sec .__info--item .__detail--ctn {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
  padding: 0px 24px 24px 24px;
}
#highschool .p-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #highschool .p-feature {
    padding-top: 80rem;
    padding-bottom: 50rem;
  }
}
#highschool .p-feature .l-common {
  position: relative;
}
@media screen and (max-width: 768px) {
  #highschool .p-feature .l-common {
    width: 335rem;
  }
}
#highschool .p-feature .l-common .__feature-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  top: -8%;
  right: 22%;
}
#highschool .p-feature .__ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-feature .__ttl {
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
#highschool .p-feature .__ttl--en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #highschool .p-feature .__ttl--en {
    font-size: 32px;
  }
}
#highschool .p-feature .__ttl--jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-feature .__ttl--jp {
    gap: 8rem;
    font-size: 15px;
  }
}
#highschool .p-feature .__ttl--jp__ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #highschool .p-feature .__ttl--jp__ctn {
    font-size: 15px;
  }
}
#highschool .p-feature .__ttl--jp svg {
  max-width: 12px;
  min-width: 12px;
}
#highschool .p-feature .__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-feature .__main {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-feature .__main {
    grid-template-columns: 1fr;
  }
}
#highschool .p-feature .__main--item {
  display: flex;
  width: 460px;
  height: 201px;
  padding: 24px 60px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 3px dashed var(--accent-yellow, #f6c644);
  background: #fff;
  background-repeat: no-repeat;
  background-position-x: 101%;
  background-position-y: -3px;
}
#highschool .p-feature .__main--item:first-child {
  background-image: url(../img/preschool/bg_feature_1.png);
}
#highschool .p-feature .__main--item:nth-child(2) {
  background-image: url(../img/preschool/bg_feature_2.png);
}
#highschool .p-feature .__main--item:nth-child(3) {
  background-image: url(../img/preschool/bg_feature_3.png);
}
#highschool .p-feature .__main--item:last-child {
  background-image: url(../img/preschool/bg_feature_4.png);
}
@media screen and (max-width: 1280px) {
  #highschool .p-feature .__main--item {
    width: 460rem;
    height: auto;
    padding: 24rem 60rem 24rem 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-feature .__main--item {
    width: 335rem;
  }
}
#highschool .p-feature .__main--item .__ttl {
  color: var(--font-green, #67b56a);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  padding-bottom: 0px;
}
#highschool .p-feature .__main--item .__content {
  color: var(--font-primary, #351a0e);
  /* Body/Regular_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
#highschool .p-feature .__img {
  position: absolute;
  top: -9%;
  right: 15%;
}
#highschool .p-dailyPlan {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 75px 0;
  border-radius: 480px 0px 0px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan.pt-0 {
    padding-top: 0;
  }
}
#highschool .p-dailyPlan .__absolute-img {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .__absolute-img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #highschool .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
    border-radius: 480rem 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan {
    margin-top: 0;
    border-radius: 0px 0px 0px 0px;
    background-size: cover;
    padding: 50rem 0 35rem;
  }
}
#highschool .p-dailyPlan .l-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .l-common {
    flex-direction: column;
    width: 335rem;
  }
}
#highschool .p-dailyPlan .l-common .__main--ttl {
  display: inline-flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-dailyPlan .l-common .__main--ttl {
    float: right;
    padding-bottom: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .l-common .__main--ttl {
    float: left;
    padding-left: 20rem;
  }
}
#highschool .p-dailyPlan .l-common .__main--ttl .__en {
  color: #f29c2e;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .l-common .__main--ttl .__en {
    font-size: 33px;
  }
}
#highschool .p-dailyPlan .l-common .__main--ttl .__jp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-dailyPlan .l-common .__main--ttl .__jp {
    gap: 8rem;
  }
}
#highschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
  color: var(--font-primary, #351a0e);
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .l-common .__main--ttl .__jp--ctn {
    font-size: 15px;
  }
}
#highschool .p-dailyPlan .l-common .__main--plan {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 617px;
}
#highschool .p-dailyPlan .l-common .__main--plan p {
  font-size: 20px;
  line-height: 40px;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .l-common .__main--plan p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1280px) {
  #highschool .p-dailyPlan .l-common .__main--plan {
    gap: 24rem;
  }
}
#highschool .p-dailyPlan .l-common .__main--plan .__item {
  display: flex;
  width: 540px;
  padding: 15px 36px;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#highschool .p-dailyPlan .l-common .__main--plan .__item:last-child::after {
  height: 0;
}
#highschool .p-dailyPlan .l-common .__main--plan .__item::after {
  position: absolute;
  content: "";
  height: 51px;
  border-right: 8px dotted white;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #highschool .p-dailyPlan .l-common .__main--plan .__item {
    width: 540rem;
    padding: 15rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .l-common .__main--plan .__item {
    width: -webkit-fill-available;
    padding: 15rem 36rem;
    display: block;
    border-radius: 10px;
  }
}
#highschool .p-dailyPlan .l-common .__main--plan .__item .__eachTime {
  color: var(--font-orange, #67b56a);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
#highschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #highschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #highschool .p-dailyPlan .l-common .__main--plan .__item .__detail {
    font-size: 13px;
  }
}
#highschool .p-dailyPlan .l-common .__main--plan .__item .__detail span {
  font-size: 15px;
}
#highschool .p-dailyPlan .l-common .__img figure {
  max-width: 356px;
}

.__parvicon {
  position: absolute;
  top: 139px;
  right: 0;
  display: inline-flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .__parvicon {
    top: 139rem;
  }
}
.__parvicon .__parvicon-ttl {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__parvicon-ttl {
    font-size: 13px;
  }
}
.__parvicon .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.__parvicon .__item-ctn {
  color: #2f2f2f;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
@media screen and (max-width: 1280px) {
  .__parvicon .__item-ctn {
    font-size: 13px;
  }
}
.__parvicon .__item:hover {
  opacity: 1;
}

#plan .p-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/preschool/bg_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 1280px) {
  #plan .p-ttl {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  #plan .p-ttl {
    padding: 70rem 20rem 20rem;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#plan .p-ttl .__en {
  color: var(--font-orange, #f29c2e);
  font-family: Manrope;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  #plan .p-ttl .__en {
    font-size: 32px;
  }
}
#plan .p-ttl .__jp {
  color: var(--font-primary, #351a0e);
  /* font/font/Bold_JP */
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  #plan .p-ttl .__jp {
    font-size: 13px;
    padding-top: 10rem;
  }
}
#plan .p-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 50px 0;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc {
    padding: 24rem 0 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  #plan .p-desc .l-common {
    width: 335rem;
  }
}
#plan .p-desc .__path--detail {
  color: var(--font-primary, #351a0e);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc .__path--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #plan .p-desc .__path--detail {
    padding: 0;
  }
}
#plan .p-desc .__path--detail a {
  font-size: 12px;
}
#plan .p-desc .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc .__listpage {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #plan .p-desc .__listpage {
    margin-top: 40rem;
  }
}
#plan .p-desc .__listpage .__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #plan .p-desc .__listpage .__ttl {
    margin-bottom: 40rem;
  }
}
#plan .p-desc .__listpage .__ttl--main {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #plan .p-desc .__listpage .__ttl--main {
    font-size: 20px;
  }
}
#plan .p-desc .__listpage .__ttl--sub {
  color: var(--font-green, #67b56a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plan .p-desc .__listpage .__ttl--sub {
    font-size: 20px;
  }
}
#plan .p-desc .__listpage .__ttl--target {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f08681;
  color: white;
  width: -moz-max-content;
  width: max-content;
  color: var(--font-white, #fff);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#plan .p-desc .__listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc .__listpage .__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #plan .p-desc .__listpage .__content {
    margin-top: 40rem;
    flex-direction: column;
    gap: 20rem;
  }
}
#plan .p-desc .__listpage .__content--detail {
  color: var(--font-primary, #351a0e);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.3px;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc .__listpage .__content--detail {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  #plan .p-desc .__listpage .__content--detail {
    width: 335rem;
    font-size: 13px;
  }
}
#plan .p-desc .__listpage .__join {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
#plan .p-desc .__listpage .__join p {
  color: var(--font-pink, #f08681);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc .__listpage .__join p {
    font-size: 15px;
  }
}
#plan .p-desc .__listpage .__join .__content-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #fff;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  padding: 13px 30px;
  border-radius: 50px;
  background-image: url(../img/header/bg_mailbuttom.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  #plan .p-desc .__listpage .__join .__content-btn {
    font-size: 16px;
  }
}
#plan .p-desc .__listpage .__join .__content-btn:hover {
  opacity: 0.6;
}
#plan table {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #plan table {
    width: 90%;
  }
}
#plan .table {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  #plan .table {
    padding: 20px 20px 100px;
  }
}
#plan .table table {
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #plan .table table {
    width: 100%;
  }
}
#plan .table table th,
#plan .table table td {
  max-width: 240px;
  text-align: center;
  font-family: "Manrope-m";
  font-weight: 500;
  font-size: 13px;
  color: #412c2c;
}
#plan .table .pink {
  background-color: #f2ebee;
}
#plan .table .purple {
  background-color: #ce93d8;
}
#plan .table .purple-2 {
  background-color: #b9bdeb;
}
#plan .table .purple-3 {
  background-color: #d9dae6;
}
#plan .table .yellow {
  background-color: #fff176;
}
#plan .table .yellow-2 {
  background-color: #fff7b5;
}
#plan .table .lightgreen {
  background-color: #c5e1a5;
}
#plan .table .green {
  background-color: #a5d6a7;
}
#plan .table .blue {
  background-color: #81d4fa;
}
#plan .p-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #plan .p-ctn {
    padding-bottom: 50px;
  }
}
#plan .p-ctn p {
  max-width: 960px;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #plan .p-ctn p {
    width: 335rem;
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */