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

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  position: relative;
  font-style: normal;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  box-sizing: border-box;
}

img {
  width: 100%;
}

span {
  padding: 0;
  margin: 0;
}

.l-inner {
  max-width: 1200px;
  padding-inline: 20px;
  box-sizing: initial;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-block: 60px !important;
  }
}

.c-section__title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 68px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.c-section__title::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 70px;
  background: linear-gradient(to right, #F3B989, #FE8787, #5353FF);
}
@media screen and (max-width: 767px) {
  .c-section__title::before {
    bottom: -14px;
  }
}
@media screen and (max-width: 1279px) {
  .c-section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 20px;
    line-height: 36px;
  }
}

.c-section__titleText {
  margin-top: 54px;
  color: #787878;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-section__titleText {
    font-size: 14px;
    margin-top: 30px;
  }
}

.c-banner {
  position: relative;
  background: url(../img/banner/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.c-banner::before {
  content: "";
  position: absolute;
  background: url(../img/banner/circle.png);
  background-size: contain;
  width: 1075px;
  height: 1075px;
  right: -400px;
  top: 30px;
}

.c-banner__inner {
  padding: 70px 20px;
}
@media screen and (max-width: 767px) {
  .c-banner__inner {
    padding: 40px 20px;
  }
}

.c-banner__btn {
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.c-banner__btn img {
  height: auto;
}

.c-textSlide {
  display: flex;
  width: 7140px;
  animation: animSlide 150s infinite linear;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .c-textSlide {
    width: 3500px;
  }
}

@keyframes animSlide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.js-target {
  opacity: 0;
  transform: translateY(100px);
}

.js-target.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.js-targetLeft {
  opacity: 0;
  transform: translateX(-100px);
}

.js-targetLeft.is-activeLeft {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease;
}

.js-targetScale {
  opacity: 0;
  scale: 0;
}

.js-targetScale.is-activeScale {
  opacity: 1;
  scale: 1;
  transition: all 0.5s ease;
}

.p-fv {
  background-size: cover;
  background-position: 30% 10%;
  color: white;
  position: relative;
  height: 1080px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 90vh;
  }
}

.p-fv__inner {
  padding-inline: 20px;
}

.p-fv__content {
  max-width: 576px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 138px;
  right: 19%;
}
@media screen and (max-width: 1279px) {
  .p-fv__content {
    right: 0;
    padding-right: 40px;
    box-sizing: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    width: 100%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}

.p-fv__logo {
  max-width: 219px;
  margin-inline: auto;
}
.p-fv__logo img {
  height: auto;
}

.p-fv__logoText {
  font-size: 23px;
  margin-top: 13px;
  line-height: 36px;
}

.p-fv__title {
  font-size: 72px;
  line-height: 87px;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 32px;
    line-height: 56px;
  }
}

.p-fv__text {
  font-size: 28px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 24px;
  }
}

.p-fv__text--ellipse {
  border: 1px solid #fff;
  border-radius: 104px;
  padding: 14px 20px 15px;
  margin-top: 33px;
  max-width: 573px;
  margin-inline: auto;
  font-size: 24px;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .p-fv__text--ellipse {
    font-size: 20px;
  }
}

.p-fv__slide__img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p-fv__slide__img img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.p-fv__slide__img:nth-child(1) {
  background: url(../img/fv/fv01.png);
  background-size: cover;
  background-position: right 65% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .p-fv__slide__img:nth-child(1) {
    height: 90vh;
  }
}
.p-fv__slide__img:nth-child(2) {
  background: url(../img/fv/fv02.png);
  background-size: cover;
  background-position: left 30% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .p-fv__slide__img:nth-child(2) {
    height: 90vh;
  }
}
.p-fv__slide__img:nth-child(3) {
  background: url(../img/fv/fv03.png);
  background-size: cover;
  background-position: right 58% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .p-fv__slide__img:nth-child(3) {
    height: 90vh;
  }
}
.p-fv__slide__img:nth-child(4) {
  background: url(../img/fv/fv04.png);
  background-size: cover;
  background-position: left 51% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .p-fv__slide__img:nth-child(4) {
    height: 90vh;
  }
}
.p-fv__slide__img:nth-child(5) {
  background: url(../img/fv/fv05.png);
  background-size: cover;
  background-position: top right 20%;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .p-fv__slide__img:nth-child(5) {
    height: 90vh;
  }
}

.p-followBtn {
  background: #F96969;
  border-radius: 89px;
  margin-top: 60px;
  display: block;
  z-index: 5;
  transition: 1s linear forwards;
  position: static;
  bottom: 0;
  right: 0;
  transition: all 1s ease;
  max-width: 576px;
}
@media screen and (max-width: 767px) {
  .p-followBtn {
    right: 20px;
    bottom: 40px;
    margin-inline: auto;
    max-width: 360px;
  }
}

.p-followBtn--secondary {
  background: #F96969;
  border-radius: 89px;
  margin-top: 60px;
  display: block;
  z-index: 5;
  transition: 1s linear forwards;
  position: fixed;
  right: 20px;
  bottom: 30px;
  transition: all 1s ease;
  max-width: 576px;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 767px) {
  .p-followBtn--secondary {
    right: 20px;
    bottom: 40px;
    margin-inline: auto;
    max-width: 360px;
  }
}
.p-followBtn--secondary.js-in {
  opacity: 1;
  transition: opacity 0.5s linear;
}

@keyframes transfer {}
.p-followBtn__content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-block: 28px;
  padding-inline: 146px 43px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  position: relative;
}
.p-followBtn__content span {
  color: #FFFA64;
}
.p-followBtn__content img {
  width: 27px;
  margin-left: 13px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-followBtn__content img {
    margin-left: 6px;
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-followBtn__content {
    font-size: 12px;
    padding-block: 14px;
    padding-left: 100px;
    padding-right: 10px;
  }
}

.p-followBtn__circle {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 8px;
  left: 33px;
  background: #FFFA64;
  color: #F96969;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-followBtn__circle {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding-top: 6px;
    left: 16px;
    line-height: 20px;
  }
}
.p-followBtn__circle span {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #F96969;
}
@media screen and (max-width: 767px) {
  .p-followBtn__circle span {
    font-size: 16px;
    line-height: 20px;
  }
}

