@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 1660px) {
  html {
    font-size: 0.9638554217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #F5F3EB;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-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 {
  width: 100%;
  max-width: 103.75rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-btn1 {
  min-width: 15rem;
  border: 0.0625rem solid #2A3F6E;
  background-color: #2A3F6E;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn1 {
    font-size: 0.8125rem;
    padding: 0.9375rem 1.875rem;
  }
}
.c-btn1:after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.875rem;
  -webkit-mask: url(../images/icon_arrow1.svg) no-repeat center center/contain;
          mask: url(../images/icon_arrow1.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn1:hover {
  opacity: 1;
  background-color: #fff;
  color: #2A3F6E;
}
.c-btn1:hover:after {
  background-color: #2A3F6E;
}

.c-btn2 {
  min-width: 17.5rem;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background-color: #EAE476;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 1.3125rem 1.8125rem;
  border-radius: 5rem;
  cursor: pointer;
}
.c-btn2:before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.125rem;
  background: url(../images/mail_icon.svg) no-repeat center center/contain;
}

.c-title1__en {
  font-size: 3.75rem;
  line-height: 0.5833333333;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #2A3F6E;
}
@media screen and (max-width: 768px) {
  .c-title1__en {
    font-size: 2.8125rem;
  }
}

.c-title1__ja {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-about {
  padding-top: 10.625rem;
  padding-bottom: 14.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 2.9375rem;
    padding-bottom: 4.6875rem;
  }
}
.p-about:before {
  content: "";
  display: block;
  width: 62.5%;
  height: calc(100% - 15rem);
  background-color: #fff;
  position: absolute;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-about:before {
    width: 100%;
    height: 210.2564102564vw;
    top: 4.375rem;
  }
}

.p-about__inner {
  position: relative;
  z-index: 1;
}

.p-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 93.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__titleEn {
  font-size: 8.4375rem;
  line-height: 1.0740740741;
  font-weight: 700;
  color: #2A3F6E;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__titleEn {
    font-size: 3.6875rem;
  }
}

.p-about__titleJa {
  font-size: 2.1875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #2A3F6E;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__titleJa {
    display: none;
  }
}

.p-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 83.125rem;
  margin-inline: auto;
  margin-top: 4.375rem;
  gap: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-about__list {
    grid-template-columns: 1fr;
    gap: 3.75rem;
    margin-top: 3.75rem;
  }
}

.p-about__imgText {
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #2A3F6E;
  text-align: center;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-about__imgText {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-about__listSm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 75rem;
  margin-inline: auto;
  gap: 7.5rem 8.75rem;
  margin-top: 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-about__listSm {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-top: 5rem;
  }
}

.p-about___itemSm {
  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.8125rem;
}
@media screen and (max-width: 768px) {
  .p-about___itemSm {
    gap: 1.5625rem;
  }
}

.p-about__title {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #2A3F6E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 1.4375rem;
  }
}

.p-about__text {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    font-size: 0.9375rem;
  }
}

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

.p-archive {
  padding-bottom: 6.625rem;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding-bottom: 6.3125rem;
  }
}

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

