@charset "UTF-8";
[class*=container] {
  margin: 0 auto;
  position: relative;
}

.container__80 {
  width: 80%;
}
.container__82-5 {
  width: 82.5%;
}
.container__87-5 {
  width: 87.5%;
}
.container__92-5 {
  width: 92.5%;
}

[class*=max-width] {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.max-width__sp {
  max-width: 750px;
}

.v1-application {
  position: relative;
}
.v1-application__inner {
  background-color: rgb(241, 242, 245);
  padding: 3.2rem 0;
}
.v1-application__inner > p {
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.86rem 0;
  text-align: center;
}
.v1-application .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0.86rem;
}
.v1-application .wpcf7-not-valid-tip {
  margin-top: 0.43rem;
}
.v1-application .wpcf7-spinner, .v1-application .wpcf7-response-output {
  display: none;
}
.v1-application__input > label, .v1-application__select > label, .v1-application__textarea > label {
  display: block;
  font-size: 1.04rem;
  font-weight: 700;
  margin-bottom: 0.43rem;
}
.v1-application__input input, .v1-application__input select, .v1-application__input textarea, .v1-application__select input, .v1-application__select select, .v1-application__select textarea, .v1-application__textarea input, .v1-application__textarea select, .v1-application__textarea textarea {
  background-color: rgb(255, 255, 255);
  font-size: 1.04rem;
  font-weight: 700;
  padding: 1rem;
  width: 100%;
}
.v1-application__select {
  position: relative;
}
.v1-application__textarea textarea {
  height: 12rem;
}
.v1-application__submit {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 1.3rem;
  cursor: pointer;
  display: flex;
  font-size: 1.04rem;
  font-weight: 700;
  gap: 0.5rem;
  height: 2.6rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 1.3rem auto 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 16.16rem;
}
@media (any-hover: hover) {
  .v1-application__submit:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
}

