@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 100;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanThin.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 100;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanLight.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 600;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanSemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 700;
  src: url("/wp-content/themes/nest2025/fonts/century-gothic-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 800;
  src: url("/wp-content/themes/nest2025/fonts/century-gothic-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/nest2025/fonts/CenturyGothicPaneuropeanSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: 900;
  src: url("/wp-content/themes/nest2025/fonts/century-gothic-bold-italic.ttf") format("truetype");
}
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 0;
}

h2 {
  font-weight: 400;
}

.noscroll {
  overflow: hidden;
}

.u-inner {
  margin-inline: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.u-sp {
  display: none !important;
}

.c-icon {
  align-items: center;
  display: flex;
}

.c-icon__ttl {
  color: var(--brown_4A3, #4a3a12);
  font-size: 1.125rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 100%;
  margin-right: 1.625rem;
  /* 18px */
}

.c-icon__img {
  position: relative;
}

.c-icon__img img {
  height: 3.0625rem;
  transition: 0.5s opacity;
  width: 3.0625rem;
}

.c-icon__img img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-title__en {
  color: #f5bc42;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.8125rem;
}

.c-title__ja {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  margin-bottom: 0.8125rem;
}
.c-title__ja span {
  color: #f5bc42;
  font-size: 2rem;
}

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

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

/* Reset heading font-weight */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

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

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

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

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

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

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

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 78.125rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  padding-block: 1.25rem;
  transition: 0.3s all;
}
.c-btn span {
  display: inline-block;
  font-size: 1rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.c-btn-link {
  align-items: center;
  background-color: #000;
  border: 0.125rem solid #000;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.18em;
  line-height: 0;
  position: relative;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width: 19.6875rem;
}

.c-btn-wrap {
  display: flex;
  justify-content: center;
}

.c-btn-icon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  right: 1.1875rem;
  top: 47.5%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.75rem;
}

.c-btn-link:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.c-btn-link:hover .c-btn-icon svg path {
  stroke: #000;
}

.c-cat {
  background-color: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: 1.875rem;
  padding-left: 1.875rem;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-under-header {
  background: #61CAAD;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin-top: 7.1875rem;
  padding-block: 2.3125rem 1.4375rem;
  text-align: center;
}

.c-under-header__title {
  color: #fff;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.675rem;
}
.c-under-header__subtitle {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-archive-gallery {
  padding-block: 4.1875rem 4.0625rem;
}

.p-archive-gallery__filter {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-left: auto;
  width: 15.75rem;
}

.p-archive-gallery__filter-label {
  color: #333;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.055rem;
}

.p-archive-gallery__filter-select {
  position: relative;
}
.p-archive-gallery__filter-select select {
  -webkit-appearance: none;
  appearance: none;
  border: 0.0625rem solid #2C2C2C;
  border-radius: 0.25rem;
  color: #354256;
  cursor: pointer;
  letter-spacing: 0.04rem;
  min-width: 15.75rem;
  opacity: 0.45;
  padding: 0.9375rem 4.1875rem;
  position: relative;
  text-align: center;
}
.p-archive-gallery__filter-select select:focus {
  border-color: #42CAA6;
  outline: none;
}
.p-archive-gallery__filter-select::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/arrow-down.png) no-repeat center center/contain;
  content: "";
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  z-index: 1;
}

.p-archive-gallery__list {
  display: grid;
  gap: 2.5rem 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.3125rem;
}

.p-archive-gallery__item {
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-archive-gallery__item:hover {
  opacity: 0.7;
}

.p-archive-gallery__item-img {
  background-color: #f5f5f5;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 90.67%;
  position: relative;
  width: 100%;
}
.p-archive-gallery__item-img img {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  display: block;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.p-archive-gallery__item-info {
  margin-top: 1.875rem;
}
.p-archive-gallery__item-date {
  color: #2C2C2C;
  display: block;
  letter-spacing: 0.08rem;
}

.p-archive-gallery__item-title {
  color: #2C2C2C;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-archive-gallery__no-posts {
  color: #666;
  font-size: 1rem;
  grid-column: 1/-1;
  padding: 3.75rem 1.25rem;
  text-align: center;
}
/* pagination */
.p-archive-gallery__pagination {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  padding-block: 3.5625rem 4.875rem;
}

.p-archive-gallery__page-number {
  align-items: center;
  background: #C8C8C8;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.08rem;
  padding-top: 0.125rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 3rem;
}

.p-archive-gallery__page-number--current {
  background-color: #42CAA6;
  color: #fff;
}
.p-archive-gallery__page-number:hover {
  background-color: #42CAA6;
  color: #fff;
}
.p-gallery-modal {
  display: none;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.p-gallery-modal.is-active {
  align-items: center;
  display: flex;
  opacity: 1;
}

.p-gallery-modal__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  inset: 0;
  position: fixed;
}

.p-gallery-modal__content-wrap {
  -webkit-transform: scale(0.95) translateY(10px);
  margin-inline: auto;
  opacity: 0;
  padding-top: 7.5rem;
  position: relative;
  text-align: center;
  transform: scale(0.95) translateY(10px);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 33.875rem;
}
.is-active .p-gallery-modal__content-wrap {
  -webkit-transform: scale(1) translateY(0);
  opacity: 1;
  transform: scale(1) translateY(0);
}
.p-gallery-modal__content {
  -ms-overflow-style: none;
  margin-inline: auto;
  max-height: 90vh;
  max-width: 33.875rem;
  overflow-y: auto;
  position: relative;
  scrollbar-width: none;
  width: 100%;
  z-index: 1;
}
.p-gallery-modal__content::-webkit-scrollbar {
  display: none;
}
.p-gallery-modal__close {
  align-items: center;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  position: absolute;
  right: -2.9375rem;
  top: 3.75rem;
  transition: background-color 0.3s;
  width: 1.875rem;
  z-index: 2;
}
.p-gallery-modal__close:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.p-gallery-modal__close svg {
  height: 1.25rem;
  width: 1.25rem;
}

.p-gallery-modal__image {
  overflow: hidden;
  padding: 0;
  padding-top: 91%;
  position: relative;
  width: 33.875rem;
}
.p-gallery-modal__image img {
  -o-object-position: 50% 50%;
  -o-object-fit: cover;
  display: block;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-gallery-modal__text {
  color: #fff;
}
.p-gallery-modal__date {
  color: #666;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.p-gallery-modal__title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.p-gallery-modal__body {
  letter-spacing: 0.08rem;
  padding-block: 2.1875rem;
  text-align: left;
}

body.is-modal-open {
  overflow: hidden;
}

.p-archive-review {
  background-color: #ECF9F9;
  padding-block: 3.75rem 5.3125rem;
}

.p-archive-review__inner {
  margin-inline: auto;
  max-width: 67.5rem;
  padding-inline: 2.5rem;
}

.p-archive-review__list {
  display: grid;
  gap: 2.75rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-archive-review__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-block: 1.125rem 1.4375rem;
  padding-inline: 1.25rem;
}

.p-archive-review__item-top {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-archive-review__item-img {
  border-radius: 50%;
  height: 6.625rem;
  overflow: hidden;
  width: 6.625rem;
}
.p-archive-review__item-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-archive-review__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
}

.p-archive-review__item-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-archive-review__item-age {
  letter-spacing: 0.0225rem;
}

.p-archive-review__item-details {
  font-weight: 400;
  letter-spacing: 0.0175rem;
}

.p-archive-review__item-text {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.0175rem;
  line-height: 1.8;
}

.p-archive-review__no-posts {
  color: #000;
  padding-block: 3.75rem;
  text-align: center;
}
/* pagination */
.p-archive-review__pagination {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  padding-block: 3.5625rem 0rem;
}

.p-archive-review__page-number {
  align-items: center;
  background: #C8C8C8;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.08rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 3rem;
}
.p-archive-review__page-number:hover {
  background-color: #42CAA6;
}

.p-archive-review__page-number--current {
  background-color: #42CAA6;
  pointer-events: none;
}

.p-contact-confirm {
  margin-top: 5.5625rem;
}
.p-contact-confirm__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.4375rem;
  padding-inline: 2.5rem;
}
.contact-confirm__title {
  font-size: 1.875rem;
  line-height: 2rem;
  /* 106.667% */
}
.p-contact-confirm__list {
  background: #ECF9F9;
  border-radius: 1.25rem;
  font-size: 1.0625rem;
  margin-top: 2.625rem;
  padding: 3.625rem 3.5rem 4rem;
}

.p-contact-confirm__item {
  align-items: center;
  display: flex;
}
.p-contact-confirm__item:not(:first-child) {
  margin-top: 1.25rem;
}
.p-contact-confirm__title {
  flex-shrink: 0;
  font-weight: 600;
  width: 20rem;
}

.p-contact-confirmInput,
.p-contact-confirmCheckbox,
.p-contact-confirmTextarea {
  font-weight: 400;
  overflow-wrap: anywhere;
}

.p-contact-confirm__submit-wrap {
  margin-inline: auto;
  margin-top: 3.9375rem;
  width: 19.6875rem;
}

.return {
  align-items: center;
  background-color: #CD7070;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.1575rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  position: relative;
  position: relative;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 19.6875rem;
  z-index: 1;
}
.return:hover {
  opacity: 0.7;
}

.button-wrapper {
  width: 100%;
}

.p-contact-confirm__btn-submit {
  margin-bottom: 12.1875rem;
  margin-top: 2.5rem;
}
.send {
  align-items: center;
  background-color: #000;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.1575rem;
  margin-bottom: 0rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  position: relative;
  position: relative;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 19.6875rem;
  z-index: 1;
}
.send:hover {
  opacity: 0.7;
}

.button-wrapper .arrow-icon.js-return-arrow {
  -webkit-transform: translateY(-50%) scaleX(-1);
  background: url("../img/common/arrow-white.png") no-repeat center center/contain;
  display: block;
  height: 0.75rem;
  left: 1.25rem;
  pointer-events: none;
  position: absolute;
  top: 62%;
  transform: translateY(-50%) scaleX(-1);
  width: 0.75rem;
  z-index: 10;
}

.button-wrapper .arrow-icon.js-send-arrow {
  -webkit-transform: translateY(-50%);
  background: url("../img/common/arrow-white.png") no-repeat center center/contain;
  display: block;
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  z-index: 10;
}

.home-title {
  color: #475b6c;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.625rem;
  /* 49.5px */
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.home-title::after {
  background-color: #CD7070;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.contact-thanks__heading {
  margin-bottom: 2.25rem;
  margin-top: 5.5625rem;
}

.contact-thanks__heading__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.4375rem;
  padding-inline: 2.5rem;
  padding-top: 3.75rem;
  text-align: center;
}

.contact-thanks-heading__item {
  background: #ECF9F9;
  border-radius: 1.25rem;
  padding: 3.625rem 3.625rem 4rem 4.3125rem;
}

.contact-thanks-heading__text {
  font-size: 1.0625rem;
  line-height: 2.3125rem;
  text-align: center;
  /* 217.647% */
}

.contact-thanks-heading__text2 {
  margin-top: 2.5rem;
}

.contact-thanks-heading__text3 {
  margin-top: 2.5rem;
  margin-top: 2.5rem;
}

.contact-thanks__contact {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.contact-thanks__contactLink {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
  text-decoration: none;
  transition: 0.3s all;
}
.contact-thanks__contactLink:hover {
  opacity: 0.8;
}

.contact-thanks__contactIcon {
  height: 2rem;
  width: 2rem;
}

.contact-thanks__contactInfo {
  display: flex;
  flex-direction: column;
}

.contact-thanks__contactNumber {
  color: #585858;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.contact-thanks__contactTime {
  color: #585858;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}
.contact-thanks__contactTime span {
  color: #F49E00;
  font-weight: bold;
}

.contact-thanks__button {
  align-items: center;
  background-color: #000;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.1575rem;
  margin-bottom: 12.1875rem;
  margin-inline: auto;
  margin-top: 3.9375rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 19.6875rem;
}
.contact-thanks__button:hover {
  opacity: 0.7;
}

.contact-thanks__button-text {
  display: block;
  line-height: 0;
}

.contact-thanks__button-icon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  height: 0.75rem;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 49%;
  transform: translateY(-50%);
  width: 0.75rem;
}
.contact-thanks__button-icon svg {
  color: #fff;
  height: 100%;
  width: 100%;
}

.p-contact__heading {
  margin-top: 6.375rem;
}

.p-contact__heading__inner {
  margin-inline: auto;
  max-width: 67.1875rem;
  padding-inline: 2.5rem;
}

.p-contact-heading__text {
  color: #2C2C2C;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
}

.p-contact-heading__text2 {
  color: #707070;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  margin-top: 2.6875rem;
  text-align: left;
}

.p-contact__tel-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.p-contact__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}
.p-contact__tel-box-item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.p-contact__tel-number {
  display: block;
  font-size: 2.3125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}
.p-contact__time {
  display: block;
  margin-top: 0.4375rem;
}

.contact {
  background: #f2f3f4;
  margin-bottom: 12.1875rem;
  padding: 6.25rem 0;
}
.p-contact__inner {
  margin-inline: auto;
  max-width: 66.875rem;
  padding-inline: 2.5rem;
}

.p-contact__items {
  background: #fff;
  border-radius: 1.25rem;
}
.p-contact__box {
  margin-top: 4.6875rem;
}

.p-p-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  padding: 0 1.5625rem 6.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}
.p-form__item {
  display: flex;
  gap: 1.25rem;
}
.p-form__item:not(:first-of-type) {
  margin-top: 2.3125rem;
}

.p-form__title label {
  font-size: 1.0625rem;
}
.p-form__title span {
  background: #CD7070;
  border-radius: 0.1875rem;
  color: #fff;
  padding: 0rem 0.6875rem;
}

.p-form__title {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 1.25rem;
  justify-content: end;
  text-align: right;
  width: 10.5rem;
}
.p-form__title span {
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}

.p-form__title--type02 .any {
  background: #707070;
}
.p-form__title--type03 {
  flex-direction: column;
}

.p-form__title--aiStart {
  align-items: flex-start;
  margin-top: 0.625rem;
}

.p-form__input {
  flex: 1;
}
.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
}
.p-formInput input:-ms-input-placeholder, .p-formTextarea textarea:-ms-input-placeholder {
  font-size: 1.125rem;
}
.p-formInput input::-ms-input-placeholder, .p-formTextarea textarea::-ms-input-placeholder {
  font-size: 1.125rem;
}
.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  font-size: 1.125rem;
}

.p-formInput input {
  border: 0.0625rem solid #707070;
  border-radius: 0;
  border-radius: 0.625rem;
  font-size: 1.0625rem;
  height: 2.75rem;
  padding: 0 0.625rem;
  width: 100%;
}

.p-formInput-note {
  color: #F3F3F3;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.4375rem;
  /* 200% */
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 0.0625rem solid #707070;
}

