@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

/* 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,
picture {
  display: block;
  height: auto;
  max-width: 100%;
}

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

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

.l-footer {
  background-color: #e9f0f3;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 44px;
  padding-top: 2.75rem;
}

.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
}

.l-footer__info {
  margin-top: 40px;
  margin-top: 2.5rem;
  order: 2;
  text-align: center;
}

.l-footer__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  width: 16.25rem;
}

.l-footer__logo img {
  display: block;
  height: auto;
  width: 100%;
}

.l-footer__address {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.l-footer__instagram {
  align-items: center;
  display: inline-flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.l-footer__instagram img {
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
}

.l-footer__instagram span {
  font-family: "Baskervville", serif;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 300px;
  max-width: 18.75rem;
  order: 1;
  width: 100%;
}

.l-footer__list {
  border-top: 1px solid rgba(108, 133, 149, 0.26);
  border-top: 0.0625rem solid rgba(108, 133, 149, 0.26);
  display: contents;
}

.l-footer__list .l-footer__item:first-child {
  border-top: 1px solid rgba(108, 133, 149, 0.26);
  border-top: 0.0625rem solid rgba(108, 133, 149, 0.26);
}

.l-footer__list .l-footer__item:nth-child(1) {
  order: 1;
}

.l-footer__list .l-footer__item:nth-child(2) {
  order: 2;
}

.l-footer__navGroup--service {
  order: 3;
}

.l-footer__list .l-footer__item:nth-child(3) {
  order: 4;
}

.l-footer__list .l-footer__item:nth-child(4) {
  order: 5;
}

.l-footer__navGroup--contact {
  order: 6;
}

.l-footer__item {
  border-bottom: 1px solid rgba(108, 133, 149, 0.26);
  border-bottom: 0.0625rem solid rgba(108, 133, 149, 0.26);
  font-family: "Baskervville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.l-footer__item a {
  display: block;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
  position: relative;
  width: 100%;
}

.l-footer__serviceList,
.l-footer__contactPanel {
  display: grid;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
}

.l-footer__serviceList.is-accordionOpen,
.l-footer__contactPanel.is-accordionOpen {
  max-height: 260px;
  max-height: 16.25rem;
  opacity: 1;
}

.l-footer__serviceList.is-accordionOpen {
  border-bottom: 1px solid rgba(108, 133, 149, 0.26);
  border-bottom: 0.0625rem solid rgba(108, 133, 149, 0.26);
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.l-footer__contactPanel.is-accordionOpen {
  max-height: 360px;
  max-height: 22.5rem;
}

.l-footer__serviceItem,
.l-footer__contactItem {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}

.l-footer__serviceItem a,
.l-footer__contactItem a {
  display: block;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  width: 100%;
}

.l-footer__serviceName {
  font-family: "Baskervville", serif;
}

.l-footer__serviceNote {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-footer__item--hasChild.is-accordionOpen {
  border-bottom: 0;
}

.l-footer__accordionButton {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  letter-spacing: inherit;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  padding-right: 34px;
  padding-right: 2.125rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
  text-align: left;
  width: 100%;
}

.l-footer__accordionButton::after {
  background-image: url("../images/common/plus-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  right: 4px;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  width: 0.8125rem;
}

.l-footer__accordionButton[aria-expanded=true]::after {
  background-image: url("../images/common/minus-black.svg");
}
.l-footer__bottom {
  align-items: center;
  color: #666;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-size: 0.6875rem;
  grid-column: 1/-1;
  letter-spacing: 0.025em;
  margin-top: 33px;
  margin-top: 2.0625rem;
  order: 3;
  padding-top: 36px;
  padding-top: 2.25rem;
  position: relative;
}

.l-footer__bottom::before {
  background-color: #ccd2dc;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}

.l-footer__privacy {
  font-family: "Baskervville", serif;
  letter-spacing: 0.05em;
  position: relative;
}

.l-footer__copy {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.l-footer__copy a {
  display: inline-block;
  text-align: center;
}

.l-header {
  background: #fff;
  left: 0;
  overflow: visible;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  min-height: 2.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 11px;
  padding-right: 0.6875rem;
}

.l-header__logo {
  width: 205px;
  width: 12.8125rem;
}

.l-header__logo a {
  display: block;
}

.l-header__logo img {
  display: block;
  height: auto;
  width: 100%;
}

.l-header__logoText {
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  clip: rect(0, 0, 0, 0);
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.l-pager {
  margin-top: 32px;
  margin-top: 2rem;
}

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

.c-breadcrumb {
  padding: 16px 0;
  padding: 1rem 0;
}

.c-breadcrumb a {
  color: #2589d0;
}

.c-btn {
  background-color: #2589d0;
  border: 1px solid #2589d0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 200px;
  min-width: 12.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: 0.3s;
}

.c-btn::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-left: 16px;
  margin-left: 1rem;
  transform: rotate(45deg);
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.c-btn:hover {
  -webkit-text-decoration: none;
  background-color: #fff;
  color: #2589d0;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

.c-btn:hover::after {
  border-right: 1px solid #2589d0;
  border-top: 1px solid #2589d0;
  transform: translateX(5px) rotate(45deg);
}

.c-title {
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-404 {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-404__title {
  color: #333;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

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

.p-blogArchive {
  overflow-x: clip;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.p-blogArchive__categoryNav {
  background-color: #e8edf1;
  border-radius: 0.625rem;
  margin-top: 34px;
  margin-top: 2.125rem;
  max-width: 100%;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  width: 100%;
}

.p-blogArchive__categoryList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  gap: 0.375rem 0.625rem;
  justify-content: center;
  width: 100%;
}

.p-blogArchive__categoryLink {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
  min-height: 36px;
  min-height: 2.25rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  white-space: nowrap;
}

.p-blogArchive__categoryLink--isActive {
  color: #6c8595;
  font-weight: 500;
}

.p-blogArchive__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  margin-top: 38px;
  margin-top: 2.375rem;
  row-gap: 30px;
  row-gap: 1.875rem;
}

.p-blogArchive__pagination {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-blogArchive__empty {
  margin-top: 38px;
  margin-top: 2.375rem;
  text-align: center;
}

.p-blogSingle {
  overflow-x: clip;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.p-blogSingle__article {
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 1060px;
  max-width: 66.25rem;
  width: 100%;
}

.p-blogSingle__header {
  min-width: 0;
  width: 100%;
}

.p-blogSingle__thumb {
  background-color: #eef7f8;
  border-radius: 0.375rem;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.p-blogSingle__thumbImage {
  aspect-ratio: 400/211;
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blogSingle__headerBody {
  margin-top: 22px;
  margin-top: 1.375rem;
  min-width: 0;
}

.p-blogSingle__meta {
  align-items: center;
  display: flex;
}

.p-blogSingle__date {
  color: #6c8595;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-blogSingle__category {
  align-items: center;
  background-color: #dde9f0;
  border-radius: 0.25rem;
  color: #6c8595;
  display: inline-flex;
  font-size: 13px;
  font-size: 0.8125rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 0;
  min-height: 22px;
  min-height: 1.375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-blogSingle__title {
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.65;
  margin-top: 14px;
  margin-top: 0.875rem;
  word-wrap: anywhere;
}

.p-blogSingle__body {
  border-top: 1px solid #eeeeee;
  border-top: 0.0625rem solid #eeeeee;
  margin-top: 36px;
  margin-top: 2.25rem;
  min-width: 0;
  padding-bottom: 0;
  padding-top: 34px;
  padding-top: 2.125rem;
  width: 100%;
}

.p-blogSingle__body h2 {
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.4;
  word-wrap: anywhere;
}

.p-blogSingle__body h3 {
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.4;
  word-wrap: anywhere;
}

.p-blogSingle__body h4 {
  color: #333;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.4;
  word-wrap: anywhere;
}

.p-blogSingle__body p {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
  word-wrap: anywhere;
}

.p-blogSingle__body h2 + p,
.p-blogSingle__body h3 + p,
.p-blogSingle__body h4 + p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-blogSingle__body p + h2,
.p-blogSingle__body p + h3,
.p-blogSingle__body p + h4 {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-blogSingle__body p + p {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-blogSingle__body figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 700px;
  max-width: 43.75rem;
}

.p-blogSingle__body img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blogSingle__body strong {
  font-weight: 500;
}

.p-blogSingle__body a {
  color: #6c8595;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
}

.p-blogSingle__nav {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-blogRelated {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-blogRelated__heading {
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.p-blogRelated__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  border-top: 1px solid #eeeeee;
  border-top: 0.0625rem solid #eeeeee;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-bottom: 0;
  padding-top: 28px;
  padding-top: 1.75rem;
  row-gap: 30px;
  row-gap: 1.875rem;
}

.p-blog {
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-blog__label {
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-blog__heading {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-blog__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-blog__item + .p-blog__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-blog__link {
  display: block;
}

.p-blog__imageWrap {
  aspect-ratio: 300/190;
  display: block;
  overflow: hidden;
}

.p-blog__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.3125rem;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.8s ease;
}

.p-blog__date {
  color: #6c8595;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-blog__category {
  align-items: center;
  background-color: #dde9f0;
  border-radius: 0.3125rem;
  color: #6c8595;
  display: inline-flex;
  font-size: 10px;
  font-size: 0.625rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 0;
  margin-top: 14px;
  margin-top: 0.875rem;
  min-height: 22px;
  min-height: 1.375rem;
  min-width: 100px;
  min-width: 6.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-blog__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-blog__button {
  align-items: center;
  background-color: #6c8595;
  border-radius: 0.3125rem;
  color: #fff;
  display: flex;
  font-family: "Baskervville", serif;
  font-size: 12px;
  font-size: 0.75rem;
  height: 50px;
  height: 3.125rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  overflow: hidden;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  position: relative;
  transition: background-color 0.6s ease;
  width: 250px;
  width: 15.625rem;
}

.p-blog__button::before {
  background-color: rgba(255, 255, 255, 0.28);
  content: "";
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 53px;
  right: 3.3125rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.6s ease;
  width: 1px;
  width: 0.0625rem;
}

.p-blog__button::after {
  background-image: url("../images/common/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  margin-left: auto;
  transition: transform 0.8s ease;
  width: 12px;
  width: 0.75rem;
}

.p-concept {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 58px;
  padding-top: 3.625rem;
  position: relative;
}

.p-concept__inner {
  position: relative;
}

.p-concept__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  max-width: 40.625rem;
  text-align: center;
}

.p-concept__label {
  color: #6c8595;
  font-family: "Baskervville", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-concept__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.7;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-concept__text--isPc {
  display: none;
}

.p-concept__photos {
  display: none;
  margin-top: 34px;
  margin-top: 2.125rem;
  min-height: 230px;
  min-height: 14.375rem;
  position: relative;
}

.p-concept__photo {
  border-radius: 0.5rem;
  display: block;
  height: 131px;
  height: 8.1875rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.8s;
  width: 106px;
  width: 6.625rem;
}

.p-concept__photoImage {
  display: block;
  height: calc(100% + 3.125rem);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.p-concept__photo.is-inview {
  opacity: 1;
}

.p-concept__photo--isFirst {
  left: 8px;
  left: 0.5rem;
  top: 0;
}

.p-concept__photo--isSecond {
  left: 82px;
  left: 5.125rem;
  top: 82px;
  top: 5.125rem;
}

.p-concept__photo--isSecond .p-concept__photoImage {
  height: calc(100% + 0.9375rem);
}

.p-concept__photo--isThird {
  right: 8px;
  right: 0.5rem;
  top: 50px;
  top: 3.125rem;
}

.p-concept__photo--isThird .p-concept__photoImage {
  height: calc(100% + 0.9375rem);
  -o-object-position: center 0%;
     object-position: center 0%;
}

.p-conceptDeco {
  margin-top: -40px;
  margin-top: -2.5rem;
  overflow: hidden;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-conceptDeco__wrap {
  animation: conceptDecoScroll 56s linear infinite;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.p-conceptDeco__text {
  color: #d9e9e6;
  flex: 0 0 auto;
  font-family: "Baskervville", serif;
  font-size: 74px;
  font-size: 4.625rem;
  letter-spacing: 0.05em;
  line-height: 0.72;
  white-space: nowrap;
}

@supports (text-box-trim: trim-both) {
  .p-conceptDeco__text {
    line-height: 1;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }
}
@keyframes conceptDecoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-contactForm {
  margin-top: 58px;
  margin-top: 3.625rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
  padding-top: 0;
}

.p-contactForm__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  max-width: 66.25rem;
}

.p-contactForm__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 2;
}

.p-contactForm__leadLink {
  color: #6c8595;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
}

.p-contactForm__form {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-contactForm__row {
  border: 0;
  border-top: 1px solid #cad0d2;
  border-top: 0.0625rem solid #cad0d2;
  min-width: 0;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-top: 1.125rem;
  position: relative;
}

.p-contactForm__row--hasBottom {
  border-bottom: 1px solid #cad0d2;
  border-bottom: 0.0625rem solid #cad0d2;
}

.p-contactForm__row::before,
.p-contactForm__row--hasBottom::after {
  background-color: #cad0d2;
  content: "";
  display: none;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-contactForm__row::before {
  top: 0;
}

.p-contactForm__row--hasBottom::after {
  bottom: 0;
}

.p-contactForm__row:first-child {
  margin-top: 0;
}

fieldset.p-contactForm__row {
  background-image: linear-gradient(#cad0d2, #cad0d2);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 0.0625rem;
  border-top: 0;
}

fieldset.p-contactForm__row > .p-contactForm__label {
  float: left;
  width: 100%;
}

fieldset.p-contactForm__row > .p-contactForm__control {
  clear: both;
}

.p-contactForm__sectionTitle {
  align-items: center;
  background-color: #e1edea;
  border-radius: 0.625rem;
  color: #115468;
  display: flex;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
  margin-top: 46px;
  margin-top: 2.875rem;
  min-height: 70px;
  min-height: 4.375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-contactForm__label {
  align-items: center;
  display: flex;
  -moz-column-gap: 0.75rem;
  color: #333;
       column-gap: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-contactForm__label--stack {
  align-items: center;
  flex-direction: row;
  row-gap: 0;
}

.p-contactForm__labelNote {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-contactForm__labelNoteBreak--pc {
  display: none;
}

fieldset.p-contactForm__row--hasLabelNote > .p-contactForm__labelNote {
  clear: both;
}

.p-contactForm__required {
  align-items: center;
  background-color: #6c958c;
  border-radius: 0.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  height: 20px;
  height: 1.25rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1;
  width: 48px;
  width: 3rem;
}

.p-contactForm__control {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-contactForm__input,
.p-contactForm__select,
.p-contactForm__textarea {
  background-color: #f2f6f9;
  border: 2px solid #e2e6e7;
  border: 0.125rem solid #e2e6e7;
  border-radius: 0.25rem;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  width: 100%;
}

.p-contactForm__input,
.p-contactForm__select {
  height: 46px;
  height: 2.875rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
}

.p-contactForm__input::-moz-placeholder, .p-contactForm__textarea::-moz-placeholder {
  color: #84979d;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-contactForm__input::placeholder,
.p-contactForm__textarea::placeholder {
  color: #84979d;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-contactForm__inputGroup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.p-contactForm__select {
  background-color: #ccdce1;
  background-image: linear-gradient(45deg, transparent 50%, #115468 50%), linear-gradient(135deg, #115468 50%, transparent 50%);
  background-position: calc(100% - 1.375rem) 50%, calc(100% - 0.875rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.5rem, 0.5rem 0.5rem;
  color: #115468;
  max-width: 380px;
  max-width: 23.75rem;
  padding-right: 42px;
  padding-right: 2.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contactForm__textarea {
  min-height: 160px;
  min-height: 10rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  resize: vertical;
}

.p-contactForm__checkList {
  display: grid;
  grid-row-gap: 8px;
  row-gap: 8px;
  row-gap: 0.5rem;
}

.p-contactForm__checkItem {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  min-height: 32px;
  min-height: 2rem;
}

.p-contactForm__checkbox {
  background-color: #cedbdf;
  border: 2px solid #cedbdf;
  border: 0.125rem solid #cedbdf;
  border-radius: 0.125rem;
  flex: 0 0 auto;
  height: 20px;
  height: 1.25rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 20px;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contactForm__checkbox:checked {
  background-color: #6c958c;
  background-image: linear-gradient(45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%), linear-gradient(-45deg, transparent 48%, #fff 48%, #fff 64%, transparent 64%);
  background-position: 2px 7px, 7px 7px;
  background-position: 0.125rem 0.4375rem, 0.4375rem 0.4375rem;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.25rem, 0.625rem 0.25rem;
  border-color: #6c958c;
}

.p-contactForm__note {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-contactForm__fileList {
  display: grid;
  grid-row-gap: 12px;
  row-gap: 12px;
  row-gap: 0.75rem;
}

.p-contactForm__fileRow {
  align-items: center;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 12.5rem);
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.p-contactForm__fileLabel {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
}

.p-contactForm__fileButton {
  align-items: center;
  background-color: #a8b9bf;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 46px;
  height: 2.875rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
  overflow: hidden;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  width: 12.5rem;
}

.p-contactForm__fileButton--isSelected {
  background-color: #6c958c;
  justify-content: flex-start;
}

.p-contactForm__fileNote {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 18px;
  margin-top: 1.125rem;
}

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

.p-contactForm__turnstile {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  margin-top: 4.6875rem;
  min-height: 64px;
  min-height: 4rem;
  min-width: 260px;
  min-width: 16.25rem;
}

.p-contactForm__submit {
  align-items: center;
  border: 0;
  border-radius: 1.375rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 50px;
  min-height: 3.125rem;
  width: 250px;
  width: 15.625rem;
}

.p-contactForm__submit--individual {
  background-color: #6c958c;
}

.p-contactForm__submit--corporate {
  background-color: #6c8595;
}

/* =========================================================
 * Contact Form 7 出力markup 補正
 * CF7が自動生成する wrapper 要素をレイアウトに馴染ませる
 * ======================================================= */