.p-archive__search {
  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: 2.125rem;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__search {
    margin-top: 10.5625rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-archive__btn {
  display: inline-block;
  width: 15.625rem;
  background-color: #2A3F6E;
  border: 0.0625rem solid #2A3F6E;
  color: #fff;
  font-size: 1rem;
  line-height: 2.1875;
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 1.25rem;
}
.p-archive__btn.p-archive__btn--current {
  background-color: #fff;
  color: #2A3F6E;
}

.p-archive__contents {
  padding-top: 5.6875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-archive__contents {
    padding-top: 6.5rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8.125rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}

.p-archive__content {
  padding: 1.875rem 2.5rem;
  background-color: #fff;
}
.p-archive__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/200;
}

.p-archive__title {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.75rem;
  margin-bottom: 0.9375rem;
}

.p-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.625rem;
  margin-top: 1.0625rem;
}

.p-archive__date {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #2A3F6E;
}

.p-archive__tag {
  display: inline-block;
  background-color: #2A3F6E;
  padding: 0.25rem 0.75rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.p-archive__text {
  margin-top: auto;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-archive__pagination {
  margin-top: 5.125rem;
  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;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__pagination {
    margin-top: 5.5rem;
  }
}

.page-numbers {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-weight: 500;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #fff;
  color: #2A3F6E;
  text-align: center;
  border-radius: 50%;
}
.page-numbers.current {
  background-color: #2A3F6E;
  color: #fff;
}
.page-numbers.dots {
  background-color: inherit;
  color: #B0B0B0;
}

.p-bread {
  font-size: 0.75rem;
  line-height: 4.1666666667;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #333;
}

.p-bread__arrow {
  display: inline-block;
  width: 0.5rem;
  height: 0.8125rem;
  background: url(../images/icon_arrow1.svg) no-repeat center center/contain;
  translate: 0 0.125rem;
  margin-inline: 0.5rem;
}

.current-item {
  color: #2A3F6E;
}

.p-contact {
  padding-top: 12.5rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.p-contact__title.c-title1 {
  text-align: center;
}
.p-contact__title.c-title1 .c-title1__en,
.p-contact__title.c-title1 .c-title1__ja {
  color: #fff;
}

.p-contact__titleBox {
  position: relative;
  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;
  height: 23.75rem;
}

.p-contact__headBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1290/380;
  z-index: -1;
}

.p-contact__info {
  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;
  gap: 7.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
    margin-top: 2.125rem;
  }
}

.p-contact__telLink {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.p-contact__telLink:before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.875rem;
  background: url(../images/tel_icon.svg) no-repeat center center/contain;
}

.p-contact__telTime {
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-contact__inner.l-inner {
  max-width: 78.125rem;
  padding-top: 10rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact__inner.l-inner {
    padding-top: 5rem;
  }
}

.p-cta {
  position: fixed;
  top: 3.125rem;
  right: 7.75rem;
  z-index: 97;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 16.75rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .p-cta {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-cta.is-fixed {
    top: auto;
    top: initial;
    bottom: 3.125rem;
  }
}

.p-cta__link {
  display: block;
}

.p-footer {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  background-color: #2A3F6E;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: 4.0625rem;
    padding-bottom: 0.375rem;
  }
}

.p-footer__logo {
  width: 16.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 13.875rem;
  }
}

.p-footer__info {
  margin-top: 2.25rem;
  text-align: center;
  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;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__info {
    margin-top: 1.5625rem;
    gap: 0;
  }
}

.p-footer__address {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-footer__address {
    font-size: 0.9375rem;
  }
}

.p-footer__num {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-footer__num {
    font-size: 1.3125rem;
    margin-top: 1.5rem;
  }
}

.p-footer__open {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__open {
    font-size: 0.6875rem;
  }
}

.p-footer__copy {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copy {
    font-size: 0.625rem;
    margin-top: 2.625rem;
  }
}

.p-form {
  margin-top: 3.75rem;
  max-width: 52.5rem;
  margin-inline: auto;
}

.p-form__name {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
}

.p-form__content:nth-child(n+2) {
  margin-top: 0.875rem;
}
.p-form__content.p-form__content--select {
  position: relative;
}
.p-form__content.p-form__content--select::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.9375rem;
  background-image: url(../images/common/icon-arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 65%;
  right: 0.625rem;
}

.p-form__tag {
  display: inline-block;
  min-width: 3.375rem;
  background-color: #CF1B1B;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-left: 1.125rem;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-form__input,
.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.p-form__input,
.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.p-form__input,
.wpcf7-form-control.wpcf7-text.p-form__input,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.p-form__input,
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.p-form__input {
  width: 100%;
  border: 1px solid #d3d3d3;
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.4375rem;
  min-height: 3.125rem;
}

.wpcf7-list-item-label {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.p-form__input.is-empty {
  color: #d3d3d3;
}

.wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
  position: relative;
}

.wpcf7-spinner {
  display: none;
}

.p-form__btn {
  text-align: center;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 768px) {
  .p-form__btn {
    margin-top: 4.375rem;
  }
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #2A3F6E;
  border: none;
  color: #fff;
}

.p-form__privacy {
  height: 18.3125rem;
  border: 1px solid #d3d3d3;
  overflow-x: hidden;
  padding-left: 0.875rem;
  padding-right: 1.875rem;
  padding-top: 1.5rem;
  background-color: #fff;
}
.p-form__privacy p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-form__privacy p:nth-child(n+2) {
  margin-top: 1em;
}

.p-form__check {
  text-align: center;
  margin-top: 2.5rem;
}

.p-fv {
  position: relative;
}

.p-gallery__logo {
  font-size: 7.875rem;
  line-height: 0.9047619048;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #D0D0D0;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-gallery__logo {
    font-size: 3.375rem;
    translate: 0 -90%;
  }
}
.p-gallery__logo.--right {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  translate: 0 0;
}
@media screen and (max-width: 768px) {
  .p-gallery__logo.--right {
    translate: 0 50%;
  }
}

.kv {
  z-index: 10;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.kv.pre {
  z-index: 20;
}

.kv.show {
  opacity: 1;
}

.kv .ph_area {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.kv .ph_out {
  position: relative;
  height: 100%;
}

.kv .ph {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-5%) scale(1.1);
          transform: translateX(-5%) scale(1.1);
}

.ph.ph_01 {
  background: url(../images/gallery_img1-1.jpg) no-repeat center center/cover;
}

.ph.ph_02 {
  background: url(../images/gallery_img1-2.jpg) no-repeat center center/cover;
}

.ph.ph_03 {
  background: url(../images/gallery_img1-3.jpg) no-repeat center center/cover;
}

.ph.ph_04 {
  background: url(../images/gallery_img2-1.jpg) no-repeat center center/cover;
}

.ph.ph_05 {
  background: url(../images/gallery_img2-2.jpg) no-repeat center center/cover;
}

.ph.ph_06 {
  background: url(../images/gallery_img2-3.jpg) no-repeat center center/cover;
}

.ph.ph_07 {
  background: url(../images/gallery_img3-1.jpg) no-repeat center center/cover;
}

.ph.ph_08 {
  background: url(../images/gallery_img3-2.jpg) no-repeat center center/cover;
}

.ph.ph_09 {
  background: url(../images/gallery_img3-3.jpg) no-repeat center center/cover;
}

.kv.show .ph {
  -webkit-transform: translateX(5%) scale(1.1);
          transform: translateX(5%) scale(1.1);
  -webkit-transition: 9.5s cubic-bezier(0.61, 0.1, 0.88, 0.97);
  transition: 9.5s cubic-bezier(0.61, 0.1, 0.88, 0.97);
}

.key_main {
  width: 100%;
  height: 50.1041666667vw;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .key_main {
    height: 48.9743589744vw;
  }
}
.key_main:before {
  content: "";
  display: block;
}

.kv_area {
  position: absolute;
  height: auto;
}
.kv_area.kv_area01 {
  width: 21.875vw;
  height: 31.25vw;
}
@media screen and (max-width: 768px) {
  .kv_area.kv_area01 {
    width: 21.2820512821vw;
    height: 30.7692307692vw;
  }
}
.kv_area.kv_area02 {
  width: 42.4479166667vw;
  height: 28.6458333333vw;
}
@media screen and (max-width: 768px) {
  .kv_area.kv_area02 {
    width: 41.5384615385vw;
    height: 28.2051282051vw;
  }
}
.kv_area.kv_area03 {
  width: 21.875vw;
  height: 31.25vw;
}
@media screen and (max-width: 768px) {
  .kv_area.kv_area03 {
    width: 21.2820512821vw;
    height: 30.7692307692vw;
  }
}

.kv_in {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kv_area01 {
  bottom: 0;
  left: 0;
}

.kv_area02 {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.kv_area03 {
  top: 0;
  right: 0;
}

.kv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.kv .ph_area {
  width: 100%;
  height: 100%;
}

.kv .ph_out {
  height: 100%;
  width: 45.1vw;
}

.kv .ph {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/*loading key visual show*/
.kv_area .kv_in .kv .ph_area {
  width: 0%;
  -webkit-transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.kv_area .kv_in .kv.show .ph_area {
  width: 100%;
}

.kv_area .kv_in:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f3f2ed;
  z-index: 100;
  -webkit-transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
}

.kv_area .kv_in.show:before {
  opacity: 1;
}

.kv_area.show .kv_in:before {
  width: 0;
}

.p-header {
  padding-top: 4.625rem;
  padding-bottom: 1.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    padding-block: 0;
    top: 0;
    bottom: auto;
    bottom: initial;
  }
}
.p-header:after {
  content: "";
  display: block;
  width: 105vw;
  height: 100%;
  background-color: #2A3F6E;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header:after {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media screen and (min-width: 769px) {
  .p-header.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    bottom: initial;
    padding-block: 1.5625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-header.is-fixed:after {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media screen and (min-width: 769px) {
  .p-header.is-fixed .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 117.5rem;
    padding-inline: 1.5625rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-header.is-fixed .p-header__logo {
    width: 16.0625rem;
    margin-inline: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-header.is-fixed .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
    gap: 6.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-header.is-fixed .p-header__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__head {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-header__head {
    padding: 0.5rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #2A3F6E;
    position: relative;
    z-index: 99;
    width: 100%;
  }
}

.p-header__logo {
  width: 17.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 9.4375rem;
    margin-inline: 0;
  }
}
.p-header__logo a {
  display: block;
}

.p-header__open {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__open {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.375rem;
    width: 3.4375rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
  }
}
.p-header__open span {
  display: block;
  width: 1.375rem;
  height: 0.0625rem;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__open.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
          transform: translateY(0.4375rem) rotate(45deg);
}
.p-header__open.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header__open.is-active span:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}

.p-header__drawer {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-header__drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 98;
    background-color: #fff;
    padding-block: 7.5rem;
  }
}

.p-header__nav {
  margin-top: 3.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    max-width: 69.2307692308%;
    margin-inline: auto;
  }
}

.p-header__list {
  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;
}
@media screen and (max-width: 768px) {
  .p-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__item {
  width: 11.1458333333vw;
}
@media screen and (max-width: 768px) {
  .p-header__item {
    width: 100%;
    border-bottom: 1px solid #D0D0D0;
  }
}
.p-header__item .p-header__textJa {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-header__item .p-header__textJa {
    border: none;
  }
}
.p-header__item:last-child .p-header__textJa {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-header__item:last-child .p-header__textJa {
    border: none;
  }
}

.p-header__link {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__link {
    padding-block: 1.875rem;
    grid-template-columns: 1fr auto;
    max-width: 6.875rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-header__link:after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.75rem;
    background: url(../images/icon_arrow1.svg) no-repeat center center/contain;
  }
}

.p-header__textJa {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-header__textJa {
    letter-spacing: 0.15em;
    color: #333;
  }
}

.p-header__textEn {
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Caveat", cursive;
  color: #837659;
}
@media screen and (max-width: 768px) {
  .p-header__textEn {
    display: none;
  }
}

.p-header__btnWrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
}

.p-header__mail {
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #2A3F6E;
  background-color: #EAE476;
  padding: 1rem 3.5rem;
  border-radius: 5rem;
}

.p-header__tel {
  padding: 0.875rem 2.3125rem;
  background-color: #fff;
  color: #2A3F6E;
  border-radius: 5rem;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.p-header__tel:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.5rem;
  -webkit-mask: url(../images/tel_icon.svg) no-repeat center center/contain;
          mask: url(../images/tel_icon.svg) no-repeat center center/contain;
  background-color: #2A3F6E;
}

.p-intro {
  padding-top: 13.125rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding-top: 5rem;
  }
}

.p-intro__inner {
  max-width: 88.125rem;
}

.p-intro__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-intro__imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-intro__img {
  width: 61.914893617%;
}

.p-intro__title {
  font-size: 3.25rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-intro__title {
    font-size: 1.875rem;
  }
}
.p-intro__title::before {
  content: "";
  display: block;
  width: 44.5846477392vw;
  height: 17.4553101998vw;
  background: url(../images/intro_text1.svg) no-repeat center center/contain;
  position: absolute;
  top: -5.125rem;
  left: -8.75rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-intro__title::before {
    width: 202.0618556701%;
    height: 10.4375rem;
    top: 50%;
    left: -6.25rem;
    translate: 0 -50%;
  }
}
.p-intro__title span {
  display: inline-block;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-intro__title span {
    font-size: 1.5rem;
  }
}

.p-intro__text {
  max-width: 75rem;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: 0.9375rem;
    margin-top: 4.0625rem;
  }
}

.p-mail {
  background-color: #fff;
  padding-block: 3.75rem;
  margin-top: 7.9375rem;
}
@media screen and (max-width: 768px) {
  .p-mail {
    padding-block: 0;
    background-color: transparent;
    margin-top: 5rem;
  }
}

.p-mail__title {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  font-weight: 700;
  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.5625rem;
}
.p-mail__title:before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 4.1875rem;
  -webkit-mask: url(../images/mail_icon.svg) no-repeat center center/contain;
          mask: url(../images/mail_icon.svg) no-repeat center center/contain;
  background-color: #2A3F6E;
}

.p-news {
  padding-top: 13.75rem;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-top: 5.625rem;
  }
}

.p-news__inner.l-inner {
  max-width: 78.125rem;
}

.p-news__headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-news__headWrap {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-news__head {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-news__btn {
    text-align: center;
    margin-top: 2.5rem;
  }
}

.p-news__list {
  margin-top: 3.125rem;
}

.p-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-news__item a {
    display: block;
  }
}
.p-news__item:nth-child(n+2) {
  margin-top: 0.75rem;
}
.p-news__item:not(:last-child) a {
  padding-bottom: 1.4375rem;
  border-bottom: 0.0625rem solid #D0D0D0;
}

.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-news__date {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #2A3F6E;
}

.p-news__category {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  background-color: #F39765;
  padding: 0.125rem 0.5625rem;
}

.p-news__title {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    margin-top: 0.8125rem;
  }
}

.p-outline {
  margin-top: 18.75rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-outline {
    margin-top: 3.4375rem;
  }
}

.p-outline__headBox {
  position: relative;
  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;
  min-height: 38.1875rem;
}
@media screen and (max-width: 768px) {
  .p-outline__headBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 0;
    min-height: initial;
  }
}

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

.p-outline__headBg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  aspect-ratio: 1640/611;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .p-outline__headBg {
    translate: 0 0;
    width: 128.7179487179%;
    position: static;
    margin-inline: calc(50% - 50vw);
    max-width: none;
    max-width: initial;
  }
}

.p-outline__titleWrap {
  width: 39.4512195122%;
  min-height: 25.4375rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-outline__titleWrap {
    width: 100%;
    min-height: 17.6875rem;
    margin-top: -5.3125rem;
  }
}

.p-about__btn {
  margin-top: 3.125rem;
}

.p-outline__content {
  margin-top: 6.375rem;
  padding-top: 11.875rem;
  max-width: 75rem;
  margin-inline: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-outline__content {
    margin-top: 4.375rem;
    padding-top: 0;
  }
}

.p-outline__contentBox {
  display: grid;
  grid-template-columns: 33.125rem 1fr;
  gap: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-outline__contentBox {
    grid-template-columns: 1fr;
  }
}