.p-formInput--sm input {
  max-width: 100%;
}
.p-formInput__post {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-formInput__post input {
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}
.p-formInput__address {
  margin-top: 0.625rem;
}

.p-formInput__address input {
  width: 70%;
}
.p-formInput--tel {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
}

.p-formInput--tel > * {
  min-width: 0;
}

.p-formInput--tel input {
  max-width: 100%;
  width: 9.375rem;
}

.p-formSelect select {
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/common/pulldown.svg) right 0.625rem center/0.625rem no-repeat;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  height: 3.75rem;
  max-width: 100%;
  padding-left: 1.25rem;
  width: 15.625rem;
}
.p-formSelect select:focus {
  outline: 0.125rem solid #b5b5b5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
}
.p-formDate__flex + .p-formDate__flex {
  margin-top: 1.25rem;
}

.p-formDate__label {
  font-size: 1rem;
}

.p-form__dataBlockFlex {
  align-items: center;
  display: flex;
}
.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 1.25rem;
}

.p-form__dataBlockLabel {
  font-size: 1rem;
  width: 5rem;
}
.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 0.3125rem;
  position: relative;
  width: 15.625rem;
}
.p-formCalendar input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-moz-document url-prefix() {
  .p-formCalendar input {
    background: none;
  }
  .p-formCalendar::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    content: "";
    display: block;
    height: 1rem;
    pointer-events: none;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-55%);
    width: 1rem;
  }
}
.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

.p-formCalendar input:focus {
  outline: 0.125rem solid #b5b5b5;
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 1rem;
}

.p-formNumber__flex {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  margin-top: 1.25rem;
}
.p-formNumber__block {
  align-items: center;
  display: flex;
}

.p-formNumber__blockLabel01 {
  font-size: 1rem;
  margin-right: 1.875rem;
}
.p-formNumber__blockLabel01 {
  font-size: 1rem;
}

.p-formNumber__blockInput {
  margin-right: 0.625rem;
  width: 9.375rem;
}
.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3125rem 1.9375rem;
  margin-top: 1.8125rem;
}
.p-formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

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

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.25rem;
}

.p-formCheckbox input + span {
  color: var(--gray, #4d4d4d);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0 0 0 2.1875rem;
  /* 150% */
  position: relative;
  width: auto;
}

.p-formCheckbox input + span::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}

.p-formCheckbox input + span::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.1875rem solid #475b6c;
  border-right: 0.1875rem solid #475b6c;
  content: "";
  display: block;
  height: 0.8125rem;
  left: 0.375rem;
  margin-top: -0.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.5rem;
}

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

.p-formRadio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

Ω .p-formRadio--vertical .wpcf7-radio {
  display: block;
}

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

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

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.25rem;
}

.p-formRadio input + span {
  cursor: pointer;
  display: flex;
  font-size: 1rem;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  background: #fff;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 100%;
  content: "";
  height: 1.25rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.25rem;
}

.p-formRadio input:checked + span::before {
  background-color: blue;
  box-shadow: inset 0 0 0 0.1875rem #fff;
}

.p-formTextarea textarea {
  border: 0.0625rem solid #707070;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  min-height: 13.5rem;
  padding: 0.625rem 0.625rem;
  width: 100%;
}