.p-guideline {
  background: url(../img/guideline/bg.png);
}

.p-guideline__inner {
  padding-block: 79px 121px;
}

.p-guideline__list {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 71px;
}
@media screen and (max-width: 1279px) {
  .p-guideline__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-guideline__list {
    display: block;
  }
}

.p-guideline__item {
  background: #fff;
  max-width: 370px;
  padding: 73px 50px 80px;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(59, 59, 59, 0.1);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-guideline__item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-guideline__item {
    margin-inline: auto;
  }
  .p-guideline__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-guideline__item__number {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #373CCF;
  text-align: center;
}
.p-guideline__item__number span {
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 600;
}

.p-guideline__item__title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  line-height: 55px;
}
@media screen and (max-width: 1279px) {
  .p-guideline__item__title {
    font-size: 20px;
  }
}

.p-guideline__item__text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
@media screen and (max-width: 1279px) {
  .p-guideline__item__text {
    font-size: 14px;
  }
}

.p-support {
  position: relative;
  overflow-y: hidden;
}

.p-support__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.p-support__bg img {
  height: inherit;
}

.p-suport__inner {
  padding-block: 79px 100px;
}

.p-suport__list {
  display: flex;
  justify-content: center;
  margin-top: 92px;
  gap: 45px;
}
@media screen and (max-width: 1279px) {
  .p-suport__list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-suport__list {
    display: block;
  }
}

.p-support__item {
  flex: 1;
  height: 370px;
  border: 4px solid #B2BCC1;
  border-radius: 100%;
  place-items: center;
  padding-top: 65px;
  flex-shrink: 0;
  position: relative;
}
.p-support__item:not(:first-child)::before {
  content: "";
  position: absolute;
  background: #B2BCC1;
  height: 4px;
  width: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: -49px;
}
@media screen and (max-width: 1279px) {
  .p-support__item:not(:first-child)::before {
    width: 16px;
    left: -18px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item:not(:first-child)::before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-support__item {
    flex: initial;
    width: 240px !important;
    height: 240px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item {
    margin-inline: auto;
  }
  .p-support__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-support__label {
  background: #262F34;
  color: #fff;
  border-radius: 73px;
  width: 210px;
  padding-block: 10px 4px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  position: relative;
  margin-inline: auto;
}
.p-support__label span {
  font-family: "Poppins", serif;
  font-size: 26px;
}
@media screen and (max-width: 1279px) {
  .p-support__label span {
    font-size: 14px;
  }
}
.p-support__label::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/support/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 19px;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .p-support__label {
    font-size: 10px;
    width: 120px;
    padding-bottom: 8px;
  }
}

.p-suport__item__title {
  margin-top: 27px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-suport__item__title {
    font-size: 16px;
  }
}

.p-support__item__text {
  max-width: 260px;
  font-size: 15px;
  line-height: 27px;
  margin-top: 22px;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .p-support__item__text {
    font-size: 10px;
    max-width: 190px;
    margin-top: 10px;
    text-align: center;
  }
}

.p-strength__inner {
  padding-block: 100px 60px;
}

.p-strength__list {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  justify-items: center;
  row-gap: 31px;
  column-gap: 53px;
  margin-top: 56px;
}
@media screen and (max-width: 1279px) {
  .p-strength__list {
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-strength__item {
    max-width: 420px;
  }
  .p-strength__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-strength__img {
  max-width: 260px;
}
.p-strength__img img {
  height: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-strength__img {
    margin-inline: auto;
    max-width: 200px;
  }
}

.p-strength__number {
  display: block;
  color: #373CCF;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-family: "Poppins", serif;
}

.p-strength__title {
  margin-top: 7px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 1279px) {
  .p-strength__title {
    font-size: 18px;
  }
}

.p-strength__text {
  margin-top: 24px;
  font-size: 15px;
  color: #707070;
  line-height: 27px;
}

.p-selection {
  position: relative;
  overflow: hidden;
}

.p-selection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-selection__bg img {
  height: inherit;
}

.p-selection__inner {
  position: relative;
  padding-block: 100px 76px;
}

.p-selection__img {
  margin-top: 43px;
  max-width: 800px;
  margin-inline: auto;
}
.p-selection__img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-selection__img {
    width: calc(100% - 40px);
    max-width: 600px;
  }
}

.p-selection__gallery {
  display: flex;
  position: relative;
}
.p-selection__gallery.u-sp {
  width: 3150px;
  animation: selectionSlide 100s linear infinite;
}

@keyframes selectionSlide {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-selection__gallery__item {
  height: 360px;
  flex: 1;
}
.p-selection__gallery__item img {
  object-fit: cover;
  height: inherit;
}
@media screen and (max-width: 1279px) {
  .p-selection__gallery__item {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .p-selection__gallery__item {
    max-width: 300px;
    height: 200px;
  }
}

.p-features__inner {
  padding-block: 100px 75px;
}

.p-features__list {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  margin-top: 83px;
  column-gap: 80px;
  row-gap: 77px;
}
@media screen and (max-width: 1279px) {
  .p-features__list {
    column-gap: 40px;
    row-gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-features__item {
    max-width: 560px;
    margin-inline: auto;
  }
  .p-features__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-features__img {
  max-width: 560px;
}
.p-features__img img {
  height: auto;
}

.p-features__item__title {
  margin-top: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 1279px) {
  .p-features__item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__item__title {
    font-size: 20px;
  }
}

.p-features__text {
  margin-top: 31px;
  line-height: 27px;
  color: #707070;
}

.p-merit {
  position: relative;
}

.p-merit__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.p-merit__bg img {
  height: inherit;
}

.p-merit__inner {
  padding-block: 86px 100px;
  position: relative;
}

.p-merit__list {
  display: flex;
  margin-top: 82px;
  justify-content: center;
  gap: 53px;
}
@media screen and (max-width: 1279px) {
  .p-merit__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-merit__item {
    max-width: 420px;
    margin-inline: auto;
  }
  .p-merit__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-merit__item__img {
  max-width: 134px;
  margin-inline: auto;
}

.p-merit__item__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .p-merit__item__title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
  }
}

.p-merit__item__text {
  line-height: 27px;
  margin-top: 31px;
}

.p-curriculum {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-curriculum {
    padding-bottom: 60px;
  }
}

.p-curriculum__inner {
  padding-block: 98px 133px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__inner {
    padding-block: 60px;
  }
}

.p-curriculum__list {
  margin-top: 41px;
  max-width: 990px;
  margin-inline: auto;
}

.p-curriculum__item {
  display: flex;
  justify-content: center;
}
.p-curriculum__item span {
  background: #262F34;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", serif;
  width: 210px;
  height: 100px;
  display: grid;
  place-items: center;
  position: relative;
}
.p-curriculum__item span::before {
  content: "";
  position: absolute;
  background: url(../img/curriculum/triangle.png);
  background-size: contain;
  width: 18px;
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-curriculum__item span {
    width: 100%;
    height: 80px;
  }
}
.p-curriculum__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-curriculum__item:last-child span::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-curriculum__item {
    display: block;
  }
}

.p-curriculum__content {
  background: #F5F6F6;
  display: flex;
  align-items: center;
  padding-block: 36px 35px;
  padding-left: 53px;
  width: 780px;
  max-height: 100px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__content {
    padding-left: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__content {
    display: block;
    max-height: 100%;
  }
}

.p-curriculum__title {
  width: 320px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__title {
    font-size: 16px;
    width: 256px;
  }
}

.p-curriculum__detail {
  margin-left: 58px;
  line-height: 29px;
  color: #858585;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__detail {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__detail {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-curriculum__merit {
  position: relative;
  padding-block: 77px 76px;
  padding-right: 20px;
}
.p-curriculum__merit::before {
  content: "";
  position: absolute;
  background: url(../img/curriculum/bg.png);
  width: 88%;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit {
    padding-block: 60px;
  }
}

.p-curriculum__merit__content {
  display: flex;
  position: relative;
  gap: 129px;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__merit__content {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__content {
    display: block;
  }
}

.p-curriculum__merit__img {
  max-width: 1000px;
  flex: 1;
}
.p-curriculum__merit__img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__img {
    max-width: 500px;
  }
}

.p-curriculum__merit__textBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__textBox {
    margin-top: 40px;
    padding-left: calc(12% + 20px);
  }
}

.p-curriculum__merit__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 66px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__merit__title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__title {
    font-size: 18px;
    line-height: 28px;
  }
}

.p-curriculum__merit__list {
  margin-top: 80px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__merit__list {
    margin-top: 40px;
  }
}

.p-curriculum__merit__item {
  display: flex;
  align-items: center;
}
.p-curriculum__merit__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__item:not(:first-child) {
    margin-top: 10px;
  }
}

.p-curriculum__merit__mark {
  width: 29px;
  flex-shrink: 0;
}
.p-curriculum__merit__mark img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__mark {
    width: 18px;
  }
}

.p-curriculum__merit__text {
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__text {
    line-height: 24px;
    font-size: 14px;
  }
}

.p-curriculum__prepare {
  background: #2B2B2B;
  border-radius: 20px;
  margin-top: 120px;
  max-width: 1200px;
  margin-inline: auto;
  color: #fff;
  padding-block: 40px 38px;
  padding-inline: 75px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare {
    width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare {
    margin-top: 60px;
  }
}

.p-curriculum__prepare__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__title {
    font-size: 18px;
  }
}

.p-curriculum__prepare__list {
  display: flex;
  margin-top: 30px;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__list {
    display: block;
  }
}

.p-curriculum__prepare__item {
  display: flex;
  gap: 31px;
  flex: 1;
}
.p-curriculum__prepare__item:nth-child(1) .p-curriculum__prepare__img {
  width: 109px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__item:nth-child(1) .p-curriculum__prepare__img {
    width: 150px;
    text-align: center;
  }
  .p-curriculum__prepare__item:nth-child(1) .p-curriculum__prepare__img img {
    width: 100px;
  }
}
.p-curriculum__prepare__item:nth-child(2) .p-curriculum__prepare__img {
  width: 244px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__item:nth-child(2) .p-curriculum__prepare__img {
    width: 150px;
  }
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare__item {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__item {
    align-items: center;
  }
  .p-curriculum__prepare__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-curriculum__prepare__img img {
  height: auto;
}

.p-curriculum__prepare__head {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare__head {
    line-height: 24px;
  }
}

.p-curriculum__prepare__text {
  color: #BEBEBE;
  line-height: 28px;
  margin-top: 13px;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare__text {
    font-size: 14px;
  }
}

.p-room {
  position: relative;
}
.p-room .c-textSlide {
  bottom: -67px;
}
@media screen and (max-width: 767px) {
  .p-room .c-textSlide {
    bottom: -30px;
  }
}

.p-room__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.p-room__bg img {
  height: inherit;
}

.p-room__inner {
  padding-block: 100px 178px;
  position: relative;
  margin-inline: -40px;
}
@media screen and (max-width: 767px) {
  .p-room__inner {
    margin-inline: -20px;
  }
}

.p-room__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-room__list {
    display: block;
  }
}

.p-room__item {
  margin-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-room__item {
    max-width: 420px;
    margin-inline: 10px;
  }
  .p-room__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-room__img img {
  height: auto;
}

.btn--prev, .btn--next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.btn--prev img, .btn--next img {
  width: 100%;
  height: 100%;
}

.slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.p-instructor__inner {
  padding-block: 184px 162px;
}
@media screen and (max-width: 767px) {
  .p-instructor__inner {
    padding-block: 100px 60px;
  }
}

.p-instructor__list {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 110px;
  margin-top: 80px;
}
.p-instructor__list::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/instructor/bg.png);
  background-size: contain;
  width: 698px;
  height: 606px;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .p-instructor__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-instructor__list {
    display: block;
  }
}

.p-instructor__item {
  max-width: 390px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-instructor__item {
    margin-inline: auto;
  }
  .p-instructor__item:not(:first-child) {
    margin-top: 60px;
  }
}

.p-instructor__img img {
  height: auto;
}

.p-instructor__position {
  color: #929292;
  text-align: center;
  display: block;
  margin-top: 33px;
}

.p-instructor__name {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 42px;
}

.p-instructor__text {
  font-size: 15px;
  color: #707070;
  margin-top: 22px;
  line-height: 27px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-instructor__text {
    margin-top: 4px;
  }
}

.p-cost {
  background: url(../img/cost/bg.png);
}

.p-cost__inner {
  padding-block: 100px;
}

.p-cost__list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 85px;
}
@media screen and (max-width: 1279px) {
  .p-cost__list {
    gap: 26px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__list {
    display: block;
  }
}

.p-cost__item {
  background: #fff;
  padding: 59px 36px 66px;
  border-radius: 20px;
  flex: 1;
}
@media screen and (max-width: 1279px) {
  .p-cost__item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__item {
    max-width: 400px;
    margin-inline: auto;
  }
  .p-cost__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-cost__course {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1279px) {
  .p-cost__course {
    font-size: 20px;
  }
}

.p-cost__course__title {
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
}

.p-cost__title {
  color: #373CCF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.p-cost__text {
  font-size: 19px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-cost__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__text {
    max-width: 191px;
    margin-inline: auto;
    font-size: 16px;
  }
}

.p-cost__fee {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 11px;
  margin-top: 26px;
}
.p-cost__fee span {
  font-size: 65px;
  font-family: "Poppins", serif;
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  .p-cost__fee span {
    font-size: 35px;
  }
}
@media screen and (max-width: 1279px) {
  .p-cost__fee {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__fee {
    margin-top: 10px;
  }
}

.p-cost__fee--tax {
  font-size: 15px;
  text-align: center;
  color: #8D8D8D;
  margin-top: 15px;
}

.p-entry__inner {
  padding-block: 100px 40px;
}

.p-entry__list {
  display: flex;
  margin-top: 64px;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .p-entry__list {
    display: block;
  }
}

.p-entry__item {
  flex: 1;
  background: #262F34;
  color: #fff;
  padding: 45px 35px;
  position: relative;
}
.p-entry__item::before {
  content: "";
  position: absolute;
  background: url(../img/entry/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}
@media screen and (max-width: 767px) {
  .p-entry__item::before {
    display: none;
  }
}
.p-entry__item::after {
  content: "";
  position: absolute;
  background: url(../img/entry/arrow--sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 29px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .p-entry__item::after {
    display: block;
  }
}
.p-entry__item:last-child::before, .p-entry__item:last-child::after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-entry__item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__item:not(:first-child) {
    margin-top: 50px;
  }
}

.p-entry__number {
  text-align: center;
  font-size: 16px;
}
.p-entry__number span {
  font-size: 25px;
}

.p-entry__item__title {
  margin-top: 13px;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-entry__item__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.p-entry__item__btn {
  margin-top: 30px;
  display: block;
  color: #fff;
  background: #F36464;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 84px;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .p-entry__item__btn {
    font-size: 13px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__item__btn {
    max-width: 200px;
    margin-inline: auto;
  }
}

.p-entry__item__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-entry__item__text {
    font-size: 14px;
  }
}

.p-line__inner {
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .p-line__inner {
    padding: 60px 20px;
  }
}

.p-line__img {
  max-width: 1000px;
  margin-inline: auto;
  display: block;
}

.p-application {
  position: relative;
}

.p-application__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-application__bg img {
  width: 100%;
  height: 100%;
}

.p-application__inner {
  padding-block: 100px;
  position: relative;
}

.p-application__form {
  margin-top: 65px;
}

.p-form {
  max-width: 1000px;
  margin-inline: auto;
}

.p-form__item:not(:first-child) {
  margin-top: 30px;
}
.p-form__item label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 28px;
}
.p-form__item label span {
  font-size: 12px;
  background: #F36464;
  border-radius: 3px;
  color: #fff;
  width: 48px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-left: 22px;
  line-height: 1;
}
.p-form__item select,
.p-form__item input,
.p-form__item textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
}
.p-form__item select,
.p-form__item input {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-form__item select {
    margin-top: 0;
  }
}

.privacyPolicy {
  margin-top: 30px;
}
.privacyPolicy input {
  background: #F36464;
  width: 250px;
  height: 70px;
  color: #fff;
  font-size: 19px;
  display: grid;
  place-items: center;
  border-radius: 84px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .privacyPolicy input {
    width: 200px;
    height: 50px;
  }
}

input[type=radio] {
  width: 30px;
  height: 30px;
  margin: 0;
  margin-right: 10px;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item:not(:first-child) {
    margin-top: 10px;
  }
}

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

.wpcf7-list-item-label {
  flex-shrink: 0;
}

/* フォーム内のラベルと入力欄の間隔 */
.wpcf7-form label {
  font-weight: bold;
  color: #333;
}

/* 入力フィールドのスタイル */
.wpcf7-form input[type=text],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=date],
  .wpcf7-form select,
  .wpcf7-form textarea {
    margin-bottom: 0;
  }
}

/* フォーカス時のスタイル */
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #0078d4;
  outline: none;
}

