.l-main__inner {
  padding: 16vw 0 0;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .l-main__inner {
    padding-top: min(8.3333333333vw, 90px);
  }
}

.p-fv {
  position: relative;
  background-color: #f9f8f4;
}
@media (min-width: 768px) {
  .p-fv {
    overflow: hidden;
    height: calc(100vh - 90px);
  }
}
.p-fv__title {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.24vw;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-fv__title {
    position: absolute;
    bottom: 80px;
    right: 80px;
    color: #fff;
    text-shadow: 2px 2px #010101;
    font-size: min(4.6296296296vw, 50px);
    line-height: 2;
    letter-spacing: min(0.2314814815vw, 2.5px);
    z-index: 10;
  }
}
.p-fv__title--blur {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.p-fv__title--blur.active {
  opacity: 1;
}
.p-fv__title--blur-secondary {
  opacity: 0;
  transition: opacity 1.5s ease-in-out 1s;
}
.p-fv__title--blur-secondary.active {
  opacity: 1;
}
.p-fv__text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 13px;
  line-height: 1.3;
  letter-spacing: -1px;
}
.p-fv__button {
  margin: 55px auto 0;
}
.p-fv__link {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  margin-top: 23px;
  letter-spacing: -2px;
  padding-right: 14px;
  width: fit-content;
}

.p-feature {
  padding: 10.6666666667vw 5.3333333333vw 16vw;
  background-color: #f9f8f4;
}
@media (min-width: 768px) {
  .p-feature {
    padding: min(9.2592592593vw, 100px) min(1.8518518519vw, 20px);
  }
}
.p-feature__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-feature__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-feature__cards {
  position: relative;
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  row-gap: 6.6666666667vw;
}
@media (min-width: 768px) {
  .p-feature__cards {
    margin-top: min(9.2592592593vw, 100px);
    row-gap: min(5.5555555556vw, 60px);
  }
}
.p-feature__card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p-feature__card {
    flex-direction: row;
    flex-wrap: wrap;
    padding: min(2.7777777778vw, 30px);
    justify-content: space-between;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 768px) {
  .p-feature__card:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .p-feature__card:nth-child(even) .p-works__button {
    right: min(5.5555555556vw, 60px);
    left: initial;
  }
}
.p-feature__card-tag {
  position: absolute;
  top: 0;
  width: 18.6666666667vw;
  height: 8.8vw;
  padding: 1.8666666667vw 3.7333333333vw 1.6vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  background-color: #eee;
  font-style: italic;
}
@media (min-width: 768px) {
  .p-feature__card-tag {
    position: static;
    font-size: min(2.962962963vw, 32px);
    padding: 0 min(1.8518518519vw, 20px) min(1.4814814815vw, 16px);
    width: 100%;
    height: initial;
    background: inherit;
    border-bottom: 2px dashed #ddd;
  }
}
.p-feature__card-image {
  display: block;
  width: 100%;
  height: 57.6vw;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-feature__card-image {
    margin: initial;
    padding: min(1.8518518519vw, 20px);
    width: min(42.5925925926vw, 460px);
    height: min(30.7407407407vw, 332px);
    border-radius: 4px;
  }
}
.p-feature__card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.45);
}
.p-feature__card-text {
  padding: 2.6666666667vw 3.2vw 3.2vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1866666667vw;
}
@media (min-width: 768px) {
  .p-feature__card-text {
    padding: min(4.4444444444vw, 48px) min(1.4814814815vw, 16px);
    font-size: min(2.4074074074vw, 26px);
    width: 50%;
    letter-spacing: 3px;
  }
}
.p-feature__text {
  padding: 2.9333333333vw 3.2vw 3.7333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1866666667vw;
  text-align: center;
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2666666667vw #010101;
  background-color: #fff;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-feature__text {
    font-size: min(2.962962963vw, 32px);
    padding: min(3.7037037037vw, 40px);
    border: solid 3px #010101;
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.16);
    letter-spacing: 3px;
  }
}