.p-outline__item {
  display: grid;
  grid-template-columns: 10.375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.875rem;
  border-bottom: 0.0625rem solid #D0D0D0;
}
@media screen and (max-width: 768px) {
  .p-outline__item {
    grid-template-columns: 6.125rem 1fr;
  }
}
.p-outline__item:first-child {
  border-top: 0.0625rem solid #D0D0D0;
}
.p-outline__item:last-child {
  border-bottom: none;
}
.p-outline__item.--lg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-outline__itemTitle {
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-outline__itemTitle {
    font-size: 0.9375rem;
  }
}

.p-outline__itemText {
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-outline__itemText {
    font-size: 0.9375rem;
  }
}

.p-outline__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-outline__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }
}
.p-outline__card img {
  width: 3.125rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-outline__map {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-outline__map {
    margin-top: 3.375rem;
  }
}
.p-outline__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1197/494;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-outline__map iframe {
    aspect-ratio: 360/300;
  }
}

.p-post {
  padding-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-post {
    padding-bottom: 7.5rem;
  }
}

.p-post__inner.l-inner {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-post__inner.l-inner {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-post__headWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-post__tag {
  display: inline-block;
  font-size: 1.9375rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  padding: 0 1.25rem;
  background-color: #2A3F6E;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-post__tag {
    font-size: 1.125rem;
  }
}

.p-post__title {
  font-size: 3.125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-post__title {
    font-size: 1.25rem;
    margin-top: 1.5625rem;
  }
}

.p-post__slide {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-post__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper.p-post__wrap {
    width: 70.625rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-post__thumbnail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-post__thumbnail {
    width: 100%;
  }
}
.p-post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 425/318;
}
@media screen and (max-width: 768px) {
  .p-post__thumbnail img {
    aspect-ratio: 865/649;
  }
}

.p-post__wrapSm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-post__wrapSm {
    margin-top: 0;
    gap: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-post__thumbnailSm {
    width: 13.1875rem;
    cursor: pointer;
  }
}
.p-post__thumbnailSm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 206/154;
}
@media screen and (min-width: 768px) {
  .p-post__thumbnailSm img {
    aspect-ratio: 161/121;
  }
}