.wpcf7-form fieldset {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 30px;
}
.wpcf7-form fieldset p {
  display: flex;
  gap: 10px;
}
.wpcf7-form fieldset p span {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form fieldset p {
    display: block;
  }
}

.wpcf7-form legend {
  font-size: 16px;
  font-weight: bold;
  color: #0078d4;
  margin-bottom: 10px;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #005a9e;
}

/* 日付フィールドのクリック範囲を広げる */
.wpcf7-form input[type=date] {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.3s;
}

/* フォーカス時のスタイル */
.wpcf7-form input[type=date]:focus {
  border-color: #0078d4;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 120, 212, 0.5);
}

.p-form__note {
  font-size: 14px;
}

.selectBox select {
  appearance: none;
}

.p-voice {
  background: url(../img/voice/bg.png);
}

.p-voice__inner {
  padding-block: 100px;
}

.p-voice__list {
  display: block;
  margin-top: 86px;
  column-gap: 40px;
  row-gap: 30px;
}
@media screen and (max-width: 1279px) {
  .p-voice__list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    display: block;
  }
}

.p-voice__item {
  display: flex;
  background: #fff;
  padding: 42px 50px 31px;
  border-radius: 20px;
  gap: 34px;
}
@media screen and (max-width: 1279px) {
  .p-voice__item {
    padding: 40px 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    display: block;
  }
  .p-voice__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-voice__profile {
  flex-shrink: 0;
}

.p-voice__img {
  max-width: 116px;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    margin-inline: auto;
  }
}