.p-school {
  padding: 10.6666666667vw 5.3333333333vw 16vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-school {
    padding: min(9.2592592593vw, 100px) min(1.8518518519vw, 20px);
  }
}
.p-school__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-school__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-school__cards {
  position: relative;
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-school__cards {
    flex-direction: row;
    margin-top: min(9.2592592593vw, 100px);
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
  }
}
.p-school__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.9333333333vw 3.2vw 9.8666666667vw;
  border-radius: 2.1333333333vw;
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2666666667vw #707070;
  background-color: #eee;
  max-width: 300px;
  margin-inline: auto;
  
}
@media (min-width: 768px) {
  .p-school__card {
    width: min(30.5555555556vw, 330px);
    height: min(27.7777777778vw, 300px);
    padding: min(2.2222222222vw, 24px);
    border-radius: 16px;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
    border: solid 3px #707070;
    margin: initial;
  }
}
.p-school__card:nth-child(even) {
  background-color: #ddd;
}
.p-school__card-title {
  font-size: 4.2666666667vw;
  line-height: 1.31;
  letter-spacing: 0.2133333333vw;
}
@media (min-width: 768px) {
  .p-school__card-title {
    font-size: min(2.2222222222vw, 24px);
    letter-spacing: 1.6px;
  }
}
.p-school__card-title::after {
  content: "";
  display: block;
  width: 32vw;
  height: 0.2666666667vw;
  background-image: linear-gradient(to right, #010101, #ccc 71%, #ddd 81%);
}
@media (min-width: 768px) {
  .p-school__card-title::after {
    border-radius: 0 100% 20% 0;
    width: 120px;
    height: 2px;
    margin-top: min(0.7407407407vw, 8px);
  }
}
.p-school__card-text {
  display: block;
  font-size: 4.2666666667vw;
  margin-top: 5.3333333333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-school__card-text {
    font-size: min(1.8518518519vw, 20px);
    margin-top: min(2.2222222222vw, 24px);
  }
}
.p-school__text {
  padding: 2.9333333333vw 3.2vw 3.7333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1866666667vw;
  text-align: center;
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2666666667vw #010101;
  background-color: #fff;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-school__text {
    width: 90%;
    margin: min(5.5555555556vw, 60px) auto 0;
    padding: min(2.2222222222vw, 24px);
    font-size: min(2.4074074074vw, 26px);
    letter-spacing: 1.2px;
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.16);
    border: solid 3px #010101;
    background-color: #fff;
  }
}

.p-contact {
  padding: 8vw 5.3333333333vw 8vw;
  background: #f9f8f4;
}
@media (min-width: 768px) {
  .p-contact {
    padding: min(9.2592592593vw, 100px) min(1.8518518519vw, 20px);
  }
}
.p-contact__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-contact__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-contact__button {
  margin: 7.2vw auto 0;
}
@media (min-width: 768px) {
  .p-contact__button {
    margin-top: min(7.4074074074vw, 80px);
  }
}

.p-question {
  padding: 8vw 5.3333333333vw 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-question {
    padding: min(9.2592592593vw, 100px) min(1.8518518519vw, 20px);
  }
}
.p-question__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-question__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-question__cards {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-question__cards {
    margin-top: min(7.4074074074vw, 80px);
    row-gap: min(5.5555555556vw, 60px);
  }
}
.p-question__card {
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p-question__card {
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.16);
  }
}
.p-question__title {
  position: relative;
  font-size: 3.2vw;
  padding: 3.2vw 3.2vw 2.9333333333vw 9.6vw;
  border: solid 1px #010101;
  background-color: #fff;
}
.p-question__title::before {
  content: "Q";
  position: absolute;
  left: 3.2vw;
}
@media (min-width: 768px) {
  .p-question__title {
    font-size: min(2.4074074074vw, 26px);
    padding: min(3.2407407407vw, 35px) min(5.5555555556vw, 60px) min(3.1481481481vw, 34px) min(11.1111111111vw, 120px);
  }
  .p-question__title::before {
    font-size: min(3.7037037037vw, 40px);
    top: min(2.4074074074vw, 26px);
    left: min(3.3333333333vw, 36px);
  }
}
.p-question__text {
  position: relative;
  font-size: 3.2vw;
  padding: 3.2vw 3.2vw 2.9333333333vw 9.6vw;
  border: solid 1px #010101;
  border-top: inherit;
  background-color: #eee;
  white-space: pre-wrap;
  line-height: 1.3;
}
.p-question__text::before {
  content: "A";
  position: absolute;
  left: 3.2vw;
}
@media (min-width: 768px) {
  .p-question__text {
    font-size: min(2.4074074074vw, 26px);
    padding: min(3.2407407407vw, 35px) min(5.5555555556vw, 60px) min(3.1481481481vw, 34px) min(11.1111111111vw, 120px);
  }
  .p-question__text::before {
    font-size: min(3.7037037037vw, 40px);
    top: min(2.4074074074vw, 26px);
    left: min(3.3333333333vw, 36px);
  }
}

