@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  color: #333;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ドロワーメニュー開いた時にバックのページをスクロールさせない */
body {
  letter-spacing: 0.05em;
}

body.is-fixed {
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

time {
  font-family: "Lato", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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;
}

.l-archive-class {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-archive-class {
    margin-top: 2.5rem;
  }
}

.l-home {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .l-home {
    margin-top: 4.375rem;
  }
}

.l-blog {
  margin-top: 98px;
  margin-top: 6.125rem;
}
@media screen and (min-width: 768px) {
  .l-blog {
    margin-top: 13.75rem;
  }
}

.l-breadcrumb {
  margin-top: 16px;
  margin-top: 1rem;
}

.l-breadcrumb--mt {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-class {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-class {
    margin-top: 12.375rem;
  }
}

.l-company-info {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .l-company-info {
    margin-top: 7.1875rem;
  }
}

.l-contact {
  margin-top: 115px;
  margin-top: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 9.375rem;
  }
}

.l-content-sub {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .l-content-sub {
    margin-top: 4.375rem;
  }
}

.l-content {
  margin-top: 153px;
  margin-top: 9.5625rem;
}

.l-header {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.l-inner {
  max-width: 640px;
  max-width: 40rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--pc {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-label {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .l-label {
    margin-top: 7.1875rem;
  }
}

.l-news-top {
  margin-top: 180px;
  margin-top: 11.25rem;
}
@media screen and (min-width: 768px) {
  .l-news-top {
    margin-top: 2rem;
  }
}

.l-overview {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-overview {
    margin-top: 7.5rem;
  }
}

.l-page-404 {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-404 {
    margin-top: 9.375rem;
  }
}

.l-page-contactーthanks {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-page-contactーthanks {
    margin-top: 9.375rem;
  }
}

.l-page-contact {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-page-contact {
    margin-top: 3.875rem;
  }
}

.l-page-content {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-page-guidance {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-page-link {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-link {
    margin-top: 6.5rem;
  }
}

.l-page-related {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-related {
    margin-top: 6.375rem;
  }
}

.l-paginavi {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-paginavi {
    margin-top: 6.5rem;
  }
}

.l-single-blog {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-blog {
    margin-top: 5.625rem;
  }
}

.l-single-news {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-news {
    margin-top: 5.625rem;
  }
}

.l-top-mv {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-mv {
    margin-top: 0;
  }
}

.l-works-others {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-works-others {
    margin-top: 6.375rem;
  }
}

.l-footer--mt {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer--mt {
    margin-top: 9.375rem;
  }
}

.l-single-class {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-class {
    margin-top: 5.625rem;
  }
}

.c-breadcrumb {
  letter-spacing: 0.05em;
}

.c-button {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  padding: 14px 0;
  padding: 0.875rem 0;
  background: #b2dee0;
  color: #3d3d3d;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 22.5rem;
    font-size: 1rem;
    padding: 1.25rem 0;
  }
}

.c-button span {
  display: inline-block;
}

.c-button--arrow::before {
  content: "";
  position: absolute;
  right: 90px;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #3d3d3d;
}

.c-button--arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  right: 90px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-button:hover {
  opacity: 0.7;
}

.c-button--news {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
  background: #f9f7f2;
  color: #3d3d3d;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-button--news {
    font-size: 1rem;
    padding: 0.1875rem 0;
    min-width: 8.375rem;
    width: 100%;
  }
}

.c-button.c-button--contact {
  background: #b2dee0;
  color: #3d3d3d;
}

.c-hamburger {
  position: relative;
  cursor: pointer;
}

.c-hamburger span {
  position: absolute;
  display: block;
  width: inherit;
  height: 2px;
  height: 0.125rem;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3d3d3d;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 40%;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
}

.c-hamburger span:nth-child(3) {
  top: 60%;
}

/*is-open時の動き*/
.c-hamburger.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-section-title {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-section-title span {
  display: block;
}

.c-section-title__ja {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.c-section-title__en {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  position: relative;
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.c-section-title__en::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150%;
  top: -3px;
  left: 0;
  background-color: rgba(61, 61, 61, .6);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.c-section-title__ja--contact {
  letter-spacing: 0.05em;
}

.c-to-top {
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-to-top {
    right: 1.875rem;
    bottom: 1.875rem;
  }
}

.c-to-top__arrow {
  display: block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: #f9f7f2;
  border-radius: 50%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
}

.c-to-top__arrow:hover {
  background-color: #fff;
}

.c-to-top__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
          transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
  border-top: solid 1px #3d3d3d;
  border-right: solid 1px #3d3d3d;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.c-to-top__arrow:hover span {
  border-top: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -24px;
  bottom: -1.5rem;
}

.swiper-pagination-bullet {
  background-color: rgba(51, 51, 51, .4);
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9f7f2;
}

.swiper-button-next {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    width: 3.125rem; /* 横幅 */
    height: 3.125rem; /* 高さ */
  }
}

.swiper-button-next::after {
  /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  width: 0.625rem; /* 横幅 */
  height: 10px;
  height: 0.625rem; /* 高さ */
  border-top: 2px solid rgba(255, 255, 255, .7);
  border-right: 2px solid rgba(255, 255, 255, .7);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .swiper-button-next::after {
    top: 30%;
    left: -1rem;
    width: 1.25rem; /* 横幅 */
    height: 1.25rem; /* 高さ */
  }
}

.swiper-button-prev {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    width: 3.125rem; /* 横幅 */
    height: 3.125rem; /* 高さ */
  }
}

.swiper-button-prev::after {
  /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0;
  width: 10px;
  width: 0.625rem; /* 横幅 */
  height: 10px;
  height: 0.625rem; /* 高さ */
  border-top: 2px solid rgba(255, 255, 255, .6);
  border-left: 2px solid rgba(255, 255, 255, .6);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::after {
    top: 30%;
    left: 1.25rem;
    width: 1.25rem; /* 横幅 */
    height: 1.25rem; /* 高さ */
  }
}

.swiper-wrapper.p-top-mv__swiper-wrapper {
  height: inherit;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 100%;
  border: none;
  color: #3d3d3d;
  line-height: 1;
  margin: 2px 0;
  margin: 0.125rem 0;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0.5rem 0;
    width: 2.625rem;
    height: 2.625rem;
    padding: 0.875rem 0;
  }
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

.wp-pagenavi .current {
  background: #F9F7F2;
}

.p-archive-blog {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-blog {
    margin-top: 5rem;
  }
}

.p-archive-class__contents {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-archive-class__contents {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.125rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home__inner {
    max-width: 56.875rem;
  }
}

.p-home__content:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-archive-class__list:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-class__list:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-archive-class__title {
  font-weight: 400;
  background-color: #f9f7f2;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-left: solid 3px #b2dee0;
}
@media screen and (min-width: 768px) {
  .p-archive-class__title {
    font-size: 1.25rem;
    display: inline-block;
  }
}

.p-archive-class__list p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-archive-class__content {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-archive-class__content {
    margin-top: 2rem;
  }
}

.p-archive-class__content p {
  line-height: 2.1875;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-class__content p {
    margin-top: 2rem;
  }
}

.p-archive-class__content ul {
  margin-top: 32px;
  margin-top: 2rem;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-archive-class__content ul {
    margin-top: 5rem;
  }
}

.p-archive-class__content ul,
.p-archive-class__content ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-class__content ul,
  .p-archive-class__content ol {
    margin-left: 1.5625rem;
    margin-top: 2rem;
  }
}

.p-archive-class__content ol {
  list-style: decimal;
}

.p-archive-class__content li {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-blog-card {
  display: inline-block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
  border: solid 0.75px rgba(51, 51, 51, .2);
  position: relative;
}

.p-blog-card:hover {
  opacity: 0.7;
}

.p-blog-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-blog-card__ico-new {
  display: inline-block;
  color: #3d3d3d;
  background-color: #fbf27f;
  border-radius: 50%;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  text-align: center;
  padding: 18px 0 15px;
  padding: 1.125rem 0 0.9375rem;
  position: absolute;
  top: -24px;
  top: -1.5rem;
  left: -20px;
  left: -1.25rem;
}

.p-blog-card__img {
  width: 100%;
}

.p-blog-card__img img {
  aspect-ratio: 335/223;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-blog-card__img img {
    aspect-ratio: 350/233;
  }
}

.p-blog-card__body {
  padding: 16px 22px;
  padding: 1rem 1.375rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #fff;
}

.p-blog-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-blog-card__title {
    letter-spacing: 0.05em;
  }
}

.p-blog-card__text {
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-blog-card__text {
    margin-top: 0.25rem;
  }
}

.p-blog-card__info {
  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;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 4px 22px 16px;
  padding: 0.25rem 1.375rem 1rem;
  margin-top: auto;
  background-color: #fff;
}

.p-blog-card__category {
  color: #3d3d3d;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 6px 5px;
  padding: 0.375rem 0.3125rem;
  text-align: center;
}
.p-blog-card__date {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-blog-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.5rem;
  }
}

.p-blog-cards__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-blog-cards__item {
    margin-top: 0;
  }
}

.p-blog__background {
  background-color: #f9f7f2;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-blog__background {
    padding: 5rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#f9f7f2), to(transparent));
    background: linear-gradient(90deg, #f9f7f2 0% calc(50% + 16.25rem), transparent calc(50% - 15rem) 100%);
  }
}

.p-blog__items {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-blog__items {
    margin-top: 5rem;
  }
}

.p-blog__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-blog__btn {
    margin-top: 3rem;
  }
}

.p-circle a {
  display: inline-block;
}

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

.p-circle-button {
  display: inline-block;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  background-color: #b2dee0;
  border-radius: 57% 43% 55% 45%/43% 50% 50% 57%;
  -webkit-animation: 6s linear infinite rotation1;
          animation: 6s linear infinite rotation1;
}
@media screen and (min-width: 768px) {
  .p-circle-button {
    width: 12.5rem;
    height: 12.5rem;
  }
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-circle-text {
  position: absolute;
  top: 60px;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .p-circle-text {
    font-size: 2rem;
    top: 6.25rem;
  }
}

.p-class-card a:hover {
  opacity: 0.7;
}

.p-class-card__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-class-card__img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.p-class-card__img span {
  display: inline-block;
  background-color: #b2dee0;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.p-class-card__img img {
  aspect-ratio: 375/249;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-class-card__img img {
    aspect-ratio: 525/349;
  }
}

.p-class-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-class-card__title {
    margin-top: 2rem;
  }
}

.p-class__background {
  background: #f9f7f2;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-class__background {
    padding: 5rem 0 12.5rem;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#f9f7f2));
    background: linear-gradient(90deg, transparent 0% calc(50% - 16.25rem), #f9f7f2 calc(50% - 16.25rem) 100%);
  }
}

.p-class__background-yellowline {
  position: relative;
  width: 100%;
  height: auto;
  top: 39px;
  top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-class__background-yellowline {
    max-width: 86rem;
    margin: auto;
    top: 3rem;
  }
}

.p-class__background-yellowline::before {
  content: "";
  position: absolute;
  right: 9px;
  right: 0.5625rem;
  bottom: 4px;
  bottom: 0.25rem;
  -webkit-transform: rotate(61.09deg);
          transform: rotate(61.09deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  border-bottom: 1px solid #f9f871;
  width: 296vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-class__background-yellowline::before {
    right: 21.875rem;
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 141.42vw;
  }
}

.p-class__background-yellowline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 38px;
  bottom: 2.375rem;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  border-bottom: 1px solid #f9f871;
  width: 386.1333333333vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-class__background-yellowline::after {
    bottom: -1.875rem;
    right: -0.5rem;
    right: 9.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 240%;
  }
}

.p-class__content {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-class__content {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-class__images {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-class__images {
    margin-left: 0;
    margin-right: 0;
    width: 48.434%; /*557/1150*/
  }
}

.p-class__swiper .swiper-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-class__swiper .swiper-wrapper {
    max-width: 34.8125rem;
  }
}

.p-class__swiper .swiper-wrapper img {
  aspect-ratio: 375/260;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-class__swiper .swiper-wrapper img {
    aspect-ratio: 557/389;
  }
}

@media screen and (min-width: 768px) {
  .p-class__body {
    width: 44.347%; /*510/1150*/
    margin-left: 2.0625rem;
  }
}

.p-common-body {
  padding: 32px 0 20px;
  padding: 2rem 0 1.25rem;
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-common-body {
    max-width: 31.875rem;
    width: 100%;
    padding: 0;
  }
}

.p-common-body__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-common-body__title {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-common-body__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-common-body__text {
    margin-top: 2.375rem;
    line-height: 2.1875;
    letter-spacing: 0.02em;
  }
}

.p-common-body__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-common-body__btn {
    margin-top: 3.125rem;
    text-align: left;
  }
}

.p-company-info {
  overflow-x: hidden;
}

.p-company-info__items {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin: auto;
}

.p-company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  border-bottom: solid 1px #3d3d3d;
}
@media screen and (min-width: 768px) {
  .p-company-info__item {
    padding: 1.75rem 0.625rem;
  }
}

