@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1627906977vw;
  }
}
@media (min-width: 1376px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner--sm {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner--sm {
    max-width: 64rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1376px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-common__title h2 {
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
  .c-common__title h2 {
    line-height: 1.6111111111;
    font-size: 3.375rem;
  }
}

.c-common__title--right {
  margin-right: 17%;
}

.c-common__title--center {
  text-align: center;
}

.c-common__title--center h2 {
  position: relative;
}

.white {
  color: #fff;
}

.p-access__flex {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-access__flex {
    grid-template-columns: 1fr 1fr;
  }
}

.p-access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.6875rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-access__body {
    margin-bottom: 8.5625rem;
    margin-top: 9.0625rem;
  }
}

.p-access__logo {
  padding-right: 4.6875rem;
}

.p-access__logo img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__logo-name {
  margin-top: 0.625rem;
}

.p-access__logo-name p {
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  line-height: 1.625;
}

.p-access__address {
  margin-top: 0.65625rem;
}

.p-access__address p {
  font-family: "Noto Serif JP", serif;
  line-height: 1.625;
}

.p-access__tel p {
  font-family: "Noto Serif JP", serif;
  line-height: 1.625;
}

.p-access__tel {
  margin-top: 0.59375rem;
}

.p-access__map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 829/635;
}

.p-concept {
  margin-bottom: 5.0625rem;
  margin-top: 4.75rem;
}
@media screen and (min-width: 1024px) {
  .p-concept {
    margin-top: 2.5rem;
  }
}

.p-concept__top-wrapper {
  position: relative;
}

.p-concept__top-wrapper::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/concept-bg01.svg) no-repeat center/contain;
  height: 65.5625rem;
  width: 65.5625rem;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-concept__top-wrapper::before {
    top: 45%;
    left: -11%;
  }
}

.p-concept__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept__body {
    width: 52.8%;
  }
}

.p-concept__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-concept__top-flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.p-concept-sub-title {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-concept-sub-title {
    margin-top: 4.875rem;
  }
}

.p-concept-sub-title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-concept-sub-title h3 {
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
}

.p-concept-text {
  width: 100%;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-concept-text {
    width: 72%;
  }
}

.p-concept-text p {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-concept__top-img {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-concept__top-img {
    width: 45.8940397351%;
  }
}

.p-concept__top-img img {
  width: 100%;
  aspect-ratio: 693/473;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept__middle {
  margin-top: 4.5625rem;
}

.p-concept__middle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 600px) {
  .p-concept__middle-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__middle-wrapper {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 5.5rem;
  }
}

.p-concept__middle-left-img {
  width: 74%;
}
@media screen and (min-width: 768px) {
  .p-concept__middle-left-img {
    width: 27.6158940397%;
  }
}

.p-concept__middle-left-img img {
  width: 100%;
  aspect-ratio: 401/241;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept__middle-right-img {
  width: 74%;
}
@media screen and (min-width: 768px) {
  .p-concept__middle-right-img {
    width: 45.4304635762%;
  }
}

.p-concept__middle-right-img img {
  width: 100%;
  aspect-ratio: 686/412;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept__bottom-wrapper {
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}
@media screen and (min-width: 600px) {
  .p-concept__bottom-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__bottom-wrapper {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    margin-top: 0;
    gap: 5.6875rem;
  }
}

.p-concept__bottom-left-img {
  margin-top: 0;
  width: 17.1875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-concept__bottom-left-img {
    width: 17.1875rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: -6.25rem;
  }
}

.p-concept__bottom-left-img img {
  aspect-ratio: 275/402;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
}
@media screen and (min-width: 600px) {
  .p-concept__bottom-left-img img {
    width: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__bottom-left-img img {
    width: 100%;
  }
}

.p-concept__bottom-right {
  margin-top: 6.375rem;
}

.p-concept__bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5625rem;
}
@media screen and (min-width: 600px) {
  .p-concept__bottom-flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__bottom-flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.p-concept__bottom--card {
  width: inital;
}
@media screen and (min-width: 768px) {
  .p-concept__bottom--card {
    width: 50%;
  }
}

.p-concept__bottom--card img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept__bottom--card p {
  font-family: "Noto Serif JP", serif;
  margin-top: 1.9375rem;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-contact-thanks {
  padding-top: 9.5rem;
  padding-bottom: 6.5rem;
  background-color: #e8e6e6;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks {
    padding-top: 12.5rem;
  }
}

.p-contact-thanks__body {
  padding-top: 3.625rem;
  padding-bottom: 5.9375rem;
  text-align: center;
  border-radius: 0.625rem;
  background-color: #fff;
}

.p-contact-thanks__body h1 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__body h1 {
    font-size: 2rem;
    font-weight: bold;
  }
}

.p-contact-thanks__body p {
  padding-top: 3.1875rem;
  font-size: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__body p {
    font-size: 1.125rem;
  }
}

.p-contact-thanks__btn {
  font-family: "Noto Serif JP", serif;
  margin-top: 3.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #6E912A;
  max-width: 12.5rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__btn {
    font-size: 1rem;
    max-width: 16.875rem;
    width: 100%;
    padding: 1rem;
  }
}

.p-contact-thanks__btn:hover {
  opacity: 0.7;
}

.p-facility {
  margin-top: 7.5rem;
}

.p-facility__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-facility__flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.p-facility__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-facility__img {
    width: 58.371040724%;
  }
}

.p-facility__img img {
  aspect-ratio: 774/476;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-facility__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-facility__body {
    width: 41.628959276%;
    padding-right: 7.375rem;
  }
}

.p-facility-sub-title h3 {
  font-family: "Noto Serif", serif;
  font-size: 1.5625rem;
  font-weight: 400;
}

.p-facility-sub-title span {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}

.p-facility-text p {
  font-family: "Noto Serif JP", serif;
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-facility__flex--reverse {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-facility__flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-facility__flex--reverse::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/facility_bg01.svg) no-repeat center/contain;
    width: 11rem;
    height: 17.0625rem;
    top: 41%;
    left: -8%;
  }
}

.p-facility__body--reverse {
  padding-left: 0;
  padding-right: 0;
  padding-right: initial;
}
@media screen and (min-width: 768px) {
  .p-facility__body--reverse {
    padding-left: 7.375rem;
  }
}

.p-facility__bottom {
  margin-top: 3.5625rem;
}

.p-facility__bottom-wrapper {
  margin-top: 2.0625rem;
  display: grid;
  gap: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-facility__bottom-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-facility__text--lg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-facility__text--lg {
    width: 52%;
  }
}

.p-form {
  padding-top: 6.375rem;
  padding-bottom: 10.5rem;
  background-color: #F4F4F4;
}

.wpcf7-response-output {
  display: none;
}

.p-form__wrapper {
  margin-top: 6.8125rem;
}

.p-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.6875rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__row {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.p-form__row--lg {
  padding-top: 1.6875rem;
  border-top: 1px solid #707070;
}

.p-form__head {
  width: 100%;
  background-color: rgba(110, 145, 42, .12);
  font-size: 0.8125rem;
  line-height: 2.7692307692;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    width: 30%;
  }
}

.p-form__head {
  padding-left: 1.0625rem;
}

.p-form__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    width: 70%;
  }
}