.p-access {
  padding: 8vw 5.3333333333vw 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-access {
    padding: min(9.2592592593vw, 100px) min(1.8518518519vw, 20px);
  }
}
.p-access__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-access__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-access__content-container {
  margin: 8vw auto 0;
}
@media (min-width: 768px) {
  .p-access__content-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin: 8vw auto 0;
  }
}
.p-access__map-container {
  width: 89.3333333333vw;
  height: 42.6666666667vw;
}
@media (min-width: 768px) {
  .p-access__map-container {
    width: 40%;
    height: 409px;
  }
}
.p-access__map-container > iframe {
  width: 100%;
  height: 100%;
}
.p-access__table {
  width: 100%;
  margin-top: 3.2vw;
  border-collapse: collapse;
  border: solid 0.2666666667vw #010101;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 0 rgba(0, 0, 0, 0.16);
  font-size: 3.7333333333vw;
  line-height: 1.14;
  letter-spacing: 0.1866666667vw;
}
@media (min-width: 768px) {
  .p-access__table {
    width: 50%;
    height: min(37.037037037vw, 400px);
    margin-top: 0;
    border: solid 2px #010101;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.16);
    font-size: min(2.4074074074vw, 26px);
    line-height: 1.14;
    letter-spacing: 1px;
  }
}
.p-access__table-tr {
  min-height: 7.4666666667vw;
}
@media (min-width: 768px) {
  .p-access__table-tr {
    min-height: inherit;
  }
}
.p-access__table-tr + .p-access__table-tr {
  border-top: solid 0.2666666667vw #010101;
}
@media (min-width: 768px) {
  .p-access__table-tr + .p-access__table-tr {
    border-top: solid 2px #010101;
  }
}
.p-access__table-title {
  width: 24vw;
  min-height: 7.4666666667vw;
  font-weight: 500;
  text-align: center;
  background: #eee;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-access__table-title {
    width: min(11.1111111111vw, 120px);
    min-height: inherit;
  }
}
.p-access__table-text {
  padding: 1.0666666667vw 2.1333333333vw 1.0666666667vw 2.6666666667vw;
  min-height: 7.4666666667vw;
  border-left: solid 0.2666666667vw #010101;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-access__table-text {
    padding: min(1.4814814815vw, 16px) min(0.7407407407vw, 8px);
    min-height: min(7.4074074074vw, 80px);
    border-left: solid 2px #010101;
  }
}

.p-blog {
  padding: 8vw 5.3333333333vw 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-blog {
    padding: min(9.2592592593vw, 100px) min(1.8518518519vw, 20px);
  }
}
.p-blog__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-blog__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-blog__cards {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-blog__cards {
    row-gap: min(3.7037037037vw, 40px);
    margin-top: min(7.4074074074vw, 80px);
  }
}
.p-blog__card {
  display: flex;
  column-gap: 5.6vw;
  padding: 2.1333333333vw 3.2vw 1.8666666667vw 2.9333333333vw;
  border-bottom: #eee 0.2666666667vw solid;
}
@media (min-width: 768px) {
  .p-blog__card {
    column-gap: min(2.7777777778vw, 30px);
    padding: min(2.4074074074vw, 26px);
    border-bottom: #eee 3px solid;
  }
}
.p-blog__card:nth-child(1) {
  border-top: #eee 0.2666666667vw solid;
}
@media (min-width: 768px) {
  .p-blog__card:nth-child(1) {
    border-top: #eee 3px solid;
  }
}
.p-blog__image {
  display: block;
  width: 32vw;
  height: 27.7333333333vw;
}
@media (min-width: 768px) {
  .p-blog__image {
    width: min(33.3333333333vw, 360px);
    height: min(27.7777777778vw, 300px);
  }
}
.p-blog__image > img {
  width: 32vw;
  height: 27.7333333333vw;
}
@media (min-width: 768px) {
  .p-blog__image > img {
    width: min(33.3333333333vw, 360px);
    height: min(27.7777777778vw, 300px);
  }
}
.p-blog__content {
  width: 45.3333333333vw;
}
@media (min-width: 768px) {
  .p-blog__content {
    width: 70%;
  }
}
.p-blog__content-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.p-blog__content-tag {
  padding: 1.0666666667vw 1.0666666667vw 0.8vw 2.1333333333vw;
  background: #eee;
  min-width: 19.7333333333vw;
  height: 6.4vw;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .p-blog__content-tag {
    padding: min(0.7407407407vw, 8px);
    min-width: min(5.5555555556vw, 60px);
    height: min(3.7037037037vw, 40px);
    font-size: min(1.8518518519vw, 20px);
  }
}
.p-blog__content-date {
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .p-blog__content-date {
    font-size: min(1.8518518519vw, 20px);
  }
}
.p-blog__content-title {
  font-size: 3.7333333333vw;
  font-weight: normal;
  line-height: 1.29;
  text-align: left;
  margin-top: 3.2vw;
}
@media (min-width: 768px) {
  .p-blog__content-title {
    font-size: min(2.7777777778vw, 30px);
    margin-top: min(2.7777777778vw, 30px);
  }
}

.p-blog__content-text {
  font-size: 2.7333333333vw;
  font-weight: normal;
  line-height: 1.29;
  text-align: left;
  margin-top: 3.2vw;
}
@media (min-width: 768px) {
  .p-blog__content-text {
    font-size: min(2.2222222222vw, 24px);
    margin-top: min(1.8518518519vw, 20px);
  }
}
.p-blog__more {
  margin-top: 2.1333333333vw;
  text-align: right;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .p-blog__more {
    margin-top: min(1.1111111111vw, 12px);
    font-size: min(1.8518518519vw, 20px);
  }
}
.p-blog__more > a:hover {
  color: #a64a97;
  transition: 0.3s ease;
  cursor: pointer;
}
.p-blog__more::before {
  content: ">>";
  margin-left: 1.0666666667vw;
  margin-right: 1.0666666667vw;
}
@media (min-width: 768px) {
  .p-blog__more::before {
    margin-left: min(0.7407407407vw, 8px);
    margin-right: min(1.1111111111vw, 12px);
  }
}

@media (max-width: 767px) {
  .u-sp__non-display {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-pc__non-display {
    display: none;
  }
}