.p-company-info__term {
  max-width: 90px;
  max-width: 5.625rem;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px) {
  .p-company-info__term {
    max-width: 8rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-company-info__disription {
  width: calc(100% - 6.875rem);
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__disription {
    width: calc(100% - 9.5rem);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 1.5rem;
  }
}

.p-company-info__map {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__map {
    margin-top: 7.5rem;
  }
}

.p-company-info__map iframe {
  aspect-ratio: 375/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-company-info__map iframe {
    aspect-ratio: 1100/367;
  }
}

.p-company-info__map {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-company-info__map {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.p-contact {
  background: #fff;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }
}

.p-contact__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: center;
  }
}

.p-contact__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 4.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-content__inner {
    width: 100%;
    margin-top: 0;
  }
}

.p-content__items {
  margin: 3.4375rem calc(50% - 50vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-content__items {
    margin-top: 3rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-content__item {
  display: inline-block;
  width: 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-content__item {
    width: 100%;
  }
}

.p-content__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .6);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-content__item:hover::after,
.p-content__item:hover .p-content__txt {
  opacity: 1;
}

.p-content__img {
  width: 100%;
}

.p-content__img img {
  aspect-ratio: 188/168;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-content__img img {
    aspect-ratio: 1/1;
  }
}

.p-content__txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.p-flow__items {
  margin-top: 32px;
  margin-top: 2rem;
  counter-reset: number 0;
}

.p-flow__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-flow__items-heading {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}

.p-flow__items-heading::before {
  counter-increment: number 1;
  content: "Step " counter(number) "";
  color: #b2dee0;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-flow__items-description {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  position: relative;
}

.p-flow__items-description::before {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background: #f9f7f2;
}

.p-flow__items-description span {
  display: inline-block;
  margin-left: 60px;
  margin-left: 3.75rem;
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-flow__items-description span {
    padding: 1.5rem 0;
  }
}

.p-footer {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #f9f7f2;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 5rem 8rem 1.25rem;
  }
}

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

.p-footer__logo {
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 10rem;
    margin: 0;
  }
}

.p-footer__logo a:hover {
  opacity: 0.7;
}

.p-footer__nav-items {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items {
    text-align: right;
    margin-top: 0;
  }
}

.p-footer__nav-item a {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
  padding: 16px 0;
  padding: 1rem 0;
  width: 100%;
}
.p-footer__nav-item a:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 32px;
  margin-top: 2rem;
  color: rgba(51, 51, 51, .7);
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}

.p-footer__nav-item.p-footer__nav-item-sns a {
  display: inline-block;
  width: 28px;
  width: 1.75rem;
  height: auto;
}

.p-footer__nav-item.p-footer__nav-item-sns img {
  width: 100%;
  height: auto;
}

input,
textarea {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-form__wrap {
    margin-left: 11.1818%;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-form__term {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-form__term {
    text-align: right;
    width: 23.2727%;
  }
}

.p-form__term span {
  color: #de5d5d;
}

.p-form__description {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-color: #f9f7f2;
  padding: 16px 7px;
  padding: 1rem 0.4375rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-left: 1.5rem;
    max-width: 33.75rem;
    width: 100%;
    margin-top: 0;
    padding: 0.4375rem 1rem;
  }
}

.p-form__item:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__item:not(:first-child) {
    margin-top: 2.8125rem;
  }
}

.p-form__item textarea {
  height: 250px;
  height: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__item textarea {
    height: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item--textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item--textarea .p-form__term {
    margin-top: 0.625rem;
  }
}

.p-form__btn {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    margin-top: 4.0625rem;
  }
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #3d3d3d;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #b2dee0; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item:not(:first-child) {
    margin-left: 2rem;
    margin-top: 0;
  }
}

.wpcf7-form-control.wpcf7-radio {
  display: grid;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control.wpcf7-radio {
    display: inline-block;
  }
}

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

.wpcf7-spinner {
  display: block;
}

.p-form__item.p-form__item-acceptance {
  display: block;
  text-align: center;
}

.p-form__item-acceptance .wpcf7-list-item-label::before {
  border-radius: 0;
  margin-right: 16px;
  border-color: #3d3d3d;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 4px;
  width: 19px;
  height: 12px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #f7d7da;
  color: #711d26;
  border: 1px solid #f4c6cb;
  padding: 10px;
}

.wpcf7-not-valid-tip {
  color: #de5d5d;
}

.p-gallery__slider {
  width: 100%;
  height: auto;
  position: relative;
}

.p-gallery__slider .swiper-slide {
  width: 100%;
}

.p-gallery__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.p-gallery__thumbs {
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallery__thumbs {
    margin-top: 2.5rem;
  }
}

.p-gallery__thumbs .swiper-slide {
  width: 33.3333333333%;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p-gallery__thumbs .swiper-slide {
    width: 25%;
  }
}

.p-gallery__thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.p-gallery__slider img {
  aspect-ratio: 375/251;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider img {
    aspect-ratio: 800/427;
  }
}

.p-gallery__thumbs img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header {
  height: 80px;
  height: 5rem;
  background: transparent;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.625rem;
  }
}

.p-header.change-color {
  background: #f9f7f2;
}

.p-header__inner,
.p-header__logo,
.p-header__logo a,
.p-header__drawer {
  height: inherit;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 22px;
  padding: 0 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.p-header__logo {
  width: 70px;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 5rem;
  }
}

.p-header__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo a:hover {
  opacity: 0.7;
}

/* ドロワーアイコン */
.p-header__drawer {
  width: 30px;
  width: 1.875rem;
  height: inherit;
  z-index: 999;
}

.p-label__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 24px;
  gap: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-label__items {
    gap: 1.5rem;
  }
}

.p-label__items a {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  border: 1px solid #f9f7f2;
  border-radius: 5px;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
}

.p-label__items a:hover {
  opacity: 0.7;
}

.p-label__items a.current {
  display: inline-block;
  color: #3d3d3d;
  letter-spacing: 0.1em;
  background-color: #f9f7f2;
}

.p-news-content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-content__label {
  display: block;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news-content__label {
    margin-left: 3rem;
  }
}

.p-news-content p {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news-content p {
    margin-top: 0;
    margin-left: 3.75rem;
  }
}

.p-news-content:hover {
  opacity: 0.7;
}

.p-news-content__btn {
  max-width: 335px;
  max-width: 20.9375rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-news-content__btn {
    max-width: 8.375rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-overview__head--en {
    top: -1.65rem;
    left: 25%;
  }
}

.p-overview__background {
  background: #fff;
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-overview__background {
    margin-top: 3rem;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: linear-gradient(90deg, #fff 0% calc(50% + 16.25rem), transparent calc(50% + 16.25rem) 100%);
    padding: 4.75rem 0;
  }
}

.p-overview__content {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-overview__content {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
    margin-top: 0;
    max-width: 71.875rem;
    width: 100%;
    margin: auto;
  }
}

.p-overview__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-overview__img {
    margin-left: 0;
    margin-right: 0;
    width: 48.434%; /*557/1150*/
  }
}

.p-overview__img img {
  aspect-ratio: 375/260;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-overview__img img {
    aspect-ratio: 557/389;
  }
}

.p-overview_body {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-overview_body {
    width: 44.347%; /*510/1150*/
    background: transparent;
    margin-right: 2.0625rem;
  }
}

.p-page-404 {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-404 {
    padding-bottom: 6.25rem;
  }
}

.p-page-404__message {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fbf27f;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-404__message {
    font-size: 3.75rem;
  }
}

.p-page-404__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-page-404__text {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
}

.p-page-404__btn {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
  text-transform: uppercase;
}

.error404 .l-contact {
  display: none;
}

.p-page-contactーthanks__message {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-contactーthanks__message {
    font-size: 1.875rem;
  }
}

.p-page-contactーthanks__text {
  margin-top: 80px;
  margin-top: 5rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-page-contactーthanks__text {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
}

.p-page-contactーthanks__btn {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
  text-transform: uppercase;
}

.p-page-content__main-title,
.p-page-content__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-content__main-title,
  .p-page-content__sub-title {
    font-size: 1.5rem;
  }
}

.p-page-content__main-text,
.p-page-content__sub-text {
  letter-spacing: 0.125em;
}

.p-page-content__main-title {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-page-content__sub-title {
    text-align: left;
  }
}

.p-page-content__main-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-content__main-text {
    text-align: center;
  }
}

.p-page-content__contents {
  margin-top: 80px;
  margin-top: 5rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-page-content__contents {
    margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-content__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-content__content:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-page-content__content:nth-child(n+2) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-page-content__content:nth-child(n+2) {
    margin-top: 6.5rem;
  }
}

.p-page-content__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-content__img {
    margin-left: 0;
    margin-right: 0;
    width: 50%; /*550/1100*/
  }
}

.p-page-content__img::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: -42px;
  top: -2.625rem;
  left: 8px;
  left: 0.5rem;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Lato", sans-serif;
  color: #f9f7f2;
}
@media screen and (min-width: 768px) {
  .p-page-content__img::before {
    font-size: 4.5rem;
    top: -4rem;
    right: 0.5rem;
    left: unset;
  }
}

.p-page-content__img img {
  aspect-ratio: 374/260;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-page-content__img img {
    aspect-ratio: 550/367;
  }
}

.p-page-content__wrap {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-content__wrap {
    margin-top: 1.25rem;
    width: 46.36%;
  }
}

.p-page-content__sub-title {
  font-weight: 400;
}

.p-page-content__sub-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-content__sub-text {
    margin-top: 2.5rem;
  }
}

.p-page-guidance__list:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-guidance__list:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-page-guidance__title {
  font-weight: 400;
  background-color: #f9f7f2;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-left: solid 3px #b2dee0;
}
@media screen and (min-width: 768px) {
  .p-page-guidance__title {
    font-size: 1.25rem;
    display: inline-block;
  }
}

.p-page-guidance__list p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-page-link__items {
  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;
}

.p-page-link__item a {
  display: inline-block;
  width: 70px;
  width: 4.375rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: capitalize;
}

.p-page-link__item .all {
  margin: 0 32px;
  margin: 0 2rem;
}

.p-page-link__item a:hover {
  opacity: 0.7;
}

.p-page-related__title {
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
  border: solid 1px #3d3d3d;
  background-color: #fff;
  letter-spacing: 0.2em;
}

.p-page-related__items {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-related__items {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.p-page-related__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-related__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-page-related__item .p-blog-card__title {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-related__item .p-blog-card__img img {
    aspect-ratio: 250/148;
  }
}

@media screen and (min-width: 768px) {
  .p-page-related__item .p-blog-card__body {
    padding: 0.25rem 0.625rem 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-related__item .p-blog-card__info {
    padding: 0.25rem 0.625rem 1rem;
  }
}

.p-pc-nav {
  height: inherit;
}

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

.p-pc-nav__item {
  height: inherit;
  position: relative;
}

.p-pc-nav__item:hover {
  opacity: 0.7s;
}

.p-pc-nav__item a {
  height: inherit;
  color: #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(24px, 2vw, 50px);
  padding: 0 clamp(1.5rem, 2vw, 3.125rem);
  letter-spacing: 0.2em;
  position: relative;
}

.p-pc-nav__item:not(:first-child) a::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 32%;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
  left: -0.875rem;
  background-color: #3d3d3d;
  rotate: 36deg;
}

.p-pc-nav__item a span {
  position: relative;
}

.p-pc-nav__item a:hover {
  opacity: 0.7;
}

.p-pc-nav__contact-btn.slide {
  background: transparent;
  color: #3d3d3d;
  padding: 0 32px;
  padding: 0 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-pc-nav__contact-btn.slide::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.p-pc-nav__contact-btn.slide:hover {
  color: #3d3d3d;
}

.p-pc-nav__contact-btn.slide:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .p-single-blog__inner.l-inner {
    max-width: 53.125rem;
  }
}

.p-single-blog__main-img {
  margin: 1rem calc(50% - 50vw) 0;
  width: 100vw;
  aspect-ratio: 375/250;
}
@media screen and (min-width: 768px) {
  .p-single-blog__main-img {
    margin: 2rem 0 0;
    width: 100%;
    aspect-ratio: 800/426;
  }
}

.p-single-blog__list:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-blog__list:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-single-blog__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-blog__title {
    font-size: 1.25rem;
  }
}

.p-single-blog__list p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-blog__content {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-blog__content {
    margin-top: 2rem;
  }
}

.p-single-blog__content p {
  line-height: 2.1875;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-blog__content p {
    margin-top: 2rem;
  }
}

.p-single-blog__content h2,
.p-single-blog__content h3 {
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-blog__content h2,
  .p-single-blog__content h3 {
    margin-top: 2rem;
  }
}

.p-single-blog__content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-blog__content h2 {
    margin-top: 2rem;
  }
}

.p-single-blog__content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  width: 0.1875rem;
  height: 100%;
  background-color: #f9f7f2;
}

.p-single-blog__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: solid 3px #f9f7f2;
  display: inline-block;
  position: relative;
}

.p-single-blog__content h3::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 3px #b2dee0;
  width: 24%;
}

.p-single-blog__content ul {
  margin-top: 32px;
  margin-top: 2rem;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-single-blog__content ul {
    margin-top: 5rem;
  }
}

.p-single-blog__content ul,
.p-single-blog__content ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-blog__content ul,
  .p-single-blog__content ol {
    margin-left: 1.5625rem;
    margin-top: 2rem;
  }
}

.p-single-blog__content ol {
  list-style: decimal;
}

.p-single-blog__content li {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-single-class {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .p-single-class__inner.l-inner {
    max-width: 53.125rem;
  }
}

.p-single-blog__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-class__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-class__title {
    font-size: 1.4375rem;
  }
}

.p-single-class__content {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-class__content {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-class__content .p-news-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-single-class__gallery {
  margin: 1rem calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-single-class__gallery {
    margin: 2rem 0;
    width: 100%;
  }
}

.p-gallery__slider img {
  aspect-ratio: 375/250;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-gallery__slider img {
    aspect-ratio: 800/427;
  }
}

.p-gallery__thumbs img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-class__text {
  line-height: 2.1875;
  letter-spacing: 0.02em;
  padding: 40px 10px 32px;
  padding: 2.5rem 0.625rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-single-class__text {
    padding: 1.5rem 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-class__content.p-news-content {
    display: block;
  }
}

.p-single-class__items h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  border: solid 1px #3d3d3d;
  border-radius: 3.125rem;
  padding: 7px 24px;
  padding: 0.4375rem 1.5rem;
  background-color: #f9f7f2;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-single-class__items h2 {
    margin-top: 3.75rem;
    margin-left: 1.5rem;
  }
}

.p-single-class__items p {
  line-height: 2.1875;
  letter-spacing: 0.05em;
  border: solid 1px #3d3d3d;
  padding: 44px 23px;
  padding: 2.75rem 1.4375rem;
  position: relative;
  z-index: -1;
  margin-top: -24px;
  margin-top: -1.5rem;
}

.p-single-class__item:nth-child(n+2) {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-single-class__gallery.swiper {
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-single-class__gallery.swiper {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-single-news__inner.l-inner {
    max-width: 53.125rem;
  }
}

.p-single-news__main-img {
  margin: 1rem calc(50% - 50vw) 0;
  width: 100vw;
  aspect-ratio: 375/250;
}
@media screen and (min-width: 768px) {
  .p-single-news__main-img {
    margin: 2rem 0 0;
    width: 100%;
    aspect-ratio: 800/426;
  }
}

.p-single-news__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-news__list:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__list:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-single-news__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-news__title {
    font-size: 1.25rem;
  }
}

.p-single-news__list p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-news__content {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content {
    margin-top: 2rem;
  }
}

.p-single-news__content p {
  line-height: 2.1875;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content p {
    margin-top: 2rem;
  }
}

.p-single-news__content h2,
.p-single-news__content h3 {
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h2,
  .p-single-news__content h3 {
    margin-top: 2rem;
  }
}

.p-single-news__content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h2 {
    margin-top: 2rem;
  }
}

.p-single-news__content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  width: 0.1875rem;
  height: 100%;
  background-color: #f9f7f2;
}

.p-single-news__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: solid 3px #f9f7f2;
  display: inline-block;
  position: relative;
}

.p-single-news__content h3::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 3px #b2dee0;
  width: 24%;
}

.p-single-news__content ul {
  margin-top: 32px;
  margin-top: 2rem;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-single-news__content ul {
    margin-top: 5rem;
  }
}

.p-single-news__content ul,
.p-single-news__content ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content ul,
  .p-single-news__content ol {
    margin-left: 1.5625rem;
    margin-top: 2rem;
  }
}

.p-single-news__content ol {
  list-style: decimal;
}

.p-single-news__content li {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* ドロワーメニュー */
.p-sp-nav {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f9f7f2;
  z-index: 998;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-sp-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-sp-nav__items {
  padding-top: 210px;
  padding-top: 13.125rem;
  padding-bottom: 210px;
  padding-bottom: 13.125rem;
}

.p-sp-nav__item a {
  display: inline-block;
  width: 100%;
  color: #3d3d3d;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.2em;
}

.p-sp-nav__item a span {
  position: relative;
}

.p-sp-nav__item:hover {
  opacity: 0.7;
}

.p-sub-mv {
  height: 425px;
  height: 26.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    height: 23.125rem;
  }
}

.p-sub-mv__inner {
  height: inherit;
}

.p-sub-mv__img {
  display: block;
  width: 100%;
  height: inherit;
}

.p-sub-mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}

.p-sub-mv__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2); /* マスクの色(黒の20%) */
}

.p-sub-mv__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.p-sub-mv__title {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    font-size: 2.1875rem;
  }
}

.p-top-mv {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-top-mv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-top-mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-mv__wrap {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    margin-bottom: 12.5rem;
  }
}

.p-top-mv__guidance {
  display: inline-block;
  position: fixed;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  bottom: 60px;
  bottom: 3.75rem;
  right: 20px;
  right: 1.25rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-top-mv__guidance {
    width: 12.5rem;
    height: 12.5rem;
    top: 13%;
    right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-mv__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title {
    font-size: 1.875rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: auto;
  }
}

.p-top-mv__title span {
  display: block;
}

.p-top-mv__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #3d3d3d;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__subtitle {
    font-size: 1.5625rem;
  }
}

.p-top-mv__logo {
  aspect-ratio: 1/1;
  width: 140px;
  width: 8.75rem;
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-mv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv__swiper.swiper {
  margin-top: 60px;
  margin-top: 3.75rem;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-top-mv__swiper.swiper {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    height: 100vh;
  }
}

.p-top-mv__swiper .slide-img {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-top-mv__swiper .slide-img {
    aspect-ratio: 1280/850;
  }
}

.p-top-mv__swiper .slide-img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-blog-card {
  display: inline-block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
  background: #3d3d3d;
  color: #fff;
  position: relative;
}
.p-works-blog-card:hover {
  background-color: #fff;
  color: #3d3d3d;
}

.p-works-blog-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-works-blog-card__img {
  width: 100%;
}

.p-works-blog-card__img img {
  aspect-ratio: 335/223;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-works-blog-card__img img {
    aspect-ratio: 250/148;
  }
}

.p-works-blog-card__body {
  padding: 4px 22px 16px;
  padding: 0.25rem 1.375rem 1rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-works-blog-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-works-blog-card__title {
    letter-spacing: 0.05em;
  }
}

.p-works-blog-card__text {
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-works-blog-card__text {
    margin-top: 0.25rem;
  }
}

.p-works-blog-card__info {
  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;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 4px 22px 16px;
  padding: 0.25rem 1.375rem 1rem;
  margin-top: auto;
}
.p-works-blog-card__category {
  color: #fff;
  background: #b2dee0;
  width: 67px;
  width: 4.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 6px 5px;
  padding: 0.375rem 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works-blog-card__category {
    width: 4.375rem;
  }
}

.p-works-blog-card__date {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-works-others__heading {
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
  border: solid 1px #3d3d3d;
  background-color: #fff;
  letter-spacing: 0.2em;
}

.p-works-others__items {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-works-others__items {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.p-works-others__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-works-others__item {
    margin-top: 0;
  }
}
/*# sourceMappingURL=styles.css.map */
