@charset "UTF-8";
@font-face {
  font-family: "BIZUDPGothic";
  src: url(../fonts/BIZUDPGothic-Regular.ttf);
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/yugothib.ttf);
}
/**
* @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";
  background-color: #FAFAFA;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
}

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-spacing: 0;
  border-collapse: collapse;
}

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

table td,
table th {
  padding: 0;
  border: 0;
}

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;
}

/**
* @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;
  }
}

.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: max-content;
  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: 24px;
}
.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: 30px;
}
.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: 30px;
}
.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: 30px;
}
.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;
}

@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 */
}

.__fix {
  position: fixed;
  z-index: 9999;
  top: 60%;
  right: 0%;
}
@media screen and (max-width: 1200px) {
  .__fix {
    display: none;
  }
}

#top .p-fv__top {
  background: #CAE3DE;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-fv__top {
    position: absolute;
    width: 100vw;
    align-items: center;
    top: 480rem;
    background-color: rgba(202, 227, 222, 0);
  }
}
#top .p-fv__top .__top--main {
  width: 1280px;
  text-align: left;
  padding: 70px 0 80px 0;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #top .p-fv__top .__top--main {
    padding: 70rem 0 80rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv__top .__top--main {
    padding: 0;
  }
}
#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-size: 48px;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
}
@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-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
#top .p-fv__down {
  background-color: #E7F3E1;
  display: flex;
  justify-content: center;
  padding-top: 374px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #top .p-fv__down {
    padding-top: 374rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv__down {
    margin-top: 200rem;
    padding: 308rem 24rem 60rem 24rem;
  }
}
#top .p-fv__down img {
  width: 100%;
}
#top .p-fv__down .p-mv {
  position: relative;
  max-width: 960px;
  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: 768px) {
  #top .p-fv__down .p-mv {
    display: inline-flex;
    padding: 40rem 20rem;
    flex-direction: column;
    align-items: flex-end;
    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: 768px) {
  #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;
}
#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 .__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-size: 14px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  #top .p-fv__down .p-mv .__right--content p {
    font-size: 14px;
  }
}
#top .p-fv__down .p-mv .__right--content b {
  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 span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #top .p-fv__down .p-mv .__right--more .__ctn span {
    font-size: 15px;
  }
}
#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: 104px;
  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: 104rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-fv .__absolute {
    width: 100%;
    top: 30px;
    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;
}
#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 {
  margin-right: auto;
  margin-left: auto;
}
#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;
}
#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-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#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 {
  overflow: hidden;
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__item-ttl p {
  overflow: hidden;
  color: var(--font-primary, #351A0E);
  text-overflow: ellipsis;
  font-family: "BIZ UDPGothic";
  font-size: 15px;
  font-weight: 700;
  line-height: 110%; /* 16.5px */
  letter-spacing: 0.3px;
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__ctn {
  max-height: 80px;
  overflow: hidden;
}
#top .p-news .l-common .__news-main .__news-item .__item-ctn .__ctn p {
  overflow: hidden;
  color: var(--font-primary, #351A0E);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
}
#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;
  width: 960px;
  padding: 40px 60px;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #5BB7D2;
  margin-bottom: 40px;
}
@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 .__item--main {
  display: flex;
  width: 420px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}
@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;
    width: 287rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 24rem;
  }
}
#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 .__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
  color: #FFF;
  transition: gap 0.5s;
}
#top .p-course__item .__item--main .__more span {
  padding-bottom: 7px;
  text-decoration: none;
  border-bottom: white 1px solid;
  font-size: 15px;
}
@media screen and (max-width: 1280px) {
  #top .p-course__item .__item--main .__more span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-course__item .__item--main .__more span {
    font-size: 15px;
  }
}
#top .p-course__item .__item--main .__more figure {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100%;
}
#top .p-course__item .__item--main .__more:hover {
  gap: 30px;
}
#top .p-course__item:last-child {
  background-color: #F29C2E;
}
#top .p-course__item:nth-child(3) {
  flex-direction: row-reverse;
  background-color: #67B56A;
}
@media screen and (max-width: 768px) {
  #top .p-course__item:nth-child(3) {
    flex-direction: column;
  }
}
#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;
  width: 220px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  border: 2px dashed rgba(240, 134, 129, 0.5);
}
#top .p-teacher__item:hover {
  border: 2px dashed rgba(255, 13, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  #top .p-teacher__item {
    width: 220rem;
    padding: 15rem;
  }
}
@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 img {
  border-radius: 10px;
}
#top .p-teacher__item img:hover {
  transform: scale(1.1);
}
#top .p-teacher__item .__item--name {
  overflow: hidden;
  color: var(--font-primary, #351A0E);
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 18px */
  letter-spacing: 0.3px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #top .p-teacher__item .__item--name {
    text-overflow: ellipsis;
    margin-top: 15rem;
  }
}
#top .p-teacher__item .__item--subject {
  overflow: hidden;
  color: var(--font-primary, #351A0E);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: "BIZ UDPGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  letter-spacing: 0.26px;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  #top .p-teacher__item .__item--subject {
    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;
  font-weight: 500;
  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;
  font-weight: 500;
  line-height: 170%; /* 25.5px */
}
@media screen and (max-width: 768px) {
  #top .p-service-right .p-service__item .__item--ctn {
    font-size: 15px;
    font-weight: 500;
    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: auto;
  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%;
}
#top .sample-slider img {
  width: 100%;
}
#top .sample-slider .swiper-wrapper {
  transition-timing-function: linear;
}