.p-post__text {
  margin-top: 3.75rem;
  max-width: 71.25rem;
}
@media screen and (max-width: 768px) {
  .p-post__text {
    margin-top: 1.875rem;
  }
}
.p-post__text p {
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-post__text p:nth-child(n+2) {
  margin-top: 1em;
}

.p-post__btnWrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-post__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background-color: #2A3F6E;
  padding: 0.5625rem 1.25rem;
  border-radius: 1.875rem;
}
.p-post__btn a.back:before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/icon_arrow1.svg) no-repeat center center/contain;
          mask: url(../images/icon_arrow1.svg) no-repeat center center/contain;
  background-color: #fff;
  rotate: 180deg;
}
.p-post__btn a.prev:after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.875rem;
  -webkit-mask: url(../images/icon_arrow1.svg) no-repeat center center/contain;
          mask: url(../images/icon_arrow1.svg) no-repeat center center/contain;
  background-color: #fff;
}

.p-subFv__inner {
  position: relative;
  z-index: 1;
}

.p-subFv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  max-width: 97.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-subFv__head {
    padding-inline: 1.25rem;
    text-align: center;
  }
}

.p-subFv__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-subFv__img {
    margin-inline: calc(50% - 50vw);
  }
}
.p-subFv__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .62);
  position: absolute;
  top: 0;
  left: 0;
}
.p-subFv__img img {
  width: 100%;
}

.p-subFv__titleEn {
  display: block;
  font-size: 3.125rem;
  line-height: 0.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-subFv__titleEn {
    font-size: 2.375rem;
  }
}

.p-subFv__titleJa {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-subFv__titleJa {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-tel {
  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;
  background-color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-tel {
    padding-block: 0;
    background-color: transparent;
  }
}

.p-tel__title {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  font-weight: 700;
  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.5625rem;
}
.p-tel__title:before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 4.1875rem;
  -webkit-mask: url(../images/tel_icon.svg) no-repeat center center/contain;
          mask: url(../images/tel_icon.svg) no-repeat center center/contain;
  background-color: #2A3F6E;
}
@media screen and (max-width: 768px) {
  .p-tel__title:before {
    width: 2.375rem;
    height: 2.8125rem;
  }
}

.p-tel__text {
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-tel__text {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
}

.p-tel__num {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  font-size: 3.3125rem;
  line-height: 0.8679245283;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #2A3F6E;
  font-family: "Roboto", sans-serif;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-tel__num {
    font-size: 1.75rem;
    line-height: 1.6428571429;
    letter-spacing: 0.06em;
    gap: 1.125rem;
    margin-top: 1.5625rem;
  }
}
.p-tel__num span {
  font-size: 1.6875rem;
  line-height: 0.5555555556;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  background-color: #2A3F6E;
  padding: 0.6875rem 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-tel__num span {
    font-size: 1.1875rem;
    line-height: 0.7894736842;
    padding: 0.375rem 0.5rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-works {
  padding-top: 11.625rem;
  padding-bottom: 3.125rem;
}

.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem;
  margin-top: 6.875rem;
  max-width: 96.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-works__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.p-works__item a {
  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.375rem;
}
@media screen and (max-width: 768px) {
  .p-works__item a {
    gap: 1.125rem;
  }
}

.p-works__img {
  position: relative;
}
.p-works__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 445/306;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  padding: 0.5rem 2.125rem;
  background-color: #2A3F6E;
  font-size: 1rem;
  line-height: 0.9375;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-works__img figcaption {
    font-size: 0.875rem;
    padding: 0.375rem 1.5rem;
  }
}

.p-works__title {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 700;
  color: #2A3F6E;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-works__title {
    font-size: 1.125rem;
  }
}

.p-works__content {
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.2em;
  font-weight: 700;
  max-width: 21.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .p-works__content {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    max-width: 100%;
  }
}

.p-works__btn {
  text-align: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-works__btn {
    margin-top: 2.5rem;
  }
}

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

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