.v1-chance {
  position: relative;
}
.v1-chance__inner {
  background-image: url(../img/v1-chance-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.35rem 0 6.1rem;
}
.v1-chance__inner > span {
  display: block;
  font-size: 2.16rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.v1-cta {
  position: relative;
}
.v1-cta__inner {
  background-color: rgb(149, 209, 206);
  padding: 1.08rem;
}
.v1-cta__block {
  align-items: center;
  border: 2px solid rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  padding: 6.45rem 0 5.85rem;
}
.v1-cta__block > span {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.86;
  text-align: center;
}
.v1-cta__button {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2.16rem;
  display: flex;
  height: 3.46rem;
  justify-content: center;
  margin-bottom: 1.3rem;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 19.5rem;
}
@media (any-hover: hover) {
  .v1-cta__button:hover {
    opacity: 0.8;
  }
  .v1-cta__button:hover > img {
    translate: 0.2rem;
  }
}
.v1-cta__button > img {
  display: block;
  position: absolute;
  right: 1.48rem;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 0.81rem;
}
.v1-cta__button > span {
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.v1-feature {
  position: relative;
}
.v1-feature__inner {
  border-bottom: 1px solid rgb(112, 112, 112);
  border-top: 1px solid rgb(112, 112, 112);
  padding: 7.9rem 0 2.08rem;
}
.v1-feature__inner > ul {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  margin-top: 2.68rem;
}
.v1-feature__open-button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.v1-feature__item {
  position: relative;
}
.v1-feature__item img {
  display: block;
  width: 100%;
}
.v1-feature__item > button {
  display: block;
}
.v1-feature__item--1 > p {
  top: 38%;
}
.v1-feature__item--2 > p {
  top: 0;
}
.v1-feature__item--3 > p {
  top: 0;
}
.v1-feature__item--4 > p {
  top: 0;
}
.v1-feature__modal {
  background-color: rgb(255, 255, 255);
  bottom: 0;
  font-weight: 700;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  padding-bottom: 1.73rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.v1-feature__modal--active {
  opacity: 1;
  pointer-events: auto;
}
.v1-feature__modal-close-button {
  display: block;
  height: 3.25rem;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 4.33rem;
  z-index: 1;
}
@media (any-hover: hover) {
  .v1-feature__modal-close-button:hover {
    scale: 1.05;
  }
}
.v1-feature__modal-close-button > span {
  background-color: rgb(112, 112, 112);
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 2.94rem;
}
.v1-feature__modal-close-button > span:nth-child(1) {
  rotate: 20deg;
}
.v1-feature__modal-close-button > span:nth-child(2) {
  rotate: -20deg;
}
.v1-feature__modal-block {
  font-weight: 700;
  padding-top: 5.54rem;
}
.v1-feature__modal-block > h3 {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  height: 3.51rem;
  justify-content: center;
  margin-bottom: 1.51rem;
}
.v1-feature__modal-block > p {
  font-size: 1.04rem;
  line-height: 1.5;
  text-align: center;
}
.v1-feature__modal-block > ul {
  height: 38rem;
  overflow-y: scroll;
}
.v1-feature__modal-block > ul > li {
  font-size: 1.04rem;
  line-height: 1.5;
}
.v1-feature__modal-block--employment > h3 {
  background-color: rgba(149, 209, 206, 0.3);
}
.v1-feature__modal-block--employment > p {
  border-bottom: 1px solid rgb(112, 112, 112);
  margin-bottom: 1.3rem;
  padding-bottom: 2.16rem;
}
.v1-feature__modal-block--schedule > h3 {
  background-color: rgba(149, 209, 206, 0.3);
}
.v1-feature__modal-block--works > h3 {
  background-color: rgba(244, 158, 112, 0.3);
}
.v1-feature__modal-block--works > img {
  aspect-ratio: 7/4;
  display: block;
  object-fit: cover;
  width: 100%;
}
.v1-feature__modal-block-imgs > img {
  display: block;
  width: 100%;
}
.v1-feature__modal-block-imgs--employment {
  display: flex;
  flex-direction: column;
  gap: 2.16rem;
  margin-top: 4.33rem;
}
.v1-feature__modal-block-imgs--works {
  display: grid;
  gap: 0.21rem 0.43rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0.86rem;
}

.v1-footer {
  position: relative;
}
.v1-footer__inner {
  align-items: center;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  padding: 6.45rem 0 8.36rem;
}
.v1-footer__logo {
  display: block;
  margin-bottom: 2.38rem;
  width: 13.75rem;
}
.v1-footer__logo > img {
  display: block;
  width: 100%;
}
.v1-footer__nav {
  margin-bottom: 5.46rem;
  text-align: center;
}
.v1-footer__nav a {
  display: inline-block;
  font-size: 1.04rem;
  font-weight: 700;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .v1-footer__nav a:hover {
    opacity: 0.6;
  }
}
.v1-footer__nav-block {
  display: flex;
  justify-content: center;
  gap: 0.78rem;
  margin-bottom: 1.17rem;
}
.v1-footer__sns-items {
  align-items: center;
  display: flex;
  gap: 4.06rem;
  justify-content: center;
}
.v1-footer__sns-item > a {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 100%;
}
@media (any-hover: hover) {
  .v1-footer__sns-item > a:hover {
    opacity: 0.6;
  }
}
.v1-footer__sns-item > a > img {
  display: block;
  width: 100%;
}
.v1-footer__sns-item--1 {
  width: 3.02rem;
}
.v1-footer__sns-item--2 {
  width: 2.53rem;
}
.v1-footer__sns-item--3 {
  width: 3.16rem;
}

.v1-fv {
  position: relative;
}
.v1-fv > h1 > img {
  display: block;
  width: 100%;
}

.v1-header {
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.v1-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.73rem 0;
}
.v1-header__logo {
  display: block;
  width: 7.2rem;
}
.v1-header__logo > img {
  display: block;
  width: 100%;
}
.v1-header__button {
  align-items: center;
  border: 1px solid rgb(0, 0, 0);
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.38rem;
  font-weight: 500;
  height: 2.86rem;
  justify-content: center;
  width: 19.32rem;
}

.v1-instructor {
  position: relative;
}
.v1-instructor__inner {
  padding-top: 7.36rem;
}
.v1-instructor__profile-block {
  background-color: rgb(245, 245, 245);
  margin-top: 1.51rem;
  padding: 2.16rem 0;
}
.v1-instructor__profile-area {
  overflow-x: scroll;
}
.v1-instructor__profile-area > ul {
  display: flex;
  gap: 0.86rem;
  width: 300%;
}
.v1-instructor__profile {
  background-color: rgb(255, 255, 255);
  border-radius: 0.86rem;
  padding: 1.34rem 1.12rem 3.03rem;
  width: 33.3333333333%;
}
.v1-instructor__profile > h3 {
  font-size: 1.99rem;
  font-weight: 700;
  line-height: 1.52;
  margin-bottom: 0.43rem;
}
.v1-instructor__profile > img {
  aspect-ratio: 5/6;
  display: block;
  margin: 0 auto 0.95rem;
  object-fit: cover;
  width: 66.88%;
}
.v1-instructor__profile-info {
  align-items: flex-end;
  border-bottom: 1px solid rgb(112, 112, 112);
  display: flex;
  gap: 0.56rem;
  margin-bottom: 0.95rem;
  padding-bottom: 0.69rem;
}
.v1-instructor__profile-info > span {
  font-weight: 700;
}
.v1-instructor__profile-info > span:nth-child(1) {
  font-size: 1.3rem;
}
.v1-instructor__profile-info > span:nth-child(2) {
  color: rgb(201, 152, 245);
  font-size: 1.04rem;
}
.v1-instructor__profile-career {
  font-size: 1.04rem;
  font-weight: 700;
}
.v1-instructor__profile-career > p {
  line-height: 1.5;
}
.v1-instructor__profile-career > span {
  border: 1px solid rgb(0, 0, 0);
  display: inline-block;
  margin-bottom: 0.86rem;
  padding: 0.1rem 0.47rem;
}

.v1-introduction {
  position: relative;
}
.v1-introduction__inner {
  padding-top: 7.17rem;
}
.v1-introduction__prices {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 2.16rem;
}
.v1-introduction__price {
  padding: 2.34rem 0 1.73rem;
}
.v1-introduction__price > h3 {
  font-size: 1.99rem;
  font-weight: 700;
  text-align: center;
}
.v1-introduction__price > p {
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.21rem;
  text-align: center;
}
.v1-introduction__price--general {
  background-color: rgb(149, 209, 206);
}
.v1-introduction__price--students {
  background-color: rgb(251, 217, 199);
}
.v1-introduction__price-detail-block {
  margin: 0 2.16rem;
  overflow-x: scroll;
}
.v1-introduction__price-detail-block > ul {
  display: flex;
  gap: 0.43rem;
}
.v1-introduction__price-detail {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 0.86rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-weight: 700;
  height: 24.35rem;
  justify-content: center;
  text-align: center;
  width: 21.66rem;
}
.v1-introduction__price-detail > h4 {
  font-size: 1.99rem;
  margin-bottom: 0.69rem;
  padding-bottom: 0.43rem;
  position: relative;
}
.v1-introduction__price-detail > h4::after {
  border-radius: 0.43rem;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 13rem;
}
.v1-introduction__price-detail > p {
  font-size: 1.04rem;
  line-height: 1.5;
  margin-top: 1.04rem;
}
.v1-introduction__price-detail--general > h4::after {
  background-color: rgb(83, 187, 182);
}
.v1-introduction__price-detail--general > span {
  margin-bottom: 0.86rem;
  padding: 0 1.3rem;
  position: relative;
}
.v1-introduction__price-detail--general > span::after, .v1-introduction__price-detail--general > span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.46rem;
}
.v1-introduction__price-detail--general > span::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.36' height='15.68' viewBox='0 0 11.202 23.886'%3E%3Cg transform='translate(240.427 5709.968) rotate(180)'%3E%3Cline x2='10.652' y2='7' transform='translate(229.5 5686.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline x2='10.652' transform='translate(229.5 5699.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline y1='4' x2='10.652' transform='translate(229.5 5705.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  right: 0;
}
.v1-introduction__price-detail--general > span::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.36' height='15.68' viewBox='0 0 11.202 23.886'%3E%3Cg transform='translate(-229.225 -5686.082)'%3E%3Cline x2='10.652' y2='7' transform='translate(229.5 5686.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline x2='10.652' transform='translate(229.5 5699.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline y1='4' x2='10.652' transform='translate(229.5 5705.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  left: 0;
}
.v1-introduction__price-detail--recommended {
  background-color: rgb(235, 243, 119);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.v1-introduction__price-detail--recommended::after {
  background-color: rgb(235, 243, 119);
  content: "オススメ";
  display: block;
  padding: 0.17rem 0;
  position: absolute;
  right: -2.16rem;
  rotate: 27deg;
  top: 1.56rem;
  width: 10.92rem;
}
.v1-introduction__price-detail--recommended::before {
  background-color: rgb(255, 255, 255);
  border-radius: 0.86rem;
  bottom: 0;
  content: "";
  left: 0;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.v1-introduction__price-detail--recommended > h4::after {
  background-color: rgb(235, 243, 119);
}
.v1-introduction__price-detail--students > h4::after {
  background-color: rgb(244, 158, 112);
}
.v1-introduction__price-detail--students > span {
  align-items: center;
  background-color: rgb(249, 236, 149);
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.34rem) 50%, 100% 100%, 0 100%, calc(0% + 0.34rem) 50%);
  display: flex;
  height: 1.61rem;
  justify-content: center;
  margin-bottom: 0.69rem;
  width: 8.62rem;
}
.v1-introduction__price-detail-amount {
  align-items: center;
  display: flex;
}
.v1-introduction__price-detail-amount > span {
  font-size: 1.04rem;
}
.v1-introduction__price-detail-amount > span:nth-child(1) {
  margin: 0.5rem 0.65rem 0 0;
}
.v1-introduction__price-detail-amount > span:nth-child(2) {
  font-size: 1.3rem;
}
.v1-introduction__price-detail-amount > span:nth-child(2) > strong {
  font-size: 2.6rem;
  font-weight: 700;
}
.v1-introduction__price-detail-amount > span:nth-child(3) {
  margin-top: 1.2rem;
}
.v1-introduction__recess {
  padding: 2.12rem 0 3.38rem;
}
.v1-introduction__recess-block {
  border: 5px solid rgb(255, 238, 229);
  border-radius: 0.86rem;
  font-weight: 700;
  padding: 2.42rem 0;
  text-align: center;
}
.v1-introduction__recess-block > h3 {
  font-size: 1.99rem;
  margin-bottom: 0.91rem;
}
.v1-introduction__recess-block > p {
  font-size: 1.04rem;
  line-height: 1.5;
}
.v1-introduction__flow {
  padding: 1.95rem 0 1.21rem;
}
.v1-introduction__flow--curriculum {
  background-color: rgba(61, 144, 216, 0.1);
}
.v1-introduction__flow--admissions {
  background-color: rgba(232, 162, 120, 0.1);
}
.v1-introduction__flow-tab {
  display: flex;
  gap: 0.73rem;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.v1-introduction__flow-tab-button {
  align-items: center;
  background-color: rgb(178, 173, 173);
  color: rgb(255, 255, 255);
  display: flex;
  flex: 1;
  font-size: 1.3rem;
  font-weight: 700;
  height: 5.07rem;
  justify-content: center;
}
.v1-introduction__flow-tab-button--active.v1-introduction__flow-tab-button--curriculum {
  background-color: rgb(61, 144, 216);
}
.v1-introduction__flow-tab-button--active.v1-introduction__flow-tab-button--admissions {
  background-color: rgb(232, 162, 120);
}
.v1-introduction__flow-contents-block {
  display: none;
}
.v1-introduction__flow-contents-block--active {
  display: block;
}
.v1-introduction__flow-contents-block > ul {
  display: flex;
  flex-direction: column;
  gap: 2.94rem;
}
.v1-introduction__flow-contents-item {
  background-color: rgb(255, 255, 255);
  font-size: 1.04rem;
  font-weight: 700;
  padding: 1.21rem 1.51rem;
  position: relative;
}
.v1-introduction__flow-contents-item:not(:last-child)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.32' height='7.91' viewBox='0 0 28 17.979'%3E%3Cg transform='translate(28) rotate(90)'%3E%3Cpath d='M3.939,0,0,3.928,10.1,14,0,24.073,3.939,28l14.04-14Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E");
  left: 50%;
  position: absolute;
  top: calc(100% + 1.47rem);
  transform: translate(-50%, -50%);
}
.v1-introduction__flow-contents-item > p {
  line-height: 1.5;
  margin-top: 0.47rem;
}
.v1-introduction__flow-contents-item-title {
  align-items: center;
  display: flex;
  gap: 1.04rem;
}
.v1-introduction__flow-contents-item-title > h3 {
  font-size: 1.3rem;
}
.v1-introduction__flow-contents-item-title > span {
  display: block;
  flex-shrink: 0;
  padding: 0.21rem 0.08rem;
}
.v1-introduction__flow-contents-item-title--admissions > span {
  border-top: 3px solid rgb(232, 162, 120);
  border-bottom: 3px solid rgb(232, 162, 120);
}
.v1-introduction__flow-contents-item-title--curriculum > span {
  border-top: 3px solid rgb(61, 144, 216);
  border-bottom: 3px solid rgb(61, 144, 216);
}

.v1-sticky-cta {
  bottom: 0.3rem;
  left: 0;
  position: fixed;
  right: 0;
}
.v1-sticky-cta__button {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .v1-sticky-cta__button:hover {
    opacity: 0.6;
  }
}
.v1-sticky-cta__button > img {
  display: block;
  width: 100%;
}

.v1-title {
  display: flex;
  justify-content: center;
  position: relative;
}
.v1-title__inner {
  border: 3px solid rgb(0, 0, 0);
  display: inline-block;
  padding: 0.52rem 1.95rem 0.69rem;
  text-align: center;
}
.v1-title__inner > h2 {
  font-size: 2.16rem;
  font-weight: 700;
  margin-bottom: 0.95rem;
}
.v1-title__inner > span {
  font-family: "Damion", cursive;
  font-size: 1.04rem;
  font-weight: 400;
}

.v1-trial {
  position: relative;
}
.v1-trial__inner {
  background-color: rgb(0, 0, 0);
  padding: 1rem 0;
}
.v1-trial__link {
  align-items: center;
  background-image: url(../img/v1-trial-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  padding: 1rem;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .v1-trial__link:hover {
    opacity: 0.8;
  }
}
.v1-trial__link > span {
  color: rgb(255, 255, 255);
  display: block;
  line-height: 1.5;
  text-align: center;
}
.v1-trial__link > span > strong {
  font-size: 1.2rem;
  font-weight: 400;
}

.v1-voice {
  position: relative;
}
.v1-voice__inner {
  padding: 6.54rem 0 7.15rem;
}
.v1-voice__voices {
  display: flex;
  flex-direction: column;
  margin-top: 2.21rem;
}
.v1-voice__voice {
  padding: 2.6rem 0 6.5rem;
}
.v1-voice__voice--even {
  background-color: rgb(245, 245, 245);
}
.v1-voice__voice-block {
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  width: 53.33%;
}
.v1-voice__voice-block > img {
  aspect-ratio: 8/9;
  display: block;
  margin-bottom: 0.91rem;
  width: 100%;
}
.v1-voice__voice-block > span {
  display: block;
}
.v1-voice__voice-block > span:nth-of-type(1) {
  font-size: 1.04rem;
  margin-bottom: 0.43rem;
}
.v1-voice__voice-block > span:nth-of-type(2) {
  font-size: 1.3rem;
}
.v1-voice__voice-block > span:nth-of-type(2) > strong {
  display: inline-block;
  font-size: 2.16rem;
  font-weight: 700;
  margin-right: 0.39rem;
}
.v1-voice__voice-block--even > span:nth-of-type(1) {
  color: rgb(83, 187, 182);
}
.v1-voice__voice-block--odd > span:nth-of-type(1) {
  color: rgb(244, 158, 112);
}
.v1-voice__voice-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: absolute;
  top: 0;
}
.v1-voice__voice-title > h3 {
  font-size: 1.3rem;
  letter-spacing: 0.4em;
  line-height: 1.33;
  writing-mode: vertical-rl;
}
.v1-voice__voice-title--even {
  right: calc(100% + 1.73rem);
}
.v1-voice__voice-title--odd {
  left: calc(100% + 1.73rem);
}
.v1-voice__voice-open-button {
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  display: block;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 2.6rem;
}
@media (any-hover: hover) {
  .v1-voice__voice-open-button:hover {
    scale: 1.05;
  }
}
.v1-voice__voice-open-button > span {
  background-color: rgb(0, 0, 0);
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.3rem;
}
.v1-voice__voice-open-button > span:nth-child(2) {
  rotate: 90deg;
}
.v1-voice__voice-modal {
  background-color: rgb(255, 255, 255);
  bottom: 0;
  font-weight: 700;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  padding-bottom: 1.73rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.v1-voice__voice-modal--active {
  opacity: 1;
  pointer-events: auto;
}
.v1-voice__voice-close-button {
  display: block;
  height: 3.25rem;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 4.33rem;
}
@media (any-hover: hover) {
  .v1-voice__voice-close-button:hover {
    scale: 1.05;
  }
}
.v1-voice__voice-close-button > span {
  background-color: rgb(112, 112, 112);
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 2.94rem;
}
.v1-voice__voice-close-button > span:nth-child(1) {
  rotate: 20deg;
}
.v1-voice__voice-close-button > span:nth-child(2) {
  rotate: -20deg;
}
.v1-voice__voice-modal-block > h3 {
  font-size: 1.99rem;
  line-height: 1.52;
  margin-bottom: 0.95rem;
}
.v1-voice__voice-modal-block > img {
  aspect-ratio: 15/16;
  display: block;
  margin: 0 auto 2.38rem;
  width: 51.2%;
}
.v1-voice__voice-modal-block > ul {
  border-bottom: 1px solid rgb(112, 112, 112);
  border-top: 1px solid rgb(112, 112, 112);
}
.v1-voice__voice-modal-info {
  align-items: flex-end;
  display: flex;
  gap: 1.34rem;
  margin-bottom: 2.34rem;
}
.v1-voice__voice-modal-info > span:nth-child(1) {
  font-size: 1.3rem;
}
.v1-voice__voice-modal-info > span:nth-child(2) {
  font-size: 1.04rem;
}
.v1-voice__voice-modal-info--even > span:nth-of-type(2) {
  color: rgb(83, 187, 182);
}
.v1-voice__voice-modal-info--odd > span:nth-of-type(2) {
  color: rgb(244, 158, 112);
}
.v1-voice__voice-modal-item {
  padding: 1.3rem 0.34rem;
}
.v1-voice__voice-modal-item:not(:last-child) {
  border-bottom: 1px solid rgb(112, 112, 112);
}
.v1-voice__voice-modal-item > h4 {
  font-size: 1.3rem;
  line-height: 1.86;
  margin-bottom: 1.3rem;
}
.v1-voice__voice-modal-item > p {
  font-size: 1.04rem;
  line-height: 1.5;
}

.v1-material-single-application__input {
  margin-bottom: 16px;
}
.v1-material-single-application__input > label {
  color: rgb(0, 0, 0);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.v1-material-single-application__input .wpcf7-form-control-wrap {
  display: block;
}
.v1-material-single-application__input input[type=text], .v1-material-single-application__input input[type=email], .v1-material-single-application__input input[type=tel] {
  background-color: rgb(255, 255, 255);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  font-family: inherit;
  font-size: 14px;
  height: 44px;
  padding: 0 12px;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
}
.v1-material-single-application__input input[type=text]:focus, .v1-material-single-application__input input[type=email]:focus, .v1-material-single-application__input input[type=tel]:focus {
  border-color: rgb(83, 187, 182);
  outline: none;
}
.v1-material-single-application__input input[type=text]::placeholder, .v1-material-single-application__input input[type=email]::placeholder, .v1-material-single-application__input input[type=tel]::placeholder {
  color: rgb(178, 173, 173);
}
.v1-material-single-application__text {
  color: rgb(0, 0, 0);
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 8px;
  margin-top: 8px;
}
.v1-material-single-application__text a {
  color: rgb(61, 144, 216);
  text-decoration: underline;
}
.v1-material-single-application__privacy {
  margin-bottom: 24px;
}
.v1-material-single-application__privacy .wpcf7-list-item {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  margin: 0;
}
.v1-material-single-application__privacy input[type=checkbox] {
  accent-color: rgb(83, 187, 182);
  appearance: auto;
  -webkit-appearance: auto;
  cursor: pointer;
  flex-shrink: 0;
  height: 16px;
  margin: 0;
  width: 16px;
}
.v1-material-single-application__privacy .wpcf7-list-item-label {
  color: rgb(0, 0, 0);
  font-size: 13px;
}
.v1-material-single-application__submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  background-color: rgb(83, 187, 182);
  border: none;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.04em;
  line-height: 48px;
  padding: 0;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}
@media (any-hover: hover) {
  .v1-material-single-application__submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.v1-material-single-application__submit input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.6;
  margin: 16px 0 0;
  padding: 10px 12px;
}

.wpcf7-not-valid-tip {
  color: #d63638;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (max-width: 640px) {
  .v1-material-single-application__input {
    margin-bottom: 14px;
  }
  .v1-material-single-application__input input[type=text], .v1-material-single-application__input input[type=email], .v1-material-single-application__input input[type=tel] {
    font-size: 14px;
    height: 42px;
  }
  .v1-material-single-application__submit input[type=submit] {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
}
.v1-material-card {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .v1-material-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
  }
}
.v1-material-card__thumbnail {
  aspect-ratio: 4/3;
  background-color: rgb(241, 242, 245);
  overflow: hidden;
  width: 100%;
}
.v1-material-card__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.v1-material-card__image--placeholder {
  background-color: rgb(241, 242, 245);
}
.v1-material-card__title {
  color: rgb(0, 0, 0);
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  padding: 16px 16px 12px;
}
.v1-material-card__button {
  align-items: center;
  background-color: rgb(83, 187, 182);
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin: 0 16px 16px;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .v1-material-card {
    border-radius: 6px;
  }
  .v1-material-card__title {
    font-size: 13px;
    padding: 12px 12px 8px;
  }
  .v1-material-card__button {
    font-size: 12px;
    height: 36px;
    margin: 0 12px 12px;
  }
}
.v1-material-detail {
  padding: 64px 24px 0;
}
.v1-material-detail__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.v1-material-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.v1-material-detail__columns {
  align-items: flex-start;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 400px;
}
.v1-material-detail__main {
  min-width: 0;
}
.v1-material-detail__thumbnail {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  margin-bottom: 32px;
  overflow: hidden;
}
.v1-material-detail__image {
  display: block;
  height: auto;
  width: 100%;
}
.v1-material-detail__body {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 1.9;
}
.v1-material-detail__body p {
  margin-bottom: 1.5em;
}
.v1-material-detail__body h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 32px;
}
.v1-material-detail__body h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 24px;
}
.v1-material-detail__body ul, .v1-material-detail__body ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.v1-material-detail__body li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.v1-material-detail__body ol li {
  list-style: decimal;
}
.v1-material-detail__body a {
  color: rgb(61, 144, 216);
  text-decoration: underline;
}
.v1-material-detail__form {
  position: sticky;
  top: 88px;
}
.v1-material-detail__form-inner {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 32px 24px;
}
.v1-material-detail__form-placeholder {
  color: rgb(112, 112, 112);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}
.v1-material-detail__form-placeholder code {
  background-color: rgb(241, 242, 245);
  border-radius: 4px;
  font-family: monospace;
  padding: 2px 6px;
}

@media screen and (max-width: 640px) {
  .v1-material-detail {
    padding: 32px 16px 0;
  }
  .v1-material-detail__title {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: left;
  }
  .v1-material-detail__columns {
    gap: 32px;
    grid-template-columns: 1fr;
  }
  .v1-material-detail__thumbnail {
    margin-bottom: 24px;
  }
  .v1-material-detail__body {
    font-size: 14px;
  }
  .v1-material-detail__body h2 {
    font-size: 17px;
  }
  .v1-material-detail__body h3 {
    font-size: 15px;
  }
  .v1-material-detail__form {
    position: static;
  }
  .v1-material-detail__form-inner {
    padding: 24px 16px;
  }
}
.v1-material-footer {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.v1-material-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 32px 24px;
  text-align: center;
}
.v1-material-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  .v1-material-footer__inner {
    padding: 24px 16px;
  }
}
.v1-material-header {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}
.v1-material-header__inner {
  align-items: center;
  display: flex;
  height: 64px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
}
.v1-material-header__logo {
  display: block;
  width: 120px;
}
.v1-material-header__logo > img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .v1-material-header__inner {
    height: 56px;
    padding: 0 16px;
  }
  .v1-material-header__logo {
    width: 100px;
  }
}
.v1-material-list {
  padding: 0 24px;
}
.v1-material-list__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.v1-material-list__items {
  display: grid;
  gap: 32px 24px;
  grid-template-columns: repeat(3, 1fr);
}
.v1-material-list__item {
  display: block;
}
.v1-material-list__empty {
  color: rgb(112, 112, 112);
  font-size: 14px;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .v1-material-list {
    padding: 0 16px;
  }
  .v1-material-list__items {
    gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.v1-material-main {
  background-color: rgb(245, 245, 245);
  min-height: calc(100vh - 64px);
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .v1-material-main {
    min-height: calc(100vh - 56px);
    padding-bottom: 56px;
  }
}
.v1-material-title {
  padding: 64px 24px 48px;
}
.v1-material-title__inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.v1-material-title__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.v1-material-title__lead {
  color: rgb(112, 112, 112);
  font-size: 14px;
  line-height: 1.8;
}
.v1-material-title__br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .v1-material-title {
    padding: 40px 16px 32px;
  }
  .v1-material-title__heading {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .v1-material-title__lead {
    font-size: 13px;
  }
  .v1-material-title__br-sp {
    display: inline;
  }
}
.v1-material-thanks {
  padding: 6rem 0;
}
.v1-material-thanks__inner {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 40rem;
  padding: 4rem 2rem;
  text-align: center;
  width: 92.5%;
}
.v1-material-thanks__icon {
  height: 5rem;
  width: 5rem;
}
.v1-material-thanks__icon svg {
  height: 100%;
  width: 100%;
}
.v1-material-thanks__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.v1-material-thanks__body {
  color: rgb(60, 60, 60);
  font-size: 1rem;
  line-height: 1.8;
}
.v1-material-thanks__notice {
  color: rgb(112, 112, 112);
  font-size: 0.875rem;
}
.v1-material-thanks__back-button {
  background-color: rgb(0, 0, 0);
  border-radius: 0.2rem;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
}

.v1-thanks {
  background-color: rgb(241, 242, 245);
  padding: 6rem 0;
}
.v1-thanks__inner {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 4rem 2rem;
  text-align: center;
}
.v1-thanks__icon {
  height: 5rem;
  width: 5rem;
}
.v1-thanks__icon svg {
  height: 100%;
  width: 100%;
}
.v1-thanks__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.v1-thanks__body {
  color: rgb(60, 60, 60);
  font-size: 1rem;
  line-height: 1.8;
}
.v1-thanks__redirect-notice {
  color: rgb(112, 112, 112);
  font-size: 0.875rem;
}
.v1-thanks__back-button {
  background-color: rgb(0, 0, 0);
  border-radius: 0.2rem;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
}

html {
  color: rgb(0, 0, 0);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */