@charset "UTF-8";
*,
*::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;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  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]) {
  -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;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-about {
  padding-top: 120px;
  padding-top: 7.5rem;
  scroll-margin-top: -7.5rem;
}

.l-access {
  margin-top: 0;
}

.l-article {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-breadcrumb {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.l-inner--single .l-breadcrumb {
  margin-top: 0;
}

.l-comment {
  padding-top: 32px;
  padding-top: 2rem;
  scroll-margin-top: -2rem;
}

.l-consult {
  padding-top: 145px;
  padding-top: 9.0625rem;
  scroll-margin-top: -9.0625rem;
}

.l-contact {
  padding-top: 145px;
  padding-top: 9.0625rem;
  scroll-margin-top: -9.0625rem;
}

.l-contact.l-contact--thanks {
  margin-top: -1%;
}

.l-education {
  padding-top: 170px;
  padding-top: 10.625rem;
  scroll-margin-top: -10.625rem;
}

.l-faq {
  padding-top: 160px;
  padding-top: 10rem;
  scroll-margin-top: -10rem;
}

.l-header {
  bottom: auto;
  height: 100px;
  height: 6.25rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  max-width: 66.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-layout {
  width: 100%;
}

.l-layout.l-layout--top-page {
  background-color: #f3f3f3;
}

.l-layout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  margin-top: -7.5rem;
}

.l-layout__sidebar {
  background-color: #F9F9F9;
  -webkit-box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  -ms-flex: 0 0 16.25rem;
      flex: 0 0 16.25rem;
  z-index: 101;
}

.l-layout__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-layout__container.l-layout__container--sub {
  margin-top: -44px;
  margin-top: -2.75rem;
  position: relative;
  z-index: 100;
}

.l-layout__container.l-layout__container--single {
  margin-top: 0;
}

.l-life {
  padding-top: 86px;
  padding-top: 5.375rem;
  scroll-margin-top: -5.375rem;
}

.l-mv {
  margin-top: -75px;
  margin-top: -4.6875rem;
}

.l-point {
  padding-top: 32px;
  padding-top: 2rem;
  scroll-margin-top: -2rem;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-related {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.l-relocation {
  margin-top: -35px;
  margin-top: -2.1875rem;
  scroll-margin-top: 2.1875rem;
}

.l-sub-mv {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-work {
  padding-top: 170px;
  padding-top: 10.625rem;
  scroll-margin-top: -10.625rem;
}

.l-youtube {
  margin-top: 0px;
  margin-top: 0rem;
}
.c-arrow-button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2.25rem;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  max-width: 202px;
  max-width: 12.625rem;
  padding: 13px 13px 13px 0;
  padding: 0.8125rem 0.8125rem 0.8125rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 100%;
}

.c-arrow-button:after {
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 27px;
  height: 1.6875rem;
  position: absolute;
  right: 33px;
  right: 2.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 27px;
  width: 1.6875rem;
}

.c-arrow-button:hover {
  opacity: 1;
}

.c-arrow-button:hover:after {
  right: 28px;
  right: 1.75rem;
}

.c-arrow-button.c-arrow-button--to-top:after {
  right: 14px;
  right: 0.875rem;
}

.c-arrow-button.c-arrow-button--to-top:hover:after {
  right: 9px;
  right: 0.5625rem;
}

.c-button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2.25rem;
  color: #000;
  display: inline-block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  max-width: 202px;
  max-width: 12.625rem;
  padding: 13px;
  padding: 0.8125rem;
  text-align: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 100%;
}

.c-list {
  grid-gap: 1.25rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.c-list__image {
  overflow: hidden;
  position: relative;
}

.c-list__image::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  height: 23px;
  height: 1.4375rem;
  position: absolute;
  right: 0;
  width: 34px;
  width: 2.125rem;
}

.tag--ootomi .c-list__image::after {
  background-image: url(../images/triangle-blue.png);
}

.tag--motoyama .c-list__image::after {
  background-image: url(../images/triangle-pink.png);
}

.tag--tosa .c-list__image::after {
  background-image: url(../images/triangle-green.png);
}

.tag--ookawa .c-list__image::after {
  background-image: url(../images/triangle-red.png);
}

.c-list__image img {
  -o-object-fit: cover;
  aspect-ratio: 24/16;
  height: auto;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.c-list__item {
  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%;
}

.c-list__link {
  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%;
}

.c-list__link:hover .c-list__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-list__text-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  padding-top: 16px;
  padding-top: 1rem;
}

.c-list__content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-list__article-title {
  color: #151713;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  min-height: 4.5em;
  overflow: hidden;
}

.c-list__subtitle-wrap {
  border-top: 1px solid #46563E;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.c-list__subtitle {
  color: #151713;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.c-list__tags {
  -moz-column-gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: end;
      align-self: end;
       -webkit-column-gap: 0.5rem;
               column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  row-gap: 5px;
  row-gap: 0.3125rem;
}

.c-list__area-tag {
  border-radius: 3.75rem;
  color: #151713;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  max-width: 90px;
  max-width: 5.625rem;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  text-align: center;
  width: 100%;
}

.c-list__tag {
  border: 1px solid #151713;
  border-radius: 3.75rem;
  color: #151713;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 3px 24px;
  padding: 0.1875rem 1.5rem;
  text-align: center;
}

.tag--ootomi .c-list__area-tag {
  background: -webkit-gradient(linear, left top, right top, from(#ABC6E9), color-stop(89%, #DEE6F0), to(#F3F3F3));
  background: linear-gradient(to right, #ABC6E9 0%, #DEE6F0 89%, #F3F3F3 100%);
}

.tag--motoyama .c-list__area-tag {
  background: -webkit-gradient(linear, left top, right top, from(#E5B3B3), color-stop(89%, #F0DDDD), to(#F3F3F3));
  background: linear-gradient(to right, #E5B3B3 0%, #F0DDDD 89%, #F3F3F3 100%);
}

.tag--tosa .c-list__area-tag {
  background: -webkit-gradient(linear, left top, right top, from(#ABE2A3), color-stop(89%, #DFEEDD), to(#F3F3F3));
  background: linear-gradient(to right, #ABE2A3 0%, #DFEEDD 89%, #F3F3F3 100%);
}

.tag--ookawa .c-list__area-tag {
  background: -webkit-gradient(linear, left top, right top, from(#ED5959), color-stop(89%, #F1CBCB), to(#F3F3F3));
  background: linear-gradient(to right, #ED5959 0%, #F1CBCB 89%, #F3F3F3 100%);
}

.c-list__area-tag.area--ootomi {
  background: -webkit-gradient(linear, left top, right top, from(#ABC6E9), color-stop(89%, #DEE6F0), to(#F3F3F3));
  background: linear-gradient(to right, #ABC6E9 0%, #DEE6F0 89%, #F3F3F3 100%);
}

.c-list__area-tag.area--motoyama {
  background: -webkit-gradient(linear, left top, right top, from(#E5B3B3), color-stop(89%, #F0DDDD), to(#F3F3F3));
  background: linear-gradient(to right, #E5B3B3 0%, #F0DDDD 89%, #F3F3F3 100%);
}

.c-list__area-tag.area--tosa {
  background: -webkit-gradient(linear, left top, right top, from(#ABE2A3), color-stop(89%, #DFEEDD), to(#F3F3F3));
  background: linear-gradient(to right, #ABE2A3 0%, #DFEEDD 89%, #F3F3F3 100%);
}

.c-list__area-tag.area--ookawa {
  background: -webkit-gradient(linear, left top, right top, from(#ED5959), color-stop(89%, #F1CBCB), to(#F3F3F3));
  background: linear-gradient(to right, #ED5959 0%, #F1CBCB 89%, #F3F3F3 100%);
}

.c-list__button-wrap {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

.c-list.c-list--3column {
  -moz-column-gap: 1.875rem;
       -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-top: 5rem;
  max-width: 960px;
  max-width: 60rem;
  row-gap: 50px;
  row-gap: 3.125rem;
}

.c-list.c-list--3column .c-list__image img {
  aspect-ratio: 30/19;
}

.c-list__text-block.c-list__text-block--3column {
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.c-list__article-title.c-list__article-title--3column {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-list__tags.c-list__tags--3column {
  margin-top: 21px;
  margin-top: 1.3125rem;
  row-gap: 0;
}

.c-list__area-tag.c-list__area-tag--3column {
  max-width: 100px;
  max-width: 6.25rem;
}

.c-list.c-list--single {
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 760px;
  max-width: 47.5rem;
}

.c-list__article-title.c-list__article-title--single {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #151713;
  display: -webkit-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  overflow: hidden;
}

.c-list__tags.c-list__tags--single {
  margin-left: 2px;
  margin-left: 0.125rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.c-list__none-text {
  color: #151713;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.c-pagination {
  bottom: -30px;
  bottom: -1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-page {
  background-color: #ffffff;
  display: block;
  height: 5px;
  height: 0.3125rem;
  padding: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 86px;
  width: 5.375rem;
}

.c-page.is-active {
  background-color: navy;
}

.c-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.c-title {
  color: #151713;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.c-lead {
  color: #151713;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: left;
}

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

.p-404 {
  margin: 100px 0;
  margin: 6.25rem 0;
  text-align: center;
}

.p-404__button {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-about {
  background-color: #F9F9F9;
}

.p-about__title {
  color: #000;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.p-about__content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 1020px;
  max-width: 63.75rem;
  padding: 32px 20px 32px 20px;
  padding: 2rem 1.25rem 2rem 1.25rem;
  width: 100%;
}

.p-about__text {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 446px;
  max-width: 27.875rem;
  text-align: center;
}

.p-about__text span {
  display: inline-block;
}

.p-access {
  background-color: #F3F3F3;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-access__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  max-width: 53.75rem;
  width: 100%;
}

.p-access__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 246px;
  max-width: 15.375rem;
  width: 100%;
}

.p-access__logo {
  max-width: 246px;
  max-width: 15.375rem;
  width: 100%;
}

.p-access__logo img {
  -o-object-fit: contain;
  aspect-ratio: 246/68;
     object-fit: contain;
  width: 100%;
}

.p-access__address {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-access__address-text {
  display: block;
}

.p-access__address-tel {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-access__address-mail {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-access__sns {
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
}

.p-access__sns img {
  -o-object-fit: contain;
  aspect-ratio: 40/41;
     object-fit: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-access__sns img:hover {
  opacity: 0.7;
}

.p-access__map-wrap {
  margin-top: 0;
  max-width: 520px;
  max-width: 32.5rem;
  width: 61%;
}

.p-access__map {
  height: 0;
  padding-top: 54%;
  position: relative;
  width: 100%;
}

.p-access__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-animation__images {
  aspect-ratio: 744/392;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 744px;
  max-width: 46.5rem;
  position: relative;
  width: 100%;
}

.p-animation__image {
  -o-object-fit: cover;
  -webkit-animation: imageFade 1s infinite alternate steps(1);
          animation: imageFade 1s infinite alternate steps(1);
  aspect-ratio: 744/392;
  left: 0;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-animation__image.img-active {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.img-active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.p-animation__image:not(.img-active) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes imageFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imageFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-animation__icons {
  height: inherit;
}

.p-animation__icons img {
  opacity: 1;
  position: absolute;
}

.p-animation__icon01 {
  -webkit-animation: iconMoveRotateA 1s infinite alternate steps(1);
          animation: iconMoveRotateA 1s infinite alternate steps(1);
  aspect-ratio: 63/64.5;
  left: 9%;
  max-width: 63px;
  max-width: 3.9375rem;
  position: absolute;
  top: -1%;
}

.p-animation__icon02 {
  -webkit-animation: iconMoveRotateB 1s infinite alternate steps(1);
          animation: iconMoveRotateB 1s infinite alternate steps(1);
  aspect-ratio: 69/49;
  left: -3%;
  max-width: 69px;
  max-width: 4.3125rem;
  position: absolute;
  top: 51%;
}

.p-animation__icon03 {
  -webkit-animation: iconMoveRotateC 1s infinite alternate steps(1);
          animation: iconMoveRotateC 1s infinite alternate steps(1);
  aspect-ratio: 51.5/49;
  left: 5%;
  max-width: 51.5px;
  max-width: 3.21875rem;
  position: absolute;
  top: 86%;
}

.p-animation__icon04 {
  -webkit-animation: iconMoveRotateD 1s infinite alternate steps(1);
          animation: iconMoveRotateD 1s infinite alternate steps(1);
  aspect-ratio: 66/70.5;
  max-width: 66px;
  max-width: 4.125rem;
  position: absolute;
  right: -0.6%;
  top: 8%;
}

.p-animation__icon05 {
  -webkit-animation: iconMoveRotateE 1s infinite alternate steps(1);
          animation: iconMoveRotateE 1s infinite alternate steps(1);
  aspect-ratio: 56.5/44;
  max-width: 56.5px;
  max-width: 3.53125rem;
  position: absolute;
  right: 9%;
  top: 37%;
}

.p-animation__icon06 {
  -webkit-animation: iconMoveRotateF 1s infinite alternate steps(1);
          animation: iconMoveRotateF 1s infinite alternate steps(1);
  aspect-ratio: 83.5/75;
  max-width: 83.5px;
  max-width: 5.21875rem;
  position: absolute;
  right: 1.5%;
  top: 85%;
}

@-webkit-keyframes iconMoveRotateA {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
            transform: translate(0, 0) rotate(-20deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes iconMoveRotateA {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-20deg);
            transform: translate(0, 0) rotate(-20deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes iconMoveRotateB {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(35deg);
            transform: translate(0, 0) rotate(35deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes iconMoveRotateB {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(35deg);
            transform: translate(0, 0) rotate(35deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes iconMoveRotateC {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
            transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes iconMoveRotateC {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
            transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes iconMoveRotateD {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes iconMoveRotateD {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes iconMoveRotateE {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(30deg);
            transform: translate(0, 0) rotate(30deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes iconMoveRotateE {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(30deg);
            transform: translate(0, 0) rotate(30deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes iconMoveRotateF {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
            transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes iconMoveRotateF {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(-30deg);
            transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.p-article {
  background-color: #fff;
  padding: 80px 0;
  padding: 5rem 0;
}

.p-article__inner {
  margin: 0 auto;
  max-width: 820px;
  max-width: 51.25rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  width: 100%;
}

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

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

.p-article__date {
  color: #7A7E7A;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-article__category {
  background-color: #648BBE;
  border-radius: 3.125rem;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-left: 16px;
  margin-left: 1rem;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}

.p-article__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-article__tag {
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-article__tag:first-child {
  margin-left: 0;
}

.p-article__title {
  color: #151713;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-article__mv {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
}

.p-article__mv img {
  -o-object-fit: cover;
  aspect-ratio: 800/411;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-article__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  /* ===========================================
     YouTube 埋め込み（記事ページ専用）
     =========================================== */
  /* YouTube埋め込み（ブロックエディタ用） */
  /* WordPressブロックの初期化 */
  /* 横幅制御（インナー幅いっぱい） */
  /* YouTubeの縦横比維持 */
  /* --- モバイル対応 --- */
}
.p-article__content h2 {
  background-color: #F7F7F7;
  border-left: 15px solid #EBB3B3;
  border-left: 0.9375rem solid #EBB3B3;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}
.p-article__content h3 {
  border-left: 5px solid #ABE2A3;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.p-article__content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-article__content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-article__content h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-article__content figure picture,
.p-article__content figure img {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-article__content p {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-article__content p strong {
  font-weight: 700;
}
.p-article__content p a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline #034495;
  color: #034495;
  text-decoration: underline;
          text-decoration: underline;
          text-decoration: underline #034495;
}
.p-article__content ul {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-article__content ul li {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  padding-left: 13px;
  padding-left: 0.8125rem;
  text-indent: -13px;
  text-indent: -0.8125rem;
}
.p-article__content ul li::before {
  color: #333;
  content: "・";
}
.p-article__content ol {
  counter-reset: number;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-article__content ol li {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-indent: -13px;
  text-indent: -0.8125rem;
}
.p-article__content ol li::before {
  color: inherit;
  content: counter(number) ".";
  counter-increment: number;
  display: inline-block;
  line-height: 1;
}
.p-article__content .wp-block-embed {
  margin: 40px 0;
  margin: 2.5rem 0;
  padding: 0;
}
.p-article__content .wp-block-embed.is-type-video {
  left: 0;
  max-width: 100%;
  position: relative;
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.p-article__content .wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 比率 */
  position: relative;
  width: 100%;
}
.p-article__content .wp-block-embed__wrapper iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-article__button-wrap {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

.p-article__cta {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-article__cta-text {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-article__cta-button {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #648BBE;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0.25rem #30598E;
          box-shadow: 0 0.25rem #30598E;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 13px 43px;
  padding: 0.8125rem 2.6875rem;
  position: relative;
  text-decoration: none;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-article__cta-button:hover {
  -webkit-box-shadow: 0 0 #30598E;
          box-shadow: 0 0 #30598E;
  opacity: 1;
  top: 4px;
  top: 0.25rem;
}

.p-article__cta-icon {
  height: 13px;
  height: 0.8125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 18px;
  width: 1.125rem;
}

.p-article__cta-icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-article__content table {
  border-collapse: collapse;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 712px;
  max-width: 44.5rem;
  width: 100%;
}

.p-article__content td,
.p-article__content th {
  border: 1px solid #DDDDDD;
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 16px 16px;
  padding: 1rem 1rem;
}

.p-article__content .wp-block-table thead {
  border-bottom: none;
}

.p-article__content .wp-block-table tfoot {
  border-top: none;
}

.p-article__content .wp-block-buttons,
.p-article__content .wp-block-button {
  width: 100%;
}

.p-article__content .wp-block-buttons {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-article__content .wp-block-button__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2.25rem;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  max-width: 202px;
  max-width: 12.625rem;
  padding: 13px 13px 13px 0;
  padding: 0.8125rem 0.8125rem 0.8125rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-article__content .wp-block-button__link:after {
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 27px;
  height: 1.6875rem;
  position: absolute;
  right: 33px;
  right: 2.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 27px;
  width: 1.6875rem;
}

.p-article__content .wp-block-button__link:hover {
  opacity: 1;
}

.p-article__content .wp-block-button__link:hover:after {
  right: 28px;
  right: 1.75rem;
}

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

.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-breadcrumb__inner.l-inner {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb__between {
  background-image: url(../images/breadcrumb-arrow.svg);
  background-position: center 2px;
  background-position: center 0.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  height: 1.125rem;
  margin: 0 8px;
  width: 18px;
  width: 1.125rem;
}

.p-breadcrumb a,
.p-breadcrumb span {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 803px;
  max-width: 50.1875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-case__item {
  max-width: 360px;
  max-width: 22.5rem;
  width: 47%;
}

.p-case__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-case__label {
  border: 1px solid #151713;
  border-radius: 0.125rem;
  color: #151713;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 4px 11px;
  padding: 0.25rem 0.6875rem;
}

.p-case__title {
  color: #D98F06;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-case__title span {
  display: inline-block;
}

.p-case__image {
  -o-object-fit: cover;
  aspect-ratio: 119/85;
  margin-left: auto;
  margin-right: auto;
  max-width: 119px;
  max-width: 7.4375rem;
     object-fit: cover;
  width: 100%;
}

.p-case__family {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 6px;
  margin-top: 0.375rem;
  text-align: center;
}

.p-case__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-case__subtitle {
  color: #151713;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.p-case__text-wrap {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-case__text {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-case__text strong {
  font-weight: 700;
}

.p-case__sum {
  border-top: 1px solid #151713;
  color: #648BBE;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 7px;
  margin-left: 0.4375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
}

.p-case__section02 {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-case__section02 .p-case__subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-category-nav {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-category-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  max-width: 60rem;
}

.p-category-nav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-category-nav__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 3.125rem;
  color: #7A7E7A;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-category-nav__link:hover {
  background-color: #648BBE;
  color: #fff;
}
.p-category-nav__link.is-current {
  background-color: #648BBE;
  color: #fff;
}
.p-category-nav__link.is-current:hover {
  cursor: default;
  opacity: 1;
}

.p-comment {
  background-color: #F9F9F9;
}

.p-comment-inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  max-width: 66.875rem;
}

.p-comment__title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  line-height: 1.6;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
  text-align: center;
}

.p-comment__list {
  grid-row-gap: 2.5rem;
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       -webkit-column-gap: 4rem;
          column-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
  max-width: 986px;
  max-width: 61.625rem;
  row-gap: 40px;
  row-gap: 2.5rem;
  width: 100%;
}

.p-comment__item {
  border: 2px solid;
  border: 0.125rem solid;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 461px;
  max-width: 28.8125rem;
  padding: 23px;
  padding: 1.4375rem;
  position: relative;
  position: relative;
  width: 100%;
}

.p-comment__item:before,
.p-comment__item::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  height: 1.5625rem;
  left: -22px;
  left: -1.375rem;
  position: absolute;
  top: -11px;
  top: -0.6875rem;
  width: 36px;
  width: 2.25rem;
}

.p-comment__item::after {
  bottom: -15px;
  bottom: -0.9375rem;
  left: auto;
  left: initial;
  right: -17px;
  right: -1.0625rem;
  top: auto;
  top: initial;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-comment__item.p-comment__item--pink::before,
.p-comment__item.p-comment__item--pink::after {
  background-image: url(../images/quotation-red.svg);
}

.p-comment__item.p-comment__item--green::before,
.p-comment__item.p-comment__item--green::after {
  background-image: url(../images/quotation-green.svg);
}

.p-comment__item.p-comment__item--blue::before,
.p-comment__item.p-comment__item--blue::after {
  background-image: url(../images/quotation-blue.svg);
}

.p-comment__item.p-comment__item--yellow::before,
.p-comment__item.p-comment__item--yellow::after {
  background-image: url(../images/quotation-yellow.svg);
}

/* カラーバリエーション */
.p-comment__item.p-comment__item--pink {
  border-color: #EBB3B3;
}

.p-comment__item.p-comment__item--green {
  border-color: #79B86F;
}

.p-comment__item.p-comment__item--blue {
  border-color: #648BBE;
}

.p-comment__item.p-comment__item--yellow {
  border-color: #D98F06;
}

.p-comment__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 397px;
  max-width: 24.8125rem;
  width: 100%;
}

.p-comment__profile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  gap: 0.1875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-comment__name-wrap {
  border-radius: 0.25rem;
}

.p-comment__item--pink .p-comment__name-wrap {
  background-color: #EBB3B3;
}

.p-comment__item--green .p-comment__name-wrap {
  background-color: #79B86F;
}

.p-comment__item--blue .p-comment__name-wrap {
  background-color: #648BBE;
}

.p-comment__item--yellow .p-comment__name-wrap {
  background-color: #D98F06;
}

.p-comment__name {
  border-radius: 0.25rem;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 6.5px 12px;
  padding: 0.40625rem 0.75rem;
}

.p-comment__photo {
  border-radius: 50%;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
}

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

.p-consult {
  background-color: #F9F9F9;
}

.p-consult__advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, -2.288px + 2.38vw, 32px);
  gap: clamp(1rem, -0.143rem + 2.38vw, 2rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 1020px;
  max-width: 63.75rem;
  width: 100%;
}

.p-consult__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #79B86F;
  border-radius: 0.5rem;
  color: #79B86F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 23.5px;
  margin-left: 1.46875rem;
  margin-left: clamp(0px, -26.864px + 3.5vw, 23.504px);
  margin-left: clamp(0rem, -1.679rem + 3.5vw, 1.469rem);
  max-width: 228px;
  max-width: 14.25rem;
  padding: 118px 0;
  padding: 7.375rem 0;
  text-align: center;
  width: 100%;
}

.p-consult__advice-content {
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 580px;
  max-width: 36.25rem;
  width: 100%;
}

.p-consult__advice-item-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, -2.288px + 2.38vw, 32px);
  gap: clamp(1rem, -0.143rem + 2.38vw, 2rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-consult__advice-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.p-consult__advice-img {
  margin-left: clamp(0px, -18.288px + 2.38vw, 16px);
  margin-left: clamp(0rem, -1.143rem + 2.38vw, 1rem);
  max-width: 140px;
  max-width: 8.75rem;
  width: 50%;
}

.p-consult__advice-img:nth-child(2) {
  width: 54%;
}

.p-consult__advice-img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-consult__advice-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-consult__advice-title--blue {
  color: #648BBE;
  max-width: 126px;
  max-width: 7.875rem;
  min-width: 95px;
  width: 57%;
}

.p-consult__advice-title--green {
  color: #79B86F;
  max-width: 108px;
  max-width: 6.75rem;
  min-width: 80px;
  width: 48%;
}

.p-consult__advice-list {
  margin-left: auto;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-consult__advice-list li {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-consult__advice-list li:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-consult__advice-list li::before {
  content: "・";
}

.p-consult__experience {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, -2.288px + 2.38vw, 32px);
  gap: clamp(1rem, -0.143rem + 2.38vw, 2rem);
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-consult__label.p-consult__label--red {
  border: 1.5px solid #ED5959;
  border: 0.09375rem solid #ED5959;
  color: #ED5959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 144px 0;
  padding: 9rem 0;
}

.p-consult__experience-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 12.5px;
  margin-top: 0.78125rem;
}

.p-consult__experience-title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
}

.p-consult__experience-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-consult__experience-img {
  max-width: 310px;
  max-width: 19.375rem;
  width: 43%;
}

.p-consult__experience-img img {
  -o-object-fit: contain;
  aspect-ratio: 310/233;
     object-fit: contain;
  width: 100%;
}

.p-consult__experience-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-consult__experience-date span {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.p-consult__experience-date {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-consult__experience-date-list {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-consult__experience-date-list li {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-indent: -15px;
  text-indent: -0.9375rem;
}

.p-consult__experience-date-list li:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-consult__btn-wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-consult__btn.c-arrow-button {
  max-width: 191px;
  max-width: 11.9375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-top: 22px;
  padding-top: 1.375rem;
}

.p-consult__btn.c-arrow-button::after {
  right: 25px;
  right: 1.5625rem;
}

.p-consult__btn.c-arrow-button:hover::after {
  right: 20px;
  right: 1.25rem;
}

.p-contact {
  background-color: #F9F9F9;
}

.p-contact.p-contact--thanks {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.p-contact__heading-text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 440px;
  max-width: 27.5rem;
  text-align: left;
  width: 100%;
}

.p-contact__text {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-contact__status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 476px;
  max-width: 29.75rem;
  width: 100%;
}

.p-contact__status-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  max-width: 128px;
  max-width: 8rem;
  width: 100%;
}

.p-contact__status-item img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  max-width: 72px;
  max-width: 4.5rem;
     object-fit: contain;
  width: 100%;
}

.p-contact__status-text {
  color: #648BBE;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-contact__form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 920px;
  max-width: 57.5rem;
  width: 100%;
}

.p-form__acceptance {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 918px;
  max-width: 57.375rem;
}

.p-form__acceptance-text {
  padding: 33px 30px 43px 76px;
  padding: 2.0625rem 1.875rem 2.6875rem 4.75rem;
}

.p-form__acceptance-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}

.p-form__acceptance-list {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  list-style: decimal;
  margin-top: 17px;
  margin-top: 1.0625rem;
  max-width: 735px;
  max-width: 45.9375rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  text-align: left;
}

.p-contact__form.p-contact__form--thanks {
  margin-top: 0;
}

.p-contact__form-message {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}

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

.p-contents {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.p-contents:not(.hidden) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-contents.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-education {
  background-color: #F9F9F9;
}

.p-education__lead.c-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 586px;
  max-width: 36.625rem;
}

.p-education__content {
  background-color: #fff;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 44px 55px 44px 55px;
  padding: 2.75rem 3.4375rem 2.75rem 3.4375rem;
}

.p-education__lead-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-education__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid;
  border: 0.1875rem solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 207px;
  height: 12.9375rem;
  text-align: center;
  width: 207px;
  width: 12.9375rem;
}

.p-education__item.p-education__item--green {
  background-color: #f3f3f3;
  border-color: #79B86F;
  color: #79B86F;
  margin-right: -30px;
  margin-right: -1.875rem;
  z-index: 5;
}

.p-education__item.p-education__item--orange {
  background-color: transparent;
  border-color: #D98F06;
  color: #D98F06;
  z-index: 10;
}

.p-education__item.p-education__item--red {
  background-color: #f3f3f3;
  border-color: #CD4242;
  color: #CD4242;
  margin-left: -30px;
  margin-left: -1.875rem;
  z-index: 5;
}

.p-education__icon {
  aspect-ratio: 1/1;
  height: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  width: 32px;
  width: 2rem;
}

.p-education__text {
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  margin-top: 0.5625rem;
  max-width: 198px;
  max-width: 12.375rem;
}

.p-education__list {
  grid-row-gap: 1.875rem;
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 905px;
  max-width: 56.5625rem;
  row-gap: 30px;
  row-gap: 1.875rem;
}

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

.p-education__card-image {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 140px;
  max-width: 8.75rem;
     object-fit: cover;
  width: 100%;
}

.p-education__card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-education__card-title.p-education__card-title--green {
  color: #79B86F;
}

.p-education__card-title.p-education__card-title--yellow {
  color: #D98F06;
}

.p-education__card-title.p-education__card-title--red {
  color: #CD4242;
}

.p-education__card-text {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}

.p-education__feature {
  margin-left: 0px;
  margin-left: 0rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  margin-top: 3.5rem;
  max-width: 850px;
  max-width: 53.125rem;
}

.p-education__feature-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-education__feature-map {
  aspect-ratio: 151/73;
  height: auto;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
  width: 151px;
  width: 9.4375rem;
}

.p-education__feature-title {
  color: #151713;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
  margin-left: -100px;
  margin-left: -6.25rem;
}

.p-education__feature-title span {
  color: #151713;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.p-education__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 738px;
  max-width: 46.125rem;
}

.p-education__feature-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  gap: 2.1875rem;
  margin-left: 12.5px;
  margin-left: 0.78125rem;
  max-width: 731px;
  max-width: 45.6875rem;
}

.p-education__feature-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
  max-width: 130px;
  max-width: 8.125rem;
  width: 100%;
}

.p-education__feature-area-image {
  -o-object-fit: contain;
  height: auto;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
     object-fit: contain;
  width: 100%;
}

.p-education__feature-texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
  max-width: 560px;
  max-width: 35rem;
  width: 100%;
}

.p-education__feature-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-education__feature-subtitle span {
  display: inline-block;
}

.p-education__feature-subtitle--blue {
  color: #648BBE;
}

.p-education__feature-subtitle--orange {
  color: #D98F06;
}

.p-education__feature-subtitle--green {
  color: #79B86F;
}

.p-education__feature-subtitle--pink {
  color: #CD4242;
}

.p-education__feature-text {
  color: #151713;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-faq {
  background-color: #F9F9F9;
}

.p-faq__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 1020px;
  max-width: 63.75rem;
}

.p-faq-list__item {
  background-color: #fff;
}

.p-faq-list__item + .p-faq-list__item {
  margin-top: 15.5px;
  margin-top: 0.96875rem;
}

.p-faq-list__question {
  background: transparent;
  border: none;
  color: #151713;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  padding: 24px 32px 24px 75px;
  padding: 1.5rem 2rem 1.5rem 4.6875rem;
  position: relative;
  text-align: left;
  text-indent: -20px;
  text-indent: -1.25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 100%;
}

.p-faq-list__question::before,
.p-faq-list__question::after {
  background: #648BBE;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 38px;
  top: 2.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13px;
  width: 0.8125rem;
}

.p-faq-list__question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-faq-list__question.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-faq-list__symbol {
  color: #ED5959;
  display: inline-block;
  margin-right: 14px;
  margin-right: 0.875rem;
}

.p-faq-list__symbol--a {
  color: #ED5959;
}

.p-faq-list__answer {
  color: #151713;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  padding: 24px 32px 24px 75px;
  padding: 1.5rem 2rem 1.5rem 4.6875rem;
  text-indent: -20px;
  text-indent: -1.25rem;
}
.p-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  max-width: 67.5rem;
  width: 100%;
}

.p-footer__left {
  max-width: 246px;
  max-width: 15.375rem;
  width: 30%;
}

.p-footer__logo {
  max-width: 246px;
  max-width: 15.375rem;
  width: 100%;
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 246/68;
     object-fit: contain;
  width: 100%;
}

.p-footer__address {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-footer__address-text {
  display: block;
}

.p-footer__address-tel {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-footer__address-mail {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-footer__sns {
  margin-top: 12px;
  margin-top: 0.75rem;
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
}

.p-footer__sns img {
  -o-object-fit: contain;
  aspect-ratio: 40/41;
     object-fit: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-footer__sns img:hover {
  opacity: 0.7;
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 13.8%;
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 684px;
  max-width: 42.75rem;
  text-align: left;
  width: 67%;
}

.p-footer__link-list {
  max-width: 180px;
  max-width: 11.25rem;
  width: 27%;
}

.p-footer__link-item a {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-footer__link-item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer__column02 {
  margin-left: 62px;
  margin-left: 3.875rem;
  margin-left: clamp(20px, 20px + 42 * (100vw - 768px) / 672, 62px);
  max-width: 170px;
  max-width: 10.625rem;
  width: 30%;
}

.p-footer__column02-title {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
}

.p-footer__column02-title span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-footer__button-wrap {
  margin-left: auto;
  margin-top: 6px;
  margin-top: 0.375rem;
  max-width: 195px;
  max-width: 12.1875rem;
  width: 100%;
}

.p-footer__button.c-arrow-button {
  max-width: 195px;
  max-width: 12.1875rem;
}

.p-footer__button.c-arrow-button::after {
  right: 14px;
  right: 0.875rem;
}

.p-footer__button.c-arrow-button:hover::after {
  right: 9px;
  right: 0.5625rem;
}

.p-footer__copyright-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
  max-width: 1080px;
  max-width: 67.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.p-footer__copyright {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-footer__img {
  background-color: #fff;
  padding-top: -10px;
  padding-top: -0.625rem;
  width: 100%;
}

.p-footer__img img {
  -o-object-fit: cover;
  aspect-ratio: 1440/722;
     object-fit: cover;
  width: 100%;
}

.p-form__message.c-text {
  text-align: center;
}

.p-form__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-form__wrap {
  max-width: 895px;
  max-width: 55.9375rem;
}

.p-form__wrap.p-form__wrap--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__wrap + .p-form__wrap {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-form__label {
  color: #151713;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  text-align: left;
  width: 100%;
}

.p-form__wrap.p-form__wrap--textarea .p-form__label {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.u-required {
  background-color: #ED5959;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}

.p-form__input,
.p-form__select,
.p-form__radio,
.p-form__checkbox,
.p-form__textarea {
  border-radius: 0.25rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-form__input,
.p-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.p-form__submit {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-form__input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #858985;
  border-radius: 0.25rem;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 9px 15px;
  padding: 0.5625rem 0.9375rem;
  width: 100%;
}

.p-form__input input:focus {
  border: 1px solid #858985;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

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

.p-form__textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #858985;
  border-radius: 0.25rem;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  height: 240px;
  height: 15rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.p-form__textarea textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__select {
  max-width: 541px;
  max-width: 33.8125rem;
  position: relative;
}

.p-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #858985;
  border-radius: 0.25rem;
  color: #858985;
  cursor: pointer;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 11.5px 50px 11.5px 15px;
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  width: 100%;
}

.p-form__select::before {
  background-color: #858985;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 42px;
  right: 2.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.p-form__select::after {
  background-image: url(../images/contact-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7px;
  height: 0.4375rem;
  pointer-events: none;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  width: 0.6875rem;
}

.p-form__select select::-ms-expand {
  display: none;
}

.p-form__select select:focus {
  border: 1px solid #858985;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-select.is-selected {
  color: #151713;
}

.p-contact__form-privacy {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-contact__form-checkbox-text.c-text {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
}

.p-contact__form-privacy label {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-contact__form-privacy input + span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-left: 26px;
  margin-left: 1.625rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
  text-align: left;
}

.p-contact__form-privacy input + span::before {
  background-color: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 29px;
  height: 1.8125rem;
  left: -23px;
  left: -1.4375rem;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  width: 1.8125rem;
}

.p-contact__form-privacy input + span::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  left: -17px;
  left: -1.0625rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 17px;
  width: 1.0625rem;
}

.p-contact__form-privacy input:checked + span::after {
  opacity: 1;
}

.p-contact__form-submit {
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.p-contact__form-submit.p-contact__form-submit--thanks {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-form__submit {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  max-width: 15rem;
  position: relative;
  width: 100%;
}

.p-form__submit input {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2.25rem;
  color: #151713;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  max-width: 240px;
  max-width: 15rem;
  padding: 15px 13px 15px 13px;
  padding: 0.9375rem 0.8125rem 0.9375rem 0.8125rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.p-form__submit::after {
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 27px;
  height: 1.6875rem;
  position: absolute;
  right: 29px;
  right: 1.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 27px;
  width: 1.6875rem;
}

.p-form__submit input:hover,
.p-form__submit input:focus {
  outline: none;
}

.p-form__submit:hover::after {
  right: 24px;
  right: 1.5rem;
}

.p-form__submit:focus::after {
  right: 24px;
  right: 1.5rem;
}

.p-form__submit input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FF003D;
  border-radius: 0.625rem;
}

.wpcf7 form .wpcf7-response-output {
  color: #FF003D;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1;
  margin: 60px 0 0;
  margin: 3.75rem 0 0;
  padding: 30px;
  padding: 1.875rem;
  text-align: center;
}

.p-form__recaptcha {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-fv-line__bg {
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
  z-index: 100;
}

.p-fv-line {
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -5.6vw;
  width: 100vw;
  width: 100%;
  z-index: 100;
}

.p-fv-line img {
  -o-object-fit: cover;
  aspect-ratio: 1700/200;
  height: auto;
  max-width: 1700px;
  max-width: 106.25rem;
     object-fit: cover;
  -webkit-transform: translateX(-8rem);
          transform: translateX(-8rem);
  width: 119vw;
}

.p-people-line {
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: -75px;
  margin-top: -4.6875rem;
  position: relative;
  z-index: 50;
}

.p-people-line img {
  height: auto;
  width: 100%;
}

.p-header {
  background-color: #fff;
  height: 100px;
  height: 6.25rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-header__logo {
  height: inherit;
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

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

.p-header__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-header__nav {
  display: block;
  height: inherit;
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-header__nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  height: inherit;
  line-height: 1;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-transform: uppercase;
}

.p-header__nav-item:not(.p-header__nav-item--contact) a.is-current {
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.p-header__nav-item.p-header__nav-item--contact a.c-button {
  height: auto;
  height: initial;
  padding: 20px;
  padding: 1.25rem;
}

.p-header__hamburger {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 80px;
  width: 5rem;
  z-index: 999;
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  background-color: #000;
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  width: 1.5625rem;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -4px;
  top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 4px;
  top: 0.25rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

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

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -4px;
  top: -0.25rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  margin-top: 50px;
  margin-top: 3.125rem;
  overflow-y: scroll;
  padding: 60px 0;
  padding: 3.75rem 0;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-width: 31.25rem;
  width: 80%;
}

.p-header__drawer-item a {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px;
  padding: 0.9375rem;
  text-align: left;
}

.p-header__drawer-item.p-header__drawer-item--contact a::after {
  background-image: url(./../images/common/contact-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  height: 0.9375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 15px;
  width: 0.9375rem;
}

/* ドロワー開閉時のスクロール制御 */
body.is-fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* ドロワー開いている時のヘッダー背景色 */
body.is-fixed .p-header {
  background-color: rgba(255, 255, 255, 0.95);
}

.p-home-search__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-home-search__form {
  margin-left: 0;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}
.p-home-search__form form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 24px 8px 16px;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-home-search__form form:hover {
  background-color: #f0f0f0;
}
.p-home-search__form form input[type=text] {
  background: transparent;
  border: none;
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 130px;
  max-width: 8.125rem;
  outline: none;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-home-search__form form input[type=text]::-moz-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-home-search__form form input[type=text]::-webkit-input-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-home-search__form form input[type=text]:-ms-input-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-home-search__form form input[type=text]::-ms-input-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-home-search__form form input[type=text]::placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-home-search__form form button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 27px;
  max-width: 1.6875rem;
  padding: 0;
  width: 100%;
}
.p-home-search__form form button img {
  -o-object-fit: contain;
  display: block;
  height: 27px;
  height: 1.6875rem;
     object-fit: contain;
  width: 27px;
  width: 1.6875rem;
}

.p-layout-main {
  background-color: #f3f3f3;
}

.p-layout-main.p-layout-main--sub {
  background-color: #fff;
}

.p-layout-main.p-layout-main--single {
  background-color: #F9F9F9;
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-life {
  background-color: #F9F9F9;
  position: relative;
}

.p-life::before {
  aspect-ratio: 1280/143;
  background-image: url("../images/life-bg.png");
  background-position: 18% center;
  background-repeat: no-repeat;
  background-size: 108% auto;
  content: "";
  left: 50%;
  max-width: 1180px;
  max-width: 73.75rem;
  pointer-events: none;
  position: absolute;
  top: 85px;
  top: 5.3125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}

.p-life__bg img {
  -o-object-fit: cover;
  aspect-ratio: 1280/143;
  height: auto;
  max-width: 1280px;
  max-width: 80rem;
     object-fit: cover;
  width: 100%;
  width: 107%;
}

.p-life__visual {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-life__visual img {
  -o-object-fit: cover;
  aspect-ratio: 1180/360;
  height: auto;
  max-width: 1280px;
  max-width: 80rem;
     object-fit: cover;
  width: 100%;
}

.p-life__head.c-head {
  position: relative;
  z-index: 10;
}

.p-life__lead.c-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 586px;
  max-width: 36.625rem;
}

.p-life__article-list.c-list {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-life__article-list .c-list__tags {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-life__line {
  margin-left: auto;
  margin-right: auto;
  margin-top: -7.65%;
  max-width: 1180px;
  max-width: 73.75rem;
  pointer-events: none;
  width: 100%;
}

.p-life__line img {
  -o-object-fit: contain;
  aspect-ratio: 1178/247;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-line {
  margin-top: -5.9%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}

.p-line img {
  -o-object-fit: cover;
  -o-object-position: 13px 10px;
  aspect-ratio: 1700/200;
  height: auto;
     object-fit: cover;
     object-position: 13px 10px;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  width: 100%;
}

.p-loading {
  -ms-flex-line-pack: center;
      align-content: center;
  align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  place-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 2147483647;
}

.p-loading.active {
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-loading__inner {
  margin: auto;
  text-align: center;
}

.p-loading__main-copy {
  margin-top: 0px;
  margin-top: 0rem;
}

.p-loading__main-text {
  color: #000000;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-loading__line-deco {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  height: 0.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-top: 0.5rem;
  position: relative;
  width: 284px;
  width: 17.75rem;
}

.p-loading__line-deco::after {
  -webkit-animation: loading-line 1s ease-out forwards;
          animation: loading-line 1s ease-out forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  background-color: #000000;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 100%;
}

.p-loading__line-deco::before {
  background-color: #000000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  height: 0.4375rem;
  left: 0;
  margin-left: -5px;
  margin-left: -0.3125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  width: 0.4375rem;
}

.p-loading__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-top: 0.375rem;
  max-width: 287px;
  max-width: 17.9375rem;
  width: 100%;
}

.p-loading__img img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

@-webkit-keyframes loading-line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes loading-line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.hidden {
  display: none;
}

/* JS が無効なときのスタイル */
.p-map-btn {
  bottom: 10%;
  opacity: 0;
  position: fixed;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 800;
}
.p-map-btn--home {
  bottom: 10%;
}
.p-map-btn--category {
  bottom: 10%;
}
.p-map-btn.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.p-map-btn:hover {
  opacity: 0.8;
}

.p-map-btn__img {
  aspect-ratio: 1/1;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  max-width: 110px;
  max-width: 6.875rem;
}

.p-map {
  height: auto;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  max-width: 73.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

/* ===== SVG全体 ===== */
.p-map__line-svg {
  height: auto;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  z-index: 2;
}

/* ===== マスク設定 ===== */
.p-map__mask-rect--left {
  -webkit-animation: none;
          animation: none;
}

.p-map__mask-rect--right {
  -webkit-animation: none;
          animation: none;
}

.p-map__mask-rect--left.is-animated {
  -webkit-animation: p-map-mask-left 2s ease-in forwards;
          animation: p-map-mask-left 2s ease-in forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.p-map__mask-rect--right.is-animated {
  -webkit-animation: p-map-mask-right 2.5s ease-in forwards;
          animation: p-map-mask-right 2.5s ease-in forwards;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

/* ===== マスクアニメーション ===== */
@-webkit-keyframes p-map-mask-left {
  0% {
    x: 0;
    width: 0;
  }
  100% {
    x: 0;
    width: 1180px;
  }
}
@keyframes p-map-mask-left {
  0% {
    x: 0;
    width: 0;
  }
  100% {
    x: 0;
    width: 1180px;
  }
}
@-webkit-keyframes p-map-mask-right {
  0% {
    x: 1180px;
    width: 0;
  }
  100% {
    x: 0;
    width: 1180px;
  }
}
@keyframes p-map-mask-right {
  0% {
    x: 1180px;
    width: 0;
  }
  100% {
    x: 0;
    width: 1180px;
  }
}
/* ===== 各ライン共通 ===== */
.p-map__line-path--left-top,
.p-map__line-path--left-bottom,
.p-map__line-path--right-top,
.p-map__line-path--right-bottom {
  stroke: #FFD900;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-dasharray: 8 8;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* ===== 配置微調整（PC） ===== */
.p-map__line-path--left-top {
  -webkit-transform: translate(10px, 175px);
          transform: translate(10px, 175px);
}

.p-map__line-path--left-bottom {
  -webkit-transform: translate(0, 425px);
          transform: translate(0, 425px);
}

.p-map__line-path--right-top {
  -webkit-transform: translate(590px, 220px);
          transform: translate(590px, 220px);
}

.p-map__line-path--right-bottom {
  -webkit-transform: translate(760px, 385px);
          transform: translate(760px, 385px);
}

.p-mv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.6s ease, z-index 0s 0.5s;
  transition: opacity 0.6s ease, z-index 0s 0.5s;
  width: 100%;
  z-index: -1;
}

.p-mv.is-loaded {
  opacity: 1;
  z-index: 0;
}

.p-mv__img {
  height: auto;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  width: 100%;
}

.p-mv__img.is-loaded {
  opacity: 1;
  visibility: visible;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1440/973;
     object-fit: cover;
  width: 100%;
}

.p-mv__copy {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.p-mv__main-copy {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-shadow: 3px 4px 8px rgba(4, 8, 6, 0.71);
}

.p-mv__sub-copy {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-shadow: 3px 4px 8px rgba(4, 8, 6, 0.71);
}

.p-mv__sub-copy2 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 80px;
  margin-top: 5rem;
  text-shadow: 3px 4px 8px rgba(4, 8, 6, 0.71);
}

.p-mv__copy-logo {
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 287px;
  max-width: 17.9375rem;
  width: 100%;
}

.p-mv__copy-logo img {
  -o-object-fit: contain;
  aspect-ratio: 287/77;
     object-fit: contain;
  width: 100%;
}

.p-mv__title {
  max-width: 200px;
  max-width: 12.5rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 60%;
  width: 100%;
}

.p-mv__title img {
  -o-object-fit: contain;
  aspect-ratio: 200/200;
     object-fit: contain;
  width: 100%;
}

.p-mv__contact-wrap {
  display: inline-block;
}
.p-mv__contact-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-post-list__pagination {
  margin-top: 82px;
  margin-top: 5.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  text-align: center;
}
.p-post-list__pagination .page-numbers {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin: 0 4px;
  margin: 0 0.25rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  width: 2.5rem;
}
.p-post-list__pagination .page-numbers:hover {
  background-color: #858985;
  border-color: #858985;
  color: #fff;
}
.p-post-list__pagination .page-numbers.current {
  background-color: #858985;
  border-color: #858985;
  color: #fff;
}
.p-post-list__pagination .page-numbers.dots {
  background-color: transparent;
  border: none;
  color: #858985;
  cursor: default;
}
.p-post-list__pagination .page-numbers.dots:hover {
  background-color: transparent;
  border: none;
}
.p-post-list__pagination .page-numbers.prev,
.p-post-list__pagination .page-numbers.next {
  display: none;
}
.p-post-list__pagination .pagination li.active span {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 50%;
  color: #fff;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 4px;
  margin: 0 0.25rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.p-people {
  background-color: #F9F9F9;
  margin-top: -100px;
  margin-top: -6.25rem;
  position: relative;
  scroll-margin-top: 6.25rem;
  z-index: 100;
}

.p-people__head {
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
  position: relative;
  text-align: center;
}

.p-people__lead.c-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  max-width: 42.5rem;
}

.p-people__head.c-head::before {
  aspect-ratio: 100/95;
  background-image: url(../images/people01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 43px;
  left: 2.6875rem;
  position: absolute;
  top: 65px;
  top: 4.0625rem;
  top: clamp(-20px, -117.14px + 12.6488vw, 65px);
  width: 100px;
  width: 6.25rem;
}

.p-people__head.c-head::after {
  aspect-ratio: 152/89;
  background-image: url(../images/people02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: -9px;
  right: -0.5625rem;
  top: 77px;
  top: 4.8125rem;
  width: 152px;
  width: 9.5rem;
}

.p-point {
  background-color: #F9F9F9;
}

.p-point__title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
  text-align: center;
}

.p-point__list {
  grid-gap: 3rem;
  display: grid;
  gap: 48px;
  gap: 3rem;
  grid-template-columns: 7.875rem 10.25rem 10.875rem 6.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 716px;
  max-width: 44.75rem;
}

.p-point__icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 74px;
  max-width: 4.625rem;
  width: 100%;
}

.p-point__icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-point__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.p-read {
  background-color: #F3F3F3;
  padding: 110px 0px 80px 0px;
  padding: 6.875rem 0rem 5rem 0rem;
}

.p-read__intro {
  position: relative;
  text-align: left;
  z-index: 50;
}

.p-read__text {
  color: #151713;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.5;
  margin-left: 0px;
  margin-left: 0rem;
}

.p-read__text strong {
  color: #151713;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.p-read__map-block {
  margin-left: 75px;
  margin-left: 4.6875rem;
  margin-left: clamp(25px, 6.85vw - 27.6px, 75px);
  margin-top: -150px;
  margin-top: -9.375rem;
  max-width: 994px;
  max-width: 994px;
  max-width: 62.125rem;
}

.p-read__map-block img {
  aspect-ratio: 994/483;
  height: auto;
  width: 100%;
}

.p-read__message {
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: -17px;
  margin-top: -1.0625rem;
  position: relative;
  text-align: left;
  z-index: 50;
}

.p-read__message .p-read__text:nth-child(2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-related__title {
  color: #151713;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.p-related__button-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-relocation {
  background-color: #F9F9F9;
}

.p-relocation__head.c-head {
  position: relative;
}

.p-relocation__lead.c-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 586px;
  max-width: 36.625rem;
  position: relative;
  z-index: 10;
}

.p-relocation__head.c-head::before {
  background-image: url(../images/relocation01.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5px;
  bottom: 0.3125rem;
  content: "";
  display: block;
  height: 69px;
  height: 4.3125rem;
  left: 35px;
  left: 2.1875rem;
  position: absolute;
  width: 148px;
  width: 9.25rem;
  z-index: 0;
}

.p-relocation__head.c-head::after {
  background-image: url(../images/relocation02.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  display: block;
  height: 82px;
  height: 5.125rem;
  position: absolute;
  right: 40px;
  right: 2.5rem;
  width: 146px;
  width: 9.125rem;
  z-index: 0;
}

.p-relocation__content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 1020px;
  max-width: 63.75rem;
  padding: 44px 20px 44px 20px;
  padding: 2.75rem 1.25rem 2.75rem 1.25rem;
  width: 100%;
}

.p-relocation__lead-title {
  color: #151713;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  text-align: center;
}

.p-relocation__lead-title-accent {
  color: #ED5959;
  font-size: 30px;
  font-size: 1.875rem;
}

.p-relocation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  gap: 0.6875rem;
  list-style: none;
  margin-left: 0px;
  margin-left: 0rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 590px;
  max-width: 36.875rem;
  padding: 0;
}

.p-relocation__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-relocation__num {
  color: #CD4242;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
}

.p-relocation__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  height: 3.75rem;
  width: 60px;
  width: 3.75rem;
}

.p-relocation__icon img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}

.p-relocation__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-relocation__subtitle {
  color: #648BBE;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-relocation__text {
  color: #151713;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-relocation__article-list.c-list {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-relocation__animation-section {
  background-color: #F9F9F9;
  scroll-margin-top: -8.75rem;
}

.p-relocation__visual-wrap {
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}

.p-relocation__visual {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  max-width: 73.75rem;
  position: relative;
  width: 100%;
}

.p-relocation__visual-title-wrap {
  left: 50%;
  position: absolute;
  top: 19%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  z-index: 10;
}

.p-relocation__visual-title {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  text-shadow: 3px 4px 8px rgba(4, 8, 6, 0.71);
}

.p-relocation__visual-title span {
  margin-left: -1em;
}

.p-relocation__bg {
  margin-left: auto;
  margin-right: auto;
}

.p-relocation__bg img {
  -o-object-fit: cover;
  aspect-ratio: 1180/614;
  height: auto;
  max-width: 1280px;
  max-width: 80rem;
     object-fit: cover;
  width: 100%;
}

.p-sidebar {
  left: 0px;
  left: 0px;
  left: 0rem;
  max-height: calc(100vh - 37px);
  min-width: 200px;
  min-width: 200px;
  min-width: 12.5rem;
  overflow-y: auto;
  padding-bottom: 30px;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: sticky;
  top: 37px;
  top: 37px;
  top: 2.3125rem;
}

.l-layout--sub .p-sidebar {
  padding-top: 45px;
  padding-top: 2.8125rem;
}

.p-sidebar__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-sidebar__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  width: 100%;
}

.p-sidebar__img {
  width: 100%;
}

.p-sidebar__img img {
  -o-object-fit: contain;
  aspect-ratio: 180/51;
     object-fit: contain;
  width: 100%;
}

.p-sidebar__list {
  max-width: 200px;
  max-width: 200px;
  max-width: 12.5rem;
  position: relative;
  width: 100%;
}

.p-sidebar__list::before {
  background-color: #151713;
  content: "";
  height: 250px;
  height: 250px;
  height: 15.625rem;
  left: 9px;
  left: 9px;
  left: 0.5625rem;
  position: absolute;
  top: 140px;
  top: 140px;
  top: 8.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.p-sidebar__item {
  margin-left: 30px;
  margin-left: 30px;
  margin-left: 1.875rem;
  position: relative;
}

.p-sidebar__item::before {
  background-color: #151713;
  border-radius: 50%;
  content: "";
  height: 7px;
  height: 7px;
  height: 0.4375rem;
  left: -24px;
  left: -24px;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  width: 7px;
  width: 0.4375rem;
}

.p-sidebar__link.is-active ~ ::before {
  background: radial-gradient(circle, #F3F3F3 0%, #EBB3B3 86%);
}

.p-sidebar__item:has(.p-sidebar__link.is-active)::before {
  background: radial-gradient(circle, #F3F3F3 0%, #EBB3B3 86%);
}

.p-sidebar__link {
  color: #151713;
  display: block;
  font-size: 15px;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  max-width: 165px;
  padding-bottom: 10px;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-sidebar__btn-wrap {
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-sidebar__btn + .p-sidebar__btn {
  margin-top: 20px;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sidebar__btn form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 24px 8px 16px;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-sidebar__btn form:hover {
  background-color: #f0f0f0;
}
.p-sidebar__btn form input[type=text] {
  background: transparent;
  border: none;
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 130px;
  max-width: 8.125rem;
  outline: none;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-sidebar__btn form input[type=text]::-moz-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-sidebar__btn form input[type=text]::-webkit-input-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-sidebar__btn form input[type=text]:-ms-input-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-sidebar__btn form input[type=text]::-ms-input-placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-sidebar__btn form input[type=text]::placeholder {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: center;
}
.p-sidebar__btn form button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 27px;
  max-width: 1.6875rem;
  padding: 0;
  width: 100%;
}
.p-sidebar__btn form button img {
  -o-object-fit: contain;
  display: block;
  height: 27px;
  height: 1.6875rem;
     object-fit: contain;
  width: 27px;
  width: 1.6875rem;
}

.p-sidebar__back-to-top {
  color: #151713;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 200px;
  max-width: 12.5rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
}

.p-sub-mv {
  height: 500px;
  height: 31.25rem;
  position: relative;
}

.p-sub-mv.js-fade-in {
  -webkit-transform: none;
          transform: none;
}

.p-sub-mv.js-fade-in.is-animated {
  -webkit-transform: none;
          transform: none;
}

.p-sub-mv__title {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-sub-mv__img {
  height: 100%;
}

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

.p-sub-mv--blog .p-sub-mv__img img {
  -o-object-position: center;
     object-position: center;
}

.p-sub-mv--search .p-sub-mv__img img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.p-sub-mv--people .p-sub-mv__img img {
  -o-object-position: center;
     object-position: center;
}

.p-sub-mv--work .p-sub-mv__img img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.p-sub-mv--education .p-sub-mv__img img {
  -o-object-position: center;
     object-position: center;
}

.p-sub-mv--life .p-sub-mv__img img {
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}

.p-sub-mv--relocation .p-sub-mv__img img {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}

.p-sub-mv--thanks .p-sub-mv__img img {
  -o-object-position: center;
     object-position: center;
}

.p-sub-mv--404 .p-sub-mv__img img {
  -o-object-position: center;
     object-position: center;
}

.p-work {
  background-color: #F9F9F9;
}

.p-work__head.c-head {
  position: relative;
}

.p-work__head.c-head::before {
  background-image: url(../images/work02.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10px;
  bottom: 0.625rem;
  bottom: clamp(-20px, -72.73px + 5.73vw, 20px);
  content: "";
  display: block;
  height: 42px;
  height: 2.625rem;
  position: absolute;
  right: 70px;
  right: 4.375rem;
  right: clamp(30px, -15.712px + 5.95vw, 70px);
  right: clamp(1.875rem, -0.982rem + 5.95vw, 4.375rem);
  width: 128px;
  width: 8rem;
}

.p-work__lead.c-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 586px;
  max-width: 36.625rem;
}

.p-work__content {
  background-color: #fff;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 63px 0px 73px 0px;
  padding: 3.9375rem 0rem 4.5625rem 0rem;
}

.p-work__content-title {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.6;
  margin-left: 0px;
  margin-left: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-work__map {
  -o-object-fit: contain;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -33px;
  margin-top: -2.0625rem;
  max-width: 245px;
  max-width: 15.3125rem;
     object-fit: contain;
  width: 100%;
  z-index: -1;
}

.p-work__list.c-list {
  margin-top: 32px;
  margin-top: 2rem;
}

/* ===== 六角形アイテム ===== */
.p-work__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 307/265;
  background-image: url(../images/polygon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 307px 265px;
  background-size: 19.1875rem 16.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(12px -2px 8px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(12px -2px 8px rgba(0, 0, 0, 0.04));
  -webkit-filter: drop-shadow(0.75rem -0.125rem 0.5rem rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0.75rem -0.125rem 0.5rem rgba(0, 0, 0, 0.04));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 265px;
  height: 16.5625rem;
  max-width: 307px;
  max-width: 19.1875rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

.p-work__image {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  width: 100%;
}

.p-work__item.p-work__item--01 .p-work__image {
  aspect-ratio: 98/88;
  left: 47%;
  max-width: 98px;
  max-width: 6.125rem;
  top: 1%;
}

.p-work__item.p-work__item--02 .p-work__image {
  aspect-ratio: 154/50;
  left: 26%;
  max-width: 154px;
  max-width: 9.625rem;
  top: 16%;
}

.p-work__item.p-work__item--03 .p-work__image {
  aspect-ratio: 177/86;
  left: 21%;
  max-width: 177px;
  max-width: 11.0625rem;
  top: 3%;
}

.p-work__item.p-work__item--04 .p-work__image {
  aspect-ratio: 80/60;
  left: 38%;
  max-width: 80px;
  max-width: 5rem;
  top: 12%;
}

.p-work__item.p-work__item--05 .p-work__image {
  aspect-ratio: 41/94;
  left: 43%;
  max-width: 41px;
  max-width: 2.5625rem;
  top: 7%;
}

.p-work__item.p-work__item--06 .p-work__image {
  aspect-ratio: 113/55;
  left: 29%;
  max-width: 113px;
  max-width: 7.0625rem;
  top: 18%;
}

.p-work__subtitle {
  background-color: #ABC6E9;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-left: auto;
  margin-right: auto;
  margin-top: 81px;
  margin-top: 5.0625rem;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  text-align: center;
}

.p-work__subtitle.p-work__subtitle--01 {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.p-work__subtitle.p-work__subtitle--02 {
  margin-top: 108px;
  margin-top: 6.75rem;
}

.p-work__subtitle.p-work__subtitle--03 {
  margin-top: 102px;
  margin-top: 6.375rem;
}

.p-work__subtitle.p-work__subtitle--04 {
  margin-top: 98px;
  margin-top: 6.125rem;
}

.p-work__subtitle.p-work__subtitle--05 {
  margin-top: 118px;
  margin-top: 7.375rem;
}

.p-work__subtitle.p-work__subtitle--06 {
  margin-top: 111px;
  margin-top: 6.9375rem;
}

.p-work__text {
  color: #151713;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 236px;
  max-width: 14.75rem;
  width: 100%;
}

.p-work__item.p-work__item--center .p-work__subtitle {
  background-color: transparent;
  background-color: initial;
  color: #151713;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-work__item-wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-work__item-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: -130px;
  margin-top: -8.125rem;
  max-width: 835px;
  max-width: 52.1875rem;
  width: 100%;
}

.p-work__item-wrap03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -120px;
  margin-top: -7.5rem;
}

.p-work__item-wrap04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: -125px;
  margin-top: -7.8125rem;
  max-width: 835px;
  max-width: 52.1875rem;
  width: 100%;
}

.p-work__item-wrap05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -125px;
  margin-top: -7.8125rem;
}

.p-work__polygon-wrap.p-work__polygon-wrap--lg {
  display: none;
}

.p-work__polygon-wrap.p-work__polygon-wrap--sp {
  display: none;
}

.p-work__polygon-wrap--right,
.p-work__polygon-wrap--left {
  width: 50%;
}

.p-work__polygon-wrap--right {
  margin-left: -40px;
  margin-left: -2.5rem;
  margin-top: 125px;
  margin-top: 7.8125rem;
}

.p-youtube {
  background-color: #f3f3f3;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding-top: 47.223%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.p-youtube__poster {
  -o-object-fit: cover;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
     object-fit: cover;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  width: 100vw;
  z-index: 0;
}

.p-youtube__poster.is-loaded {
  opacity: 0;
  pointer-events: none;
}

.p-youtube__video {
  aspect-ratio: 16/9;
  border: none;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 1;
}

/* ================================
 * 追記：音声ON/OFFボタン
 * ================================ */
.p-youtube__sound {
  -webkit-backdrop-filter: blur(4px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 90px;
  z-index: 5;
}

.p-youtube__sound:hover {
  background: rgba(0, 0, 0, 0.85);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-youtube__sound svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
/* ローディング画面（fade-out演出） */
.js-loading {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.js-loading.active {
  opacity: 1;
}

.js-loading:not(.active) {
  opacity: 0;
}

/* MV動画（最初は非表示→ふわっと出る） */
.p-youtube__video {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-youtube__video.is-visible {
  opacity: 1;
}

/* スクロールアニメーション */
.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-fade-in.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* リストアイテム用：各アイテムに個別にアニメーション */
.c-list__item,
.p-case__list .p-case__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.c-list__item:nth-child(1),
.p-case__list .p-case__item:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.c-list__item:nth-child(2),
.p-case__list .p-case__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.c-list__item:nth-child(3),
.p-case__list .p-case__item:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.c-list__item:nth-child(4),
.p-case__list .p-case__item:nth-child(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.c-list__item:nth-child(5),
.p-case__list .p-case__item:nth-child(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.c-list__item:nth-child(6),
.p-case__list .p-case__item:nth-child(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.c-list__item:nth-child(7),
.p-case__list .p-case__item:nth-child(7) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.c-list__item:nth-child(8),
.p-case__list .p-case__item:nth-child(8) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.c-list__item:nth-child(9),
.p-case__list .p-case__item:nth-child(9) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.c-list__item:nth-child(10),
.p-case__list .p-case__item:nth-child(10) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.c-list__item:nth-child(11),
.p-case__list .p-case__item:nth-child(11) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.c-list__item:nth-child(12),
.p-case__list .p-case__item:nth-child(12) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
.c-list__item.is-animated,
.p-case__list .p-case__item.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* コメントリストアイテム用：1〜2番目は親要素で、3〜4番目は個別にアニメーション */
.p-comment__list .p-comment__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-comment__list .p-comment__item:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.p-comment__list .p-comment__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.p-comment__list .p-comment__item:nth-child(3) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.p-comment__list .p-comment__item:nth-child(4) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.p-comment__list.is-animated-partial .p-comment__item:nth-child(1),
.p-comment__list.is-animated-partial .p-comment__item:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-comment__list .p-comment__item:nth-child(3).is-animated,
.p-comment__list .p-comment__item:nth-child(4).is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* MVセクション専用のフェードインアニメーション */
.js-mv-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.js-mv-fade-in.is-animated {
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-spinner {
  display: none;
}

.u-br {
  display: inline-block;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (min-width: 1441px){
  html {
    font-size: 16px;
  }
  .l-mv {
    margin-top: -5%;
  }
  .p-fv-line img {
    -o-object-fit: cover;
    aspect-ratio: 1700/200;
    height: auto;
    max-width: 100vw;
       object-fit: cover;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100vw;
  }
  .p-life::before {
    background-position: center center;
    background-size: 100% auto;
    left: 51%;
    max-width: 1280px;
    max-width: 80rem;
  }
  .p-life__visual {
    max-width: 1280px;
    max-width: 80rem;
  }
  .p-life__line {
    margin-top: -5%;
    max-width: 1280px;
    max-width: 80rem;
  }
  .p-map {
    max-width: 1280px;
    max-width: 80rem;
  }
  .p-mv__title {
    right: 30%;
    top: 60%;
  }
  .p-relocation__visual {
    max-width: 1280px;
    max-width: 80rem;
  }
  .p-relocation__bg {
    max-width: 1280px;
    max-width: 80rem;
    overflow: hidden;
    width: 100%;
  }
  .p-relocation__bg img {
    width: 109%;
  }
}

@media screen and (max-width: 1131px){
  html {
    font-size: 16px;
  }
  .p-mv__title {
    top: 50%;
  }
  .p-relocation__head.c-head::before {
    height: 56px;
    height: 3.5rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-relocation__head.c-head::after {
    height: 67px;
    height: 4.1875rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-work__item {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-work__item.p-work__item--02 .p-work__image {
    left: 10%;
    top: 10%;
  }
  .p-work__item.p-work__item--03 .p-work__image {
    left: 35%;
  }
  .p-work__item.p-work__item--04 .p-work__image {
    left: 48%;
    top: 5%;
  }
  .p-work__item.p-work__item--05 .p-work__image {
    left: 22%;
    top: 0%;
  }
  .p-work__item.p-work__item--06 .p-work__image {
    top: 7%;
  }
  .p-work__polygon-wrap.p-work__polygon-wrap--pc {
    display: none;
  }
  .p-work__polygon-wrap.p-work__polygon-wrap--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    max-width: 40.625rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    width: 100%;
  }
}

@media (max-width: 1070px){
  html {
    font-size: 1.4953271028vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  html {
    scroll-padding-top: 5rem;
  }
  .l-about {
    padding-top: 50px;
    padding-top: 3.125rem;
    scroll-margin-top: -3.125rem;
  }
  .l-article {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-breadcrumb {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .l-comment {
    padding-top: 50px;
    padding-top: 3.125rem;
    scroll-margin-top: -3.125rem;
  }
  .l-consult {
    padding-top: 70px;
    padding-top: 4.375rem;
    scroll-margin-top: -4.375rem;
  }
  .l-contact {
    padding-top: 70px;
    padding-top: 4.375rem;
    scroll-margin-top: -4.375rem;
  }
  .l-contact.l-contact--thanks {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-education {
    padding-top: 80px;
    padding-top: 5rem;
    scroll-margin-top: -5rem;
  }
  .l-faq {
    padding-top: 60px;
    padding-top: 3.75rem;
    scroll-margin-top: -3.75rem;
  }
  .l-header {
    height: 60px;
    height: 3.75rem;
    position: sticky;
    top: 0;
  }
  .l-inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .l-layout__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .l-layout__container.l-layout__container--sub {
    margin-top: 0;
  }
  .l-life {
    padding-top: 80px;
    padding-top: 5rem;
    scroll-margin-top: -5rem;
  }
  .l-mv {
    margin-top: -10%;
  }
  .l-point {
    padding-top: 50px;
    padding-top: 3.125rem;
    scroll-margin-top: -3.125rem;
  }
  .l-related {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .l-relocation {
    margin-top: 0;
    padding-top: 60px;
    padding-top: 3.75rem;
    scroll-margin-top: -3.75rem;
  }
  .l-sub-mv {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .l-work {
    padding-top: 80px;
    padding-top: 5rem;
    scroll-margin-top: -5rem;
  }
  .c-arrow-button {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-button {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .c-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .c-list__article-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-list__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-list.c-list--3column {
    -moz-column-gap: 1.25rem;
         -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .c-list__article-title.c-list__article-title--3column {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-list.c-list--single {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .c-pagination {
    bottom: -15px;
    bottom: -0.9375rem;
  }
  .c-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .c-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-lead {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-404 {
    margin: 70px 0;
    margin: 4.375rem 0;
  }
  .p-404__button {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-about__content {
    padding: 32px 10px 32px 10px;
    padding: 2rem 0.625rem 2rem 0.625rem;
  }
  .p-about__text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.03em;
  }
  .p-access {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
  }
  .p-access__info {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .p-access__address {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-access__map-wrap {
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-access__map {
    padding-top: 65%;
  }
  .p-animation__images {
    aspect-ratio: 320/175;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .p-animation__image {
    aspect-ratio: 320/175;
  }
  .p-animation__icon01 {
    left: 3%;
    max-width: 40px;
    max-width: 2.5rem;
  }
  .p-animation__icon02 {
    max-width: 40px;
    max-width: 2.5rem;
  }
  .p-animation__icon03 {
    max-width: 40px;
    max-width: 2.5rem;
  }
  .p-animation__icon04 {
    max-width: 40px;
    max-width: 2.5rem;
  }
  .p-animation__icon05 {
    max-width: 40px;
    max-width: 2.5rem;
    top: 48%;
  }
  .p-animation__icon06 {
    max-width: 40px;
    max-width: 2.5rem;
  }
  .p-article {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-article__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-article__category-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-article__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-article__category {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 0;
  }
  .p-article__tag-wrap {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-article__tag {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-article__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-article__content h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-article__content h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .p-article__content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-article__content .wp-block-button__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .breadcrumb__between {
    background-position: center 3px;
    background-position: center 0.1875rem;
  }
  .p-breadcrumb a,
  .p-breadcrumb span {
    font-size: 12px;
  }
  .p-case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    gap: 3.125rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .p-case__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-case__head-wrap {
    gap: 0;
  }
  .p-case__head {
    width: 75%;
  }
  .p-case__image-wrap {
    width: 35%;
  }
  .p-category-nav {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-category-nav__list {
    gap: 8px;
    gap: 0.5rem;
  }
  .p-category-nav__link {
    border-radius: 1.25rem;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 16px;
    padding: 0.625rem 1rem;
  }
  .p-comment-inner.l-inner {
    max-width: 600px;
    max-width: 37.5rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-comment__list {
    -moz-column-gap: 1.25rem;
         -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    margin-top: 1.25rem;
    max-width: 600px;
    max-width: 37.5rem;
    row-gap: 20px;
    row-gap: 1.25rem;
    width: 100%;
  }
  .p-comment__item {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    padding: 0.9375rem;
  }
  .p-comment__item:before,
  .p-comment__item::after {
    height: 16px;
    height: 1rem;
    left: -12px;
    left: -0.75rem;
    top: -7px;
    top: -0.4375rem;
    width: 24px;
    width: 1.5rem;
  }
  .p-comment__item::after {
    bottom: -10px;
    bottom: -0.625rem;
    left: auto;
    left: initial;
    right: -12px;
    right: -0.75rem;
    top: auto;
    top: initial;
  }
  .p-comment__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-comment__name {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 6px 10px;
    padding: 0.375rem 0.625rem;
  }
  .p-consult__advice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .p-consult__label {
    margin-left: 0;
    max-width: 600px;
    max-width: 37.5rem;
    padding: 10px 0;
    padding: 0.625rem 0;
    width: 100%;
  }
  .p-consult__advice-content {
    margin-top: 0;
  }
  .p-consult__advice-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
  }
  .p-consult__advice-item {
    margin-left: auto;
    margin-right: auto;
  }
  .p-consult__advice-img {
    margin-left: 32px;
    margin-left: 2rem;
    width: 50%;
  }
  .p-consult__advice-img:nth-child(2) {
    width: 50%;
  }
  .p-consult__advice-title--blue {
    width: 100%;
  }
  .p-consult__advice-title--green {
    width: 100%;
  }
  .p-consult__experience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-consult__label.p-consult__label--red {
    padding: 10px 0;
    padding: 0.625rem 0;
  }
  .p-consult__experience-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-consult__experience-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-consult__experience-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-consult__experience-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
  }
  .p-consult__experience-info {
    margin-top: 0;
    width: 100%;
  }
  .p-consult__experience-date span {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-consult__experience-date {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-consult__experience-date-list {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-consult__btn-wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .p-consult__btn.c-arrow-button {
    max-width: 191px;
    max-width: 11.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .p-contact__heading-text {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 300px;
    max-width: 18.75rem;
    text-align: center;
  }
  .p-contact__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-contact__status-list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-contact__status-item img {
    max-width: 50px;
    max-width: 3.125rem;
  }
  .p-contact__status-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-form__acceptance-text {
    padding: 25px 15px 25px 15px;
    padding: 1.5625rem 0.9375rem 1.5625rem 0.9375rem;
  }
  .p-form__acceptance-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-form__acceptance-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__form.p-contact__form--thanks {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-contact__form-message {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-education__content {
    padding: 40px 20px 40px 20px;
    padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  }
  .p-education__lead-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
  }
  .p-education__item {
    border: 2px solid;
    border: 0.125rem solid;
    height: 150px;
    height: 9.375rem;
    width: 150px;
    width: 9.375rem;
  }
  .p-education__item.p-education__item--green {
    background-color: transparent;
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-right: auto;
    margin-top: -32px;
    margin-top: -2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-education__item.p-education__item--orange {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-education__item.p-education__item--red {
    background-color: transparent;
    margin-left: auto;
    margin-right: 20px;
    margin-right: 1.25rem;
    margin-top: -150px;
    margin-top: -9.375rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-education__icon {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .p-education__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-education__list {
    -moz-column-gap: 1.875rem;
         -webkit-column-gap: 1.875rem;
            column-gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .p-education__card-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-education__card-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-education__feature-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-education__feature-item {
    gap: 23px;
    gap: 1.4375rem;
    margin-left: 0px;
    margin-left: 0rem;
  }
  .p-education__feature-area {
    width: 30%;
  }
  .p-education__feature-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-footer {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-footer__inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer__left {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-footer__address {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-left: initial;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-footer__link-list {
    width: 100%;
  }
  .p-footer__column02 {
    margin-left: 0;
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 600px;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-footer__button-wrap {
    margin-right: auto;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-footer__img {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-form__contents {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-form__input,
  .p-form__select,
  .p-form__radio,
  .p-form__checkbox,
  .p-form__textarea {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-contact__form-checkbox-text.c-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
    max-width: 25.625rem;
  }
  .p-contact__form-privacy label {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-contact__form-privacy input + span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 15px;
    margin-left: 0.9375rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .p-contact__form-privacy input + span::before {
    height: 20px;
    height: 1.25rem;
    top: 55%;
    width: 20px;
    width: 1.25rem;
  }
  .p-contact__form-privacy input + span::after {
    height: 8px;
    height: 0.5rem;
    left: -20px;
    left: -1.25rem;
    width: 15px;
    width: 0.9375rem;
  }
  .p-contact__form-submit {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-form__submit input {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-fv-line__bg {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-fv-line {
    top: -10vw;
  }
  .p-fv-line img {
    -o-object-fit: contain;
    max-width: 100vw;
       object-fit: contain;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-people-line {
    margin-top: -10px;
    margin-top: -0.625rem;
  }
  .p-header {
    height: 50px;
    height: 3.125rem;
  }
  .p-header__inner {
    padding: 0 0 0 15px;
    padding: 0 0 0 0.9375rem;
  }
  .p-header__logo {
    max-width: 150px;
    max-width: 9.375rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-home-search {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-home-search__form form {
    padding: 5px 24px 5px 16px;
    padding: 0.3125rem 1.5rem 0.3125rem 1rem;
  }
  .p-home-search__form form input[type=text] {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-home-search__form form input[type=text]::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-home-search__form form input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-home-search__form form input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-home-search__form form input[type=text]::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-home-search__form form input[type=text]::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-layout-main.p-layout-main--single {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-life::before {
    top: 50px;
    top: 3.125rem;
  }
  .p-line {
    margin-top: -45px;
    margin-top: -2.8125rem;
  }
  .p-loading__main-text {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-map-btn {
    right: 10px;
    right: 0.625rem;
  }
  .p-map-btn__img {
    max-width: 75px;
    max-width: 4.6875rem;
  }
  .p-mv__inner.l-inner {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-mv__img img {
    aspect-ratio: 144/165;
    width: 100%;
  }
  .p-mv__main-copy {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-mv__sub-copy {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.8;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-mv__sub-copy2 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-mv__copy-logo {
    margin-top: 0;
    max-width: 230px;
    max-width: 14.375rem;
    width: 67%;
  }
  .p-mv__title {
    bottom: 0;
    bottom: 10%;
    max-width: 100px;
    max-width: 6.25rem;
    right: 5px;
    right: 0.3125rem;
    top: auto;
    top: initial;
    width: 50%;
  }
  .p-mv__contact-btn {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-post-list__pagination {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-bottom: 0;
  }
  .p-post-list__pagination .page-numbers {
    font-size: 12px;
    font-size: 0.75rem;
    height: 36px;
    height: 2.25rem;
    margin: 0 3px;
    margin: 0 0.1875rem;
    width: 36px;
    width: 2.25rem;
  }
  .p-post-list__pagination .pagination li.active span {
    font-size: 12px;
    font-size: 0.75rem;
    height: 36px;
    height: 2.25rem;
    margin: 0 3px;
    margin: 0 0.1875rem;
    width: 36px;
    width: 2.25rem;
  }
  .p-people {
    margin-top: -10px;
    margin-top: -0.625rem;
    scroll-margin-top: 0.625rem;
  }
  .p-people__head.c-head::before {
    height: 75px;
    height: 4.6875rem;
    left: 0;
    top: -25px;
    top: -1.5625rem;
    width: 60px;
    width: 3.75rem;
  }
  .p-people__head.c-head::after {
    bottom: auto;
    bottom: initial;
    height: 70px;
    height: 4.375rem;
    right: 0;
    top: -20px;
    width: 90px;
    width: 5.625rem;
  }
  .p-point__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-point__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-point__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-read {
    padding: 50px 0px 50px 0px;
    padding: 3.125rem 0rem 3.125rem 0rem;
  }
  .p-read-inner.l-inner {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .p-read__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-read__text strong {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-read__map-block {
    margin-left: 25px;
    margin-left: 1.5625rem;
    margin-top: -50px;
    margin-top: -3.125rem;
  }
  .p-read__message {
    margin-top: -10px;
    margin-top: -0.625rem;
  }
  .p-read__message .p-read__text:nth-child(2) {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-related__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-relocation__head.c-head::before {
    bottom: auto;
    bottom: initial;
    height: 70px;
    height: 4.375rem;
    left: 0;
    top: -40px;
    top: -2.5rem;
    width: 81px;
    width: 5.0625rem;
  }
  .p-relocation__head.c-head::after {
    bottom: -30px;
    bottom: -1.875rem;
    height: 70px;
    height: 4.375rem;
    right: -20px;
    right: -1.25rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-relocation__content {
    padding: 40px 15px 40px 15px;
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
  .p-relocation__lead-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
  }
  .p-relocation__lead-title-accent {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-relocation__animation-section {
    scroll-margin-top: -5rem;
  }
  .p-relocation__visual-wrap {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-relocation__visual-title-wrap {
    width: 100%;
  }
  .p-relocation__visual-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-sub-mv {
    height: 250px;
    height: 15.625rem;
  }
  .p-sub-mv__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-work__head.c-head::before {
    bottom: auto;
    bottom: initial;
    height: 75px;
    height: 4.6875rem;
    left: 0;
    width: 80px;
    width: 5rem;
  }
  .p-work__content {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-work__list.c-list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-work__item {
    background-size: 250px 217px;
    height: 217px;
    height: 13.5625rem;
    max-width: 250px;
    max-width: 15.625rem;
  }
  .p-work__item.p-work__item--01 .p-work__image {
    top: -5%;
  }
  .p-work__item.p-work__item--02 .p-work__image {
    top: 0%;
  }
  .p-work__item.p-work__item--03 .p-work__image {
    top: -5%;
  }
  .p-work__item.p-work__item--04 .p-work__image {
    top: -5%;
  }
  .p-work__item.p-work__item--05 .p-work__image {
    top: -5%;
  }
  .p-work__item.p-work__item--06 .p-work__image {
    top: 0%;
  }
  .p-work__subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-work__subtitle.p-work__subtitle--01 {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-work__subtitle.p-work__subtitle--02 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-work__subtitle.p-work__subtitle--03 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-work__subtitle.p-work__subtitle--04 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-work__subtitle.p-work__subtitle--05 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-work__subtitle.p-work__subtitle--06 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-work__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    max-width: 200px;
    max-width: 12.5rem;
  }
  .p-work__item.p-work__item--center .p-work__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-work__polygon-wrap.p-work__polygon-wrap--lg img {
    -o-object-fit: contain;
    height: auto;
       object-fit: contain;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .p-youtube {
    padding-top: 56%;
  }
  .p-youtube__sound {
    height: 36px;
    right: 10px;
    top: 10px;
    width: 36px;
  }
  .p-youtube__sound svg {
    height: 18px;
    width: 18px;
  }
  .c-list__item,
  .p-case__list .p-case__item {
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
  }
  .c-list__item,
  .p-case__list .p-case__item {
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 599px){
  html {
    font-size: 16px;
  }
  .c-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list.c-list--3column {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .c-list.c-list--single {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-relocation__head.c-head::before {
    height: 28px;
    height: 1.75rem;
    width: 60px;
    width: 3.75rem;
  }
  .p-relocation__head.c-head::after {
    height: 34px;
    height: 2.125rem;
    width: 60px;
    width: 3.75rem;
  }
  .p-work__item.p-work__item--01 .p-work__image {
    top: -10%;
  }
  .p-work__item.p-work__item--02 .p-work__image {
    top: 5%;
  }
  .p-work__item.p-work__item--03 .p-work__image {
    top: -10%;
  }
  .p-work__item.p-work__item--04 .p-work__image {
    top: 0;
  }
  .p-work__item.p-work__item--05 .p-work__image {
    top: 0;
  }
  .p-work__item.p-work__item--06 .p-work__image {
    top: 0;
  }
  .p-work__polygon-wrap.p-work__polygon-wrap--lg {
    display: none;
  }
  .p-work__polygon-wrap.p-work__polygon-wrap--sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: 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;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    max-width: 28.125rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    width: 100%;
  }
  .p-work__polygon-wrap.p-work__polygon-wrap--sp img {
    -o-object-fit: contain;
    height: auto;
       object-fit: contain;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}

@media (max-width: 768px){
  .p-article__content .wp-block-embed.is-type-video {
    left: auto;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .p-faq-list__question {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 35px 12px 55px;
    padding: 0.75rem 2.1875rem 0.75rem 3.4375rem;
  }
  .p-faq-list__question::before,
  .p-faq-list__question::after {
    height: 1.5px;
    right: 15px;
    right: 0.9375rem;
    top: 25px;
    top: 1.5625rem;
    width: 18px;
    width: 1.125rem;
  }
  .p-faq-list__answer {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 35px 15px 55px;
    padding: 0.9375rem 2.1875rem 0.9375rem 3.4375rem;
  }
}

@media screen and (max-width: 374px){
  .p-education__lead-wrap {
    margin-left: -10px;
    margin-right: -10px;
    width: 315px;
    width: 19.6875rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px){
  .p-footer__right {
    margin-left: clamp(6%, 6% + 7.8 * (100vw - 768px) / 672, 13.8%);
  }
}

@media (scripting: none){
  .loading {
    display: none;
  }
  .hidden {
    display: block;
  }
}

@media screen and (max-width: 1300px) and (min-width: 768px){
  .p-people__head.c-head::before {
    left: 2.5%;
    top: -20px;
    top: -1.25rem;
    width: 80px;
    width: 5rem;
  }
  .p-people__head.c-head::after {
    bottom: -60px;
    bottom: -3.75rem;
    right: 0;
    top: auto;
    top: initial;
    width: 120px;
    width: 7.5rem;
  }
}

@media (max-width: 499px){
  .p-sub-mv--people .p-sub-mv__img img {
    -o-object-position: center 120%;
       object-position: center 120%;
  }
}

@media (min-width: 500px) and (max-width: 767px){
  .p-sub-mv--people .p-sub-mv__img img {
    -o-object-position: center 70%;
       object-position: center 70%;
  }
}
/*# sourceMappingURL=style.css.map */