.p-form__body input[type=text],
.p-form__body input[type=tel],
.p-form__body input[type=email] {
  border: 1px solid #707070;
  font-size: 1rem;
  padding: 0.5em;
  width: 100%;
  background-color: #fff;
}

.p-form__textarea textarea {
  border: 1px solid #707070;
  font-size: 1rem;
  padding: 0.5em;
  width: 100%;
  background-color: #fff;
}

.p-form__submit-btn-wrap {
  text-align: center;
  margin-top: 3.875rem;
}

.p-form__submit-btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  background-color: #6E912A;
  max-width: 23.875rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-form__submit-btn:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=submit] {
  color: #fff;
}

.p-header {
  height: 3.25rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
    padding-right: 0;
  }
}

.p-header::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 2.5625rem;
  z-index: 100;
}

.p-header__logo {
  height: inherit;
  position: relative;
  z-index: 10;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    margin-left: 1.40625rem;
    margin-top: 5.5rem;
  }
}

.p-header__logo img {
  width: 6.6875rem;
  aspect-ratio: 169/157;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 12.125rem;
  }
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__hamburger {
  width: 2.375rem;
  height: 3.125rem;
  padding: 1.125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 110;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  width: 100%;
  height: 0.125rem;
  display: inline-block;
  background-color: #000000;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(0.375rem) rotate(45deg);
          transform: translateY(0.375rem) rotate(45deg);
}

.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-0.375rem) rotate(-45deg);
          transform: translateY(-0.375rem) rotate(-45deg);
}

.p-header__nav-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header__nav-wrap {
    position: static;
    height: inherit;
    border-left: none;
    display: inline;
    display: initial;
    background-color: transparent;
  }
}

.p-header__nav-wrap::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: calc(100% - 3.25rem);
  top: 3.375rem;
  left: 0;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .p-header__nav-wrap::before {
    display: none;
    background-color: #fff;
  }
}

.p-header__nav1 {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  padding-top: 7.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav1 {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-right: 2.8125rem;
  }
}

.p-header__nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  padding-top: 7.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-right: 0rem;
  }
}

.p-header__btn {
  text-align: center;
  display: inline-block;
  min-width: 14.8125rem;
  padding: 1.5625rem 1.0625rem 0.3125rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2.4375rem;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  position: relative;
}

.p-info {
  margin-top: 4.75rem;
  position: relative;
}

.p-info::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-info::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/information-img01.svg) no-repeat center/contain;
    aspect-ratio: 229/207;
    width: 14.3125rem;
    height: 12.9375rem;
    top: 14%;
    left: 24%;
  }
}

.p-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-info__wrapper {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 11.375rem;
  }
}

.p-info__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  width: 7.75rem;
}
@media screen and (min-width: 768px) {
  .p-info__img {
    display: none;
  }
}

.p-info__body {
  margin-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-info__body {
    margin-left: 5.625rem;
  }
}

.p-info__list {
  margin-top: 1.875rem;
}

.p-info__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.p-info-item {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-info-item {
    padding-top: 0.75rem;
    padding-bottom: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-info__item {
  border-top: 1px solid #707070;
}

.p-info__item:last-child {
  border-bottom: 1px solid #707070;
}

.p-info-item__date {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 3.5333333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-info-item__date {
    width: 8.4375rem;
    margin-right: 3.125rem;
  }
}

.p-info-item__content p {
  margin-top: 1.75rem;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.1333333333;
}

.p-instructor__top {
  background-color: hsl(0, 0%, 96%);
  position: relative;
  padding-top: 2.75rem;
  padding-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-instructor__top {
    padding-bottom: 25.5rem;
  }
}

.p-instructor__top-img img {
  width: 66%;
  margin-top: -12.5rem;
  aspect-ratio: 1021/641;
  max-width: 63.8125rem;
}

.p-instructor__body {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-instructor__body {
    width: 50%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-instructor-sub-title {
  margin-top: 1.875rem;
}

.p-instructor-sub-title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-instructor-sub-title h3 {
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
}

.p-instructor__img img {
  width: 78%;
}

.p-instructor__bottom {
  width: 100%;
  padding-top: 0rem;
  position: relative;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-instructor__bottom {
    width: 64%;
    padding-right: 0rem;
  }
}

.p-instructor__bottom-img {
  margin-top: -12%;
  margin-left: -2%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-instructor__bottom-img {
    margin-top: -22%;
  }
}

.p-instructor__bottom-img img {
  aspect-ratio: 1002/811;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 63.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-instructor__bottom-img img {
    width: 53%;
    max-width: 49.375rem;
  }
}

.p-instructor__bottom::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-instructor__bottom::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/instructor_bg1.svg) no-repeat center/contain;
    height: 67.5rem;
    width: 67.5rem;
    top: -305%;
    right: -64%;
  }
}

.p-instructor__bottom-wrapper {
  margin-top: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-instructor__name {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  font-size: 2.125rem;
  line-height: 2.5588235294;
  display: inline-block;
}

.p-instructor__contents {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  font-size: 0.9375rem;
  line-height: 2;
  position: relative;
}

.p-main {
  overflow: hidden;
}

.p-mv {
  width: 100%;
  height: 100%;
  padding-top: 18.5rem;
  padding-bottom: 25.375rem;
  position: relative;
  background: url(../images/mv-img.jpg) no-repeat center/cover;
}

.p-mv::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: rgba(0, 0, 0, .47);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.p-mv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-mv__img {
  position: relative;
}

.p-mv__title {
  text-align: center;
}

.p-mv__title p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.9090909091;
  letter-spacing: 0.02em;
}

.p-nav__items {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-nav__items {
    margin-top: 1.5625rem;
    margin-right: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-nav__item {
  height: inherit;
}

.p-nav__item:last-child {
  height: inherit;
  color: #fff;
}

.p-nav__item a {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-nav__item a {
    font-size: 1rem;
    color: #fff;
    padding: 0 2.90625rem;
  }
}

.p-nav__item--btn {
  padding: 0 2.5rem;
  margin-top: 1.3125rem;
  margin-left: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-nav__item--btn {
    margin-left: 1.25rem;
    margin-top: 0;
  }
}

.p-nav__deco {
  width: 2.5rem;
  background-color: #000;
  z-index: 200;
}

.p-price {
  margin-top: 7.6875rem;
  padding-top: 12.1875rem;
  padding-bottom: 15.4375rem;
  position: relative;
  background: url(../images/price-img.jpg) no-repeat center/cover;
  aspect-ratio: 1500/611;
  width: 100%;
}

.p-price::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: rgba(0, 0, 0, .47);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.p-price__pdf {
  text-align: center;
  margin-top: 0.625rem;
}

.p-price__btn {
  text-align: center;
  display: inline-block;
  max-width: 23.0625rem;
  width: 100%;
  padding: 1.75rem 0.3125rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2.4375rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-price__btn:hover {
  opacity: 0.7;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