.p-contactForm__inner .wpcf7-form {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-contactForm__control .wpcf7-form-control-wrap {
  display: block;
}

.p-contactForm__checkList .wpcf7-form-control-wrap,
.p-contactForm__checkList .wpcf7-checkbox {
  display: grid;
  grid-row-gap: 8px;
  row-gap: 8px;
  row-gap: 0.5rem;
}

.p-contactForm__checkList .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-contactForm__checkList .wpcf7-list-item-label::before,
.p-contactForm__checkList .wpcf7-list-item-label::after {
  content: none;
}

.p-contactForm__checkList .wpcf7-list-item label {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  min-height: 32px;
  min-height: 2rem;
}

.p-contactForm__checkList input[type=checkbox] {
  background-color: #cedbdf;
  border: 2px solid #cedbdf;
  border: 0.125rem solid #cedbdf;
  border-radius: 0.125rem;
  flex: 0 0 auto;
  height: 20px;
  height: 1.25rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 20px;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contactForm__checkList input[type=checkbox]:checked {
  background-color: #6c958c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3.2 3.2L13 4.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.65rem 0.65rem;
  border-color: #6c958c;
}

.p-contactForm__fileRow .wpcf7-form-control-wrap {
  display: contents;
}

.p-contactForm__submit.wpcf7-submit {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.p-contactForm__submitWrap {
  position: relative;
}

.p-contactForm__submitWrap .wpcf7-spinner {
  position: absolute;
}

.p-contactForm__form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contactForm__form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc3232;
}

.p-contactForm__form .wpcf7-response-output {
  border-radius: 0.375rem;
  border-width: 2px;
  border-width: 0.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-top: 1.75rem;
  max-width: 760px;
  max-width: 47.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  text-align: center;
}

.p-contactTab {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-contactTab__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 841px;
  max-width: 52.5625rem;
}

.p-contactTab__link {
  align-items: center;
  background-color: #dde9f0;
  color: #6c8595;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 58px;
  min-height: 3.625rem;
}

.p-contactTab__item:first-child .p-contactTab__link {
  border-radius: 0.625rem 0 0 0.625rem;
}

.p-contactTab__item:last-child .p-contactTab__link {
  border-radius: 0 0.625rem 0.625rem 0;
}

.p-contactTab__link--isCurrent {
  color: #fff;
}

.p-contactTab__link--individual.p-contactTab__link--isCurrent {
  background-color: #6c958c;
}

.p-contactTab__link--corporate.p-contactTab__link--isCurrent {
  background-color: #6c8595;
}

.p-contactThanks {
  margin-top: 58px;
  margin-top: 3.625rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
  padding-top: 0;
  scroll-margin-top: 18rem;
}

.p-contactThanks__heading {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  text-align: center;
}

.p-contactThanks__text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-top: 1.75rem;
  max-width: 1057px;
  max-width: 66.0625rem;
}

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

.p-contactThanks__button {
  align-items: center;
  border-radius: 2.25rem;
  color: #fff;
  display: inline-flex;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 72px;
  min-height: 4.5rem;
  width: min(100%, 380px);
  width: min(100%, 23.75rem);
}

.p-contactThanks__button--individual {
  background-color: #6c958c;
}

.p-contactThanks__button--corporate {
  background-color: #6c8595;
}

.p-contact__head {
  width: 250px;
  width: 15.625rem;
}

.p-contact__item {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contact__item-example {
  color: gray;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contact__required {
  color: red;
  padding-left: 1em;
}

.p-contact__policy,
.p-contact__content,
.p-contact__btn {
  margin: 24px 0;
  margin: 1.5rem 0;
}

.p-contact__policy-link {
  color: blue;
  transition: all 0.3s;
}

.p-contact__btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-contact__btn {
  display: inline-block;
  text-align: center;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea,
.p-contact__item-select {
  background: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  outline: none;
  padding: 0.8em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__item-textarea {
  height: 200px;
  overflow: auto;
  resize: none;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__item-select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1em;
  color: inherit;
  padding-right: 3em;
}

.p-contact__item-select:invalid {
  color: rgba(0, 0, 0, 0.32);
}

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

.p-contact__item-radio input[type=radio],
.p-contact__item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__item-radio input[type=radio] + span,
.p-contact__item-checkbox input[type=checkbox] + span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}

.p-contact__item-radio input[type=radio]:focus + span,
.p-contact__item-checkbox input[type=checkbox]:focus + span {
  opacity: 0.7;
}

.p-contact__item-radio input[type=radio] + span::before,
.p-contact__item-checkbox input[type=checkbox] + span::before {
  background: white;
  border: 1px solid black;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::before {
  background: #333;
}

.p-contact__item-radio input[type=radio]:checked + span::before {
  background: white;
}

.p-contact__item-radio input[type=radio] + span::before {
  border-radius: 50%;
}

.p-contact__item-radio input[type=radio] + span::after {
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  padding: 0.125em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  content: "";
  display: block;
  height: 0.35em;
  left: 0.15em;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after,
.p-contact__item-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

/* button */
.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  background: rgba(0, 0, 0, 0.32);
  color: #333;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
  opacity: 0.7;
  outline: none;
}

.p-contact__item,
.p-contact__btn-submit {
  min-width: 150px;
  min-width: 9.375rem;
}

.wpcf7-spinner {
  position: absolute;
}

/* =========================================================
 * トップページ お問い合わせ導線（front-page.php）
 * ======================================================= */
.p-contact {
  background: linear-gradient(to bottom, #fff 0%, #fff 68%, #e9f0f3 68%, #e9f0f3 100%);
  padding-bottom: 0;
  padding-top: 26px;
  padding-top: 1.625rem;
}

.p-contact__box {
  background-color: #fff;
  border: 1px solid #a7b6bf;
  border: 0.0625rem solid #a7b6bf;
  border-radius: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  text-align: center;
}

.p-contact__label {
  font-family: "Baskervville", serif;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-contact__heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-contact__text {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-contact__content {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.p-contact__telArea {
  display: grid;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  width: -moz-max-content;
  width: max-content;
}

.p-contact__tel {
  align-items: center;
  color: #6c8595;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.45;
  white-space: nowrap;
}

.p-contact__telLabel {
  align-items: center;
  background-color: #dde9f0;
  border-radius: 0.25rem;
  color: #6c8595;
  display: inline-flex;
  font-family: "Baskervville", serif;
  font-size: 11px;
  font-size: 0.6875rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin-right: 12px;
  margin-right: 0.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  width: 56px;
  width: 3.5rem;
}

.p-contact__hours {
  font-size: 12px;
  font-size: 0.75rem;
  justify-self: center;
  letter-spacing: 0.025em;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contact__buttonArea {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-top: 1rem;
}

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

.p-contact__button {
  align-items: center;
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
  justify-self: center;
  letter-spacing: 0.05em;
  min-height: 50px;
  min-height: 3.125rem;
  transition: background-color 0.8s ease, border-color 0.8s ease;
  width: min(100%, 225px);
  width: min(100%, 14.0625rem);
}

.p-contact__button:nth-of-type(1) {
  background-color: #6c958c;
  border: 1px solid #6c958c;
  border: 0.0625rem solid #6c958c;
}

.p-contact__button:nth-of-type(2) {
  background-color: #6c8595;
  border: 1px solid #6c8595;
  border: 0.0625rem solid #6c8595;
}

/* p-corporate — static-referenceより移植 */
.p-corporate {
  overflow-x: clip;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  padding-top: 70px;
  padding-top: 4.375rem;
}
.p-corporate__heading {
  text-align: center;
}

.p-corporate__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
.p-corporate__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-corporate__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 1200px;
  max-width: 75rem;
  word-wrap: anywhere;
}
.p-corporate__content {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 44px;
  margin-top: 2.75rem;
  grid-row-gap: 36px;
  row-gap: 36px;
  row-gap: 2.25rem;
}
.p-corporate__list {
  display: grid;
  grid-template-columns: 1fr;
}

.p-corporate__item + .p-corporate__item {
  margin-top: 34px;
  margin-top: 2.125rem;
}
.p-corporate__label {
  align-items: center;
  background-color: #e1edea;
  border-radius: 0.375rem;
  color: #6c958c;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 32px;
  min-height: 2rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.p-corporate__supportList {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-corporate__supportItem {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
  padding-right: 18px;
  padding-right: 1.125rem;
  position: relative;
  word-wrap: anywhere;
}
.p-corporate__supportItem::before {
  background-color: #6c958c;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: middle;
  width: 6px;
  width: 0.375rem;
}

.p-corporate__imageWrap {
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 470px;
  max-width: 29.375rem;
  overflow: hidden;
  width: 100%;
}

.p-corporate__image {
  aspect-ratio: 520/300;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* p-faq — static-referenceより移植 */
.p-faq {
  overflow-x: clip;
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
  padding-top: 0px;
  padding-top: 0rem;
}

.p-faq__en {
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.p-faq__ja {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
.p-faq__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 980px;
  max-width: 61.25rem;
}
.p-faq__item {
  background-color: #fff;
  border: 2px solid #d2e3d8;
  border: 0.125rem solid #d2e3d8;
  border-radius: 1rem;
  overflow: hidden;
}
.p-faq__item + .p-faq__item {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-faq__button {
  align-items: center;
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr) 1.75rem;
  min-height: 78px;
  min-height: 4.875rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  position: relative;
  width: 100%;
  -moz-column-gap: 0.625rem;
  grid-column-gap: 0.625rem;
  background-color: transparent;
  border: 0;
  color: #333;
  column-gap: 0.625rem;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
}
.p-faq__q {
  color: #6c958c;
  font-family: "Baskervville", serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-faq__question {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.65;
  word-wrap: anywhere;
}
.p-faq__icon {
  border-radius: 50%;
  display: block;
  height: 28px;
  height: 1.75rem;
  position: relative;
  width: 28px;
  width: 1.75rem;
}

.p-faq__icon::before,
.p-faq__icon::after {
  background-color: #6c958c;
  border-radius: 0.125rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 4px;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.p-faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-faq__button[aria-expanded=true] .p-faq__icon::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.p-faq__answer {
  overflow: hidden;
}

.p-faq__answerInner {
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-left: 56px;
  padding-left: 3.5rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  transform: translateY(-0.625rem);
}
.p-faq__answerText {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 2;
  word-wrap: anywhere;
}
.p-features {
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
  padding-top: 0;
}

.p-features__inner {
  background-color: #f8f5f0;
  border-radius: 3.75rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-features__label {
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-features__heading {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-features__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 1062px;
  max-width: 66.375rem;
}

.p-features__item {
  display: grid;
  grid-template-columns: 1fr;
}

.p-features__item + .p-features__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-features__imageWrap {
  border-radius: 0.9375rem;
  height: 139px;
  height: 8.6875rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 202px;
  width: 12.625rem;
}

.p-features__image {
  aspect-ratio: 202/139;
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-features__content {
  margin-top: 22px;
  margin-top: 1.375rem;
  position: relative;
}

.p-features__numberBg {
  height: 57px;
  height: 3.5625rem;
  position: absolute;
  right: -10px;
  right: -0.625rem;
  top: 130px;
  top: 8.125rem;
  width: 85px;
  width: 5.3125rem;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-features__item:nth-of-type(1) .p-features__numberBg {
  top: 140px;
  top: 8.75rem;
}

.p-features__item--isReverse .p-features__numberBg {
  top: 100px;
  top: 6.25rem;
}

.p-features__itemTitle {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 28px;
  line-height: 1.75rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-features__badge {
  display: none;
}

.p-features__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
  z-index: 1;
}

.p-features__button {
  align-items: center;
  background-color: #6c8595;
  border-radius: 0.3125rem;
  color: #fff;
  display: flex;
  font-family: "Baskervville", serif;
  font-size: 12px;
  font-size: 0.75rem;
  height: 50px;
  height: 3.125rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  overflow: hidden;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  position: relative;
  transition: background-color 0.6s ease;
  width: 224px;
  width: 14rem;
}

.p-features__button::before {
  background-color: rgba(255, 255, 255, 0.28);
  content: "";
  height: 28px;
  height: 1.75rem;
  position: absolute;
  right: 47px;
  right: 2.9375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.6s ease;
  width: 1px;
  width: 0.0625rem;
}

.p-features__button::after {
  background-image: url("../images/common/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  margin-left: auto;
  transition: transform 0.8s ease;
  width: 12px;
  width: 0.75rem;
}

/* p-flow — static-referenceより移植 */
.p-flow {
  overflow-x: clip;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  padding-top: 0px;
  padding-top: 0rem;
}
.p-flow__bg {
  background-color: #e9efeb;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  padding-top: 68px;
  padding-top: 4.25rem;
  width: 100%;
}
.p-flow__en {
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.p-flow__ja {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
.p-flow__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
  max-width: 1060px;
  max-width: 66.25rem;
}
.p-flow__item {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  position: relative;
  -moz-column-gap: 0.375rem;
  grid-column-gap: 0.375rem;
  column-gap: 0.375rem;
  grid-row-gap: 6px;
  align-items: start;
  row-gap: 6px;
  row-gap: 0.375rem;
}
.p-flow__item + .p-flow__item {
  margin-top: 36px;
  margin-top: 2.25rem;
}
.p-flow__visual {
  grid-column: 1;
  grid-row: 1;
  margin-left: -7px;
  margin-left: -0.4375rem;
  position: relative;
}
.p-flow__number {
  display: none;
}

.p-flow__iconWrap {
  display: block;
  height: 66px;
  height: 4.125rem;
  width: 72px;
  width: 4.5rem;
}
.p-flow__icon {
  display: block;
  height: 66px;
  height: 4.125rem;
  width: 72px;
  width: 4.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-flow__body {
  display: contents;
}
.p-flow__title {
  align-self: center;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-flow__text {
  font-size: 15px;
  font-size: 0.9375rem;
  grid-column: 1/-1;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 2px;
  margin-top: 0.125rem;
  word-wrap: anywhere;
}
.p-flow__contact {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
  grid-row-gap: 23px;
  row-gap: 23px;
  row-gap: 1.4375rem;
}
.p-flow__telArea {
  display: grid;
  justify-items: start;
  justify-self: center;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
}
.p-flow__tel {
  align-items: center;
  color: #6c958c;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  white-space: nowrap;
}
.p-flow__tel + .p-flow__tel {
  margin-top: -2px;
  margin-top: -0.125rem;
}

.p-flow__telLabel {
  align-items: center;
  background-color: #cfe5d6;
  border-radius: 0.25rem;
  color: #6c958c;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Baskervville", serif;
  font-size: 12px;
  font-size: 0.75rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin-right: 12px;
  margin-right: 0.75rem;
  min-height: 24px;
  min-height: 1.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  width: 70px;
  width: 4.375rem;
}
.p-flow__hours {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  justify-self: center;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-top: 4px;
  margin-top: 0.25rem;
  text-align: center;
}
.p-flow__button {
  align-items: center;
  background-color: #6c958c;
  border-radius: 0.375rem;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  min-height: 58px;
  min-height: 3.625rem;
  overflow: hidden;
  position: relative;
  transition: background-color 0.6s ease;
  width: min(100%, 270px);
  width: min(100%, 16.875rem);
}
.p-flow__buttonText {
  padding-left: 33px;
  padding-left: 2.0625rem;
  padding-right: 73px;
  padding-right: 4.5625rem;
}

.p-flow__button::before {
  background-color: rgba(255, 255, 255, 0.45);
  content: "";
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 48px;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.6s ease;
  width: 1px;
  width: 0.0625rem;
}

.p-flow__button::after {
  background-color: #fff;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  width: 12px;
  width: 0.75rem;
  -webkit-mask-image: url("../images/common/arrow.svg");
  mask-image: url("../images/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  transition: transform 0.8s ease;
}
.p-gnav__button {
  align-items: center;
  background-color: #6c8595;
  border: 0;
  border-radius: 0.125rem;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  height: 2rem;
  justify-content: center;
  position: relative;
  transform: translate(0, -0.1875rem);
  width: 32px;
  width: 2rem;
  z-index: 902;
}

.p-gnav__buttonIcon {
  display: block;
  height: 7px;
  height: 0.4375rem;
  position: relative;
  width: 15px;
  width: 0.9375rem;
}

.p-gnav__buttonIcon::before,
.p-gnav__buttonIcon::after {
  background-color: #fff;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
}

.p-gnav__buttonIcon::before {
  top: 0;
}

.p-gnav__buttonIcon::after {
  bottom: 0;
}

.is-menuOpen .p-gnav__buttonIcon {
  background-image: url("../images/common/menu-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  height: 1.375rem;
  width: 22px;
  width: 1.375rem;
}

.is-menuOpen .p-gnav__buttonIcon::before,
.is-menuOpen .p-gnav__buttonIcon::after {
  display: none;
}

.is-menuOpen .p-gnav__button {
  background-color: transparent;
  height: 32px;
  height: 2rem;
  position: fixed;
  right: 11px;
  right: 0.6875rem;
  top: calc(0.625rem + (2.5rem - 2rem) / 2);
  width: 32px;
  width: 2rem;
}

.p-gnav__buttonText {
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  clip: rect(0, 0, 0, 0);
}

.p-gnav__panel {
  background-color: #e8edf1;
  bottom: -100px;
  height: 100vh;
  height: 100dvh;
  left: 0;
  min-height: calc(100vh + 100px);
  min-height: calc(100dvh + 100px);
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4.25rem max(1.5rem, min(12vw, 3.875rem)) calc(2.5rem + 100px);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-0.5rem);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  visibility: hidden;
  z-index: 901;
}

.p-gnav__panel.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-gnav__list {
  background-color: #e8edf1;
  display: grid;
}

.p-gnav__item {
  border-top: 1px solid rgba(108, 133, 149, 0.18);
  border-top: 0.0625rem solid rgba(108, 133, 149, 0.18);
  position: relative;
  width: 100%;
}

.p-gnav__item--isContact {
  border-bottom: 1px solid rgba(108, 133, 149, 0.18);
  border-bottom: 0.0625rem solid rgba(108, 133, 149, 0.18);
  border-top: 1px solid rgba(108, 133, 149, 0.18);
  border-top: 0.0625rem solid rgba(108, 133, 149, 0.18);
}

.p-gnav__item--isContact.is-accordionOpen {
  border-bottom: 0;
  border-top: 0;
}

.p-gnav__link {
  display: block;
  font-family: "Baskervville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 34px;
  padding-right: 2.125rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  width: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(108, 133, 149, 0.12);
}
.p-gnav__item--isHasChild > .p-gnav__link {
  position: relative;
}

.p-gnav__item--isHasChild > .p-gnav__link::after {
  background-image: url("../images/common/plus-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  right: 4px;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  width: 0.8125rem;
}

.p-gnav__item--isHasChild.is-accordionOpen > .p-gnav__link::after {
  background-image: url("../images/common/minus-black.svg");
}

.p-gnav__childList {
  background-color: #e8edf1;
  display: grid;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
}

.p-gnav__item--isHasChild.is-accordionOpen .p-gnav__childList {
  max-height: 260px;
  max-height: 16.25rem;
  opacity: 1;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.p-gnav__item--isContact .p-gnav__childList {
  display: none;
}

.p-gnav__childLink {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  width: 100%;
  -webkit-tap-highlight-color: rgba(108, 133, 149, 0.12);
}
.p-gnav__contact {
  display: grid;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  max-height: 0;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  transform: translateY(1.125rem);
  transition: max-height 0.45s ease, padding-top 0.45s ease, opacity 0.35s ease, transform 0.45s ease;
  width: -moz-max-content;
  width: max-content;
}

.p-gnav__contact.is-accordionOpen {
  display: grid;
  max-height: 360px;
  max-height: 22.5rem;
  opacity: 1;
  padding-top: 30px;
  padding-top: 1.875rem;
  transform: translateY(0);
}

.p-gnav__tel {
  align-items: center;
  color: #6c8595;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.45;
  white-space: nowrap;
}

.p-gnav__tel + .p-gnav__tel {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-gnav__telLabel {
  align-items: center;
  background-color: #dde9f0;
  border-radius: 0.25rem;
  color: #6c8595;
  display: inline-flex;
  font-family: "Baskervville", serif;
  font-size: 11px;
  font-size: 0.6875rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin-right: 12px;
  margin-right: 0.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  width: 56px;
  width: 3.5rem;
}

.p-gnav__hours {
  font-size: 12px;
  font-size: 0.75rem;
  justify-self: center;
  letter-spacing: 0.025em;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-gnav__contactButtons {
  display: grid;
  justify-self: center;
  margin-top: 16px;
  margin-top: 1rem;
  width: min(100%, 225px);
  width: min(100%, 14.0625rem);
  grid-row-gap: 16px;
  row-gap: 16px;
  row-gap: 1rem;
}

.p-gnav__contactButton {
  align-items: center;
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 50px;
  min-height: 3.125rem;
  width: 100%;
}

.p-gnav__contactButton--individual {
  background-color: #6c958c;
}

.p-gnav__contactButton--corporate {
  background-color: #6c8595;
}

/* p-message — static-referenceより移植 */
.p-message {
  padding-bottom: 0;
  padding-top: 72px;
  padding-top: 4.5rem;
}
.p-message__heading {
  color: #333;
}
.p-message__label {
  font-family: "Baskervville", serif;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.p-message__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}
.p-message__bodyText {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.14;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-message__nowrap {
  white-space: nowrap;
}
.p-message__signature {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: right;
}
.p-message__imageArea {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  width: min(100%, 250px);
  width: min(100%, 15.625rem);
}
.p-message__image {
  display: block;
  height: auto;
  width: 100%;
}

.p-mv {
  height: 100vh;
  height: 100svh;
  height: calc(1svh * 100);
  height: calc(var(--mv-vh, 1svh) * 100);
  min-height: 540px;
  min-height: 33.75rem;
  overflow: hidden;
  position: relative;
}

.p-mv__slider {
  height: 100%;
}

.p-mv__wrapper {
  height: 100%;
}

.p-mv__slide {
  height: 100%;
  overflow: hidden;
}

.p-mv__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  backface-visibility: hidden;
     object-fit: cover;
}

.p-mv__image--isDog {
  height: 100%;
  margin-left: -0.5%;
  margin-top: -2%;
  width: 100%;
  -o-object-position: 66% center;
     object-position: 66% center;
}

.swiper-slide-active .p-mv__image,
.swiper-slide-duplicate-active .p-mv__image,
.swiper-slide-prev .p-mv__image {
  animation: mvScale 7s linear forwards;
}

.p-mv__catch {
  color: #fff;
  left: 7.4%;
  position: absolute;
  text-shadow: 0 2px 14px rgba(51, 51, 51, 0.28);
  text-shadow: 0 0.125rem 0.875rem rgba(51, 51, 51, 0.28);
  top: 70%;
  transform: translateY(-50%);
  z-index: 2;
}

.p-mv__catchTitle {
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-mv__catchText {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@keyframes mvScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
/* p-origin — static-referenceより移植 */
.p-origin {
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}
.p-origin__card {
  background-color: #fff;
  border: 1px solid #d0dee6;
  border: 0.0625rem solid #d0dee6;
  border-radius: 1.25rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 44px;
  padding-top: 2.75rem;
}
.p-origin__label {
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.15;
}
.p-origin__heading {
  text-align: left;
}
.p-origin__title {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-origin__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}
.p-origin__text {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}
.p-origin__textEmphasis {
  font-weight: 500;
}

.p-origin__logoWrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-top: 1.125rem;
  width: min(100%, 220px);
  width: min(100%, 13.75rem);
}
.p-origin__logo {
  height: auto;
  width: 100%;
}
/* p-outline — static-referenceより移植 */
.p-outline {
  padding-bottom: 0;
  padding-top: 66px;
  padding-top: 4.125rem;
}
.p-outline__heading {
  text-align: center;
}
.p-outline__label {
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-outline__title {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-outline__list {
  border-top: 1px solid #dadada;
  border-top: 0.0625rem solid #dadada;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-outline__row {
  border-bottom: 1px solid #dadada;
  border-bottom: 0.0625rem solid #dadada;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-top: 18px;
  padding-top: 1.125rem;
}
.p-outline__term {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.p-outline__description {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-outline__pcBreak {
  display: none;
}
.p-pageTitle {
  padding-bottom: 0;
  padding-top: 120px;
  padding-top: 7.5rem;
}

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

.p-pageTitle__en {
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-pageTitle__ja {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 14px;
  margin-top: 0.875rem;
}

/* p-pageTitle 追加スタイル（下層ページ用 modifier/画像）— static-referenceより移植 */
.p-pageTitle__imageWrap {
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 106px;
  margin-top: 6.625rem;
  max-width: 1072px;
  max-width: 67rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 2.5rem);
}
.p-pageTitle__image {
  aspect-ratio: 1072/400;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-pageTitle--isService .p-pageTitle__head > div {
  text-align: center;
}
.p-pageTitle__serviceLabel {
  align-items: center;
  background-color: #e1edea;
  border-radius: 0.375rem;
  color: #6c958c;
  display: inline-flex;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 32px;
  min-height: 2rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.p-pageTitle--isService .p-pageTitle__serviceLabel {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.p-pageTitle__personalLink {
  color: #6c8595;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-pageTitle--isService .p-pageTitle__personalLink {
  display: none;
}
.p-pageTitle__personalLink::after {
  background-color: #6c8595;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform 0.4s ease;
}
.p-pageTitle__deco {
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: -28px;
  top: -1.75rem;
  width: 120px;
  width: 7.5rem;
}
.p-pageTitle--isAbout .p-pageTitle__deco,
.p-pageTitle--isContact .p-pageTitle__deco,
.p-pageTitle--isService .p-pageTitle__deco {
  bottom: 100%;
  height: 82px;
  height: 5.125rem;
  left: auto;
  right: 0;
  top: auto;
  width: 318px;
  width: 19.875rem;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
}
.p-pageTitle--isAbout .p-pageTitle__imageWrap,
.p-pageTitle--isContact .p-pageTitle__imageWrap {
  max-width: none;
  overflow: visible;
  width: 100%;
}
.p-pageTitle--isAbout .p-pageTitle__image,
.p-pageTitle--isContact .p-pageTitle__image {
  aspect-ratio: 375/200;
}
.p-pageTitle--isService .p-pageTitle__imageWrap {
  max-width: none;
  overflow: visible;
  width: 100%;
}
.p-pageTitle--isService .p-pageTitle__image {
  aspect-ratio: 375/200;
}
.p-pager-list {
  display: flex;
  justify-content: space-between;
}

.p-pager-list__btn a {
  border: 1px solid #2589d0;
  color: #2589d0;
  display: inline-block;
  padding: 10px 20px;
}

.p-pagination {
  display: flex;
  justify-content: center;
}

.p-pagination__list {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
}

.p-pagination__link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #c2d0cd;
  border: 0.0625rem solid #c2d0cd;
  border-radius: 0.375rem;
  color: #333;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 46px;
  height: 2.875rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  width: 46px;
  width: 2.875rem;
}

.p-pagination__item--isCurrent .p-pagination__link,
.p-pagination__link.current {
  background-color: #6c8595;
  border-color: #6c8595;
  color: #fff;
  pointer-events: none;
}

.p-pagination__link.dots {
  background-color: transparent;
  border: 0;
  pointer-events: none;
}

.p-pagination--single .p-pagination__list {
  gap: 26px;
  gap: 1.625rem;
}

.p-pagination--single .p-pagination__item {
  align-items: center;
  display: flex;
}

.p-pagination--single .p-pagination__link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 20px;
  font-size: 1.25rem;
  gap: 8px;
  gap: 0.5rem;
  height: auto;
  letter-spacing: 0.05em;
  width: auto;
}

.p-pagination__item--prev .p-pagination__link::before,
.p-pagination__item--next .p-pagination__link::after {
  border: 0 solid currentColor;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
}

.p-pagination__item--prev .p-pagination__link::before {
  border-bottom-width: 2px;
  border-bottom-width: 0.125rem;
  border-left-width: 2px;
  border-left-width: 0.125rem;
  transform: rotate(45deg);
}

.p-pagination__item--next .p-pagination__link::after {
  border-bottom-width: 2px;
  border-bottom-width: 0.125rem;
  border-right-width: 2px;
  border-right-width: 0.125rem;
  transform: rotate(-45deg);
}

/* p-philosophy — static-referenceより移植 */
.p-philosophy {
  padding-bottom: 0;
  padding-top: 60px;
  padding-top: 3.75rem;
}
.p-philosophy__inner {
  padding-left: 0;
  padding-right: 0;
}
.p-philosophy__box {
  background-color: #f6f2ea;
  border-radius: 3.75rem;
  overflow: hidden;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  position: relative;
}
.p-philosophy__list {
  position: relative;
  z-index: 1;
}

.p-philosophy__item {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  -moz-column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  color: #333;
  column-gap: 0.5rem;
}
.p-philosophy__item + .p-philosophy__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-philosophy__icon {
  align-self: center;
  background-image: url("../images/common/star-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  grid-column: 1;
  grid-row: 1;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}
.p-philosophy__heading {
  display: contents;
}
.p-philosophy__label {
  align-self: center;
  font-family: "Baskervville", serif;
  font-size: 24px;
  font-size: 1.5rem;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0;
}
.p-philosophy__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  grid-column: 2;
  grid-row: 2;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-philosophy__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1;
  margin-top: 14px;
  margin-top: 0.875rem;
  max-width: 820px;
  max-width: 51.25rem;
}
.p-philosophy__body {
  grid-column: 1/-1;
  grid-row: 3;
}
.p-philosophy__valueList {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.p-philosophy__valueItem {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5;
}
.p-philosophy__valueItem--isNote {
  color: #333;
  font-weight: 400;
  padding-left: 14px;
  padding-left: 0.875rem;
  position: relative;
}
.p-philosophy__valueItem--isNote::before {
  color: #333;
  content: "—";
  left: 0;
  position: absolute;
}

.p-philosophy__deco {
  bottom: 16px;
  bottom: 1rem;
  height: auto;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  width: 187px;
  width: 11.6875rem;
}
.p-post-article__inner.l-inner {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-post-article__title {
  color: #2589d0;
  font-size: 48px;
  font-size: 3rem;
}

.p-post-article__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-post-article__category {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: center;
}

.p-post-article__category li {
  border: 1px solid #2589d0;
  color: #2589d0;
  padding: 5px;
  padding: 0.3125rem;
}

.p-post-article__box {
  margin: 102.4px auto 0;
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  background-color: #fff;
  padding: 20px 23px 0;
  padding: 1.25rem 1.4375rem 0;
  width: 100%;
}

.p-post-article__content-wrap {
  margin: auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100%;
}

.p-post-article__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article__main-img {
  aspect-ratio: 7/4;
}

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

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  margin-left: auto;
  text-align: right;
}

.p-post-article__content h2 {
  background-color: #2589d0;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-post-article__contents h3 {
  border-left: 0.5em solid #2589d0;
  color: #2589d0;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-post-article__contents h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents h5 {
  border-bottom: 2px solid #2589d0;
  border-top: 2px solid #2589d0;
  color: #2589d0;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 2px 12.5px;
  padding: 0.125rem 0.78125rem;
}

.p-post-article__contents p {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-post-article__contents a {
  color: #2589d0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-post-article__contents img {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figure {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-card__img {
  aspect-ratio: 400/300;
  width: 100%;
}

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

.p-post-card__body {
  position: relative;
}

.p-post-card__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-post-card__category li {
  border: 1px solid #2589d0;
  color: #2589d0;
  padding: 5px;
  padding: 0.3125rem;
}

.p-post-card__new {
  background-color: #fff;
  border: 1px solid #2589d0;
  color: #2589d0;
  left: 0;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  top: 0;
}

.p-post-connect__title {
  color: #2589d0;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-post-connect__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-post-list {
  position: relative;
}

.p-post-list__wrap {
  margin: 32px 0;
  margin: 2rem 0;
}

.p-post-list__title {
  color: #2589d0;
  font-size: 48px;
  font-size: 3rem;
}

.p-post-list__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-post-list__cards {
  margin-top: 48px;
  margin-top: 3rem;
}

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

/* p-privacy — static-referenceより移植 */
.p-privacy {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}
.p-privacy__head {
  text-align: center;
}

.p-privacy__body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 1060px;
  max-width: 66.25rem;
}
.p-privacy__lead {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-privacy__articleTitle {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-privacy__text {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-privacy__list {
  list-style: disc;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-privacy__listItem {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-privacy__listItem + .p-privacy__listItem {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-privacy__company {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-privacy__contactLink {
  color: #6c8595;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
/* p-profile — static-referenceより移植 */
.p-profile {
  padding-bottom: 0;
  padding-top: 54px;
  padding-top: 3.375rem;
}
.p-profile__card {
  background-color: #fff;
  border: 2px solid #d0dee6;
  border: 0.125rem solid #d0dee6;
  border-radius: 1.25rem;
  overflow: hidden;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  position: relative;
}
.p-profile__heading {
  align-items: baseline;
  display: flex;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  text-align: left;
}

.p-profile__label {
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-profile__title {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-profile__content {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-profile__body {
  display: contents;
}
.p-profile__text {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 2.14;
  order: 1;
}
.p-profile__licenseTitle {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  order: 3;
}
.p-profile__licenseList {
  margin-top: 12px;
  margin-top: 0.75rem;
  order: 4;
}
.p-profile__licenseItem {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
}
.p-profile__deco {
  display: none;
  pointer-events: none;
}
.p-profile__figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  margin-top: 2.75rem;
  max-width: 100%;
  order: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.p-profile__image {
  aspect-ratio: 220/260;
  display: block;
  max-width: 100%;
  width: 220px;
  width: 13.75rem;
  -o-object-fit: cover;
  background-color: #e9efeb;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.p-profile__caption {
  color: #333;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
  width: 100%;
}

.p-profile__captionCompany {
  display: inline-block;
  white-space: nowrap;
}
.p-service {
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
  padding-top: 18px;
  padding-top: 1.125rem;
}

.p-service__label {
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-service__heading {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-service__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-service__card + .p-service__card {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-service__imageWrap {
  position: relative;
}

.p-service__tag {
  align-items: center;
  background-color: #d9e9e6;
  border-radius: 0.25rem;
  color: #6c958c;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  justify-content: center;
  left: 18px;
  left: 1.125rem;
  letter-spacing: 0.025em;
  min-height: 25px;
  min-height: 1.5625rem;
  min-width: 112px;
  min-width: 7rem;
  position: absolute;
  top: -13px;
  top: -0.8125rem;
  z-index: 1;
}

.p-service__imageClip {
  aspect-ratio: 450/260;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.p-service__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}

.p-service__cardTitle {
  font-family: "Baskervville", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-service__cardTitle--isMincho {
  font-family: "Shippori Mincho B1", serif;
}

.p-service__cardLead {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-service__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.p-service__link {
  align-items: center;
  background-color: #6c958c;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-family: "Baskervville", serif;
  font-size: 11px;
  font-size: 0.6875rem;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  min-height: 50px;
  min-height: 3.125rem;
  overflow: hidden;
  position: relative;
  transition: background-color 0.6s ease;
  width: 225px;
  width: 14.0625rem;
}

.p-service__linkText {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-service__link::before {
  background-color: rgba(255, 255, 255, 0.55);
  content: "";
  display: block;
  height: 28px;
  height: 1.75rem;
  opacity: 0.6;
  position: absolute;
  right: 48px;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.6s ease;
  width: 1px;
  width: 0.0625rem;
}

.p-service__link::after {
  background-image: url("../images/common/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 18px;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.8s ease;
  width: 12px;
  width: 0.75rem;
}

.p-service__card:nth-of-type(4) .p-service__link {
  background-color: #6c8595;
}

/* p-serviceDetail — static-referenceより移植 */
.p-serviceDetail {
  overflow-x: clip;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}
.p-serviceDetail__intro {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2.14;
  margin-left: auto;
  margin-right: auto;
  max-width: 1056px;
  max-width: 66rem;
  word-wrap: anywhere;
}
.p-serviceDetail__list {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-serviceDetail__item {
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-top: 62px;
  padding-top: 3.875rem;
  position: relative;
  scroll-margin-top: 3.4375rem;
}
.p-serviceDetail__item::before {
  background-color: #d2e3d8;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 42px;
  right: 2.625rem;
  top: 0;
}
.p-serviceDetail__item + .p-serviceDetail__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-serviceDetail__number {
  align-items: center;
  color: transparent;
  display: inline-flex;
  font-family: "Baskervville", serif;
  font-size: 0;
  height: 32.5px;
  height: 2.03125rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  right: 0px;
  right: 0rem;
  top: -13px;
  top: -0.8125rem;
  width: 36.5px;
  width: 2.28125rem;
}
.p-serviceDetail__number::before {
  background-color: #6c8595;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-mask-image: url("../images/common/star-white.svg");
  mask-image: url("../images/common/star-white.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.p-serviceDetail__head {
  text-align: center;
}
.p-serviceDetail__title {
  color: #333;
  font-family: "Baskervville", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-serviceDetail__subtitle {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-serviceDetail__content {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 24px;
  margin-top: 1.5rem;
  grid-row-gap: 28px;
  row-gap: 28px;
  row-gap: 1.75rem;
}
.p-serviceDetail__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 2;
  word-wrap: anywhere;
}
.p-serviceDetail__imageWrap {
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  max-width: 32.5rem;
  order: -1;
  overflow: hidden;
  width: 100%;
}
.p-serviceDetail__image {
  aspect-ratio: 520/300;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-serviceDetail__info {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-top: 1.375rem;
  grid-row-gap: 28px;
  row-gap: 28px;
  row-gap: 1.75rem;
}
.p-serviceDetail__label {
  align-items: center;
  background-color: #e1edea;
  border-radius: 0.375rem;
  color: #6c958c;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 32px;
  min-height: 2rem;
  min-width: 116px;
  min-width: 7.25rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.p-serviceDetail__pointList {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-serviceDetail__pointItem {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
  padding-right: 18px;
  padding-right: 1.125rem;
  position: relative;
  word-wrap: anywhere;
}
.p-serviceDetail__pointItem::before {
  background-color: #6c958c;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: middle;
  width: 6px;
  width: 0.375rem;
}

.p-worksArchive {
  overflow-x: clip;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.p-worksArchive__categoryNav {
  background-color: #e8edf1;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  max-width: 1060px;
  max-width: 66.25rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-top: 16px;
  padding-top: 1rem;
  width: 100%;
}

.p-worksArchive__categoryList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  gap: 1rem 1.125rem;
  justify-content: center;
}

.p-worksArchive__categoryLink {
  align-items: center;
  color: #6c8595;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.25;
  min-height: 24px;
  min-height: 1.5rem;
  position: relative;
  white-space: nowrap;
}

.p-worksArchive__categoryLink::after {
  background-color: #6c8595;
  bottom: 15px;
  bottom: 0.9375rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}

.p-worksArchive__categoryLink--isActive {
  font-weight: 500;
}

.p-worksArchive__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 1150px;
  max-width: 71.875rem;
  row-gap: 30px;
  row-gap: 1.875rem;
}

.p-worksArchive__list .p-works__cardLink {
  border-color: #c2d0cd;
  height: 100%;
}

.p-worksArchive__list .p-works__cardMeta {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 28px;
  padding-top: 1.75rem;
}

.p-worksArchive__list .p-works__metaRow dt {
  background-color: #e1edea;
  border-radius: 0.375rem;
  line-height: 1;
  min-height: 24px;
  min-height: 1.5rem;
}

.p-worksArchive__pagination {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-worksArchive__empty {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-works__cardLink {
  background-color: #fff;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0.625rem;
  display: block;
  padding: 6px;
  padding: 0.375rem;
  transition: border-color 0.6s ease;
}

.p-works__imageWrap {
  aspect-ratio: 540/300;
  border-radius: 0.375rem;
  display: block;
  overflow: hidden;
}

.p-works__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  backface-visibility: hidden;
     object-fit: cover;
  transform: scale(1);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.p-works__cardMeta {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 18px;
  padding-top: 1.125rem;
}

.p-works__metaRow {
  align-items: center;
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.p-works__metaRow + .p-works__metaRow {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-works__metaRow dt {
  align-items: center;
  background-color: #d9e9e6;
  border-radius: 0.3125rem;
  color: #333;
  display: inline-flex;
  font-family: "Baskervville", serif;
  font-size: 10px;
  font-size: 0.625rem;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 30px;
  min-height: 1.875rem;
}

.p-works__metaRow dd {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.p-works__metaRow:first-of-type dd {
  font-family: "Baskervville", serif;
}

.p-works__metaRow:nth-of-type(2) dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-worksSingle {
  overflow-x: clip;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.p-worksSingle__inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-worksSingle__category {
  align-items: center;
  background-color: #e1edea;
  border-radius: 0.375rem;
  color: #333;
  display: inline-flex;
  font-family: "Baskervville", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 30px;
  min-height: 1.875rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
}

.p-worksSingle__title {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-worksSingle__hero {
  aspect-ratio: 900/500;
  background-color: #f4f2ed;
  border-radius: 0.5rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  overflow: hidden;
}

.p-worksSingle__hero--portrait {
  aspect-ratio: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  max-width: 40rem;
  overflow: visible;
}

.p-worksSingle__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-worksSingle__hero--portrait .p-worksSingle__image {
  border-radius: 0.5rem;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
}

.p-worksSingle__lead {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-worksSingle__lead h3 {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  word-wrap: anywhere;
}

.p-worksSingle__lead h4 {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  word-wrap: anywhere;
}

.p-worksSingle__lead p {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2;
  word-wrap: anywhere;
}

.p-worksSingle__lead h3 + p,
.p-worksSingle__lead h4 + p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-worksSingle__lead p + h3,
.p-worksSingle__lead p + h4 {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-worksSingle__lead p + p {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-worksSingle__lead figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-worksSingle__lead img {
  border-radius: 0.5rem;
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-worksSingle__lead strong {
  font-weight: 500;
}

.p-worksSingle__lead a {
  color: #6c8595;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
}

.p-worksSingle__figure {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-worksSingle__figure .p-worksSingle__image {
  aspect-ratio: 900/500;
  background-color: #f4f2ed;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-worksSingle__figure--portrait .p-worksSingle__image {
  aspect-ratio: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-worksSingle__caption {
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin-top: 14px;
  margin-top: 0.875rem;
}
.p-worksSingle__meta {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 22px;
  margin-top: 48px;
  margin-top: 3rem;
  row-gap: 22px;
  row-gap: 1.375rem;
}

.p-worksSingle__metaRow {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  color: #333;
       column-gap: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}

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

.p-worksSingle__metaRow dt {
  font-family: "Baskervville", serif;
}

.p-worksSingle__metaRow dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-worksSingle__metaValue--en {
  font-family: "Baskervville", serif;
}

.p-worksSingle__categoryNav {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-works {
  background-color: #e9efeb;
  border-radius: 2.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-top: 72px;
  padding-top: 4.5rem;
}

.p-works__label {
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-works__heading {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-works__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 1194px;
  max-width: 74.625rem;
}

.p-works__card + .p-works__card {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-works__button {
  align-items: center;
  background-color: #6c8595;
  border-radius: 0.3125rem;
  color: #fff;
  display: flex;
  font-family: "Baskervville", serif;
  font-size: 12px;
  font-size: 0.75rem;
  height: 50px;
  height: 3.125rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  overflow: hidden;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  position: relative;
  transition: background-color 0.6s ease;
  width: 250px;
  width: 15.625rem;
}

.p-works__button::before {
  background-color: rgba(255, 255, 255, 0.28);
  content: "";
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 53px;
  right: 3.3125rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.6s ease;
  width: 1px;
  width: 0.0625rem;
}

.p-works__button::after {
  background-image: url("../images/common/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  margin-left: auto;
  transition: transform 0.8s ease;
  width: 12px;
  width: 0.75rem;
}

.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  align-items: center;
  color: #2589d0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
}

.nav-links ul li span.current {
  color: #333;
}

.nav-links ul li {
  margin: 0 5px;
  margin: 0 0.3125rem;
  position: relative;
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  padding: 5px;
  padding: 0.3125rem;
  width: 100%;
}

.nav-links ul li .nav-links ul .dots {
  padding-left: 0;
  padding-right: 0;
}

.u-srOnly {
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

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

@media screen and (min-width: 768px){
  html {
    font-size: 1.3333333333vw;
  }
  .l-footer {
    padding-bottom: 52px;
    padding-bottom: 3.25rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .l-footer__inner {
    grid-template-columns: 22.6875rem minmax(0, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .l-footer__info {
    margin-top: 0;
    order: 0;
    text-align: left;
  }
  .l-footer__logo {
    margin-left: 0;
    margin-right: 0;
    width: 363px;
    width: 22.6875rem;
  }
  .l-footer__address {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .l-footer__instagram {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-footer__instagram img {
    height: 26px;
    height: 1.625rem;
    width: 26px;
    width: 1.625rem;
  }
  .l-footer__nav {
    grid-template-columns: max-content max-content max-content;
    -moz-column-gap: 3.625rem;
         column-gap: 3.625rem;
    justify-content: end;
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    order: 0;
  }
  .l-footer__list {
    border-top: 0;
    display: block;
  }
  .l-footer__list .l-footer__item:first-child {
    border-top: 0;
  }
  .l-footer__item {
    border-bottom: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .l-footer__item a {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
  .l-footer__navGroup {
    min-width: 0;
  }
  .l-footer__serviceList,
  .l-footer__contactPanel {
    max-height: none;
    opacity: 1;
    overflow: visible;
  }
  .l-footer__serviceList.is-accordionOpen {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .l-footer__serviceItem,
  .l-footer__contactItem {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .l-footer__serviceItem a,
  .l-footer__contactItem a {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
  .l-footer__accordionButton {
    cursor: default;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: auto;
  }
  .l-footer__accordionButton::after {
    display: none;
  }
  .l-footer__bottom {
    align-items: flex-start;
    border-top: 1px solid rgba(108, 133, 149, 0.22);
    border-top: 0.0625rem solid rgba(108, 133, 149, 0.22);
    flex-direction: row;
    font-size: 14px;
    font-size: 0.875rem;
    justify-content: space-between;
    margin-top: 68px;
    margin-top: 4.25rem;
    padding-top: 36px;
    padding-top: 2.25rem;
  }
  .l-footer__bottom::before {
    display: none;
  }
  .l-footer__privacy {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .l-footer__copy {
    line-height: 1;
    margin-top: 0;
    padding-right: 2px;
    padding-right: 0.125rem;
    text-align: left;
  }
  .l-footer__copy a {
    display: inline;
    text-align: left;
  }
  .l-footer__copyBreak {
    display: none;
  }
  .l-header {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .l-header__inner {
    min-height: 72px;
    min-height: 4.5rem;
    padding-left: 36px;
    padding-left: 2.25rem;
    padding-right: 36px;
    padding-right: 2.25rem;
  }
  .l-header__logo {
    width: 372px;
    width: 23.25rem;
  }
  .l-inner {
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .c-title {
    color: red;
  }
  .p-404 {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-404__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-blogArchive {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
    padding-top: 118px;
    padding-top: 7.375rem;
  }
  .p-blogArchive__categoryNav {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 0;
  }
  .p-blogArchive__categoryList {
    gap: 34px;
    gap: 2.125rem;
    min-height: 70px;
    min-height: 4.375rem;
    width: auto;
  }
  .p-blogArchive__categoryLink {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 70px;
    min-height: 4.375rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-blogArchive__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    margin-top: 58px;
    margin-top: 3.625rem;
    row-gap: 36px;
    row-gap: 2.25rem;
  }
  .p-blogArchive__pagination {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-blogSingle {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
    padding-top: 200px;
    padding-top: 12.5rem;
  }
  .p-blogSingle__article {
    margin-top: 110px;
    margin-top: 6.875rem;
  }
  .p-blogSingle__header {
    display: grid;
    grid-template-columns: 25rem 1fr;
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    align-items: start;
         column-gap: 2.5rem;
  }
  .p-blogSingle__headerBody {
    margin-top: 0;
  }
  .p-blogSingle__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6;
  }
  .p-blogSingle__body {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 0;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-blogSingle__body h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-blogSingle__body h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-blogSingle__body h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-blogSingle__body p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.12;
  }
  .p-blogSingle__body p + h2,
  .p-blogSingle__body p + h3,
  .p-blogSingle__body p + h4 {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-blogSingle__body figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-blogSingle__nav {
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-blogRelated {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .p-blogRelated__heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-blogRelated__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    margin-top: 22px;
    margin-top: 1.375rem;
    padding-bottom: 0;
    padding-top: 34px;
    padding-top: 2.125rem;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .p-blog {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-blog__label {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .p-blog__heading {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-blog__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4.0625rem;
         column-gap: 4.0625rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
    margin-top: 3.5rem;
    max-width: 1200px;
    max-width: 75rem;
  }
  .p-blog__item + .p-blog__item {
    margin-top: 0;
  }
  .p-blog__link:hover .p-blog__image {
    transform: scale(1.04);
  }
  .p-blog__date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-blog__category {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 8px;
    margin-left: 0.5rem;
    margin-right: 0;
  }
  .p-blog__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-blog__button {
    font-size: 14px;
    font-size: 0.875rem;
    height: 70px;
    height: 4.375rem;
    margin-top: 54px;
    margin-top: 3.375rem;
    padding-left: 36px;
    padding-left: 2.25rem;
    padding-right: 22px;
    padding-right: 1.375rem;
    width: 310px;
    width: 19.375rem;
  }
  .p-blog__button::before {
    height: 40px;
    height: 2.5rem;
  }
  .p-blog__button:hover {
    background-color: #7394aa;
  }
  .p-blog__button:hover::after {
    transform: translateX(0.1875rem);
  }
  .p-concept {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 110px;
    padding-top: 6.875rem;
  }
  .p-concept__label {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-concept__title {
    font-size: 34px;
    font-size: 2.125rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-concept__titleBr {
    display: none;
  }
  .p-concept__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-concept__text--isPc {
    display: block;
  }
  .p-concept__text--isSp {
    display: none;
  }
  .p-concept__photos {
    display: block;
    left: 50%;
    margin-top: 0;
    min-height: 520px;
    min-height: 32.5rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
  }
  .p-concept__photo {
    height: 160px;
    height: 10rem;
    width: 130px;
    width: 8.125rem;
  }
  .p-concept__photo--isFirst {
    left: max(40px, 50vw - 590px);
    left: max(2.5rem, 50vw - 36.875rem);
    top: 0;
  }
  .p-concept__photo--isSecond {
    height: 135px;
    height: 8.4375rem;
    left: max(127px, 50vw - 503px);
    left: max(7.9375rem, 50vw - 31.4375rem);
    top: 111px;
    top: 6.9375rem;
    width: 110px;
    width: 6.875rem;
  }
  .p-concept__photo--isThird {
    height: 159px;
    height: 9.9375rem;
    right: max(40px, 50vw - 562px);
    right: max(2.5rem, 50vw - 35.125rem);
    top: 287px;
    top: 17.9375rem;
    width: 129px;
    width: 8.0625rem;
  }
  .p-conceptDeco__text {
    font-size: 138px;
    font-size: 8.625rem;
  }
  .p-contactForm {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 0;
  }
  .p-contactForm__lead {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-contactForm__row {
    align-items: start;
    display: grid;
    grid-template-columns: 16.25rem 1fr;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    border-top: 0;
         column-gap: 1.25rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    padding-top: 32px;
    padding-top: 2rem;
  }
  .p-contactForm__row--hasBottom {
    border-bottom: 0;
  }
  .p-contactForm__row::before,
  .p-contactForm__row--hasBottom::after {
    display: block;
  }
  fieldset.p-contactForm__row {
    background-image: none;
    display: block;
    padding-left: 280px;
    padding-left: 17.5rem;
  }
  fieldset.p-contactForm__row > .p-contactForm__label {
    float: none;
    left: 0;
    position: absolute;
    top: 22px;
    top: 1.375rem;
    width: 260px;
    width: 16.25rem;
  }
  fieldset.p-contactForm__row > .p-contactForm__control {
    clear: none;
  }
  .p-contactForm__sectionTitle {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
    margin-top: 56px;
    margin-top: 3.5rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-contactForm__label {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 46px;
    min-height: 2.875rem;
  }
  .p-contactForm__label--stack {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
    row-gap: 0.5rem;
  }
  .p-contactForm__labelNote {
    font-size: 17px;
    font-size: 1.0625rem;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-contactForm__labelNoteBreak--pc {
    display: block;
  }
  fieldset.p-contactForm__row--hasLabelNote > .p-contactForm__labelNote {
    clear: none;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 70px;
    top: 4.375rem;
    width: 260px;
    width: 16.25rem;
  }
  .p-contactForm__row--hasLabelNote > .p-contactForm__control {
    grid-column: 2/3;
    grid-row: 1/4;
  }
  .p-contactForm__control {
    margin-top: 0;
  }
  .p-contactForm__inputGroup {
    grid-template-columns: repeat(2, 23.75rem);
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .p-contactForm__checkItem {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 40px;
    min-height: 2.5rem;
  }
  .p-contactForm__note {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-contactForm__fileLabel {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-contactForm__fileNote {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-contactForm__submitWrap {
    margin-top: 58px;
    margin-top: 3.625rem;
  }
  .p-contactForm__submit {
    border-radius: 2.25rem;
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 72px;
    min-height: 4.5rem;
    transition: background-color 0.8s ease;
    width: min(100%, 380px);
    width: min(100%, 23.75rem);
  }
  .p-contactForm__submit--individual:hover {
    background-color: #6ea095;
  }
  .p-contactForm__submit--corporate:hover {
    background-color: #7394aa;
  }
  .p-contactForm__checkList .wpcf7-list-item label {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 40px;
    min-height: 2.5rem;
  }
  .p-contactTab {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-contactTab__link {
    font-size: 20px;
    font-size: 1.25rem;
    min-height: 70px;
    min-height: 4.375rem;
    transition: background-color 0.8s ease, color 0.8s ease;
  }
  .p-contactTab__link--individual:not(.p-contactTab__link--isCurrent):hover {
    background-color: #6c958c;
    color: #fff;
  }
  .p-contactTab__link--corporate:not(.p-contactTab__link--isCurrent):hover {
    background-color: #6c8595;
    color: #fff;
  }
  .p-contactThanks {
    margin-top: 86px;
    margin-top: 5.375rem;
    padding-bottom: 86px;
    padding-bottom: 5.375rem;
    padding-top: 0;
    scroll-margin-top: 20rem;
  }
  .p-contactThanks__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-contactThanks__text {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-contactThanks__buttonWrap {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-contactThanks__button {
    transition: background-color 0.8s ease;
  }
  .p-contactThanks__button--individual:hover {
    background-color: #6ea095;
  }
  .p-contactThanks__button--corporate:hover {
    background-color: #7394aa;
  }
  .p-contact__btn-wrap {
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-contact {
    background: linear-gradient(to bottom, #fff 0%, #fff 45%, #e9f0f3 45%, #e9f0f3 100%);
  }
  .p-contact__box {
    outline: 1px solid #c4ced5;
    outline: 0.0625rem solid #c4ced5;
    outline-offset: 0;
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
    padding-left: 62px;
    padding-left: 3.875rem;
    padding-right: 62px;
    padding-right: 3.875rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-contact__label {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .p-contact__spBreak {
    display: none;
  }
  .p-contact__content {
    align-items: center;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-top: 1.75rem;
    max-width: 1010px;
    max-width: 63.125rem;
  }
  .p-contact__telArea {
    padding-right: 40px;
    padding-right: 2.5rem;
    position: relative;
    width: auto;
  }
  .p-contact__telArea::after {
    background-color: #6c8595;
    content: "";
    height: 100px;
    height: 6.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    width: 0.0625rem;
  }
  .p-contact__tel {
    font-size: 27px;
    font-size: 1.6875rem;
    justify-self: start;
  }
  .p-contact__telLabel {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 24px;
    height: 1.5rem;
    margin-top: 0;
    padding: 0;
    width: 70px;
    width: 4.375rem;
  }
  .p-contact__hours {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-contact__buttonArea {
    margin-top: 0;
  }
  .p-contact__button {
    height: 70px;
    height: 4.375rem;
    max-width: 309px;
    max-width: 19.3125rem;
  }
  .p-contact__button:nth-of-type(1):hover {
    background-color: #6ea095;
    border-color: #6ea095;
  }
  .p-contact__button:nth-of-type(2):hover {
    background-color: #7394aa;
    border-color: #7394aa;
  }
  .p-corporate {
    padding-bottom: 94px;
    padding-bottom: 5.875rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-corporate__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-corporate__subtitle {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-corporate__lead {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2222222222;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-corporate__content {
    align-items: start;
    grid-template-columns: minmax(0, 40.625rem) minmax(0, 29.375rem);
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-corporate__item + .p-corporate__item {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-corporate__label {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 40px;
    min-height: 2.5rem;
    min-width: 200px;
    min-width: 12.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-corporate__supportItem {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
  }
  .p-faq__en {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .p-faq__ja {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-faq__list {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-faq__item {
    border-radius: 1.25rem;
  }
  .p-faq__item + .p-faq__item {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-faq__button {
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.25rem;
    min-height: 92px;
    min-height: 5.75rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
    padding-top: 24px;
    padding-top: 1.5rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .p-faq__q {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-faq__question {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-faq__answerInner {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 72px;
    padding-right: 4.5rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .p-faq__answerText {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.1176470588;
  }
  .p-features {
    padding-bottom: 76px;
    padding-bottom: 4.75rem;
    padding-top: 0;
  }
  .p-features__inner {
    border-radius: 4.375rem;
    max-width: 1300px;
    max-width: 81.25rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 116px;
    padding-top: 7.25rem;
  }
  .p-features__label {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .p-features__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-features__list {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-features__item {
    align-items: start;
    grid-template-columns: 20rem 43.75rem;
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }
  .p-features__item + .p-features__item {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-features__item--isReverse {
    grid-template-columns: 43.75rem 20rem;
    -moz-column-gap: 2.3125rem;
         column-gap: 2.3125rem;
  }
  .p-features__item--isReverse .p-features__imageWrap {
    order: 2;
  }
  .p-features__imageWrap {
    height: 220px;
    height: 13.75rem;
    margin-left: 0;
    margin-right: 0;
    width: 320px;
    width: 20rem;
  }
  .p-features__image {
    aspect-ratio: 326/223;
    height: 100%;
  }
  .p-features__content {
    margin-top: 0;
  }
  .p-features__numberBg {
    height: auto;
    right: -28px;
    right: -1.75rem;
    top: 104px;
    top: 6.5rem;
    width: 140px;
    width: 8.75rem;
  }
  .p-features__item:nth-of-type(1) .p-features__numberBg {
    top: 104px;
    top: 6.5rem;
  }
  .p-features__item--isReverse .p-features__numberBg {
    right: 18px;
    right: 1.125rem;
    top: 80px;
    top: 5rem;
  }
  .p-features__item:nth-of-type(3) .p-features__numberBg {
    top: 114px;
    top: 7.125rem;
  }
  .p-features__itemTitle {
    align-items: center;
    display: flex;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 46px;
    line-height: 2.875rem;
    text-align: left;
  }
  .p-features__titleBreak {
    display: none;
  }
  .p-features__badge {
    display: block;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-right: 0.9375rem;
    vertical-align: middle;
    width: 40px;
    width: 2.5rem;
  }
  .p-features__text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 38px;
    line-height: 2.375rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-features__button {
    font-size: 14px;
    font-size: 0.875rem;
    height: 70px;
    height: 4.375rem;
    margin-top: 54px;
    margin-top: 3.375rem;
    padding-left: 36px;
    padding-left: 2.25rem;
    padding-right: 22px;
    padding-right: 1.375rem;
    width: 310px;
    width: 19.375rem;
  }
  .p-features__button::before {
    height: 40px;
    height: 2.5rem;
    right: 58px;
    right: 3.625rem;
  }
  .p-features__button:hover {
    background-color: #7394aa;
  }
  .p-features__button:hover::after {
    transform: translateX(0.1875rem);
  }
  .p-flow {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .p-flow__bg {
    border-radius: 6.25rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-flow__en {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .p-flow__ja {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-flow__list {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-flow__item {
    grid-template-columns: auto minmax(0, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 0;
  }
  .p-flow__item + .p-flow__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-flow__visual {
    margin-left: 0;
  }
  .p-flow__iconWrap {
    height: 110px;
    height: 6.875rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-flow__icon {
    height: 110px;
    height: 6.875rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-flow__body {
    display: block;
    grid-column: 2;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-flow__title {
    align-self: auto;
    font-size: 20px;
    font-size: 1.25rem;
    grid-column: auto;
    grid-row: auto;
  }
  .p-flow__text {
    font-size: 18px;
    font-size: 1.125rem;
    grid-column: auto;
    line-height: 2.2222222222;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-flow__contact {
    align-items: center;
    grid-column: auto;
    grid-template-columns: max-content max-content;
    justify-content: start;
    justify-items: stretch;
    row-gap: 18px;
    row-gap: 1.125rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-flow__telArea {
    justify-self: start;
    width: auto;
  }
  .p-flow__tel {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .p-flow__telLabel {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 18px;
    margin-right: 1.125rem;
    width: 70px;
    width: 4.375rem;
  }
  .p-flow__telNumber {
    position: relative;
    top: -5px;
    top: -0.3125rem;
  }
  .p-flow__hours {
    font-size: 16px;
    font-size: 1rem;
    justify-self: start;
    margin-left: 94px;
    margin-left: 5.875rem;
    text-align: left;
  }
  .p-flow__button {
    margin-left: 0;
    margin-right: 0;
    margin-top: -38px;
    margin-top: -2.375rem;
  }
  .p-flow__button:hover {
    background-color: #6ea095;
  }
  .p-flow__button:hover::before {
    background-color: #fff;
  }
  .p-flow__button:hover::after {
    transform: translateY(-50%) translateX(0.1875rem);
  }
  .p-message {
    padding-bottom: 0;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-message__inner {
    display: grid;
    grid-template-columns: minmax(0, 18.5625rem) minmax(0, 26.5rem) minmax(0, 25.4375rem);
    -moz-column-gap: max(1.25rem, min(3vw, 2.25rem));
    grid-column-gap: max(1.25rem, min(3vw, 2.25rem));
    align-items: start;
    column-gap: max(1.25rem, min(3vw, 2.25rem));
  }
  .p-message__heading {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .p-message__label {
    font-size: 36px;
    font-size: 2.25rem;
    text-align: left;
  }
  .p-message__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    text-align: left;
  }
  .p-message__bodyText {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
  }
  .p-message__bodyText--lead {
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: 424px;
    max-width: 26.5rem;
    width: 100%;
  }
  .p-message__bodyText--main {
    grid-column: 2/4;
    grid-row: 2/3;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-message__spBreak {
    display: none;
  }
  .p-message__signature {
    font-size: 17px;
    font-size: 1.0625rem;
    grid-column: 2/4;
    grid-row: 3/4;
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding-right: 0;
  }
  .p-message__imageArea {
    grid-column: 3/4;
    grid-row: 1/2;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: 407px;
    max-width: 25.4375rem;
    width: 100%;
  }
  .p-mv {
    border-radius: 1.25rem;
    clip-path: inset(0 round 1.25rem);
    height: calc(100vh - 6.5625rem - 2.5rem);
    height: calc(100svh - 6.5625rem - 2.5rem);
    margin-left: 30px;
    margin-left: 1.875rem;
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-top: 105px;
    margin-top: 6.5625rem;
    min-height: 620px;
    min-height: 38.75rem;
    overflow: hidden;
    transform: translateZ(0);
  }
  .p-mv__image--isDog {
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .p-mv__catch {
    left: calc(7.4vw - 1.875rem);
    top: 58%;
  }
  .p-mv__catchTitle {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-mv__catchText {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7857142857;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-mv__catchTextBreak--isSp {
    display: none;
  }
  .p-origin {
    padding-bottom: 97px;
    padding-bottom: 6.0625rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-origin__card {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-origin__label {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-origin__heading {
    align-items: baseline;
    display: flex;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .p-origin__title {
    margin-top: 0;
  }
  .p-origin__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 23.375rem;
    -moz-column-gap: 4.5rem;
    grid-column-gap: 4.5rem;
    align-items: center;
    column-gap: 4.5rem;
  }
  .p-origin__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-origin__logoWrap {
    margin-top: -44px;
    margin-top: -2.75rem;
    width: min(100%, 374px);
    width: min(100%, 23.375rem);
  }
  .p-origin__logo {
    height: 190px;
    height: 11.875rem;
    width: 374px;
    width: 23.375rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-outline {
    padding-bottom: 0;
    padding-top: 136px;
    padding-top: 8.5rem;
  }
  .p-outline__inner {
    display: grid;
    grid-template-columns: 19.0625rem minmax(0, 1fr);
    -moz-column-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    align-items: start;
    column-gap: 2.5rem;
  }
  .p-outline__heading {
    text-align: left;
  }
  .p-outline__label {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-outline__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-outline__list {
    margin-top: 0;
  }
  .p-outline__row {
    display: grid;
    grid-template-columns: 5.625rem minmax(0, 1fr);
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    padding-top: 22px;
    padding-top: 1.375rem;
    -moz-column-gap: 4.8125rem;
    grid-column-gap: 4.8125rem;
    column-gap: 4.8125rem;
    padding-bottom: 26px;
    padding-bottom: 1.625rem;
    padding-top: 26px;
    padding-top: 1.625rem;
  }
  .p-outline__term {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-outline__description {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
  }
  .p-outline__spBreak {
    display: none;
  }
  .p-outline__pcBreak {
    display: block;
  }
  .p-pageTitle {
    padding-bottom: 0;
    padding-top: 210px;
    padding-top: 13.125rem;
  }
  .p-pageTitle__en {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .p-pageTitle__ja {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-pageTitle__imageWrap {
    margin-top: 155px;
    margin-top: 9.6875rem;
    max-width: 1350px;
    max-width: 84.375rem;
    width: calc(100% - 3.75rem);
  }
  .p-pageTitle__image {
    aspect-ratio: 1340/500;
  }
  .p-pageTitle--isService .p-pageTitle__head {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    -moz-column-gap: 1.875rem;
    grid-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
  .p-pageTitle--isService .p-pageTitle__head > div {
    text-align: left;
  }
  .p-pageTitle__serviceLabel {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 40px;
    min-height: 2.5rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .p-pageTitle--isService .p-pageTitle__serviceLabel {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-pageTitle__personalLink {
    align-self: start;
    font-size: 17px;
    font-size: 1.0625rem;
    margin-right: 7px;
    margin-right: 0.4375rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-pageTitle--isService .p-pageTitle__personalLink {
    display: inline-block;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-pageTitle__personalLink:hover::after {
    transform: scaleX(0);
  }
  .p-pageTitle__deco {
    right: 72px;
    right: 4.5rem;
    top: -58px;
    top: -3.625rem;
    width: 214px;
    width: 13.375rem;
  }
  .p-pageTitle--isAbout .p-pageTitle__deco,
  .p-pageTitle--isContact .p-pageTitle__deco,
  .p-pageTitle--isService .p-pageTitle__deco {
    bottom: 100%;
    height: auto;
    right: -25px;
    right: -1.5625rem;
    top: auto;
    width: 734px;
    width: 45.875rem;
    -o-object-position: right center;
    object-position: right center;
  }
  .p-pageTitle--isAbout .p-pageTitle__imageWrap,
  .p-pageTitle--isContact .p-pageTitle__imageWrap {
    max-width: 1350px;
    max-width: 84.375rem;
    width: calc(100% - 3.75rem);
  }
  .p-pageTitle--isAbout .p-pageTitle__image,
  .p-pageTitle--isContact .p-pageTitle__image {
    aspect-ratio: 1340/500;
    border-radius: 1.25rem;
  }
  .p-pageTitle--isService .p-pageTitle__imageWrap {
    max-width: 1350px;
    max-width: 84.375rem;
    width: calc(100% - 3.75rem);
  }
  .p-pageTitle--isService .p-pageTitle__image {
    aspect-ratio: 1340/500;
    border-radius: 1.25rem;
  }
  .p-pagination__link {
    font-size: 14px;
    font-size: 0.875rem;
    height: 54px;
    height: 3.375rem;
    width: 54px;
    width: 3.375rem;
  }
  .p-pagination__link:hover {
    background-color: #a0b7c5;
    border-color: #a0b7c5;
    color: #fff;
  }
  .p-pagination--single .p-pagination__list {
    gap: 38px;
    gap: 2.375rem;
  }
  .p-pagination--single .p-pagination__link {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-pagination__item--prev .p-pagination__link::before,
  .p-pagination__item--next .p-pagination__link::after {
    height: 9px;
    height: 0.5625rem;
    width: 9px;
    width: 0.5625rem;
  }
  .p-pagination--single .p-pagination__link:hover {
    background-color: transparent;
    color: #6c8595;
  }
  .p-philosophy {
    padding-bottom: 0;
    padding-top: 117px;
    padding-top: 7.3125rem;
  }
  .p-philosophy__inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-philosophy__box {
    border-radius: 6.25rem;
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
    padding-left: 96px;
    padding-left: 6rem;
    padding-right: 96px;
    padding-right: 6rem;
    padding-top: 96px;
    padding-top: 6rem;
  }
  .p-philosophy__item {
    grid-template-columns: 10rem minmax(0, 1fr);
    -moz-column-gap: 3.75rem;
    align-items: start;
    column-gap: 3.75rem;
    padding-left: 48px;
    padding-left: 3rem;
  }
  .p-philosophy__item + .p-philosophy__item {
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-philosophy__icon {
    grid-column: auto;
    grid-row: auto;
    height: 31px;
    height: 1.9375rem;
    left: 0;
    position: absolute;
    top: 2px;
    top: 0.125rem;
    width: 31px;
    width: 1.9375rem;
  }
  .p-philosophy__heading {
    display: block;
  }
  .p-philosophy__label {
    font-size: 28px;
    font-size: 1.75rem;
    grid-column: auto;
    grid-row: auto;
  }
  .p-philosophy__title {
    font-size: 16px;
    font-size: 1rem;
    grid-column: auto;
    grid-row: auto;
  }
  .p-philosophy__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
    max-width: none;
  }
  .p-philosophy__body {
    grid-column: auto;
    grid-row: auto;
  }
  .p-philosophy__valueList {
    margin-top: 0;
  }
  .p-philosophy__valueItem {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-philosophy__valueItem--isNote {
    padding-left: 18px;
    padding-left: 1.125rem;
  }
  .p-philosophy__deco {
    bottom: -8px;
    bottom: -0.5rem;
    height: 288px;
    height: 18rem;
    right: 0px;
    right: 0rem;
    width: 332px;
    width: 20.75rem;
  }
  .p-post-connect__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__cards {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-post-list__btn {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
    max-width: calc(61.25rem + 50px);
    padding: 0 10px;
    padding: 0 0.625rem;
    width: 100%;
  }
  .p-privacy {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 200px;
    padding-top: 12.5rem;
  }
  .p-privacy__body {
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-privacy__lead {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-privacy__articleTitle {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-privacy__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-privacy__listItem {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-privacy__company {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-privacy__contactLink {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-privacy__contactLink:hover {
    opacity: 0.7;
  }
  .p-profile {
    padding-bottom: 0;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-profile__card {
    padding-bottom: 56px;
    padding-bottom: 3.5rem;
    padding-left: 58px;
    padding-left: 3.625rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-top: 62px;
    padding-top: 3.875rem;
  }
  .p-profile__label {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-profile__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) -moz-max-content;
    grid-template-columns: minmax(0, 1fr) max-content;
    -moz-column-gap: 4.75rem;
    grid-column-gap: 4.75rem;
    align-items: start;
    column-gap: 4.75rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-profile__body {
    display: block;
    grid-column: 1;
  }
  .p-profile__text {
    font-size: 18px;
    font-size: 1.125rem;
    order: initial;
  }
  .p-profile__licenseTitle {
    font-size: 18px;
    font-size: 1.125rem;
    order: initial;
  }
  .p-profile__licenseList {
    order: initial;
  }
  .p-profile__licenseItem {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.23;
  }
  .p-profile__deco {
    bottom: -12px;
    display: block;
    height: 146px;
    height: 9.125rem;
    position: absolute;
    right: 16px;
    width: 447px;
    width: 27.9375rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-profile__figure {
    grid-column: 2;
    margin-top: -47px;
    margin-top: -2.9375rem;
    order: initial;
  }
  .p-profile__caption {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-profile__captionCompany {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-service {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
    padding-top: 46px;
    padding-top: 2.875rem;
  }
  .p-service__label {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .p-service__heading {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5.0625rem;
         column-gap: 5.0625rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
    margin-top: 3.875rem;
    max-width: 1121px;
    max-width: 70.0625rem;
    row-gap: 80px;
    row-gap: 5rem;
  }
  .p-service__card + .p-service__card {
    margin-top: 0;
  }
  .p-service__tag {
    background-color: #e1edea;
    border-radius: 0.375rem;
    color: #6c958c;
    font-size: 17px;
    font-size: 1.0625rem;
    left: 29px;
    left: 1.8125rem;
    min-height: 40px;
    min-height: 2.5rem;
    min-width: 150px;
    min-width: 9.375rem;
    top: -12px;
    top: -0.75rem;
  }
  .p-service__card:nth-of-type(4) .p-service__tag {
    background-color: #dde9f0;
    color: #6c8595;
  }
  .p-service__imageClip {
    aspect-ratio: 520/300;
    border-radius: 1.25rem;
  }
  .p-service__card:hover .p-service__image {
    transform: scale(1.04);
  }
  .p-service__cardTitle {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0.025em;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-service__cardLead {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.025em;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-service__text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.2352941176;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    margin-top: 19px;
    margin-top: 1.1875rem;
    text-align: left;
  }
  .p-service__card:nth-of-type(4) .p-service__text {
    text-align: left;
  }
  .p-service__link {
    border-radius: 0.375rem;
    font-size: 15.3px;
    font-size: 0.95625rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
    min-height: 59.4px;
    min-height: 3.7125rem;
    width: 270px;
    width: 16.875rem;
  }
  .p-service__linkText {
    padding-left: 34px;
    padding-left: 2.125rem;
  }
  .p-service__link::before {
    height: 36px;
    height: 2.25rem;
    right: 49px;
    right: 3.0625rem;
    width: 2px;
    width: 0.125rem;
  }
  .p-service__link::after {
    height: 9px;
    height: 0.5625rem;
    width: 12px;
    width: 0.75rem;
  }
  .p-service__link:hover {
    background-color: #6ea095;
  }
  .p-service__card:nth-of-type(4) .p-service__link:hover {
    background-color: #7394aa;
  }
  .p-service__link:hover::before {
    background-color: #fff;
  }
  .p-service__link:hover::after {
    transform: translateY(-50%) translateX(0.1875rem);
  }
  .p-serviceDetail {
    padding-bottom: 116px;
    padding-bottom: 7.25rem;
    padding-top: 96px;
    padding-top: 6rem;
  }
  .p-serviceDetail__intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
  .p-serviceDetail__list {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .p-serviceDetail__item {
    align-items: start;
    display: grid;
    grid-template-areas: "head head" "lead image" "group1 image" "group2 group2";
    grid-template-columns: minmax(0, 39.8125rem) minmax(0, 32.5rem);
    scroll-margin-top: 6.5rem;
    -moz-column-gap: 2.625rem;
    grid-column-gap: 2.625rem;
    column-gap: 2.625rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-serviceDetail__item#standard {
    grid-template-areas: "head head" "lead image" "group1 group1" "group2 group2";
  }
  .p-serviceDetail__item::before {
    right: 83px;
    right: 5.1875rem;
  }
  .p-serviceDetail__item + .p-serviceDetail__item {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-serviceDetail__number {
    height: 53px;
    height: 3.3125rem;
    top: -24px;
    top: -1.5rem;
    width: 69px;
    width: 4.3125rem;
  }
  .p-serviceDetail__head {
    grid-area: head;
  }
  .p-serviceDetail__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-serviceDetail__spBreak {
    display: none;
  }
  .p-serviceDetail__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-serviceDetail__content {
    display: contents;
    margin-top: 0;
    row-gap: 0;
  }
  .p-serviceDetail__lead {
    font-size: 18px;
    font-size: 1.125rem;
    grid-area: lead;
    line-height: 2.2222222222;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-serviceDetail__imageWrap {
    align-self: start;
    grid-area: image;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
    margin-top: 3.75rem;
    order: 0;
  }
  .p-serviceDetail__info {
    display: contents;
    margin-top: 0;
    row-gap: 0;
  }
  .p-serviceDetail__group:first-child {
    grid-area: group1;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-serviceDetail__group:last-child {
    grid-area: group2;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-serviceDetail__label {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 40px;
    min-height: 2.5rem;
    min-width: 133px;
    min-width: 8.3125rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-serviceDetail__pointItem {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
  }
  .p-worksArchive {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
    padding-top: 200px;
    padding-top: 12.5rem;
  }
  .p-worksArchive__categoryNav {
    margin-top: 126px;
    margin-top: 7.875rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .p-worksArchive__categoryList {
    gap: 30px;
    gap: 1.875rem;
    min-height: 70px;
    min-height: 4.375rem;
  }
  .p-worksArchive__categoryLink {
    font-size: 16px;
    font-size: 1rem;
    min-height: 70px;
    min-height: 4.375rem;
  }
  .p-worksArchive__categoryLink:hover::after {
    transform: scaleX(1);
  }
  .p-worksArchive__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    margin-top: 58px;
    margin-top: 3.625rem;
    row-gap: 33px;
    row-gap: 2.0625rem;
  }
  .p-worksArchive__list .p-works__cardLink:hover {
    border-color: #6fa799;
  }
  .p-worksArchive__list .p-works__cardMeta {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-top: 33px;
    padding-top: 2.0625rem;
  }
  .p-worksArchive__list .p-works__metaRow dt {
    line-height: 1.5;
    min-height: 30px;
    min-height: 1.875rem;
  }
  .p-worksArchive__pagination {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-works__cardLink {
    padding: 10px;
    padding: 0.625rem;
  }
  .p-works__cardLink:hover {
    border-color: #6fa799;
  }
  .p-works__cardLink:hover .p-works__image {
    transform: scale(1.04);
  }
  .p-works__cardMeta {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
  .p-works__metaRow {
    grid-template-columns: 7.5rem 1fr;
  }
  .p-works__metaRow dt {
    color: #333;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .p-works__metaRow dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-worksSingle {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
    padding-top: 200px;
    padding-top: 12.5rem;
  }
  .p-worksSingle__inner {
    margin-top: 110px;
    margin-top: 6.875rem;
  }
  .p-worksSingle__category {
    font-size: 15px;
    font-size: 0.9375rem;
    min-height: 34px;
    min-height: 2.125rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .p-worksSingle__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-worksSingle__hero {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-worksSingle__lead {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.2;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-worksSingle__lead h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-worksSingle__lead h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-worksSingle__lead p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.2;
  }
  .p-worksSingle__lead p + h3,
  .p-worksSingle__lead p + h4 {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-worksSingle__lead figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-worksSingle__figure {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-worksSingle__caption {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-worksSingle__figure--portrait .p-worksSingle__image,
  .p-worksSingle__figure--portrait .p-worksSingle__caption {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 640px);
    width: min(100%, 40rem);
  }
  .p-worksSingle__meta {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3.625rem;
         column-gap: 3.625rem;
    margin-top: 36px;
    margin-top: 2.25rem;
    row-gap: 0;
  }
  .p-worksSingle__metaRow {
    grid-template-columns: 6.875rem 1fr;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .p-worksSingle__metaRow + .p-worksSingle__metaRow {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-worksSingle__metaGroup:nth-child(2) .p-worksSingle__metaRow {
    grid-template-columns: 12.875rem 1fr;
  }
  .p-worksSingle__categoryNav {
    margin-top: 78px;
    margin-top: 4.875rem;
  }
  .p-works {
    border-radius: 4.5rem;
    padding-bottom: 126px;
    padding-bottom: 7.875rem;
    padding-top: 118px;
    padding-top: 7.375rem;
    width: min(100%, 1360px);
    width: min(100%, 85rem);
  }
  .p-works__label {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .p-works__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-works__card + .p-works__card {
    margin-top: 0;
  }
  .p-works__button {
    font-size: 14px;
    font-size: 0.875rem;
    height: 70px;
    height: 4.375rem;
    padding-left: 36px;
    padding-left: 2.25rem;
    padding-right: 22px;
    padding-right: 1.375rem;
    width: 310px;
    width: 19.375rem;
  }
  .p-works__button::before {
    height: 40px;
    height: 2.5rem;
  }
  .p-works__button:hover {
    background-color: #7394aa;
  }
  .p-works__button:hover::after {
    transform: translateX(0.1875rem);
  }
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .nav-links ul li {
    margin: 0 10px;
    margin: 0 0.625rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 10px;
    padding: 0.625rem;
  }
}

@media screen and (min-width: 768px){
  .p-serviceDetail__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-serviceDetail__lead {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__lead {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-serviceDetail__imageWrap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__imageWrap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .p-serviceDetail__group:first-child {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__group:first-child {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-serviceDetail__group:last-child {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__group:last-child {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (min-width: 768px){
  .p-serviceDetail__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-serviceDetail__lead {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__lead {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-serviceDetail__imageWrap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__imageWrap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .p-serviceDetail__group:first-child {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__group:first-child {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-serviceDetail__group:last-child {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-serviceDetail__item#standard > .p-serviceDetail__group:last-child {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media (min-width: 1200px){
  html {
    font-size: 16px;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1300px){
  .l-footer__inner {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }
  .l-footer__nav {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .p-philosophy__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (any-hover: hover){
  .l-footer__instagram {
    transition: opacity 0.3s ease;
  }
  .l-footer__instagram:hover {
    opacity: 0.8;
  }
  .l-footer__item a,
  .l-footer__serviceItem a,
  .l-footer__contactItem a,
  .l-footer__privacy {
    position: relative;
  }
  .l-footer__item a::before,
  .l-footer__serviceItem a::before,
  .l-footer__contactItem a::before,
  .l-footer__privacy::before {
    background-color: currentcolor;
    background-image: none;
    bottom: -2px;
    bottom: -0.125rem;
    content: "";
    display: block;
    height: 1px;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
    width: auto;
  }
  .l-footer__item a:hover::before,
  .l-footer__serviceItem a:hover::before,
  .l-footer__contactItem a:hover::before,
  .l-footer__privacy:hover::before {
    transform: scaleX(1);
  }
}

@media screen and (any-hover: hover) and (min-width: 768px){
  .l-footer__item a::before,
  .l-footer__serviceItem a::before,
  .l-footer__contactItem a::before {
    bottom: 8px;
    bottom: 0.5rem;
  }
}

@media screen and (min-width: 1000px){
  .c-title {
    color: blue;
  }
  .p-gnav__button {
    display: none;
  }
  .p-gnav__panel {
    background-color: transparent;
    bottom: auto;
    height: auto;
    min-height: 0;
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: static;
    transform: none;
    visibility: visible;
  }
  .p-gnav__list {
    align-items: center;
    display: flex;
    -moz-column-gap: 2.5rem;
    background-color: transparent;
    box-shadow: none;
         column-gap: 2.5rem;
  }
  .p-gnav__item {
    border-top: 0;
    overflow: visible;
    width: auto;
  }
  .p-gnav__item--isContact {
    border-bottom: 0;
    border-top: 0;
  }
  .p-gnav__link {
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    transition: color 0.6s ease, opacity 0.6s ease;
    width: auto;
  }
  .p-gnav__item--isHasChild > .p-gnav__link {
    position: relative;
  }
  .p-gnav__item--isHasChild > .p-gnav__link::after {
    display: none;
  }
  .p-gnav__item--isHasChild.is-accordionOpen > .p-gnav__link::after {
    background-image: none;
  }
  .p-gnav__item--isContact .p-gnav__link {
    background-color: #6c8595;
    border-radius: 1.875rem;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 118px;
    min-width: 7.375rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 35px;
    padding-left: 2.1875rem;
    padding-right: 35px;
    padding-right: 2.1875rem;
    padding-top: 12px;
    padding-top: 0.75rem;
    text-align: center;
    transition: color 0.6s ease, background-color 0.6s ease;
  }
  .p-gnav__item--isContact .p-gnav__link::after {
    display: none;
  }
  .p-gnav__childList {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    isolation: isolate;
    justify-items: stretch;
    left: 50%;
    max-height: none;
    opacity: 0;
    overflow: visible;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 38px;
    padding-top: 2.375rem;
    pointer-events: none;
    position: absolute;
    row-gap: 10px;
    row-gap: 0.625rem;
    top: 100%;
    transform: translateX(-50%) translateY(-0.5rem);
    transition: opacity 0.25s, transform 0.25s;
    width: 360px;
    width: 22.5rem;
    z-index: 10;
  }
  .p-gnav__childList::before {
    background-color: #e8edf1;
    border-radius: 0.875rem;
    bottom: 0;
    box-shadow: 0 0.875rem 1.875rem rgba(51, 51, 51, 0.08);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    top: 1.25rem;
    z-index: 0;
  }
  .p-gnav__item--isHasChild.is-accordionOpen .p-gnav__childList {
    max-height: none;
    opacity: 1;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .p-gnav__item--isContact.is-accordionOpen .p-gnav__childList {
    transform: translateY(0);
  }
  .p-gnav__item--isHasChild:hover .p-gnav__childList {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .p-gnav__childItem {
    width: 100%;
  }
  .p-gnav__item--isContact .p-gnav__childList {
    display: grid;
    justify-items: center;
    left: auto;
    padding-left: 14px;
    padding-left: 0.875rem;
    padding-right: 14px;
    padding-right: 0.875rem;
    right: 0;
    transform: translateY(-0.5rem);
    width: 164px;
    width: 10.25rem;
  }
  .p-gnav__item--isContact:hover .p-gnav__childList {
    transform: translateY(0);
  }
  .p-gnav__childLink {
    display: inline-block;
    font-family: Baskerville, "Baskervville", "Zen Kaku Gothic New", serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-top: 0.375rem;
    position: relative;
    text-align: left;
    width: auto;
    z-index: 1;
  }
  .p-gnav__item--isContact .p-gnav__childLink {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    padding-top: 6px;
    padding-top: 0.375rem;
    text-align: center;
  }
  .p-gnav__item--isContact .p-gnav__childItem {
    text-align: center;
  }
  .p-gnav__contact {
    display: none;
  }
  .p-gnav__contact.is-accordionOpen {
    display: none;
  }
}

@media screen and (min-width: 1200px){
  .c-title {
    color: green;
  }
}

@media screen and (min-width: 1600px){
  .p-concept__photo {
    height: 205px;
    height: 12.8125rem;
    width: 166px;
    width: 10.375rem;
  }
  .p-concept__photo--isFirst {
    left: max(48px, 50vw - 650px);
    left: max(3rem, 50vw - 40.625rem);
  }
  .p-concept__photo--isSecond {
    height: 172px;
    height: 10.75rem;
    left: max(150px, 50vw - 552px);
    left: max(9.375rem, 50vw - 34.5rem);
    top: 130px;
    top: 8.125rem;
    width: 140px;
    width: 8.75rem;
  }
  .p-concept__photo--isThird {
    height: 202px;
    height: 12.625rem;
    right: max(48px, 50vw - 650px);
    right: max(3rem, 50vw - 40.625rem);
    top: 267px;
    top: 16.6875rem;
    width: 164px;
    width: 10.25rem;
  }
}

@media screen and (min-width: 600px){
  .p-contact__buttonArea {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-contact__button + .p-contact__button {
    margin-top: 0;
  }
  .p-contact__button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px){
  .p-gnav__button {
    height: 54px;
    height: 3.375rem;
    transform: translate(0, -0.1875rem);
    width: 54px;
    width: 3.375rem;
  }
  .p-gnav__buttonIcon {
    height: 13px;
    height: 0.8125rem;
    width: 26px;
    width: 1.625rem;
  }
  .is-menuOpen .p-gnav__buttonIcon {
    height: 28px;
    height: 1.75rem;
    width: 28px;
    width: 1.75rem;
  }
  .is-menuOpen .p-gnav__button {
    height: 54px;
    height: 3.375rem;
    right: 26px;
    right: 1.625rem;
    top: 10px;
    top: 0.625rem;
    width: 54px;
    width: 3.375rem;
  }
  .p-gnav__panel {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-gnav__list {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-gnav__link {
    font-size: 15px;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    padding-left: 34px;
    padding-left: 2.125rem;
    padding-right: 34px;
    padding-right: 2.125rem;
    padding-top: 22px;
    padding-top: 1.375rem;
    text-align: center;
  }
  .p-gnav__item--isHasChild > .p-gnav__link::after {
    height: 24px;
    height: 1.5rem;
    right: 18px;
    right: 1.125rem;
    width: 24px;
    width: 1.5rem;
  }
  .p-gnav__childLink {
    font-size: 14px;
    text-align: center;
  }
  .p-mv__catchTitle {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .p-mv__catchText {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1000px) and (any-hover: hover){
  .p-gnav__link::after {
    background-color: currentcolor;
    content: "";
    height: 1px;
    height: 0.0625rem;
    left: 0;
    margin-top: 3px;
    margin-top: 0.1875rem;
    position: absolute;
    right: 0;
    top: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
    width: 100%;
  }
  .p-gnav__link:hover::after {
    transform: scaleX(1);
  }
  .p-gnav__item--isContact .p-gnav__link:hover {
    background-color: #7394aa;
  }
  .p-gnav__childLink::after {
    background-color: currentcolor;
    bottom: 5px;
    bottom: 0.3125rem;
    content: "";
    height: 1px;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
  }
  .p-gnav__childLink:hover::after {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 999px){
  .is-menuOpen {
    overflow: hidden;
  }
}

@media screen and (max-width: 375px) and (max-height: 600px){
  .p-mv {
    height: 86vh;
    height: 86svh;
    height: calc(1svh * 86);
    height: calc(var(--mv-vh, 1svh) * 86);
    min-height: 488px;
    min-height: 30.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