#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: auto;
    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 .__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: 16px;
    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: 24%;
}
#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;
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  #triallesson .p-ttl {
    padding: 40rem 20rem;
    background-image: url(../img/triallesson/bg_ttl.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
  }
}
#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-family: "BIZ UDPGothic";
  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 .__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: 40px;
  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: 10rem;
  }
}
#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%;
}
#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: 1280px) {
  #triallesson .p-main .__form .__form-list {
    gap: 32px;
  }
}
#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 .__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;
}
#triallesson .p-main .__form .__form-list .__form-item span {
  margin-bottom: 15px;
}
@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: 13px;
}

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

#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-family: "BIZ UDPGothic";
  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 .__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-family: "BIZ UDPGothic";
  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 .__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;
  }
}

#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-family: "BIZ UDPGothic";
  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 .__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: auto;
    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 .___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-last-child(1) {
  opacity: 1 !important;
}
#elementaryschool .p-desc .___listpage .__ttl .__parvicon .__item:nth-last-child(1) .__item-ctn {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
#elementaryschool .p-desc .___listpage .__content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  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: center;
  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: 16px;
  }
}
#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 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-desc .___listpage .___cartegory--content {
    gap: 20rem;
  }
}
@media screen and (max-width: 1200px) {
  #elementaryschool .p-desc .___listpage .___cartegory--content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-desc .___listpage .___cartegory--content {
    grid-template-columns: 1fr;
  }
}
#elementaryschool .p-desc .___listpage .___cartegory--content img {
  width: auto;
}
#elementaryschool .p-desc .___listpage .___cartegory-slider {
  padding-bottom: 15px;
}
#elementaryschool .p-classInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo {
    margin-top: 50rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-classInfo {
    margin-top: 0;
  }
}
#elementaryschool .p-classInfo .__classInfo-img {
  position: absolute;
  z-index: 9999;
  width: 300px;
  top: 2%;
  right: 22%;
}
#elementaryschool .p-classInfo .l-common {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../img/elementaryschool/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: 20rem;
  }
}
#elementaryschool .p-classInfo .__ttl {
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@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: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-classInfo .__ttl--en {
    font-size: 40px;
  }
}
#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 .__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
@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-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #elementaryschool .p-feature {
    padding-top: 50rem;
    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: 40px;
  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 .__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: 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;
}
#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_2.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 {
    background-size: 20%;
    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-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) {
  #elementaryschool .p-dailyPlan {
    margin-top: 50rem;
    padding: 70rem 0 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  #elementaryschool .p-dailyPlan {
    margin-top: 0;
    background-image: url(../img/preschool/bg_dailyplan_sp.png);
  }
}
#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: right;
    padding-left: 20rem;
  }
}
#elementaryschool .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;
}
#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;
}
@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;
}
@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, #F29C2E);
  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;
}

#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: auto;
    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 .___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: 16px;
  }
}
#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;
    background-image: url(../img/preschool/bg_ttl.png);
    background-size: auto;
    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-teachers {
  margin-top: 80px;
  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-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-item {
    padding: 40rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .__teacher-item {
    flex-direction: column;
    gap: 20rem;
    padding: 20rem;
  }
}
#teacher .p-teachers .l-common .__teacher-item .__teacher-img {
  width: 420px;
  height: 260px;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common .__teacher-item .__teacher-img {
    width: 420rem;
    height: 260rem;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .__teacher-item .__teacher-img {
    width: 100%;
    height: auto;
  }
}
#teacher .p-teachers .l-common .__teacher-item .__teacher-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .__teacher-item .__teacher-info {
    width: 100%;
  }
}
#teacher .p-teachers .l-common .__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;
}
@media screen and (max-width: 1280px) {
  #teacher .p-teachers .l-common .__teacher-item .__teacher-info .__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .__teacher-item .__teacher-info .__name {
    font-size: 15px;
  }
}
#teacher .p-teachers .l-common .__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-item .__teacher-info .__subject {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .__teacher-item .__teacher-info .__subject {
    font-size: 13px;
  }
}
#teacher .p-teachers .l-common .__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-item .__teacher-info .__detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #teacher .p-teachers .l-common .__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: auto;
    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-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: auto;
    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-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: auto;
    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 .__listpage {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@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: 16px;
  }
}
#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;
}
#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;
}
@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: auto;
    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 .__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-items {
  position: relative;
  z-index: 5;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
#trialclass .p-slider .p-slider-items .__slider-item {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: auto;
  padding: 10px;
}
#trialclass .p-slider .p-slider-items .__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;
}
@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: 100%; /* 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;
}
@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: url(<path-to-image>) lightgray 50%/cover no-repeat;
  background-color: #FFC634;
}
@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: auto;
    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 .__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;
}
@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: auto;
    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-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;
}
#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%;
	object-fit: cover;
	object-position: center;
  border-radius: 20px;
}
#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 {
/*   max-height: 100px; */
/*   overflow: hidden; */
}
#news .p-news .__news-items .__news-item .__item-main .__ctn {
/*   overflow: hidden; */
  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;
/*   white-space: pre-wrap; */
}
@media screen and (max-width: 1280px) {
  #news .p-news .__news-items .__news-item .__item-main .__ctn > p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news .__news-items .__news-item .__item-main .__ctn > p {
    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 .__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 .__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);
  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-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-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;
}/*# sourceMappingURL=style.css.map */