.p-voice__name {
  text-align: center;
  margin-top: 9px;
  line-height: 28px;
  color: #A5A5A5;
}

.p-voice__evaluation {
  max-width: 169px;
}

.p-voice__content__title {
  font-size: 19px;
  margin-top: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .p-voice__content__title {
    line-height: 24px;
  }
}

.p-voice__content__text {
  font-size: 14px;
  margin-top: 12px;
  color: #707070;
  line-height: 25px;
}

.p-message {
  background: #F6F6F6;
  position: relative;
  overflow: hidden;
}
.p-message::before {
  content: "";
  position: absolute;
  background: url(../img/message/circle.png);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 957px;
  height: 957px;
}

.p-message__inner {
  padding-block: 100px;
  position: relative;
}

.p-message__content {
  display: flex;
  margin-top: 42px;
  gap: 80px;
  background: #fff;
  padding: 69px 80px 63px;
  border-radius: 20px;
}
@media screen and (max-width: 1279px) {
  .p-message__content {
    padding: 40px 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__content {
    display: block;
  }
}

.p-message__img {
  flex-shrink: 0;
  max-width: 410px;
}
.p-message__img img {
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-message__img {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__img {
    margin-inline: auto;
  }
}

.p-message__text p {
  font-size: 20px;
  line-height: 50px;
}
@media screen and (max-width: 1279px) {
  .p-message__text p {
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text {
    margin-top: 40px;
  }
}

.p-faq {
  background: url(../img/faq/bg.png);
}

.p-faq__inner {
  padding-block: 100px;
}

.p-faq__list {
  margin-top: 60px;
}

.p-faq__item {
  background: #fff;
  border-radius: 20px;
  padding: 43px 100px 46px;
}
.p-faq__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1279px) {
  .p-faq__item {
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 40px 20px;
  }
}

.p-faq__item--q {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  gap: 19px;
  border-bottom: 2px dotted #DFE3E8;
  padding-bottom: 19px;
}
.p-faq__item--q span {
  color: #373CCF;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media screen and (max-width: 767px) {
  .p-faq__item--q span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .p-faq__item--q {
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item--q {
    font-size: 18px;
    gap: 10px;
  }
}

.p-faq__item--a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  gap: 19px;
  color: #787878;
  margin-top: 27px;
}
.p-faq__item--a span {
  color: #FF715D;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media screen and (max-width: 767px) {
  .p-faq__item--a span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .p-faq__item--a {
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item--a {
    font-size: 16px;
    gap: 10px;
  }
}

.p-calendar__inner {
  padding-block: 100px 160px;
}
@media screen and (max-width: 767px) {
  .p-calendar__inner {
    padding-block: 60px;
  }
}

.p-calendar__list {
  display: flex;
  justify-content: center;
  margin-top: 59px;
  gap: 58px;
}
@media screen and (max-width: 1279px) {
  .p-calendar__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar__list {
    display: block;
  }
}

.p-calendar__item img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-calendar__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-calendar__btn {
  margin-top: 60px;
  background: #262F34;
  border-radius: 84px;
  color: #fff;
  max-width: 376px;
  height: 70px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .p-calendar__btn {
    max-width: 200px;
    font-size: 16px;
    height: 50px;
  }
}

.p-calendar__list--info {
  display: flex;
  gap: 60px;
  margin-top: 120px;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .p-calendar__list--info {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar__list--info {
    display: block;
    margin-top: 60px;
  }
}

.p-calendar__item--info {
  flex: 1;
  display: flex;
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: space-between;
}
.p-calendar__item--info iframe {
  margin-top: 51px;
  max-width: 571px;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-calendar__item--info:not(:first-child) {
    margin-top: 40px;
  }
}

.p-calendar__item__title {
  font-size: 28px;
  font-weight: bold;
}

.p-calendar__company__list {
  margin-top: 51px;
  border-top: 2px solid #D3D6DC;
  border-bottom: 2px solid #D3D6DC;
}

.p-calendar__company__item {
  display: flex;
}
.p-calendar__company__item:not(:first-child) {
  border-top: 1px solid #D3D6DC;
}

.p-calendar__company__head {
  background: #EEF3F7;
  width: 126px;
  min-height: 68px;
  text-align: center;
  padding-top: 22px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-calendar__company__head {
    width: 100px;
  }
}

.p-calendar__company__value {
  padding-top: 22px;
  padding-left: 19px;
  line-height: 27px;
  padding-bottom: 25px;
}

.p-footer {
  background: #2C323B;
  color: #fff;
}

.p-footer__inner {
  padding: 97px 20px 106px;
}
@media screen and (max-width: 1279px) {
  .p-footer__inner {
    padding-block: 60px;
  }
}

.p-footer__content {
  display: flex;
  justify-content: center;
  gap: 293px;
}
@media screen and (max-width: 1279px) {
  .p-footer__content {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    display: block;
  }
}

.p-footer__left {
  flex-shrink: 0;
}

.p-footer__logo {
  max-width: 123px;
  display: block;
}

.p-footer__title {
  text-align: center;
  font-size: 10px;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    text-align-last: left;
  }
}

.p-footer__right {
  max-width: 718px;
}

.p-footer__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 90px;
  row-gap: 33px;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    margin-top: 60px;
    display: block;
  }
}

.p-footer__item a {
  color: #fff;
  display: block;
  width: 90px;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
.p-footer__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/footer/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .p-footer__item a::before {
    font-size: 14px;
  }
}
.p-footer__item:nth-child(3) a {
  padding-left: 33px;
}
.p-footer__item:nth-child(3) a::before {
  width: 22px;
  height: 16px;
  background: url(../img/footer/icon--mail.png);
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .p-footer__item:nth-child(3) a {
    padding-left: 15px;
  }
  .p-footer__item:nth-child(3) a::before {
    width: 5px;
    height: 10px;
    background: url(../img/footer/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-footer__copyright {
  color: #9FA9B1;
  margin-top: 46px;
  font-size: 11px;
}

.p-terms {
  background: url(../img/terms/bg.png);
}

.p-terms__inner {
  padding: 100px 20px;
}

.p-terms__container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-terms__container {
    padding: 40px 20px;
  }
}
.p-terms__container h1 {
  font-size: 1.8em;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-terms__container h1 {
    font-size: 1.4em;
    margin-bottom: 40px;
  }
}
.p-terms__container h2 {
  font-size: 1.2em;
  color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #0077cc;
}
.p-terms__container p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.p-terms__container ol {
  margin: 10px 0;
  padding-left: 20px;
}
.p-terms__container li {
  margin-bottom: 8px;
}
.p-terms__container .termsFooter {
  font-size: 0.9em;
  color: #666;
  text-align: center;
  margin-top: 30px;
}

.p-privacy {
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 60px 20px;
  }
}
.p-privacy .p_privacy__inner {
  max-width: 1000px;
  margin-inline: auto;
  border: 1px solid #dddddd;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy .p_privacy__inner {
    padding: 40px 20px;
  }
}
.p-privacy h1, .p-privacy h2 {
  color: #2c3e50;
}
.p-privacy h1 {
  text-align: center;
  margin-bottom: 20px;
}
.p-privacy section {
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
}
.p-privacy section:not(:first-child) {
  margin-top: 40px;
}
.p-privacy ul {
  margin-left: 20px;
  margin-top: 1em;
}
.p-privacy li {
  margin-bottom: 10px;
}
.p-privacy p {
  margin-top: 1em;
  line-height: 24px;
}
.p-privacy .contact-info {
  color: #555;
  line-height: 24px;
}

.u-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 1279px) {
  .u-tab {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: flex;
  }
}/*# sourceMappingURL=lp_style.css.map */