.p-form__privacy {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.3125rem;
  text-align: left;
  /* 171.429% */
}
.p-form__privacy a {
  color: #475b6c;
  font-size: 0.875rem;
  line-height: 1;
  line-height: 110%;
  position: relative;
  text-decoration: none;
  /* 15.4px */
}
.p-form__privacy a::after {
  background-color: var(--gray-line, #9aa4b8);
  bottom: -0.375rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-form__acceptance {
  margin-top: 1.875rem;
  text-align: center;
}
.p-form__submit {
  margin-top: 4.875rem;
  text-align: center;
}
.p-form__submit p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-formBtn input {
  /* 18.7px */
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-size: 0.875rem;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2c94de;
  font-size: 1.5rem;
  padding: 0.9375rem 0.625rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  font-size: 1.5rem;
  padding: 0.9375rem 0.625rem;
}
.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  color: red;
  display: none;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.625rem;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.p-form__submit {
  padding: 0;
}

.button__send {
  align-items: center;
  background-color: #000;
  border: 0.125rem solid #000;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.1575rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  position: relative;
  position: relative;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width: 19.6875rem;
  z-index: 1;
}

.button-wrapper {
  display: block;
  margin-inline: auto;
  position: relative;
  width: 19.6875rem;
}

.arrow-icon.js-submit-arrow {
  -webkit-transform: translateY(-50%);
  background: url("../img/common/arrow-white.png") no-repeat center center/contain;
  display: block;
  font-size: 0.875rem;
  height: 0.75rem;
  line-height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 48.5%;
  transform: translateY(-50%);
  width: 0.75rem;
  z-index: 10;
}

.button__send.common-button:hover {
  background: #fff;
  color: #475b6c;
}

.p-faq {
  background: #F3F3F3;
}

.p-faq__inner {
  margin-inline: auto;
  max-width: 67.5rem;
  padding-block: 5rem 5.4375rem;
  padding-inline: 2.5rem;
}

.p-faq__items {
  display: flex;
  flex-direction: column;
}

.p-faq__item {
  background: #fff;
  color: #707070;
  margin-top: 1.875rem;
  padding-block: 1.6875rem;
  padding-inline: 4.1875rem;
}

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

.p-faq__question {
  border-bottom: 0.0625rem solid #2c2c2c;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.625rem;
}
.p-faq__question .q {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-style: italic;
  font-weight: 600;
}

.p-faq__answer {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 0.8125rem;
}
.p-faq__answer span {
  color: #5AAD92;
  font-style: italic;
  font-weight: 700;
}

.p-footer {
  padding-block: 3.125rem 1.625rem;
}

.p-footer__content {
  display: flex;
  gap: 3.125rem;
  margin-inline: auto;
  margin-top: 3.125rem;
  max-width: 44.5625rem;
}

.p-footer__left {
  flex: 1;
}

.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  display: inline-block;
  height: auto;
  width: 7.625rem;
}

.p-footer__map {
  background-color: #ccc;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.p-footer__map iframe {
  height: 20rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-footer__map-overlay {
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  left: 50%;
  padding: 0.9375rem 1.875rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-footer__right {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-footer__company-name {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.115rem;
  text-align: center;
}

.p-footer__contactLink {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-footer__contactLink:hover {
  opacity: 0.7;
}

.p-footer__contactIcon {
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
}

.p-footer__contactInfo {
  display: flex;
  flex-direction: column;
}

.p-footer__contactNumber {
  color: #585858;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.135rem;
  line-height: 1;
}

.p-footer__contactTime {
  color: #7E7E7F;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0525rem;
  line-height: 1;
}
.p-footer__contactTime span {
  color: #F49E00;
}

.p-footer__address {
  color: #000000;
  letter-spacing: 0.08rem;
  margin-top: 0.375rem;
}

.p-footer__sns-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.p-footer__buttons {
  display: flex;
  flex-direction: column;
  font-family: "Century Gothic", "Arial", sans-serif;
  gap: 0.875rem;
}

.p-footer__btnLine {
  align-items: center;
  background-color: #06C755;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.5rem;
  justify-content: center;
  padding-block: 0.625rem;
  padding-inline: 1.5625rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  width: 11.25rem;
}
.p-footer__btnLine:hover {
  opacity: 0.8;
}

.p-footer__btnLineIcon {
  -webkit-transform: translateY(-48%);
  flex-shrink: 0;
  position: absolute;
  right: 0.6875rem;
  top: 48.5%;
  transform: translateY(-48%);
  width: 0.625rem;
}

.p-footer__btnEstimate {
  align-items: center;
  background-color: #4FC3DC;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.625rem;
  justify-content: center;
  padding-block: 0.625rem;
  padding-inline: 1.5625rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  width: 11.25rem;
}
.p-footer__btnEstimate:hover {
  opacity: 0.8;
}

.p-footer__btnEstimateIcon {
  -webkit-transform: translateY(-48%);
  flex-shrink: 0;
  position: absolute;
  right: 0.6875rem;
  top: 48.5%;
  transform: translateY(-48%);
  width: 0.625rem;
}

.p-footer__social {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.p-footer__socialLink {
  align-items: center;
  color: #000;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  transition: opacity 0.3s;
  width: 2.5rem;
}
.p-footer__socialLink:hover {
  opacity: 0.7;
}

.p-footer__socialImg1 {
  flex-shrink: 0;
  width: 3.75rem;
}

.p-footer__socialImg2 {
  flex-shrink: 0;
  width: 1.875rem;
}

.p-footer__nav {
  margin-inline: auto;
  max-width: 49.5625rem;
  padding-inline: 2.5rem;
  padding-top: 1.875rem;
}

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

.p-footer__navItem {
  list-style: none;
}

.p-footer__navLink {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-footer__navLink:hover {
  opacity: 0.7;
}

.p-front__mv {
  background: url(../img/front-page/mv.png) center center/cover no-repeat;
  margin-top: 7.1875rem;
  min-height: 26.875rem;
  position: relative;
}

.p-front__mv-inner {
  height: 100%;
  margin-inline: auto;
  max-width: 86.25rem;
  min-height: 26.875rem;
  padding-inline: 2.5rem;
  position: relative;
  width: 100%;
}

.p-front__mv-box {
  position: absolute;
}

.p-front__mv-box--left {
  left: 12.96875%;
  top: 5rem;
}

.p-front__mv-box--right {
  left: 12.96875%;
  top: 12.1875rem;
}

.p-front__mv-txt {
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  gap: 0.625rem;
}

.p-front__mv-txt-line {
  background: #fff;
  color: #7CB5E3;
  display: block;
  font-size: 2.0625rem;
  font-weight: 500;
  letter-spacing: 0.2475rem;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
}

.p-front__mv-txt-line1 {
  width: 21rem;
}

.p-front__mv-txt-line2 {
  width: 25rem;
}

.p-front__mv-txt-highlight {
  color: #FFD700;
  font-size: 3rem;
  font-weight: 700;
}

.p-front__mv-txt2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.8125rem;
  letter-spacing: 0.50625rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  opacity: 1;
}

.p-front__mv-txt2-line .text2 {
  margin-left: 0.75rem;
}

.p-front__mv-txt2-highlight {
  color: #FFFB7A;
  font-family: "Century Gothic", sans-serif;
  font-size: 4.625rem;
  font-style: italic;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.5925rem;
}

/* price */
.p-front__price {
  padding-block: 5.5625rem 5.125rem;
}

.p-front__price-inner {
  margin-inline: auto;
  max-width: 67.5rem;
  padding-inline: 2.5rem;
}

.p-front__price-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: normal;
  letter-spacing: 0.525rem;
  line-height: 1;
  text-align: center;
}

.p-front__price-subtitle {
  color: #000;
  letter-spacing: 0.2025rem;
  margin-top: 0.375rem;
  text-align: center;
}

.p-front__price-cards {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}

.p-front__price-card {
  background-color: #f1f1f1;
  flex: 1;
  padding-block: 2rem 0.625rem;
  padding-inline: 1.5rem;
  text-align: center;
}

.p-front__price-card-img {
  margin-top: -4rem;
}

.p-front__price-card-img img {
  height: auto;
  width: 100%;
}

.p-front__price-card-type {
  color: #42CAA6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.405rem;
  margin-top: 1.5rem;
}

.p-front__price-card-amount {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  justify-content: center;
  margin-top: 0.125rem;
}

.p-front__price-card-number {
  color: #F1AC44;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 5rem;
  font-style: italic;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 0;
}

.p-front__price-card-unit {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.p-front__price-card-unit-sub {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.p-front__price-card-per {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/* overview */
.p-front__overview {
  padding-block: 3.875rem 4.0625rem;
}

.p-front__overview-inner {
  align-items: center;
  display: flex;
  gap: 5.5rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 66.25rem;
  padding-inline: 2.5rem;
}

.p-front__overview-content {
  width: 25.25rem;
}

.p-front__overview-title {
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.54rem;
}

.p-front__overview-title-line {
  display: block;
}
.p-front__overview-text {
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-top: 1.6875rem;
}

.p-front__overview-btn {
  align-items: center;
  background-color: #000;
  border: 0.125rem solid #000;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 400;
  gap: 1rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.18em;
  margin-top: 1.75rem;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width: 19.6875rem;
}

.p-front__overview-btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.p-front__overview-btn-text {
  font-size: 0.875rem;
  line-height: 0;
}

.svg-arrow-right {
  flex-shrink: 0;
  height: auto;
  width: 1.125rem;
}

.p-front__overview-img {
  flex-shrink: 0;
  width: 29.8125rem;
}

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

/* about */
.p-front__about {
  margin-top: 3.9375rem;
}

.p-front__about-inner {
  background: url(../img/front-page/about-bg.png) center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 67.5rem;
  padding-block: 3.5625rem 2.125rem;
  padding-inline: 2.5rem;
}

.p-front__about-header {
  text-align: center;
}
.p-front__about-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1;
}

.p-front__about-subtitle {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2025rem;
  margin-top: 0.75rem;
}

.p-front__about-content {
  display: flex;
  gap: 5rem;
  margin-inline: auto;
  max-width: 57rem;
  padding-inline: 2.5rem;
}

.p-front__about-img {
  flex-shrink: 0;
  margin-top: 1.75rem;
  width: 17.25rem;
}

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

.p-front__about-text-area {
  line-height: 1.85;
  width: 28.875rem;
}

.p-front__about-text {
  color: #565656;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

.p-front__about-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  width: 100%;
}

.p-front__about-btn {
  background: #565656;
  border: 0.0625rem solid #565656;
  margin-inline: auto;
}

.p-front__about-btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.p-front__about-btn-text {
  font-size: 0.875rem;
  line-height: 0;
}

/* news */
.p-front__news {
  margin-top: 3.75rem;
  padding-block: 4.1875rem 4.0625rem;
}

.p-front__news-inner {
  margin-inline: auto;
  max-width: 67.5rem;
  padding-inline: 2.5rem;
}

.p-front__news-content {
  align-items: flex-start;
  display: flex;
  gap: 1.875rem;
}

.p-front__news-empty {
  text-align: center;
}

.p-front__news-left {
  flex-shrink: 0;
  width: 20.4375rem;
}

.p-front__news-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1;
}

.p-front__news-subtitle {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2025rem;
  margin-top: 0.75rem;
}

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

.p-front__news-right {
  flex: 1;
}

.p-front__news-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-front__news-item {
  border-top: 0.0625rem solid #707070;
  display: block;
  padding-top: 2.125rem;
  transition: opacity 0.3s;
}
.p-front__news-item:first-child {
  border-top: none;
  padding-top: 0;
}
.p-front__news-item:last-child {
  padding-bottom: 1.5rem;
}
.p-front__news-item:last-child {
  border-bottom: 0.0625rem solid #707070;
}
.p-front__news-item:hover {
  opacity: 0.7;
}
.p-front__news-item-header {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-front__news-item-category {
  background-color: #5168B1;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0525rem;
  padding-block: 0.25rem 0.125rem;
  padding-inline: 0.4375rem;
  text-align: center;
  width: 4.8125rem;
}

.category-news {
  background-color: #5168B1;
}

.category-blog {
  background-color: #42CAA6;
}

.p-front__news-item-date {
  font-size: 1rem;
  letter-spacing: 0.06rem;
}

.p-front__news-item-title {
  color: #000;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.p-front__news-btn {
  margin-top: 2.3125rem;
}

/* pick up */
.p-front__pickup {
  background-image: url(../img/front-page/pick-up-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 5rem 6.25rem;
}

.p-front__pickup-inner {
  margin-inline: auto;
  max-width: 67.5rem;
  padding-inline: 2.5rem;
}
.p-front__pickup-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 3.75rem;
}

.p-front__pickup-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1;
  text-align: center;
}

.p-front__pickup-subtitle {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
}

.p-front__pickup-cards {
  display: grid;
  gap: 2rem 2.1875rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-front__pickup-card {
  display: block;
  overflow: hidden;
  position: relative;
}
.p-front__pickup-card:hover .p-front__pickup-card-img-picture {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  scale: 1.05;
}
.p-front__pickup-card:hover .p-front__pickup-card-icon {
  background-color: #fff;
  border-color: #fff;
}
.p-front__pickup-card:hover .p-front__pickup-card-icon svg path {
  stroke: #888;
}

.p-front__pickup-card-img {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-front__pickup-card-img-picture {
  display: block;
  transition: scale 0.3s ease, -webkit-filter 0.6s ease;
  transition: scale 0.3s ease, filter 0.6s ease;
  transition: scale 0.3s ease, filter 0.6s ease, -webkit-filter 0.6s ease;
  width: 100%;
}
.p-front__pickup-card-img-picture img {
  width: 100%;
}

.p-front__pickup-card-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.p-front__pickup-card-label {
  color: #fff;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1;
}

.p-front__pickup-card-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.225rem;
}

.p-front__pickup-card-icon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  background-color: transparent;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 2.5rem;
}
.p-front__pickup-card-icon svg {
  height: 0.75rem;
  width: 0.75rem;
}
.p-front__pickup-card-icon svg path {
  transition: stroke 0.3s ease;
}

/* simulation */
.p-front__simulation {
  background-color: #fff;
  padding-block: 5rem 6.25rem;
}

.p-front__simulation-inner {
  margin-inline: auto;
  max-width: 67.5rem;
  padding-inline: 2.5rem;
}

.p-front__simulation-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.p-front__simulation-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1;
  text-align: center;
}

.p-front__simulation-subtitle {
  color: #2C2C2C;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-top: 0.625rem;
  text-align: center;
}

.p-front__simulation-content {
  margin-top: 3.75rem;
  text-align: center;
}
.p-front__simulation-content img {
  height: auto;
  max-width: 100%;
}

/* gallery */
.p-front__gallery {
  background-color: #fff;
  padding-block: 5rem 6.25rem;
}

.p-front__gallery-inner {
  margin-inline: auto;
}
.p-front__gallery-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 0.5rem;
  justify-content: center;
}

.p-front__gallery-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1;
  text-align: center;
}

.p-front__gallery-subtitle {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
}

.p-front__gallery-empty {
  padding-top: 3.75rem;
  text-align: center;
}

.p-front__gallery-slider-wrap {
  margin-left: auto;
  margin-right: 0;
  margin-top: 2.5rem;
  position: relative;
  width: calc(100% - 18.375rem);
}
.p-front__gallery-slider-wrap .swiper-slide {
  display: flex;
  height: auto;
}

.p-front__gallery-item {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-front__gallery-item:hover {
  opacity: 0.7;
}
.p-front__gallery-item::after {
  content: "";
}
.p-front__gallery-item:hover .p-front__gallery-item-icon-wrap {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
}
.p-front__gallery-item:hover .p-front__gallery-item-icon {
  stroke: #fff;
}

.p-front__gallery-item-icon-wrap {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid #888888;
  border-radius: 50%;
  bottom: 0.8125rem;
  cursor: pointer;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  position: absolute;
  right: 0.6875rem;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 1.875rem;
}

.p-front__gallery-item-icon {
  stroke: #888888;
  height: 0.5rem;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 0.5rem;
}

.p-front__gallery-item-img {
  background-color: #f0f0f0;
  overflow: hidden;
  padding-top: 73.0666666667%;
  position: relative;
  width: 100%;
}
.p-front__gallery-item-img img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-front__gallery-item-info {
  border-bottom: 0.0625rem solid #707070;
  border-left: 0.0625rem solid #707070;
  border-right: 0.0625rem solid #707070;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4375rem 1.125rem 1.875rem;
}

.p-front__gallery-item-date {
  font-size: 0.875rem;
  letter-spacing: 0.0525rem;
}

.p-front__gallery-item-title {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-front__gallery-nav {
  -webkit-transform: translateY(-50%);
  display: flex;
  gap: 0.75rem;
  left: -5.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.p-front__gallery-prev,
.p-front__gallery-next {
  align-items: center;
  background-color: #636363;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 2.8125rem;
}
.p-front__gallery-prev svg,
.p-front__gallery-next svg {
  color: #fff;
  height: 1.25rem;
  width: 1.25rem;
}
.p-front__gallery-prev:hover,
.p-front__gallery-next:hover {
  -webkit-transform: scale(1.1);
  opacity: 0.7;
  transform: scale(1.1);
}
.p-front__gallery-prev:hover svg,
.p-front__gallery-next:hover svg {
  color: #fff;
}
.p-front__gallery-prev.swiper-button-disabled,
.p-front__gallery-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.p-front__gallery-prev.swiper-button-disabled:hover,
.p-front__gallery-next.swiper-button-disabled:hover {
  -webkit-transform: scale(1);
  background-color: #fff;
  transform: scale(1);
}
.p-front__gallery-prev.swiper-button-disabled:hover svg,
.p-front__gallery-next.swiper-button-disabled:hover svg {
  color: #000;
}

.p-front__gallery-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}

.p-front__service {
  overflow: hidden;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  position: relative;
}
.p-front__service::before {
  background-color: #ECF9F9;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-front__service-inner {
  max-width: 78.125%;
}

.p-front__service-header {
  text-align: center;
}

.p-front__service-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0.375rem;
}
.p-front__service-subtitle {
  color: #2C2C2C;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  margin-top: 0.625rem;
}

.p-front__service-slider {
  margin-top: 3.75rem;
  overflow: visible;
}

.p-front__service-card {
  height: 100%;
  width: 100%;
}
.p-front__service-card img {
  display: block;
  height: auto;
  width: 100%;
}

.p-front__service-btn-wrap {
  margin-top: 4.375rem;
}

.js-service-swiper {
  overflow: visible;
}
.js-service-swiper .swiper-wrapper {
  align-items: stretch;
}
.js-service-swiper .swiper-slide {
  height: auto;
  width: 100%;
}
.js-service-swiper .swiper-pagination {
  margin-top: 2.6875rem !important;
  position: relative;
}
.js-service-swiper .swiper-pagination-bullet {
  background-color: #575757;
  height: 0.625rem;
  margin-inline: 0.9375rem !important;
  opacity: 1;
  width: 0.625rem;
}
.js-service-swiper .swiper-pagination-bullet-active {
  background-color: #2C2C2C;
}

.p-front__review {
  background-color: #ECF9F9;
  padding-block: 4.375rem 5.8125rem;
}

.p-front__review-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.p-front__review-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1;
  text-align: center;
}

.p-front__review-subtitle {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
}

.p-front__review-slider-wrap {
  margin-left: auto;
  margin-top: 3.75rem;
  position: relative;
}
.p-front__review-slider-wrap .swiper-slide {
  height: auto;
}
.js-review-swiper {
  margin-left: -1.125rem !important;
}

.p-front__review-empty {
  padding-top: 3.75rem;
  text-align: center;
}

.p-front__review-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  height: 100%;
  padding: 1.125rem 1.3125rem 1.4375rem;
  width: 100%;
}

.p-front__review-card-top {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-front__review-card-img {
  border-radius: 50%;
  flex-shrink: 0;
  height: 6.625rem;
  overflow: hidden;
  width: 6.625rem;
}
.p-front__review-card-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-front__review-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
}

.p-front__review-card-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-front__review-card-age {
  color: #000000;
  letter-spacing: 0.06rem;
}

.p-front__review-card-details {
  letter-spacing: 0.06rem;
}

.p-front__review-card-text {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  line-height: 1.8;
}

.p-front__review-btn-wrap {
  margin-top: 3.5625rem;
  text-align: center;
}
.p-front__review-nav {
  -webkit-transform: translateY(-50%);
  display: flex;
  gap: 0.75rem;
  left: -5.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.p-front__review-prev {
  align-items: center;
  background-color: #636363;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 2.8125rem;
}
.p-front__review-prev svg {
  color: #fff;
  height: 1.125rem;
  width: 1.125rem;
}
.p-front__review-prev:hover {
  -webkit-transform: scale(1.05);
  background-color: #888888;
  transform: scale(1.05);
}
.p-front__review-prev:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.js-review-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-front__simulation {
  background-color: #fff;
  padding-block: 5.5625rem 6.5rem;
}

.p-front__simulation-inner {
  margin-inline: auto;
  max-width: 66.875rem;
  padding-inline: 2.5rem;
}

.p-front__simulation-header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-front__simulation-content {
  margin-top: 3.75rem;
}

.p-front__simulation-description {
  color: #707070;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-front__simulation-form {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.75rem 5rem;
}

.p-front__simulation-item {
  display: flex;
  gap: 1.25rem;
}
.p-front__simulation-item:not(:first-of-type) {
  margin-top: 2.3125rem;
}

.p-front__simulation-label {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 1.25rem;
  justify-content: flex-end;
  letter-spacing: 0.0225rem;
  text-align: right;
  width: 10.5rem;
}
.p-front__simulation-label label {
  font-size: 1.125rem;
}

.p-front__simulation-required {
  background: #CD7070;
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01625rem;
  line-height: 1.5rem;
  padding: 0rem 0.6875rem;
}

.p-front__simulation-input {
  flex: 1;
}

.p-front__simulation-select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23707070' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  border: 0.125rem solid #D9D9D9;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0225rem;
  padding: 1rem 2.5rem 1rem 1.25rem;
  transition: border-color 0.3s;
  width: 100%;
}
.p-front__simulation-select:focus {
  border-color: #42CAA6;
  outline: none;
}
.p-front__simulation-select option {
  font-size: 1rem;
  padding: 0.5rem;
}

.p-front__simulation-input-wrap {
  position: relative;
  width: 100%;
}

.p-front__simulation-text-input {
  background-color: #fff;
  border: 0.125rem solid #D9D9D9;
  border-radius: 0.25rem;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0225rem;
  padding: 1rem 3.75rem 1rem 1.25rem;
  transition: border-color 0.3s;
  width: 100%;
}
.p-front__simulation-text-input:focus {
  border-color: #42CAA6;
  outline: none;
}
.p-front__simulation-text-input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.p-front__simulation-text-input:-ms-input-placeholder {
  color: #AAAAAA;
}
.p-front__simulation-text-input::-ms-input-placeholder {
  color: #AAAAAA;
}
.p-front__simulation-text-input::placeholder {
  color: #AAAAAA;
}
.p-front__simulation-text-input::-webkit-inner-spin-button, .p-front__simulation-text-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-front__simulation-text-input[type=number] {
  -moz-appearance: textfield;
}

.p-front__simulation-unit {
  -webkit-transform: translateY(-50%);
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-front__simulation-btn-wrap {
  margin-top: 3.125rem;
  text-align: center;
}

.p-front__simulation-btn {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 6.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.2025rem;
  padding: 1.125rem 3.75rem;
  position: relative;
  transition: opacity 0.3s;
}
.p-front__simulation-btn:hover {
  opacity: 0.8;
}

.p-front__simulation-btn-icon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  right: 1.1875rem;
  top: 47.5%;
  transform: translateY(-50%);
  width: 0.75rem;
}
.p-front__simulation-btn-icon svg {
  height: 0.75rem;
  width: 0.75rem;
}

.p-front__simulation-result {
  background: linear-gradient(135deg, #61CAAD 0%, #4DB89C 100%);
  border-radius: 1.25rem;
  padding: 3.75rem 5rem;
  text-align: center;
}

.p-front__simulation-result-label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0225rem;
}

.p-front__simulation-result-price {
  color: #fff;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.18rem;
  margin-top: 1rem;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.p-front__simulation-result-note {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0175rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.p-front__simulation-reset {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 6.25rem;
  color: #42CAA6;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02rem;
  margin-top: 2rem;
  padding: 0.875rem 2.5rem;
  transition: opacity 0.3s;
}
.p-front__simulation-reset:hover {
  opacity: 0.9;
}

body.noscroll {
  overflow: hidden;
}

.p-header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.5s all;
  width: 100%;
  z-index: 100;
}
.p-header.js-up {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}
.p-header.js-down {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
  background-color: #fff;
}

.p-header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 65rem;
  padding-inline: 2.5rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

.p-header__logo {
  width: 5.875rem;
}
.p-header__logo img {
  display: block;
  height: auto;
  width: 100%;
}
.p-header__nav {
  padding-top: 1.25rem;
}

.p-header__list {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__item,
.menu-item {
  height: inherit;
  letter-spacing: 0.1em;
  position: relative;
}
.p-header__item:not(:last-child),
.menu-item:not(:last-child) {
  margin-right: 3.375rem;
}

.p-header__link,
.menu-link {
  align-items: center;
  color: #2C2C2C;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: inherit;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.p-header__link span,
.menu-link span {
  position: relative;
}
.p-header__link span::after,
.menu-link span::after {
  -webkit-transform: translateX(-50%);
  background-color: #42CAA6;
  bottom: -0.5rem;
  content: "";
  height: 0.125rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s all;
  width: 100%;
}
.p-header__link:hover,
.menu-link:hover {
  opacity: 0.7;
}
.p-header__link:hover span::after,
.menu-link:hover span::after {
  opacity: 1;
}

.current-menu-item .p-header__link span::after {
  opacity: 1;
}

.p-header__buttons {
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  gap: 0.75rem;
}

.p-header__btnLine {
  align-items: center;
  background-color: #06C755;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  padding-block: 0.75rem;
  padding-inline: 1.75rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  width: 11.25rem;
}
.p-header__btnLine:hover {
  opacity: 0.8;
}

.p-header__btnLineIcon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  height: 0.75rem;
  justify-content: center;
  position: absolute;
  right: 0.75rem;
  top: 48%;
  transform: translateY(-50%);
  width: 0.75rem;
}
.p-header__btnLineIcon svg {
  height: 100%;
  width: 100%;
}

.p-header__btnEstimate {
  align-items: center;
  background-color: #4FC3DC;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  padding-block: 0.75rem;
  padding-inline: 1.75rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  width: 11.25rem;
}
.p-header__btnEstimate:hover {
  opacity: 0.8;
}

.p-header__btnEstimateIcon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  height: 0.75rem;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 48%;
  transform: translateY(-50%);
  width: 0.75rem;
}
.p-header__btnEstimateIcon svg {
  height: 100%;
  width: 100%;
}

.p-header__nav2 {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  padding-top: 1.125rem;
}

.p-header__contactLink {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
  text-decoration: none;
  transition: 0.3s all;
}
.p-header__contactLink:hover {
  opacity: 0.8;
}

.p-header__contactIcon {
  height: 2rem;
  width: 2rem;
}

.p-header__contactInfo {
  display: flex;
  flex-direction: column;
}

.p-header__contactNumber {
  color: #585858;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-header__contactTime {
  color: #585858;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}
.p-header__contactTime span {
  color: #F49E00;
  font-weight: bold;
}

.p-header__sp-controls {
  display: none;
}

.p-header__buttons-sp {
  display: none;
}

.p-header__btnLine-sp {
  align-items: center;
  background-color: #06C755;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  height: 2.125rem;
  justify-content: center;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  width: 9.625rem;
}
.p-header__btnLine-sp:hover {
  opacity: 0.8;
}

.p-header__btnLineIcon-sp {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  height: 0.5rem;
  justify-content: center;
  position: absolute;
  right: 0.5rem;
  top: 48%;
  transform: translateY(-50%);
  width: 0.5rem;
}
.p-header__btnLineIcon-sp svg {
  height: 100%;
  width: 100%;
}

.p-header__btnEstimate-sp {
  align-items: center;
  background-color: #4FC3DC;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  height: 2.125rem;
  justify-content: center;
  padding-block: 0.5rem 0.5rem;
  padding-inline: 0.75rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  width: 9.625rem;
}
.p-header__btnEstimate-sp:hover {
  opacity: 0.8;
}

.p-header__btnEstimateIcon-sp {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 400;
  height: 0.5rem;
  justify-content: center;
  position: absolute;
  right: 0.5rem;
  top: 48%;
  transform: translateY(-50%);
  width: 0.5rem;
}
.p-header__btnEstimateIcon-sp svg {
  height: 100%;
  width: 100%;
}

.p-header__hamburger {
  display: none;
}
.c-hamburger {
  cursor: pointer;
  display: block;
  height: 1.125rem;
  position: relative;
  transition: 0.3s all;
  width: 1.8125rem;
  z-index: 3;
}
.c-hamburger span {
  background-color: #707070;
  border-radius: 0.625rem;
  display: block;
  height: 0.25rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: calc((100% - 2px) / 2);
  transition: 0.5s ease all;
  width: 100%;
}
.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

.js-open .c-hamburger span {
  transition: 0.5s ease all;
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}

.p-spNav {
  display: none;
}
.p-spNav.js-open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.p-spNav__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.625rem;
  width: 100%;
}

.p-spNav__item,
.menu-item {
  border-bottom: 1px solid #000;
  position: relative;
  width: 100%;
}

.p-spNav__link,
.menu-link {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.875rem 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.p-spNav__link::after,
.menu-link::after {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s all;
  width: 100%;
}
.p-spNav__link:hover::after,
.menu-link:hover::after {
  opacity: 1;
}

.p-spNav__item.current-menu-item .p-spNav__link::after {
  opacity: 1;
}
.p-spNav__item.current-menu-item span {
  display: block;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-cross {
  display: block;
  height: 1.25rem;
  position: absolute;
  right: 0.9375rem;
  top: 2.1875rem;
  width: 1.25rem;
}
.c-cross::before, .c-cross::after {
  content: "";
  height: 0.125rem;
  position: absolute;
  right: 0.27rem;
  top: 46%;
  transition: 0.2s all;
  width: 0.9375rem;
}
.c-cross::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-active .c-cross::after {
  opacity: 0;
}

.is-active .c-cross::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-accordion {
  display: none;
  margin-bottom: 1.25rem;
  margin-top: -1.25rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-accordion li {
  margin-left: 0.625rem;
  width: 100%;
}
.c-accordion li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.9375rem 0 0.3125rem 0.75rem;
}

.p-hoge {
  color: blue;
  font-size: 6.25rem;
}
.p-hoge2 {
  color: pink;
  font-size: 1.875rem;
}

.with-min {
  background: blue;
  color: #fff;
  margin-inline: auto;
  max-width: 55.5555555556%;
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
  text-align: center;
}

.p-card3__items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(12.5rem, 100%), 1fr));
}

.p-card3__item {
  display: grid;
  gap: 1.25rem;
  grid-row: span 4;
  grid-template-rows: subgrid;
}

.p-card3__img {
  overflow: hidden;
  position: relative;
}
.p-card3__img img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.p-card3__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.p-card3__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.front-mv__button {
  display: inline-block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.parent {
  margin-top: 2.5rem;
}

.parent__list {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(4, 1fr);
}

.parent__item {
  background: #000;
  height: 12.5rem;
  width: 100%;
}

.parent__item:has(.grond-child) {
  background: blue;
  position: relative;
}
.parent__item:has(.grond-child)::before {
  background-color: rgba(128, 128, 128, 0.5);
  content: "";
  inset: 0;
  position: absolute;
}

.text5 {
  font-size: 1.5rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  text-align: justify;
  width: min(100%, 25rem);
}

.text6 {
  display: flex;
  justify-content: space-between;
  padding-left: 1em;
  position: relative;
}
.text6::before {
  background-color: red;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.3125rem);
  width: 0.625rem;
}

.text7 {
  background-image: linear-gradient(to right, black 5px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  display: flex;
  inline-size: none;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.gradation {
  background-image: linear-gradient(to bottom, #000 0%, #eee 20%, yellow 50%, green 100%);
  margin-top: 1.25rem;
}

/* header */
.p-home__header {
  background-color: #42CAA6;
  margin-top: 7.1875rem;
  padding-block: 1.5rem;
  text-align: center;
}
.p-home__header-title {
  color: #fff;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.35rem;
  line-height: 1;
}
.p-home__header-subtitle {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1575rem;
  margin-top: 0.5rem;
}
/* main */
.p-home {
  background-color: #F3F3F3;
  padding-block: 6.6875rem;
}

/* layout */
.p-home__layout {
  background-color: #fff;
}
/* tabs */
.p-home__tabs {
  display: flex;
  flex-shrink: 0;
}
.p-home__tab {
  background-color: #fff;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  padding-block: 1rem;
  padding-inline: 3rem;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  width: 50%;
}

.p-home__tab--news {
  color: #5168B1;
}

.p-home__tab--active {
  background-color: #42CAA6;
  color: #fff;
}
.p-home__tab:hover {
  background-color: #42CAA6;
  color: #fff;
}
/* content */
.p-home__content {
  flex: 1;
  margin-top: 6.625rem;
  padding-inline: 4rem;
}

.p-home__list {
  display: none;
}
.p-home__list--active {
  display: block;
}
.p-home__item {
  align-items: center;
  border-bottom: 0.0625rem solid #2C2C2C;
  display: flex;
  justify-content: space-between;
  padding-block: 2.625rem 1.5rem;
}

.p-home__item:first-child {
  padding-top: 0;
}
.p-home__item--left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-home__item-header {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}
.p-home__item-category {
  border-radius: 0.125rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  min-width: 6.25rem;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  text-align: center;
}

.category-news {
  background-color: #5B8FD9;
}
.category-blog {
  background-color: #42CAA6;
}
.p-home__item-date {
  font-weight: 500;
  letter-spacing: 0.06rem;
}

.p-home__item-title {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
}

.p-home__item-btn {
  align-items: center;
  background-color: #000;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.1575rem;
  padding-block: 0.625rem;
  padding-inline: 1.75rem;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
  width: 17.3125rem;
}
.p-home__item-btn .svg-arrow-right {
  -webkit-transform: translateY(-50%);
  flex-shrink: 0;
  position: absolute;
  right: 1.25rem;
  top: 48.5%;
  transform: translateY(-50%);
  width: 1.125rem;
}

.p-home__item-btn:hover {
  opacity: 0.7;
}
.p-home__no-posts {
  color: #666;
  padding-block: 3.75rem;
  text-align: center;
}
/* pagination */
.p-home__pagination {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 18rem;
  padding-block: 3.5625rem 4.875rem;
}

.p-home__page-number {
  align-items: center;
  background: #C8C8C8;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 5fdfd00;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.08rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 3rem;
}

.p-home__page-number--current {
  background-color: #42CAA6;
  color: #fff;
}
.p-home__page-number:hover {
  background-color: #42CAA6;
  color: #fff;
}
.p-home__page-dots {
  align-items: center;
  color: #666;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-overview__inner {
  margin-inline: auto;
  max-width: 66.5rem;
  padding-inline: 2.5rem;
}

.p-overview__layout {
  display: flex;
  gap: 3.75rem;
}

.p-overview__tabs {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  left: 10.9375%;
  position: fixed;
  top: 22.8125rem;
  width: 12.5rem;
  z-index: 4;
}

.p-overview__tab-wrap {
  align-items: center;
  display: flex;
  gap: 1.375rem;
}

.p-overview__tab {
  align-items: center;
  background-color: #C8C8C8;
  border: none;
  cursor: pointer;
  display: flex;
  height: 3.875rem;
  justify-content: center;
  transition: background-color 0.3s, opacity 0.3s;
  width: 3.875rem;
}
.p-overview__tab:hover {
  opacity: 0.7;
}
.p-overview__tab--active {
  background-color: #61CAAD;
}
.p-overview__tab--active path {
  stroke: #fff;
}
.p-overview__tab--active .p-overview__tab-number,
.p-overview__tab--active .p-overview__tab-text,
.p-overview__tab--active .p-overview__tab-subtitle {
  color: #fff;
}

.p-overview__tab-number {
  color: #fff;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.11rem;
}

.p-overview__tab-text {
  color: #2C2C2C;
  font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.12rem;
}

.p-overview__tab-subtitle {
  color: #565656;
  font-size: 0.75rem;
  letter-spacing: 0.045rem;
}
.p-overview__content {
  margin-left: auto;
  position: relative;
  width: 48.125rem;
}

.p-overview__section {
  display: block;
}

.p-overview__section--message {
  padding-top: 4.1875rem;
}

.p-overview__section-header {
  align-items: center;
  border-bottom: 0.0625rem solid #354256;
  display: flex;
  gap: 1.6875rem;
  justify-content: start;
  letter-spacing: 0.525rem;
  margin-inline: auto;
  padding-bottom: 0.5rem;
}

.p-overview__section-label {
  color: #61CAAD;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.525rem;
  line-height: 1;
}

.p-overview__section-title {
  color: #2C2C2C;
  font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.0525rem;
  line-height: 1;
  margin-top: -0.5rem;
}

.p-overview__message-content {
  margin-top: 2.5rem;
}

.p-overview__message-text {
  color: #2C2C2C;
  letter-spacing: 0.08rem;
  line-height: 2.18;
}

.p-overview__message-img {
  margin-inline: auto;
  margin-top: 2.625rem;
  width: 18.3125rem;
}
.p-overview__message-img img {
  height: auto;
  width: 100%;
}

.p-overview__message-img-caption {
  text-align: center;
}

.p-overview__message-img-company {
  color: #2C2C2C;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1125rem;
  margin-top: 1.4375rem;
}

.p-overview__message-img-name {
  color: #2C2C2C;
  letter-spacing: 0.0875rem;
  margin-top: 0.875rem;
}

.p-overview__achievement {
  background-color: #ECF9F9;
  margin-bottom: 5.5rem;
  margin-top: 4.375rem;
  padding: 2.25rem 2.3125rem 3.1875rem;
}

.p-overview__achievement-title {
  border-bottom: 0.0625rem solid #354256;
  color: #61CAAD;
  font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.0625rem;
  font-weight: 200;
  letter-spacing: 0.2475rem;
}
.p-overview__achievement-text {
  color: #2C2C2C;
  letter-spacing: 0.08rem;
  line-height: 2.18;
  margin-top: 1.875rem;
}

.p-overview__achievement-badges {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
  justify-content: center;
  margin-top: 1.875rem;
}
.p-overview__achievement-badges.u-sp {
  flex-direction: column;
  gap: 2.1875rem;
}

.p-overview__achievement-badges-top {
  display: none;
}

.u-sp .p-overview__achievement-badges-top {
  display: block;
  width: 100%;
}

.p-overview__achievement-badges-bottom {
  display: none;
}

.u-sp .p-overview__achievement-badges-bottom {
  align-items: center;
  display: flex;
  gap: 0rem;
  justify-content: center;
  margin-top: 1.6875rem;
  width: 100%;
}
.u-sp .p-overview__achievement-badges-bottom .p-overview__achievement-badge {
  flex: 0 0 calc(50% - 1.09375rem);
  width: calc(50% - 1.09375rem);
}

.p-overview__achievement-badge img {
  height: auto;
  margin-inline: auto;
  width: 100%;
}

.p-overview__section--overview {
  background: #ECF9F9;
}

.p-overview__section-inner {
  margin-inline: auto;
  max-width: 66.5rem;
  padding-bottom: 5rem;
  padding-inline: 2.5rem;
  padding-top: 3.125rem;
}

.p-overview__section-content {
  margin-left: auto;
  width: 48.125rem;
}

.p-overview__table-row {
  align-items: center;
  border-bottom: 0.0625rem solid #354256;
  display: flex;
  padding-block: 2rem 2.125rem;
}

.p-overview__table-label {
  color: #565656;
  flex-shrink: 0;
  font-weight: 400;
  letter-spacing: 0.0525rem;
  position: relative;
  width: 10.8125rem;
}
.p-overview__table-label::after {
  -webkit-transform: translateY(-50%);
  color: #2C2C2C;
  content: "｜";
  font-size: 1.375rem;
  font-weight: bold;
  left: 8.5625rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.p-overview__table-data {
  color: #2C2C2C;
  flex: 1;
  font-weight: 400;
  letter-spacing: 0.08rem;
}

.p-overview__area-content {
  display: flex;
  gap: 0.625rem;
}

.p-overview__area-text {
  margin-top: 2.5rem;
}
.p-overview__area-subtitle {
  color: #2C2C2C;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.p-overview__area-list {
  color: #2C2C2C;
  letter-spacing: 0.08rem;
  margin-top: 0.5rem;
}

.p-overview__area-description {
  color: #2C2C2C;
  font-size: 1rem;
  letter-spacing: 0.06rem;
  line-height: 1.8;
  margin-top: 2.25rem;
}

.p-overview__area-map {
  flex-shrink: 0;
  width: 18.75rem;
}
.p-overview__area-map img {
  display: block;
  height: auto;
  width: 100%;
}

.p-overview__section--access {
  background: #ECF9F9;
}

.p-overview__access-map {
  border: 0.0625rem solid #2C2C2C;
  height: 17.6875rem;
  margin-inline: auto;
  margin-top: 4.5rem;
  width: 31.25rem;
}
.p-overview__access-map iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.p-overview__access-address {
  align-items: center;
  color: #2C2C2C;
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.06rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  margin-top: 1.25rem;
  width: 31.25rem;
}
.p-overview__access-icon-img {
  flex-shrink: 0;
  width: 2rem;
}
.p-overview__access-icon-img img {
  height: 100%;
  width: 100%;
}

.p-overview__access-text {
  letter-spacing: 0.08rem;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-recruit {
  padding-block: 4.375rem 5.8125rem;
}

.p-recruit__inner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding-inline: 2.5rem;
}

.p-recruit__content {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-recruit__content img {
  height: auto;
  max-width: 100%;
}

.p-service {
  margin-top: 4.1875rem;
}

.p-service__inner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding-inline: 2.5rem;
}

.p-service__tabs {
  display: flex;
  justify-content: space-between;
}

.p-service__tab {
  align-items: center;
  background-color: #fff;
  border: 0.0625rem solid #61CAAD;
  color: #61CAAD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 0.8125rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  width: 11.875rem;
}
.p-service__tab:hover {
  opacity: 0.7;
}

.p-service__tab--active {
  background-color: #61CAAD;
  color: #fff;
}

.p-service__tab-icon {
  -webkit-transform: translateX(-50%);
  bottom: 0.625rem;
  color: #61CAAD;
  display: block;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: color 0.3s;
  width: 7.25rem;
  z-index: 1;
}
.p-service__tab-icon svg {
  height: 100%;
  width: 100%;
}

.p-service__tab-icon--sp {
  display: none;
}

.p-service__tab--active .p-service__tab-icon {
  color: #fff;
}

.p-service__tab-title {
  font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  text-align: center;
}

.p-service__simulation-btn-wrap {
  margin-top: 2.0625rem;
}

.p-service__simulation-btn {
  align-items: center;
  background-color: #fff;
  border: 0.0625rem solid #61CAAD;
  color: #61CAAD;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  justify-content: center;
  padding-block: 1.25rem;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
.p-service__simulation-btn:hover {
  opacity: 0.7;
}

.p-service__simulation-btn-text {
  font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.04rem;
}

.p-service__simulation-btn-icon {
  align-items: center;
  color: #61CAAD;
  display: flex;
  height: 0.375rem;
  width: 13.5rem;
}
.p-service__simulation-btn-icon svg {
  height: 100%;
  width: 100%;
}

.p-service__simulation-btn-icon--sp {
  display: none;
}

.p-service__flow {
  margin-top: 4.5rem;
}
.p-service__flow-header {
  position: relative;
}
.p-service__flow-title-wrap {
  align-items: center;
  border-bottom: 0.0625rem solid #2C2C2C;
  display: flex;
  gap: 1.25rem;
  width: 52.5625rem;
}

.p-service__flow-title {
  color: #61CAAD;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.5625rem;
}
.p-service__flow-subtitle {
  color: #2C2C2C;
  font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1rem;
}

.p-service__flow-items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}

.p-service__flow-item {
  background-color: #E8F5F1;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.p-service__flow-icon {
  align-items: center;
  display: flex;
  height: 6.25rem;
  justify-content: center;
  margin-bottom: 1.5625rem;
  margin-inline: auto;
  width: 6.25rem;
}
.p-service__flow-icon img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-service__flow-item-title {
  color: #2C2C2C;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  margin-bottom: 0.9375rem;
}
.p-service__flow-item-text {
  color: #2C2C2C;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  line-height: 1.8;
}
.p-service__flow-img {
  -o-object-fit: contain;
  display: block;
  height: auto;
  margin-top: 3.4375rem;
  object-fit: contain;
  width: 100%;
  width: 50.3125rem;
}

.p-service__items {
  background-color: #F3F3F3;
  margin-top: 4.25rem;
  padding: 2.5rem 2.375rem 3rem 4.375rem;
  scroll-margin-top: 6.25rem;
}

.p-service__item {
  display: flex;
  gap: 2rem;
}

.p-service__item-img {
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 34.6%;
  position: relative;
  width: 25rem;
}
.p-service__item-img img {
  -o-object-position: 50% 50%;
  -o-object-fit: cover;
  display: block;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-service__item-content {
  flex: 1;
}

.p-service__item-label {
  color: #61CAAD;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 2.4375rem;
  letter-spacing: 0.34125rem;
  line-height: 1;
  text-align: center;
}
.p-service__item-title {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.225rem;
  line-height: 1;
  margin-top: 1rem;
  text-align: center;
}

.p-service__item-text {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.68;
  margin-top: 1.625rem;
}

.p-service__item-btn-wrap {
  margin-top: 2.5rem;
  text-align: center;
}
.p-service__item-btn {
  align-items: center;
  background-color: #000;
  border-radius: 6.25rem;
  color: #fff;
  display: inline-flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.07rem;
  min-width: 17.5rem;
  padding-inline: 1.875rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-service__item-btn:hover {
  opacity: 0.7;
}

.p-service__item-btn-text {
  display: block;
  line-height: 1;
}

.p-service__item-btn-icon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  height: 0.75rem;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 49%;
  transform: translateY(-50%);
  width: 0.75rem;
}
.p-service__item-btn-icon svg {
  color: #fff;
  height: 100%;
  width: 100%;
}

.p-service__simulation {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.p-service__simulation-inner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding-inline: 2.5rem;
}
.p-service__simulation-header {
  margin-bottom: 3.125rem;
  position: relative;
}

.p-service__simulation-title-wrap {
  align-items: center;
  border-bottom: 0.0625rem solid #2C2C2C;
  display: flex;
  gap: 1.25rem;
}

.p-service__simulation-title {
  color: #61CAAD;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0.375rem;
}

.p-service__simulation-subtitle {
  color: #2C2C2C;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}

.p-service__simulation-text {
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.14rem;
  line-height: 1.8;
  text-align: center;
}
.p-single {
  margin-bottom: 2.875rem;
  margin-top: 1rem;
}

.p-single__inner {
  max-width: 62.5rem;
}

.p-single__article {
  width: 100%;
}

.p-single__header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: end;
  margin-right: 13.625rem;
}

.p-single__category {
  background-color: #5168B1;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
}

.category-news {
  background-color: #5168B1;
}

.category-blog {
  background-color: #42CAA6;
}

.p-single__date {
  font-size: 1rem;
  letter-spacing: 0.06rem;
}

.p-single__title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  line-height: 1.6;
  margin-inline: auto;
  margin-top: 4.375rem;
  width: 24.125rem;
}

.p-single__content {
  display: flex;
  gap: 3.375rem;
  margin-top: 2.5rem;
}

.p-single__thumbnail-wrap {
  width: 50.4%;
}

.p-single__thumbnail {
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 110.5%;
  position: relative;
  width: 100%;
}
.p-single__thumbnail img {
  -o-object-position: 50% 50%;
  -o-object-fit: cover;
  display: block;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-single__text1 {
  color: #434343;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  line-height: 1.8;
  margin-top: 2.3125rem;
}
.p-single__text1 p {
  margin-top: 1.25rem;
}
.p-single__text1 p:first-child {
  margin-top: 0;
}

.p-single__right--wrap {
  width: 44.2%;
}

.p-single__text2 {
  color: #434343;
  font-size: 1rem;
  line-height: 2.5;
  margin-top: 2.5rem;
}
.p-single__text2 p {
  margin-top: 1.25rem;
}
.p-single__text2 p:first-child {
  margin-top: 0;
}

.p-single__back {
  margin-top: 3.625rem;
  text-align: center;
}

.p-single__back-btn {
  align-items: center;
  background: #000;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3.375rem;
  justify-content: center;
  margin-inline: auto;
  padding: 1rem 5rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 19.6875rem;
}
.p-single__back-btn::after {
  background: url(../img/common/arrow2.png) center center/contain no-repeat;
  content: "";
  height: 0.3125rem;
  left: 3.375rem;
  position: absolute;
  width: 3.25rem;
}
.p-single__back-btn:hover {
  opacity: 0.7;
}

.single__body {
  color: #000;
  margin-bottom: 37.5rem;
  margin-top: 15.625rem;
}

.single__body-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  padding-inline: 2.5rem;
}

.single__contents {
  margin-top: 2.375rem;
}

.single__contents-date {
  color: #7bacc1;
  line-height: 2.4375rem;
  /* 243.75% */
}

.single__contents-title {
  /* 158.333% */
  border-bottom: 0.0625rem solid #7bacc1;
  font-size: 2.25rem;
  line-height: 3.5625rem;
  margin-top: 1.1875rem;
  padding-bottom: 3.8125rem;
}

span[style*=underline] {
  position: relative;
  text-decoration: none !important;
  /* デフォルトの下線はオフにする */
}

span[style*=underline] {
  background: linear-gradient(to bottom, transparent 70%, #ede921 20%);
  display: inline;
}

.single__contents-img-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 32.1875rem;
}

.single__contents-img {
  height: 0;
  margin-top: 7.5rem;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.single__contents-img img {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.defaultTemplate {
  line-height: 1.5;
  margin-top: 3.5rem;
}
.defaultTemplate .defaultTemplate__contents h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.defaultTemplate .defaultTemplate__contents h2 {
  font-size: 1.4375rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h2:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents .heading-2-text {
  margin-top: 0.875rem;
}
.defaultTemplate .defaultTemplate__contents .heading-3-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 1.4375rem;
  padding-left: 0.9375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h3:before {
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.75rem);
  width: 0.5rem;
}
.defaultTemplate .defaultTemplate__contents h3 span {
  font-size: 1.25rem !important;
}
.defaultTemplate .defaultTemplate__contents .heading-4-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  margin-top: 1.8125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-5-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h5 {
  color: #e1c300;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.375rem;
}
.defaultTemplate .defaultTemplate__contents h5 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-6-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h6 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 2.375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h6:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.defaultTemplate .defaultTemplate__contents h6 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents img {
  display: inline-block;
  height: auto;
  margin: 1.5rem 0;
  max-width: 100%;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote {
  background-color: #F3F3F3;
  padding: 0.8125rem 0.9375rem 0.8125rem 3.125rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents blockquote::before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5625rem;
  left: 0.9375rem;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote p {
  line-height: 1.7;
  margin-top: 0.625rem;
  padding: 0;
}
.defaultTemplate .defaultTemplate__contents .list-style-1-wrapper {
  margin-top: 1.625rem;
}
.defaultTemplate .defaultTemplate__contents ol {
  list-style: decimal;
}
.defaultTemplate .defaultTemplate__contents ul li,
.defaultTemplate .defaultTemplate__contents ol li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
  list-style-position: outsite;
  margin-left: 1.25rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents ul li::before,
.defaultTemplate .defaultTemplate__contents ol li::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.6875rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
.defaultTemplate .defaultTemplate__contents a:hover {
  text-decoration: underline;
}
.defaultTemplate .defaultTemplate__contents .table-cel-wrapper {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table,
.defaultTemplate .defaultTemplate__contents table * {
  border-color: #475b6c;
}
.defaultTemplate .defaultTemplate__contents table tr td {
  padding: 0.5rem;
}

/* デフォルトのmargin-left */
.table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 0.0625rem;
  padding-left: 2rem;
  position: relative;
}
.table-of-list::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.0625rem;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.the_content-wrapper {
  margin-top: 1.3125rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-content {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  list-style: none;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2 {
  font-weight: bold;
  margin-left: 1.125rem;
  position: relative;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.5rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

.defaultTemplate__button-box-wrapper {
  border-top: 0.1875rem solid #000;
  margin-top: 3.75rem;
}

.defaultTemplate__button-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8125rem;
}

.defaultTemplate__prev-button {
  text-align: right;
}
.defaultTemplate__prev-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  opacity: 1;
  padding-right: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__prev-button a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.375rem;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__prev-button a:hover {
  opacity: 0.8;
}

.defaultTemplate__next-button {
  text-align: left;
}
.defaultTemplate__next-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  opacity: 1;
  padding-left: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__next-button a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.375rem;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__next-button a:hover {
  opacity: 0.8;
}

.table-of-list-3::before {
  display: none;
}

.table-of-list-4::before {
  display: none;
}

.table-of-list-5::before {
  display: none;
}

.table-of-list-6::before {
  display: none;
}

.no_bullets {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}

.toc_title {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem !important;
  font-weight: bold !important;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem !important;
  text-align: center;
}

.toc_list {
  padding: 1.125rem 1.5rem 1.375rem 1.5rem;
}
.toc_list li {
  margin-left: 0.9375rem !important;
  margin-top: 0.125rem !important;
}
.toc_list li::before {
  display: none;
}
.toc_list > li > a {
  font-weight: bold;
  margin-left: 0.3125rem;
  position: relative;
}
.toc_list > li > a::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.6875rem;
  left: -1.3125rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.toc_list a {
  margin-left: 0.0625rem;
  position: relative;
}
.toc_list a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.0625rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.single__button {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 7.0625rem;
}

.p-slider {
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .p-slider__img,
.p-slider .swiper-slide-duplicate-active .p-slider__img,
.p-slider .swiper-slide-prev .p-slider__img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.p-slider .swiper-pagination-bullet {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.p-slider .swiper-pagination-bullet-active {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}

.p-slider__img {
  height: 100%;
}
.p-slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-slider__slide {
  overflow: hidden;
}

.p-slider__btn {
  height: 60px;
  width: 60px;
}

.p-slider__pagination {
  bottom: 30px !important;
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

.p-staff {
  background-color: #fff;
  padding-block: 3.75rem 6.25rem;
}

.p-staff__inner {
  margin-inline: auto;
  max-width: 69.5rem;
  padding-inline: 2.5rem;
}

.p-staff__tabs {
  display: flex;
  gap: 5.4375rem;
  justify-content: center;
}

.p-staff__tab {
  align-items: center;
  border: 0.0625rem solid #42CAA6;
  color: #42CAA6;
  cursor: pointer;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  height: 3.125rem;
  justify-content: center;
  letter-spacing: 0.08rem;
  letter-spacing: 0.04rem;
  position: relative;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s ease;
  width: 18.9375rem;
}
.p-staff__tab:hover {
  opacity: 0.7;
}

.p-staff__tab--active {
  background-color: #42CAA6;
  color: #fff;
}

.p-staff__tab-icon {
  -webkit-transform: translateX(-50%);
  bottom: 1.125rem;
  display: block;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 13.5rem;
  z-index: 1;
}
.p-staff__tab-icon svg {
  height: 100%;
  width: 100%;
}
.p-staff__tab-icon path {
  stroke: #42CAA6;
}

.p-staff__tab--active .p-staff__tab-icon path {
  stroke: #fff;
}

.p-staff__content {
  margin-top: 4.375rem;
  position: relative;
}

.p-staff__header {
  margin-bottom: 2.5rem;
}

.p-staff__header-title-wrap {
  align-items: center;
  border-bottom: 0.0625rem solid #354256;
  display: flex;
  gap: 1.6875rem;
  justify-content: start;
  letter-spacing: 0.5625rem;
  margin-inline: auto;
  padding-bottom: 0.5rem;
  width: 52.5rem;
}

.p-staff__header-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.525rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.p-staff__header-subtitle {
  color: #2c2c2c;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0525rem;
  margin-top: -0.25rem;
  text-align: center;
}

.p-staff__list {
  display: none;
}
.p-staff__list--active {
  display: block;
}

.p-staff__list--blog {
  margin-top: 5rem;
}

.p-staff__item {
  background: #ECF9F9;
  display: flex;
  gap: 3rem;
  padding-block: 3.125rem 1.75rem;
  padding-inline: 3.125rem 2.375rem;
}
.p-staff__item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.p-staff__item-img {
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 30%;
  position: relative;
  width: 18.3125rem;
}
.p-staff__item-img img {
  -o-object-position: 50% 50%;
  -o-object-fit: cover;
  display: block;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-staff__item-content {
  flex: 1;
}

.p-staff__item-name {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.09rem;
}

.p-staff__item-position {
  color: #42CAA6;
  font-weight: 700;
  letter-spacing: 0.0525rem;
}
.p-staff__item-text {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.68;
}
.p-staff__item-text img {
  display: none;
}
.p-staff__item-text .has-text-align-center {
  text-align: left;
}

.p-staff__blog-item {
  align-items: center;
  border-bottom: 0.0625rem solid #2C2C2C;
  display: flex;
  justify-content: space-between;
  padding-block: 2.625rem 1.5rem;
}
.p-staff__blog-item:first-child {
  padding-top: 0;
}

.p-staff__blog-item--left {
  flex: 1;
}

.p-staff__blog-item-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.p-staff__blog-item-category {
  background-color: #42CAA6;
  color: #fff;
  display: inline-block;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  padding: 0.375rem 1rem;
}

.p-staff__blog-item-date {
  color: #565656;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.0525rem;
}

.p-staff__blog-item-title {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.6;
}

.p-staff__blog-item-btn {
  align-items: center;
  align-items: center;
  background-color: #000;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.5rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.07rem;
  line-height: 0;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  width: 17.3125rem;
}
.p-staff__blog-item-btn:hover {
  opacity: 0.7;
}
.p-staff__blog-item-btn svg {
  height: 0.75rem;
  width: 0.75rem;
}

.p-staff__pagination {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  padding-top: 2.5rem;
}

.p-staff__page-number {
  align-items: center;
  background: #C8C8C8;
  color: #fff;
  display: flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.08rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 3rem;
}
.p-staff__page-number:hover {
  background-color: #42CAA6;
  color: #fff;
}

.p-staff__blog-item-btn-icon {
  -webkit-transform: translateY(-50%);
  color: #fff;
  height: 0.75rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}

.p-staff__page-number--current {
  background-color: #42CAA6;
  color: #fff;
}

.p-staff__no-posts {
  color: #565656;
  font-size: 1rem;
  padding: 3.75rem 0;
  text-align: center;
}
.p-staff__related {
  margin-top: 5rem;
}

.p-staff__related-title-wrap {
  align-items: center;
  border-bottom: 0.0625rem solid #354256;
  display: flex;
  gap: 3.3125rem;
  justify-content: start;
  letter-spacing: 0.5625rem;
  padding-bottom: 0.5rem;
}

.p-staff__related-title {
  color: #42CAA6;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.525rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.p-staff__related-subtitle {
  color: #2c2c2c;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0525rem;
  margin-top: -0.25rem;
  text-align: center;
}

.p-staff__related-cards {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}

.p-staff__related-card {
  background-color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-staff__related-card:hover {
  opacity: 0.7;
}
.p-staff__related-card:hover .p-staff__related-card-icon-wrap {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
}
.p-staff__related-card:hover .p-staff__related-card-icon {
  stroke: #fff;
}

.p-staff__related-card-img {
  overflow: hidden;
  padding-top: 86.67%;
  position: relative;
  width: 100%;
}
.p-staff__related-card-img img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-staff__related-card-content {
  border: 0.0625rem solid #707070;
  margin-inline: auto;
  padding: 1.375rem 1.125rem 2.875rem;
  width: 99%;
}
.p-staff__related-card-date {
  color: #565656;
  display: block;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0525rem;
  margin-bottom: 0.625rem;
}

.p-staff__related-card-title {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.6;
}

.p-staff__related-card-icon-wrap {
  align-items: center;
  background: #fff;
  border: 0.0625rem solid #888888;
  border-radius: 50%;
  bottom: 0.8125rem;
  cursor: pointer;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  position: absolute;
  right: 0.6875rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 1.875rem;
}

.p-staff__related-card-icon {
  stroke: #888888;
  height: 0.5rem;
  transition: stroke 0.3s ease;
  width: 0.5rem;
}

.p-staff__related-btn-wrap {
  margin-top: 3.125rem;
  text-align: center;
}

.p-staff__related-btn {
  align-items: center;
  background-color: #000;
  border-radius: 6.25rem;
  color: #fff;
  display: inline-flex;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1rem;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: 0.1575rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 19.6875rem;
}
.p-staff__related-btn:hover {
  opacity: 0.7;
}

.p-staff__related-btn-text {
  display: block;
  line-height: 0;
}

.p-staff__related-btn-icon {
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  height: 0.75rem;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 48.5%;
  transform: translateY(-50%);
  width: 0.75rem;
}
.p-staff__related-btn-icon svg {
  color: #fff;
  height: 100%;
  width: 100%;
}

.p-qa {
  margin-bottom: 7rem;
  margin-inline: auto;
  margin-top: 7rem;
  max-width: 80rem;
  padding-inline: 2.5rem;
}
.p-qa__inner {
  background: #fff;
  border-radius: 0.75rem;
  padding-bottom: 3.9375rem;
  padding-top: 3.9375rem;
}
.p-qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 70rem;
  padding-inline: 2.5rem;
}
.p-qa-box {
  background: #ebf9f6;
  border-radius: 0.75rem;
}
.p-qa-box.is-open .p-qa-box__head::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-qa-box__head {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  padding: 1.875rem 2rem;
  position: relative;
  width: 100%;
}
.p-qa-box__head-text {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: 100%;
}
.p-qa-box__head-text::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  background: url(../img/front-page/qa-icon.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.625rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.125rem;
}
.p-qa-box__head-text.rotated::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.p-qa-box__body {
  display: none;
  padding: 0 2rem;
}
.p-qa-box__a {
  border-top: 0.0625rem solid #d1d1d1;
  padding-bottom: 1.875rem;
  padding-top: 1.4375rem;
}
.p-qa-box__a-title-wrap {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}
.p-qa-box__a-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.p-qa-box__a-text {
  display: block;
  flex-grow: 1;
  font-size: 1.125rem;
  padding: 0 0 0 4.25rem;
}
.p-qa-box__a-text span {
  font-weight: bold;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-font-gothic {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.u-font-gothic-medium {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.u-font-gothic-bold {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.u-font-mincho {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
}

.u-font-mincho-bold {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
}

.u-font-en {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 400;
}

.u-font-en-bold {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 700;
}

.u-font-en-bold-italic {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
  .p-formBtn input:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(2.133vw, 2.133vw, 16px);
  }
  .u-inner {
    padding-inline: 2.5rem;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .c-title__en {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .c-title__ja span {
    font-size: 1.375rem;
  }
  .c-title__ja {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-btn-link {
    font-size: 1.125rem;
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.2025rem;
    line-height: 1;
    margin-top: 1.875rem;
    padding-top: 0.125rem;
    width: 35.8125rem;
  }
  .c-btn-icon {
    height: 2.0625rem;
    right: 1.875rem;
    top: 47.5%;
    width: 2.0625rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .c-under-header {
    margin-top: 6.875rem;
    padding-block: 2.25rem 1.25rem;
  }
  .c-under-header__subtitle {
    font-size: 2rem;
    letter-spacing: 0.323125rem;
  }
  .p-archive-gallery {
    padding-block: 3rem;
  }
  .p-archive-gallery__filter {
    justify-content: start;
    margin-left: initial;
  }
  .p-archive-gallery__filter-label {
    font-size: 2.4375rem;
    letter-spacing: 0.0975rem;
  }
  .p-archive-gallery__filter-select select {
    font-size: 1.8125rem;
    min-width: 28rem;
    padding-block: 1.3125rem;
  }
  .p-archive-gallery__filter-select::after {
    right: -10.625rem;
    width: 1.375rem;
  }
  .p-archive-gallery__list {
    gap: 2.75rem 3.0625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-archive-gallery__item-date {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-archive-gallery__item-title {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-archive-gallery__pagination {
    gap: 1.6875rem;
  }
  .p-archive-gallery__page-number {
    font-size: 2rem;
    height: 5.8125rem;
    letter-spacing: 0.16rem;
    width: 5.8125rem;
  }
  .p-gallery-modal__close {
    height: 3.125rem;
    right: -4.375rem;
    top: 4.375rem;
    width: 3.125rem;
  }
  .p-gallery-modal__date {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .p-gallery-modal__title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .p-gallery-modal__body {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-archive-review {
    padding-block: 3.5625rem 5.125rem;
  }
  .p-archive-review__inner {
    padding-inline: 3.125rem;
  }
  .p-archive-review__list {
    gap: 2.625rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-archive-review__item {
    gap: 1.4375rem;
    padding-inline: 2.1875rem;
  }
  .p-archive-review__item-top {
    gap: 0.9375rem;
  }
  .p-archive-review__item-img {
    flex-shrink: 0;
    height: 7.5rem;
    width: 7.5rem;
  }
  .p-archive-review__item-content {
    gap: 0.5rem;
  }
  .p-archive-review__item-header {
    gap: 0rem;
  }
  .p-archive-review__item-age {
    font-size: 2rem;
  }
  .p-archive-review__item-details {
    font-size: 2rem;
  }
  .p-archive-review__item-text {
    font-size: 2rem;
  }
  .p-archive-review__pagination {
    gap: 1.6875rem;
    padding-block: 2.5rem 0rem;
  }
  .p-archive-review__page-number {
    font-size: 1.8125rem;
    height: 5.8125rem;
    letter-spacing: 0.10875rem;
    width: 5.8125rem;
  }
  .p-contact-confirm__list {
    font-size: 1.75rem;
    letter-spacing: 0.08rem;
  }
  .p-contact-confirm__title {
    width: 12.5rem;
  }
  .p-contact-confirm__submit-wrap {
    width: 100%;
  }
  .return {
    border-radius: 0rem;
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.36rem;
    width: 35.8125rem;
  }
  .send {
    border-radius: 0rem;
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.36rem;
    width: 35.8125rem;
  }
  .button-wrapper .arrow-icon.js-return-arrow {
    height: 1.0625rem;
    left: 4.0625rem;
    top: 57.5%;
    width: 1.0625rem;
  }
  .button-wrapper .arrow-icon.js-send-arrow {
    height: 1.0625rem;
    right: 1.5625rem;
    top: 50%;
    width: 1.0625rem;
  }
  .home-title {
    font-size: 1.6875rem;
    padding-inline: 1.25rem;
  }
  .contact-thanks__heading {
    margin-bottom: 1.8125rem;
    margin-top: 3.125rem;
  }
  .contact-thanks__heading__inner {
    max-width: 50rem;
    padding-inline: 3.125rem;
    padding-top: 10rem;
    text-align: left;
  }
  .contact-thanks-heading__item {
    border-radius: 0.625rem;
    font-size: 1.75rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  }
  .contact-thanks-heading__text {
    font-size: 1rem;
    font-size: 1.75rem;
    letter-spacing: 0.08rem;
    line-height: 1.8125rem;
    /* 181.25% */
    text-align: left;
  }
  .contact-thanks-heading__text2 {
    margin-top: 1.75rem;
  }
  .contact-thanks-heading__text3 {
    margin-top: 1.75rem;
  }
  .contact-thanks__contact {
    margin-top: 1.875rem;
  }
  .contact-thanks__contactIcon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .contact-thanks__contactNumber {
    font-size: 2rem;
    letter-spacing: 0.18rem;
  }
  .contact-thanks__contactTime {
    font-size: 1.375rem;
    letter-spacing: 0.08rem;
  }
  .contact-thanks__button {
    border-radius: 0rem;
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.36rem;
    margin-bottom: 6.25rem;
    width: 35.8125rem;
  }
  .contact-thanks__button-icon {
    height: 1.0625rem;
    right: 1.5625rem;
    width: 1.0625rem;
  }
  .p-contact__heading {
    margin-top: 3.6875rem;
  }
  .p-contact__heading__inner {
    padding-inline: 3.125rem;
  }
  .p-contact-heading__text {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-contact-heading__text2 {
    font-size: 2rem;
    letter-spacing: 0.08rem;
    line-height: 1.4;
    margin-top: 2.9375rem;
  }
  .p-contact__inner {
    padding-inline: 3.125rem;
  }
  .p-contact__box {
    margin-top: 4.25rem;
  }
  .p-form__item {
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-form__title label {
    font-size: 2rem;
  }
  .p-form__title span {
    font-size: 1rem;
    padding: 0.375rem 0.6875rem;
  }
  .p-form__title {
    justify-content: start;
    width: 100%;
  }
  .p-form__title span {
    font-size: 1.3125rem;
  }
  .p-form__title--aiStart {
    align-items: center;
  }
  .p-formInput input {
    font-size: 1.75rem;
  }
  .p-formTextarea textarea {
    font-size: 1.75rem;
  }
  .p-form__submit {
    margin-top: 4.4375rem;
  }
  .p-formBtn input {
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.36rem;
    width: 35.8125rem;
  }
  .button__send {
    border-radius: 0rem;
    font-size: 1.125rem;
    height: 3.5rem;
    margin-top: 0rem;
    width: 21.125rem;
  }
  .button-wrapper {
    width: 100%;
  }
  .arrow-icon.js-submit-arrow {
    height: 1.0625rem;
    right: 4.0625rem;
    top: 47.5%;
    width: 1.0625rem;
  }
  .p-faq {
    margin-top: 2.125rem;
  }
  .p-faq__inner {
    padding-block: 3.1875rem 4.3125rem;
  }
  .p-faq__item {
    margin-top: 1.1875rem;
    padding-inline: 2rem 2.4375rem;
  }
  .p-faq__question {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-faq__answer {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-footer {
    padding-block: 6.25rem 2.5rem;
  }
  .p-footer__inner {
    padding-inline: 1.4375rem;
  }
  .p-footer__content {
    flex-direction: column;
    gap: 2.4375rem;
  }
  .p-footer__logo img {
    max-width: 7.625rem;
  }
  .p-footer__map {
    height: 20rem;
    margin-inline: auto;
    padding-top: 0;
    width: 37.75rem;
  }
  .p-footer__map iframe {
    height: 100%;
  }
  .p-footer__map-overlay {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
  .p-footer__right {
    margin-inline: auto;
  }
  .p-footer__company-name {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  .p-footer__contact {
    margin-top: 0.1875rem;
  }
  .p-footer__contactLink {
    gap: 0.625rem;
    justify-content: center;
  }
  .p-footer__contactIcon {
    height: 3.5rem;
    width: 3.5rem;
  }
  .p-footer__contactNumber {
    font-size: 3.125rem;
    letter-spacing: 0.1875rem;
  }
  .p-footer__contactTime {
    font-size: 2rem;
    letter-spacing: 0.15rem;
    margin-top: 2.125rem;
    white-space: nowrap;
  }
  .p-footer__address {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    text-align: center;
  }
  .p-footer__buttons {
    flex-direction: row-reverse;
    gap: 0.625rem;
  }
  .p-footer__btnLine {
    font-size: 1.75rem;
    height: 4.6875rem;
    letter-spacing: 0.21rem;
    padding-top: 0.75rem;
    width: 21.125rem;
  }
  .p-footer__btnLineIcon {
    height: 1.0625rem;
    right: 1.3125rem;
    top: 47%;
    width: 1.0625rem;
  }
  .p-footer__btnEstimate {
    font-size: 1.75rem;
    height: 4.6875rem;
    letter-spacing: 0.21rem;
    padding-top: 0.75rem;
    width: 21.125rem;
  }
  .p-footer__btnEstimateIcon {
    height: 1.0625rem;
    right: 1.3125rem;
    top: 47%;
    width: 1.0625rem;
  }
  .p-footer__social {
    gap: 0.3125rem;
  }
  .p-footer__nav {
    padding-inline: 0rem;
    padding-top: 4.125rem;
  }
  .p-footer__navList {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: start;
    text-align: left;
  }
  .p-footer__navLink {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-front__mv {
    background: url(../img/front-page-sp/mv.png) center center/cover no-repeat;
    margin-top: 6.875rem;
    min-height: 31.25rem;
  }
  .p-front__mv-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 49.75rem;
  }
  .p-front__mv-box {
    position: relative;
  }
  .p-front__mv-box--left {
    left: auto;
    margin-top: 2.9375rem;
    top: auto;
  }
  .p-front__mv-box--right {
    left: auto;
    margin-top: 1.875rem;
    top: auto;
  }
  .p-front__mv-txt {
    gap: 0.5rem;
    justify-content: center;
  }
  .p-front__mv-txt-line {
    color: #3295E8;
    font-size: 2.25rem;
    letter-spacing: 0.27rem;
  }
  .p-front__mv-txt-line1 {
    margin-inline: auto;
    max-width: 22.9375rem;
    width: 100%;
  }
  .p-front__mv-txt-line2 {
    margin-inline: auto;
    width: 27.5625rem;
  }
  .p-front__mv-txt-highlight {
    font-size: 2rem;
  }
  .p-front__mv-txt2 {
    font-size: 3.0625rem;
    letter-spacing: 0.55125rem;
  }
  .p-front__mv-txt2-highlight {
    font-size: 5.375rem;
    letter-spacing: 0.645rem;
  }
  .p-front__price {
    padding-block: 6.3125rem 7.25rem;
  }
  .p-front__price-inner {
    padding-inline: 2.1875rem;
  }
  .p-front__price-title {
    letter-spacing: 0.225rem;
  }
  .p-front__price-subtitle {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.36rem;
    margin-top: 0.75rem;
  }
  .p-front__price-cards {
    gap: 1.5rem;
    margin-top: 4.25rem;
  }
  .p-front__price-card {
    padding-block: 0.75rem 1.5rem;
    padding-inline: 0.75rem;
  }
  .p-front__price-card-img {
    margin-top: -3rem;
  }
  .p-front__price-card-type {
    font-size: 1.75rem;
    letter-spacing: 0.315rem;
    margin-top: 0.5625rem;
  }
  .p-front__price-card-amount {
    line-height: 1;
    margin-top: 0rem;
  }
  .p-front__price-card-number {
    font-size: 4.625rem;
  }
  .p-front__price-card-unit {
    font-size: 1.75rem;
    letter-spacing: 0.36rem;
  }
  .p-front__price-card-unit-sub {
    font-size: 1.5rem;
    letter-spacing: 0rem;
  }
  .p-front__price-card-per {
    font-size: 1rem;
    margin-top: 0.375rem;
  }
  .p-front__overview {
    padding-block: 3.375rem 6.9375rem;
    padding-block: 3.125rem;
  }
  .p-front__overview-inner {
    flex-direction: column;
    gap: 0rem;
    padding-inline: 1.25rem;
  }
  .p-front__overview-content {
    display: contents;
  }
  .p-front__overview-title {
    align-items: center;
    font-size: 2.75rem;
    gap: 0.375rem;
    letter-spacing: 0.175rem;
    order: 1;
    text-align: center;
    width: 100%;
  }
  .p-front__overview-text {
    display: none;
  }
  .p-front__overview-btn {
    font-size: 2rem;
    height: 6rem;
    margin-top: 3.375rem;
    order: 3;
    width: 35.8125rem;
  }
  .p-front__overview-btn-text {
    font-size: 2rem;
  }
  .svg-arrow-right {
    width: 2rem;
  }
  .p-front__overview-img {
    margin-top: 3.4375rem;
    order: 2;
    width: 100%;
    width: 36.875rem;
  }
  .p-front__about {
    margin-top: 6.9375rem;
    padding-inline: 3rem;
  }
  .p-front__about-inner {
    padding-block: 2.6875rem 3.3125rem;
    padding-inline: 2.5rem;
  }
  .p-front__about-title {
    letter-spacing: 0.42rem;
  }
  .p-front__about-subtitle {
    font-size: 2rem;
    letter-spacing: 0.36rem;
    margin-top: 0.25rem;
  }
  .p-front__about-content {
    flex-direction: column;
    gap: 0rem;
    margin-top: 0rem;
    padding-inline: 0rem;
  }
  .p-front__about-img {
    margin-inline: auto;
    max-width: 29.375rem;
    width: 100%;
  }
  .p-front__about-sp-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.625rem;
  }
  .p-front__about-text-area {
    width: 100%;
  }
  .p-front__about-text {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    margin-top: 2.8125rem;
  }
  .p-front__about-btn-wrap {
    margin-top: 2.1875rem;
  }
  .p-front__about-btn-text {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .p-front__news {
    margin-top: 6.5rem;
    padding-block: 0rem;
    padding-bottom: 5.75rem;
    position: relative;
  }
  .p-front__news-inner {
    padding-inline: 2.9375rem;
  }
  .p-front__news-content {
    flex-direction: column;
    gap: 3.5625rem;
  }
  .p-front__news-left {
    width: 100%;
  }
  .p-front__news-title {
    text-align: center;
  }
  .p-front__news-subtitle {
    font-size: 2rem;
    letter-spacing: 0.36rem;
    text-align: center;
  }
  .p-front__news-img {
    left: -0.25rem;
    position: absolute;
    top: -6.9375rem;
    width: 19.375rem;
  }
  .p-front__news-right {
    width: 100%;
  }
  .p-front__news-list {
    gap: 0rem;
  }
  .p-front__news-item:last-child {
    padding-bottom: 0rem;
  }
  .p-front__news-item-header {
    gap: 0.75rem;
  }
  .p-front__news-item-category {
    font-size: 1.75rem;
    letter-spacing: 0.09875rem;
    padding-block: 0.25rem;
    padding-inline: 0.75rem;
    width: 9rem;
  }
  .p-front__news-item-date {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .p-front__news-item-title {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    margin-top: 0.625rem;
    padding-bottom: 1rem;
  }
  .p-front__news-btn {
    height: 6rem;
    margin-top: 3.375rem;
    width: 35.8125rem;
  }
  .p-front__pickup {
    padding-block: 4.25rem 4rem;
  }
  .p-front__pickup-header {
    margin-bottom: 2.5rem;
  }
  .p-front__pickup-title {
    font-size: 3.75rem;
  }
  .p-front__pickup-subtitle {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .p-front__pickup-cards {
    gap: 1rem;
  }
  .p-front__pickup-card {
    display: block;
  }
  .p-front__pickup-card-content {
    gap: 0rem;
  }
  .p-front__pickup-card-label {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .p-front__pickup-card-title {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .p-front__pickup-card-icon {
    bottom: 0rem;
    height: 1.6875rem;
    right: 1rem;
    top: initial;
    width: 1.6875rem;
  }
  .p-front__pickup-card-icon svg {
    height: 0.625rem;
    width: 0.625rem;
  }
  .p-front__simulation {
    padding-block: 3.75rem 0rem;
  }
  .p-front__simulation-inner {
    padding-inline: 1.25rem;
  }
  .p-front__simulation-header {
    gap: 0.25rem;
  }
  .p-front__simulation-title {
    font-size: 3.75rem;
    letter-spacing: 0.525rem;
  }
  .p-front__simulation-subtitle {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .p-front__simulation-content {
    margin-top: 2.5rem;
  }
  .p-front__gallery {
    padding-block: 3.75rem 0rem;
  }
  .p-front__gallery-header {
    align-items: center;
    gap: 0.25rem;
  }
  .p-front__gallery-title {
    font-size: 3.75rem;
    letter-spacing: 0.525rem;
  }
  .p-front__gallery-subtitle {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .p-front__gallery-empty {
    padding-top: 2.5rem;
  }
  .p-front__gallery-slider-wrap {
    margin-left: 9.125rem;
    margin-right: 0;
    margin-top: 3rem;
    width: calc(100% - 9.125rem);
  }
  .p-front__gallery-item-icon-wrap {
    bottom: 1rem;
    height: 2.25rem;
    right: 1rem;
    width: 2.25rem;
  }
  .p-front__gallery-item-icon {
    height: 0.625rem;
    width: 0.625rem;
  }
  .p-front__gallery-item-info {
    padding: 1.4375rem 1.125rem 3.75rem;
  }
  .p-front__gallery-item-date {
    font-size: 0.75rem;
  }
  .p-front__gallery-item-title {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .p-front__gallery-nav {
    display: flex;
    left: -6.125rem;
  }
  .p-front__gallery-prev,
  .p-front__gallery-next {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-front__gallery-prev svg,
  .p-front__gallery-next svg {
    height: 1.125rem;
    width: 1.125rem;
  }
  .p-front__gallery-btn-wrap {
    margin-top: 0rem;
  }
  .p-front__gallery-btn {
    height: 6rem;
    margin-top: 3.75rem;
    width: 35.8125rem;
  }
  .p-front__service::before {
    height: 80%;
  }
  .p-front__service {
    padding-block: 0;
    padding-bottom: 4.6875rem;
  }
  .p-front__service-inner {
    max-width: 100%;
    padding-inline: 0rem;
  }
  .p-front__service-subtitle {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.36rem;
    margin-top: 0.5rem;
  }
  .p-front__service-slider {
    margin-top: 2.875rem;
    padding-inline: 3.125rem;
  }
  .p-front__service-card {
    width: 100%;
  }
  .p-front__service-btn-wrap {
    margin-top: 3.5625rem;
    padding-inline: 2.5rem;
  }
  .js-service-swiper {
    overflow: visible;
  }
  .js-service-swiper .swiper-wrapper {
    -webkit-transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 1.625rem;
    transform: none !important;
  }
  .js-service-swiper .swiper-slide {
    -webkit-transform: none !important;
    margin-right: 0 !important;
    transform: none !important;
    width: 100% !important;
  }
  .js-service-swiper .swiper-slide:nth-child(1) {
    order: 4;
  }
  .js-service-swiper .swiper-slide:nth-child(n+5) {
    display: none;
  }
  .js-service-swiper .swiper-pagination {
    display: none;
  }
  .js-service-swiper .swiper-pagination-bullet {
    height: 0.625rem;
    margin-inline: 0.25rem;
    width: 0.625rem;
  }
  .p-front__review {
    margin-top: 5.1875rem;
    padding-block: 3.75rem 5rem;
  }
  .p-front__review-header {
    gap: 0.25rem;
  }
  .p-front__review-title {
    font-size: 3.75rem;
    letter-spacing: 0.525rem;
  }
  .p-front__review-subtitle {
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
  .p-front__review-slider-wrap {
    margin-left: 9.125rem;
    margin-right: 0;
    margin-top: 2.5rem;
    width: calc(100% - 9.125rem);
  }
  .js-review-swiper {
    margin-left: 0 !important;
  }
  .p-front__review-empty {
    padding-top: 2.5rem;
  }
  .p-front__review-card {
    gap: 0.75rem;
    padding: 1rem 1.125rem 1.125rem;
  }
  .p-front__review-card-top {
    align-items: flex-start;
    gap: 0.75rem;
  }
  .p-front__review-card-img {
    border-radius: 50%;
    height: 6.625rem;
    width: 6.625rem;
  }
  .p-front__review-card-content {
    gap: 0.5rem;
  }
  .p-front__review-card-header {
    gap: 0.25rem;
  }
  .p-front__review-card-age {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .p-front__review-card-details {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.12rem;
  }
  .p-front__review-card-text {
    font-size: 2rem;
    letter-spacing: 0.01625rem;
    line-height: 1.6;
  }
  .p-front__review-nav {
    display: flex;
    left: -6.125rem;
  }
  .p-front__simulation {
    padding-block: 3.75rem 5rem;
  }
  .p-front__simulation-inner {
    padding-inline: 3.125rem;
  }
  .p-front__simulation-content {
    margin-top: 2.5rem;
  }
  .p-front__simulation-description {
    font-size: 0.9375rem;
    letter-spacing: 0.01875rem;
    margin-bottom: 2rem;
  }
  .p-front__simulation-form {
    padding: 2.5rem 1.25rem;
  }
  .p-front__simulation-item {
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-front__simulation-item:not(:first-of-type) {
    margin-top: 2rem;
  }
  .p-front__simulation-label {
    font-size: 1rem;
    justify-content: flex-start;
    letter-spacing: 0.02rem;
    width: 100%;
  }
  .p-front__simulation-label label {
    font-size: 1rem;
  }
  .p-front__simulation-required {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
  .p-front__simulation-select {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    padding: 0.875rem 2.5rem 0.875rem 1rem;
  }
  .p-front__simulation-text-input {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    padding: 0.875rem 3.125rem 0.875rem 1rem;
  }
  .p-front__simulation-unit {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    right: 1rem;
  }
  .p-front__simulation-btn-wrap {
    margin-top: 2.5rem;
  }
  .p-front__simulation-btn {
    font-size: 1rem;
    letter-spacing: 0.18rem;
    max-width: 20.8125rem;
    padding: 1rem 2.5rem;
    width: 100%;
  }
  .p-front__simulation-btn-icon {
    height: 0.75rem;
    right: 1.25rem;
    top: 47.5%;
    width: 0.75rem;
  }
  .p-front__simulation-btn-icon svg {
    height: 0.75rem;
    width: 0.75rem;
  }
  .p-front__simulation-result {
    padding: 2.5rem 1.25rem;
  }
  .p-front__simulation-result-label {
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
  .p-front__simulation-result-price {
    font-size: 2.25rem;
    letter-spacing: 0.135rem;
    margin-top: 0.75rem;
  }
  .p-front__simulation-result-note {
    font-size: 0.8125rem;
    letter-spacing: 0.01625rem;
    margin-top: 1.25rem;
  }
  .p-front__simulation-reset {
    font-size: 0.9375rem;
    letter-spacing: 0.01875rem;
    margin-top: 1.75rem;
    padding: 0.75rem 2rem;
  }
  .p-header {
    height: 6.875rem;
  }
  .p-header__inner {
    padding-inline: 0.625rem 0;
  }
  .p-header__logo {
    height: 6.25rem;
    max-width: 5.625rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__buttons {
    display: none;
  }
  .p-header__contact {
    display: none;
  }
  .p-header__sp-controls {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    margin-left: auto;
  }
  .p-header__buttons-sp {
    display: flex;
    gap: 0.75rem;
  }
  .p-header__btnLine-sp {
    font-size: 1.4375rem;
    height: 3.9375rem;
    letter-spacing: 0.1725rem;
    width: 15.625rem;
  }
  .p-header__btnLineIcon-sp {
    height: 0.9375rem;
    right: 0.9375rem;
    top: 47.5%;
    width: 0.9375rem;
  }
  .p-header__btnEstimate-sp {
    font-size: 1.4375rem;
    height: 3.9375rem;
    letter-spacing: 0.1725rem;
    width: 15.625rem;
  }
  .p-header__btnEstimateIcon-sp {
    height: 0.9375rem;
    right: 0.9375rem;
    top: 47.5%;
    width: 0.9375rem;
  }
  .p-header__hamburger {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 2.8125rem;
    justify-content: center;
    width: 2.8125rem;
    z-index: 2;
  }
  .c-hamburger {
    width: 3.1875rem;
  }
  .c-hamburger span:nth-child(1) {
    -webkit-transform: translateY(-0.6875rem);
    transform: translateY(-0.6875rem);
  }
  .c-hamburger span:nth-child(3) {
    -webkit-transform: translateY(0.6875rem);
    transform: translateY(0.6875rem);
  }
  .c-hamburger span {
    left: -2.1875rem;
  }
  .p-spNav {
    -webkit-transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    background-color: #ECF9F9;
    color: #333;
    display: block;
    height: 101vh;
    left: 0;
    overflow-y: scroll;
    padding: 1.25rem 1.25rem 6.875rem;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 100%;
    z-index: 5;
  }
  .p-spNav__link,
  .menu-link {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-home {
    margin-top: 2.125rem;
    padding-block: 3.1875rem 3.3125rem;
  }
  .p-home__tab {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    padding-block: 0.625rem 0.75rem;
  }
  .p-home__content {
    margin-top: 3.0625rem;
    padding-inline: 2.6875rem;
  }
  .p-home__item {
    gap: 1.875rem;
    padding-block: 3rem 1rem;
  }
  .p-home__item-category {
    font-size: 1.75rem;
    letter-spacing: 0.105rem;
    padding-block: 0.125rem;
    padding-inline: 0.625rem;
  }
  .p-home__item-date {
    font-size: 1.75rem;
    letter-spacing: 0.105rem;
  }
  .p-home__item-title {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-home__item-btn {
    font-size: 1.75rem;
    height: 4.5rem;
    letter-spacing: 0.18rem;
    padding-block: 0.25rem 0.125rem;
    width: 13.75rem;
  }
  .p-home__item-btn .svg-arrow-right {
    right: 0.625rem;
    width: 1.25rem;
  }
  .p-home__pagination {
    gap: 2.3125rem;
    max-width: 38.3125rem;
    padding-block: 3.3125rem 5.5625rem;
  }
  .p-home__page-number {
    font-size: 1.8125rem;
    height: 5.8125rem;
    letter-spacing: 0.145rem;
    width: 5.8125rem;
  }
  .p-home__page-dots {
    font-size: 1.8125rem;
    height: 5.8125rem;
    width: 5.8125rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-overview__inner {
    padding-inline: 3.125rem;
  }
  .p-overview__layout {
    flex-direction: column;
    gap: 0rem;
  }
  .p-overview__tabs {
    flex-direction: row;
    gap: 1.5625rem;
    justify-content: center;
    position: static;
    width: 100%;
  }
  .p-overview__tab-wrap {
    margin-top: 3.3125rem;
  }
  .p-overview__tab--active {
    background-color: #61CAAD;
  }
  .p-overview__tab--active .p-overview__tab-number {
    color: #fff;
  }
  .p-overview__tab-number {
    font-size: 1.375rem;
  }
  .p-overview__tab-text {
    font-size: 1.75rem;
    letter-spacing: 0.21rem;
  }
  .p-overview__content {
    margin-left: 0;
  }
  .p-overview__section--message {
    padding-top: 4.375rem;
  }
  .p-overview__section-header {
    margin-bottom: 2.3125rem;
  }
  .p-overview__section-title {
    font-size: 2rem;
    letter-spacing: 0.24rem;
    margin-top: -0.625rem;
  }
  .p-overview__message-content {
    margin-top: 1.5625rem;
  }
  .p-overview__message-text {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    line-height: 1.4;
  }
  .p-overview__message-img {
    width: 20rem;
  }
  .p-overview__message-img-caption {
    margin-top: 0.625rem;
  }
  .p-overview__message-img-company {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .p-overview__message-img-name {
    font-size: 1.75rem;
    letter-spacing: 0.175rem;
    margin-top: 0;
  }
  .p-overview__achievement {
    margin-bottom: 5.25rem;
  }
  .p-overview__achievement-text {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    line-height: 1.4;
  }
  .p-overview__achievement-badges.u-pc {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-overview__achievement-badge img {
    width: 15.4375rem;
  }
  .p-overview__section-inner {
    padding-bottom: 4.875rem;
    padding-top: 4rem;
  }
  .p-overview__section-content {
    width: 100%;
  }
  .p-overview__table-row {
    align-items: start;
  }
  .p-overview__table-label {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    width: 12.0625rem;
  }
  .p-overview__table-label::after {
    font-size: 2rem;
    left: 9.1875rem;
  }
  .p-overview__table-data {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-overview__area-content {
    display: block;
  }
  .p-overview__area-subtitle {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-overview__area-list {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-overview__area-description {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
    width: 18.75rem;
  }
  .p-overview__area-map {
    margin-left: auto;
    margin-top: -17.5rem;
    width: 23.125rem;
  }
  .p-overview__access-map {
    margin-top: 2.75rem;
  }
  .p-overview__access-icon-img {
    width: 2.75rem;
  }
  .p-overview__access-text {
    font-size: 1.375rem;
    letter-spacing: 0.11rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-recruit {
    padding-block: 3.75rem 5rem;
  }
  .p-recruit__inner {
    padding-inline: 1.25rem;
  }
  .p-service {
    margin-top: 2.375rem;
  }
  .p-service__inner {
    padding-inline: 3.0625rem;
  }
  .p-service__tabs {
    flex-direction: column;
    gap: 1.25rem;
    margin-inline: auto;
    width: 37.9375rem;
  }
  .p-service__tab {
    display: block;
    gap: 0;
    height: 5rem;
    padding-block: 0.625rem 1rem;
    padding-left: 3.125rem;
    width: 100%;
  }
  .p-service__tab-icon {
    bottom: 0.875rem;
    width: 33.625rem;
  }
  .p-service__tab-icon--pc {
    display: none;
  }
  .p-service__tab-icon--sp {
    display: block;
  }
  .p-service__tab-title {
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
  .p-service__simulation-btn-wrap {
    margin-inline: auto;
    margin-top: 1.1875rem;
    width: 37.9375rem;
  }
  .p-service__simulation-btn {
    display: block;
    height: 5rem;
    padding-block: 0.625rem 1rem;
    padding-left: 3.125rem;
  }
  .p-service__simulation-btn-text {
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
  .p-service__simulation-btn-icon {
    height: 0.5rem;
    width: 31.75rem;
  }
  .p-service__simulation-btn-icon--pc {
    display: none;
  }
  .p-service__simulation-btn-icon--sp {
    display: flex;
  }
  .p-service__flow-title-wrap {
    align-items: start;
    width: 100%;
  }
  .p-service__flow-subtitle {
    font-size: 2rem;
    letter-spacing: 0.24rem;
    margin-top: 0.375rem;
  }
  .p-service__flow-items {
    gap: 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-service__flow-item {
    padding: 1.875rem 0.9375rem;
  }
  .p-service__flow-icon {
    height: 5rem;
    margin-bottom: 1.25rem;
    width: 5rem;
  }
  .p-service__flow-img {
    margin-inline: auto;
    margin-top: 3.3125rem;
    width: 40.3125rem;
  }
  .p-service__items {
    margin-top: 5.75rem;
    padding: 2.375rem 2.6875rem 3.75rem 2.6875rem;
  }
  .p-service__items--reverse .p-service__item {
    flex-direction: column;
  }
  .p-service__item {
    flex-direction: column-reverse;
    gap: 3.125rem;
  }
  .p-service__item-img {
    margin-inline: auto;
    padding-top: 54.2%;
    width: 27.125rem;
  }
  .p-service__item-title {
    font-size: 2rem;
    letter-spacing: 0.34125rem;
  }
  .p-service__item-text {
    font-size: 2rem;
    letter-spacing: 0.02875rem;
    line-height: 1.46;
  }
  .p-service__item-btn {
    border-radius: 0rem;
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.36rem;
    line-height: 1;
    width: 35.8125rem;
  }
  .p-service__item-btn-icon {
    right: 2.1875rem;
    top: 47%;
  }
  .p-service__item-btn-icon svg {
    height: 1.875rem;
    width: 1.875rem;
  }
  .p-service__simulation-header {
    margin-bottom: 2.5rem;
  }
  .p-service__simulation-title-wrap {
    border-bottom: none;
    flex-direction: column;
    gap: 0.3125rem;
  }
  .p-service__simulation-title {
    line-height: 1;
  }
  .p-service__simulation-subtitle {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.36rem;
  }
  .p-single {
    margin-bottom: 2.5rem;
    margin-top: 3.125rem;
  }
  .p-single__header {
    justify-content: start;
  }
  .p-single__category {
    font-size: 1.75rem;
    letter-spacing: 0.105rem;
    padding-block: 0.125rem;
    padding-inline: 0.75rem;
  }
  .p-single__date {
    font-size: 1.75rem;
    letter-spacing: 0.105rem;
  }
  .p-single__title {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    margin-top: 0rem;
    width: 34.125rem;
  }
  .p-single__content {
    flex-direction: column-reverse;
    gap: 2.0625rem;
    margin-top: 2.25rem;
  }
  .p-single__thumbnail-wrap {
    margin-inline: auto;
    max-width: 31.5rem;
    width: 100%;
  }
  .p-single__text1 {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
  .p-single__right--wrap {
    width: 100%;
  }
  .p-single__text2 {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    line-height: 1.8;
    margin-top: 0;
  }
  .p-single__back {
    margin-top: 2.875rem;
  }
  .p-single__back-btn::after {
    -webkit-transform: rotate(180deg);
    background: url(../img/common/arrow-left.png) center center/contain no-repeat;
    height: 1.0625rem;
    left: initial;
    right: 2.1875rem;
    transform: rotate(180deg);
    width: 1.0625rem;
  }
  .p-single__back-btn {
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.36rem;
    width: 35.8125rem;
  }
  .single__body {
    margin-bottom: 15.125rem;
    margin-top: 10rem;
  }
  .single__body-inner {
    padding-inline: 1.25rem;
  }
  .single__contents-title {
    font-size: 1.375rem;
    padding-bottom: 2rem;
  }
  .defaultTemplate {
    margin: 0 auto;
    max-width: 44.0625rem;
    width: 100%;
  }
  .defaultTemplate .defaultTemplate__contents table {
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 44.0625rem;
  }
  .defaultTemplate__button-box-wrapper {
    margin-top: 3rem;
  }
  .single-button__link {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  .single__button {
    gap: 1.25rem;
    margin-top: 3rem;
  }
  .single-button__arrow {
    width: 1.5rem;
  }
  .p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
  .p-staff {
    padding-block: 2.375rem 5rem;
  }
  .p-staff__inner {
    margin-inline: auto;
    max-width: 46.9375rem;
    padding-inline: 3.125rem;
  }
  .p-staff__tabs {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-staff__tab {
    font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2rem;
    height: 5rem;
    justify-content: start;
    letter-spacing: 0.08rem;
    margin-inline: auto;
    padding-left: 2rem;
    text-align: left;
    width: 37.5rem;
  }
  .p-staff__tab-icon {
    bottom: 2.625rem;
    left: 47%;
    width: 33.875rem;
  }
  .p-staff__content {
    margin-top: 4.5625rem;
  }
  .p-staff__header {
    margin-bottom: 0rem;
  }
  .p-staff__header-title-wrap {
    width: 100%;
  }
  .p-staff__header-subtitle {
    font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.24rem;
  }
  .p-staff__item {
    flex-direction: column-reverse;
    margin-top: 3.1875rem;
    padding: 2.875rem 1.25rem 2.25rem;
  }
  .p-staff__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-staff__item-name {
    font-size: 2rem;
    letter-spacing: 0.36rem;
    text-align: center;
  }
  .p-staff__item-text {
    font-size: 2rem;
    font-size: 2.3rem;
    letter-spacing: 0.04rem;
    line-height: 1.4;
  }
  .p-staff__item-text img {
    display: block;
    margin-inline: auto;
    margin-top: 1.8125rem;
    width: 15.6875rem !important;
  }
  .p-staff__item-text .has-text-align-center {
    text-align: center;
  }
  .p-staff__item-text .has-text-align-center .has-text-align-left {
    margin-top: 2.3125rem;
  }
  .p-staff__blog-item {
    gap: 1.875rem;
    padding-block: 1.75rem 0.5625rem;
  }
  .p-staff__blog-item-category {
    font-size: 1.75rem;
    letter-spacing: 0.105rem;
    padding: 0.25rem 0.625rem 0rem;
  }
  .p-staff__blog-item-date {
    font-size: 1.75rem;
    letter-spacing: 0.105rem;
  }
  .p-staff__blog-item-title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.16rem;
    line-height: 1.4;
  }
  .p-staff__blog-item-btn {
    font-size: 1.75rem;
    height: 4.5rem;
    letter-spacing: 0.18rem;
    padding-block: 0.25rem 0.125rem;
    width: 13.75rem;
  }
  .p-staff__blog-item-btn svg {
    height: 1.25rem;
    width: 1.25rem;
  }
  .p-staff__pagination {
    gap: 1.6875rem;
    padding-top: 5.1875rem;
  }
  .p-staff__page-number {
    font-size: 1.8125rem;
    height: 5.8125rem;
    width: 5.8125rem;
  }
  .p-staff__blog-item-btn-icon {
    height: 1.125rem;
    right: 0.75rem;
    top: 47.5%;
    width: 1.125rem;
  }
  .p-staff__related {
    margin-top: 4.5rem;
  }
  .p-staff__related-subtitle {
    font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.24rem;
  }
  .p-staff__related-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-staff__related-card:nth-child(3) {
    display: none;
  }
  .p-staff__related-card-date {
    font-size: 1.75rem;
    letter-spacing: 0.105rem;
  }
  .p-staff__related-card-title {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .p-staff__related-card-icon-wrap {
    height: 2.25rem;
    width: 2.25rem;
  }
  .p-staff__related-card-icon {
    height: 0.75rem;
    width: 0.75rem;
  }
  .p-staff__related-btn-wrap {
    padding-top: 4.0625rem;
  }
  .p-staff__related-btn {
    border-radius: 0rem;
    font-size: 2rem;
    height: 6rem;
    letter-spacing: 0.36rem;
    line-height: 1;
    width: 35.8125rem;
  }
  .p-staff__related-btn-icon svg {
    height: 1.125rem;
    width: 1.125rem;
  }
  .p-staff__related-btn-icon {
    height: 1.0625rem;
    right: 1.25rem;
    top: 47%;
    width: 1.0625rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-overview__content {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .c-icon:hover .c-icon__img img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-icon:hover .c-icon__img img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .p-archive-gallery__item:hover .p-archive-gallery__item-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-hoge:hover {
    color: red;
  }
  .p-card3__img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */