@charset "UTF-8";
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background: #FCF6F4;
  color: #49444C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

.noscroll {
  overflow: hidden;
}

.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: #49444C;
  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;
}

/* 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;
}

.breadcrumb {
  align-items: center;
  color: #000;
  color: #9F9F9F;
  display: flex;
  font-weight: 400;
  gap: 0.875rem;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8125rem;
  max-width: 80rem;
  padding-inline: 2.5rem;
  position: relative;
}
.breadcrumb .home {
  transition: opacity 0.3s ease;
}
.breadcrumb .home:hover {
  opacity: 0.7;
}
.breadcrumb span {
  color: #9F9F9F;
  font-size: 0.8125rem;
  line-height: 110%;
  /* 14.3px */
}
.breadcrumb span:not(:last-of-type) {
  align-items: center;
  display: flex;
}
.breadcrumb span a {
  transition: opacity 0.3s ease;
}
.breadcrumb span a:hover {
  opacity: 0.7;
}

.heading-wrap__icon {
  background: url(../img/common/gt-icon.png) center center/contain no-repeat;
  height: 0.5rem;
  margin-top: 0.125rem;
  width: 0.5rem;
}

.breadcrumb span[property=name] {
  display: inline-block;
  max-width: 8.125rem;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.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: 0.75rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.c-cat {
  background-color: #EF9467;
  border-radius: 1.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  margin-top: 1.75rem;
  padding: 0.375rem 0.875rem;
  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-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-column {
  overflow: clip;
  position: relative;
}
.p-archive-column::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 75rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-under-mv {
  background: url(../img/common/under-mv1-1.png) center center/cover no-repeat;
  border-radius: 2.5rem;
  height: 17.5rem;
  margin-inline: 2.5rem;
  margin-top: 9.8125rem;
  overflow: hidden;
}

.p-under-mv__inner {
  position: relative;
}

.p-under-mv__ttl {
  -webkit-transform: translateX(-50%);
  font-size: 2.875rem;
  left: 50%;
  position: absolute;
  top: 7.4375rem;
  transform: translateX(-50%);
  z-index: 2;
}

.p-under-mv__txt {
  -webkit-transform: translateX(-50%);
  -webkit-transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  color: #EC672D;
  display: inline-block;
  font-size: 3.75rem;
  left: 49.5%;
  position: absolute;
  top: 6.875rem;
  transform: translateX(-50%);
  transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  z-index: 1;
}

.p-under-mv__img {
  border-radius: 2.5rem;
}
.p-under-mv__img img {
  -o-object-fit: cover;
  border-radius: 2.5rem;
  display: block;
  height: 17.5rem;
  object-fit: cover;
  width: 100%;
}

.p-archive-column {
  margin-top: 7rem;
}

.p-archive-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.5rem;
  padding-inline: 3.75rem;
}

.p-archive-column__title-en {
  margin-top: 0.75rem;
}
.p-archive-column__title-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  margin-top: 2rem;
  /* 25.2px */
}

.p-archive-column__term {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  justify-content: center;
}
.p-archive-column__term li a {
  background: #fff;
  border: 0.0625rem solid #EF9467;
  border-radius: 1.875rem;
  color: #49444C;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0rem;
  padding: 0.25rem 0.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-archive-column__term li a:hover:not(.is-current) {
  background: #f9f8f5;
}
.p-archive-column__term li .is-current {
  background: #EF9467;
  color: #fff;
}

.p-archive-column__article-wrap {
  margin-top: 5.3125rem;
}

.p-archive-column__article {
  gap: 3.75rem 1.875rem;
  margin-top: 2.75rem;
}

.column-card {
  background: #fff;
  border-radius: 1.25rem;
  position: relative;
  transition: opacity 0.3s ease;
}
.column-card:hover {
  opacity: 0.7;
}
.p-archive-column-card__new {
  align-items: center;
  background: #24C6AD;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  height: 6.5625rem;
  justify-content: center;
  left: -3.25rem;
  position: absolute;
  top: -3.25rem;
  width: 6.5625rem;
  z-index: 3;
}

.p-archive-column-card__body {
  padding: 0rem 1rem 2.75rem 1rem;
}

.p-archive-column-card__date {
  color: #EF9467;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5625rem;
  /* 243.75% */
}

.p-archive-column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  /* 166.667% */
}
.p-archive-column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.p-archive-column-card__cat span {
  background: #EF9467;
  border: 0.0625rem solid #EF9467;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  font-weight: 500;
  margin-top: 1rem;
  padding: 0.125rem 0.8125rem;
}

.p-archive-column-card__img {
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  width: 100%;
}
.p-archive-column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.pagination {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 10rem;
  padding-bottom: 12.5rem;
}
.pagination span,
.pagination a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #24C6AD;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3.0625rem;
  justify-content: center;
  line-height: 110%;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease;
  width: 3.0625rem;
}
.pagination span:hover,
.pagination a:hover {
  opacity: 0.8;
}

.prev {
  background: #fff;
  display: block;
  position: relative;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next {
  background: #fff;
  display: block;
  position: relative;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  flex-shrink: 0;
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

.current {
  background: #24C6AD !important;
  color: #fff !important;
  color: #fff;
}
.pickup {
  color: #000;
  margin-top: 6rem;
}

.pickup__inner {
  padding-bottom: 4rem;
}

.pickup__title-wrap {
  border-bottom: 0.0625rem solid #000;
  margin-left: initial;
}
.pickup__title-ja {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
}

.pickup__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.1875rem;
}
.pickup__term li a {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.pickup__term li a:hover {
  color: #fff;
}
.pickup__article {
  gap: 2rem 0.75rem;
  margin-top: 1.25rem;
}

.pickup-card__date {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

.pickup-card__title {
  font-size: 1rem;
  font-weight: 400;
}

.pickup-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pickup-card__cat span {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}

.pickup-card__img {
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.pickup-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.pickup-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.pickup-card__button:hover {
  color: #fff;
}

.pickup-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.pickup-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.p-footer-header {
  position: relative;
  z-index: 2;
}

.p-footer-header__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-footer-header__content {
  border-radius: 1.25rem;
  padding-bottom: 3.75rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 3.75rem;
  position: relative;
}
.p-footer-header__content::before {
  background: url(../img/common/footer-header-bg.png) center center/cover no-repeat;
  border-radius: 1.25rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-footer-header__text {
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-footer__logo {
  width: 15.625rem;
}

.p-footer-header__title {
  color: #EF9467;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.p-footer-header__subtitle {
  color: #49444C;
  font-size: 1rem;
  line-height: 1.8;
}

.p-footer-header__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.p-footer-header__button {
  align-items: center;
  border-radius: 3.125rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-footer-header__button:hover {
  opacity: 0.8;
}

.p-footer-header__button--phone {
  background: #EF9467;
  color: #fff;
  flex-direction: column;
  gap: 0.3125rem;
  width: 28.75rem;
}
.p-footer-header__button--phone span {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.25rem;
  justify-content: center;
  position: relative;
}
.p-footer-header__button--phone span::after {
  background: url(../img/common/phone-icon.png) center center/contain no-repeat;
  content: "";
  height: 1.625rem;
  left: -2.5rem;
  position: absolute;
  top: 0;
  width: 1.625rem;
}
.p-footer-header__button--phone small {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-footer-header__button--line {
  background: #00B900;
  color: #fff;
}

.p-footer-header__button--form {
  background: #24C6AD;
  color: #fff;
}

.p-footer {
  margin-top: -8.75rem;
  position: relative;
  z-index: 1;
}
.p-footer::before {
  background: url(../img/common/footer-bg.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-footer__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
  padding-top: 14.875rem;
}

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

.p-footer__logo h2 {
  color: #f5bc42;
  font-family: Pacifico;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 170%;
  /* 68px */
}

.p-footer__address {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.p-footer__nav {
  display: flex;
  gap: 17.75rem;
}

.p-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-footer__nav-jp {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
}
.p-footer__nav-jp::after {
  background: url(../img/common/footer-icon.png) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 0.25rem;
  width: 0.625rem;
}

.p-footer__nav-en {
  color: #ece8d8;
  font-size: 0.625rem;
  font-weight: 700;
}

.p-footer__page-top {
  -webkit-transform: translateY(-50%);
  left: 2.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-footer__page-top-line {
  display: block;
  width: 0.75rem;
}

.p-footer__page-top-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: var(--border_beige_ECE, #ece8d8);
  font-family: "Zen Maru Gothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.75rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.p-footer__page-top-img {
  bottom: 12.5rem;
  cursor: pointer;
  display: block;
  position: fixed;
  right: 3.125rem;
  transition: opacity 0.3s ease;
  width: 6.25rem;
  z-index: 3;
}
.p-footer__page-top-img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.p-footer__page-top-img:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 8rem;
  padding-bottom: 1.3125rem;
  text-align: center;
}

.p-front-mv {
  padding-top: 6.25rem;
  position: relative;
  width: 100%;
}
.p-front-mv::before {
  background: url("/wp-content/themes/kadai1/img/common/bg_gray.png") center center/cover no-repeat;
  bottom: -6.25rem;
  content: "";
  height: 76.6326530612%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -4;
}
.p-front-mv::after {
  background: url("/wp-content/themes/kadai1/img/common/naminami_white.png") center center/cover no-repeat;
  bottom: -6.25rem;
  content: "";
  height: 76.6326530612%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-front-mv__scroll-top {
  -webkit-transform: 1.7708333333%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: var(--blue_317, #317491);
  font-family: "Zen Maru Gothic";
  font-size: 0.9375rem;
  font-weight: 700;
  left: 1.7708333333%;
  position: absolute;
  text-orientation: mixed;
  top: 54.0909090909%;
  transform: 1.7708333333%;
  writing-mode: vertical-rl;
  z-index: 2;
}
.p-front-mv__scroll-top span {
  background: #3c91b5;
  display: inline-block;
  height: 5rem;
  margin-top: 0.75rem;
  width: 0.0625rem;
}

.p-media__edge-left {
  position: absolute;
  top: 24.5625rem;
  width: 3.125rem;
}

.p-media__edge-right {
  position: absolute;
  width: 2.8735632184%;
}

.p-front-mv__top-img-wrap {
  flex-shrink: 0;
  height: clamp(11.063rem, 0.054rem + 22.535vw, 36.75rem);
  left: 0;
  position: absolute;
  top: 6.25rem;
  width: 25.2604166667%;
  z-index: 2;
}

.p-front-mv__top-img {
  margin-top: -6.25rem;
  position: relative;
}
.p-front-mv__top-img-logo {
  color: #f5bc42;
  font-family: Pacifico;
  font-size: clamp(3.5rem, 3.071rem + 0.893vw, 4.5rem);
  font-weight: 400;
  left: 28.0459770115%;
  line-height: 170%;
  position: absolute;
  top: 6.25rem;
  /* 123.103px */
}

.p-front-mv__flower {
  bottom: -6.25rem;
  height: 11.25rem;
  left: 0;
  position: absolute;
  width: 38rem;
  z-index: 4;
}

.p-front-mv__inner {
  padding-left: 4.53125%;
  padding-right: 4.0625%;
}

.p-front-mv__container {
  bottom: 0;
  bottom: 3.75%;
  position: absolute;
  right: 9.53125%;
}

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

.p-front-mv__ttl {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 170%;
  text-shadow: 0px 0px 40px rgba(71, 91, 108, 0.8);
  /* 85px */
}
.p-front-mv__ttl span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-front-mv__txt {
  color: #f5bc42;
  font-family: Pacifico;
  font-size: 6rem;
  font-weight: 400;
  line-height: 170%;
  margin-top: 0.625rem;
  text-shadow: 0px 0px 40px rgba(71, 91, 108, 0.8);
  /* 157.572px */
}

.p-front-news {
  background: #f9f8f5;
  padding-bottom: clamp(8rem, 3.741rem + 8.873vw, 17.938rem);
  padding-top: 12.5rem;
  position: relative;
}
.p-front-news::before {
  -o-object-fit: cover;
  aspect-ratio: 1920/393;
  background: url("../img/front-page/news-bottom.png") center center/cover no-repeat;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-front-news__inner {
  margin-inline: auto;
  max-width: 68rem;
  padding-inline: 2.5rem;
}

.p-front-news__title-box {
  position: relative;
}

.p-front__img-bg {
  left: -5rem;
  position: absolute;
  width: 20rem;
}

.p-front-news__contents {
  margin-top: 4.875rem;
}

.p-front-news__item-link {
  align-items: center;
  border-top: 0.125rem dotted #e4dec6;
  display: flex;
  gap: 2.125rem;
  padding-bottom: 1.8125rem;
  padding-top: 1.8125rem;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.p-front-news__item-link:last-child {
  border-bottom: 0.125rem dotted #e4dec6;
}
.p-front-news__item-link:hover {
  opacity: 0.6;
}

.p-front-news__item {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-front-news__item-date {
  color: #49444C;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 180%;
  /* 25.2px */
}

.p-front-news__item-category {
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  padding: 0.5625rem 0;
  text-align: center;
  width: 5.5rem;
}

.category-consultation {
  background: #3c91b5;
}

.category-news {
  background: #f5bc42;
}

.p-front-news__item-heading {
  color: #49444C;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
}

.p-front-news__button {
  display: block;
  margin-top: 3.125rem;
}

.p-about {
  padding-bottom: 6.25rem;
}

.p-about__inner {
  margin-inline: auto;
  max-width: 116.25rem;
  padding-inline: 2.5rem;
}

.p-about__media {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  max-width: 100%;
  width: 103.75rem;
}

.p-about__left {
  position: relative;
  width: 35.8125rem;
}

.p-about__img {
  left: 0;
  position: absolute;
  top: 0;
  width: 21.375rem;
}

.p-about__title-wrap {
  padding-left: 9.75rem;
  padding-top: 10.625rem;
}

.p-about__title-text {
  font-weight: 500;
}

.p-about__button {
  display: block;
  margin-top: 1.625rem;
}

.p-about__right {
  max-width: 59.1798107256%;
}

.p-front-feature {
  padding-block: 6.25rem;
  position: relative;
}

.p-front-feature__inner {
  margin-inline: auto;
  max-width: 88.75rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-front-feature__title-wrap {
  margin-bottom: 3.75rem;
  margin-inline: auto;
  max-width: 31.25rem;
  padding-inline: 2.5rem;
  position: relative;
  text-align: center;
}
.p-front-feature__title-wrap::before {
  background: url("../img/front-page/feature-title-icon.png") center center/contain no-repeat;
  bottom: 0.375rem;
  content: "";
  height: 5.8125rem;
  position: absolute;
  right: -0.625rem;
  width: 3.4375rem;
}

.p-front-feature__title-en {
  color: #f5bc42;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.8125rem;
}

.p-front-feature__title-ja {
  color: #49444C;
  font-family: "Zen Maru Gothic";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}

.p-front-feature__items {
  display: flex;
  gap: 2.5rem;
}

.p-front-feature__item {
  background: #f9f8f5;
  border-radius: 2.5rem;
  flex: 1;
  padding-bottom: 2.25rem;
}

.p-front-feature__item-img {
  background: #d9d9d9;
  border-radius: 2.5rem 2.5rem 0 0;
  height: 16.9375rem;
  overflow: hidden;
  width: 100%;
}
.p-front-feature__item-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-front-feature__item-content {
  padding-block: 2.25rem 0;
  padding-inline: 2.5rem;
}

.p-front-feature__item-title {
  align-items: center;
  display: flex;
  gap: 0.5625rem;
  margin-bottom: 1.5rem;
}

.p-front-feature__item-number {
  align-items: center;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  position: relative;
  width: 2.9375rem;
}

.p-front-feature__item-number-text {
  color: #317491;
  font-family: "Zen Maru Gothic";
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}

.p-front-feature__item-title-text {
  color: #317491;
  font-family: "Zen Maru Gothic";
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2em;
}

.p-front-feature__item-desc {
  color: #49444C;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  line-height: 2em;
}

.p-front-feature__btn {
  display: block;
  margin-top: 3.125rem;
  text-align: center;
}

.p-front-feature__illust {
  background: url("../img/front-page/flower.png") center center/contain no-repeat;
  height: 5.8125rem;
  position: absolute;
  right: -6.25rem;
  top: 0;
  width: 3.4375rem;
}

.p-front-feature__btn-icon {
  justify-content: center;
}

.p-front-service {
  background: #4f8196;
  padding-bottom: clamp(9.5rem, 8.214rem + 2.679vw, 12.5rem);
  padding-top: clamp(6.375rem, 5.089rem + 2.679vw, 9.375rem);
  position: relative;
}
.p-front-service::before {
  -o-object-fit: cover;
  aspect-ratio: 1920/87;
  background: url("../img/front-page/service-up.png") center center/cover no-repeat;
  content: "";
  height: auto;
  margin-top: -2px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-front-service::after {
  -o-object-fit: cover;
  aspect-ratio: 1920/88;
  background: url("../img/front-page/service-down.png") center center/cover no-repeat;
  bottom: 0;
  content: "";
  height: auto;
  margin-bottom: -2px;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.p-front-service__bottom-img {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.p-front-service__bottom-img img {
  -o-object-fit: cover;
  aspect-ratio: 1920/404;
  height: 23.75rem;
  object-fit: cover;
}

.p-front-service__inner {
  margin-inline: auto;
  max-width: 55rem;
  padding-inline: 2.5rem;
  position: relative;
  z-index: 3;
}

.p-front-service__title-wrap {
  margin-inline: auto;
  max-width: 21rem;
  padding-inline: 2.5rem;
  position: relative;
  text-align: center;
}
.p-front-service__title-wrap::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front-page/title-icon1.png") center center/contain no-repeat;
  content: "";
  height: 5.25rem;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25rem;
}
.p-front-service__title-wrap::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/front-page/title-icon2.png") center center/contain no-repeat;
  content: "";
  height: 5.25rem;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25rem;
}

.p-front-service__title-en {
  color: #f5bc42;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  margin-top: 0.8125rem;
  text-align: left;
}

.p-front-service__title-ja {
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0.8125rem;
}

.p-front-service__items {
  display: flex;
  flex-wrap: wrap;
  gap: 3.375rem;
  justify-content: center;
  margin-top: 3.75rem;
}

.p-front-service__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 14.375rem;
  justify-content: center;
  width: 14.375rem;
}

.p-front-service__item:nth-child(odd):last-child {
  grid-column: 1/-1;
  justify-self: center;
}

.p-front-service__item1 {
  background: url("../img/front-page/service-item1.png") center center/cover no-repeat;
}

.p-front-service__item2 {
  background: url("../img/front-page/service-item2.png") center center/cover no-repeat;
}

.p-front-service__item3 {
  background: url("../img/front-page/service-item3.png") center center/cover no-repeat;
}

.p-front-service__item4 {
  background: url("../img/front-page/service-item4.png") center center/cover no-repeat;
}

.p-front-service__item5 {
  background: url("../img/front-page/service-item5.png") center center/cover no-repeat;
}

.p-front-service__item-icon-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 5rem;
}

.p-front-service__item-title {
  color: #49444C;
  font-family: "Zen Maru Gothic";
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-front-service__btn {
  display: block;
  margin-top: 2.875rem;
}

.p-front-service__btn-icon {
  justify-content: center;
}

.p-front-service__btn-icon-ttl {
  color: #fff;
}

.p-contact__card3-img {
  display: block;
  margin-inline: auto;
  width: 3.75rem;
}

.p-contact__card3-title {
  color: #475b6c;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 200%;
  margin-top: 1.25rem;
  text-align: center;
  /* 28px */
}

.p-contact__card3-button {
  background: #f5bc42;
  border-radius: 1.5625rem;
  display: block;
  margin-top: 1.75rem;
  max-width: 20.75rem;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease, color 0.3s ease;
  width: 100%;
}
.p-contact__card3-button::before {
  background: url("../img/common/arrow-left.png") center center/contain no-repeat;
  content: "";
  flex-shrink: 0;
  height: 1.1875rem;
  position: absolute;
  right: 1.375rem;
  width: 1.1875rem;
  z-index: 2;
}
.p-contact__card3-button:hover {
  opacity: 0.6;
}

.p-contact__card3-button-link {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  /* 18px */
  text-align: center;
}

.p-contact__card3-book-button {
  background: #317491;
}

.Introduction {
  margin-right: 8.90625%;
  margin-top: 2.75rem;
  position: relative;
}

.Introduction__inner {
  margin-inline: auto;
  max-width: 108.5625rem;
}

.Introduction__inner--contents {
  align-items: center;
  display: flex;
  gap: 7.625rem;
}

.Introduction__title-item {
  width: 31.0880829016%;
}

.Introduction__title-box {
  align-items: center;
  display: flex;
  gap: 0.6875rem;
  justify-content: center;
}

.Introduction__title-img {
  width: 3.4375rem;
}

.Introduction__icon {
  justify-content: center;
  margin-left: 4rem;
  margin-top: 3.125rem;
}

.Introduction__book-img {
  position: absolute;
  top: clamp(26.563rem, 25.705rem + 1.786vw, 28.563rem);
  width: clamp(24.75rem, 20.893rem + 8.036vw, 33.75rem);
}

.Introduction__contents {
  width: 61.8883131836%;
}

.Introduction__content {
  display: grid;
  gap: 4.6875rem;
  grid-template-columns: 1fr 1fr;
}

.Introduction__left-box,
.Introduction__right-box {
  display: flex;
}

.Introduction__left-item {
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.Introduction__left-item-img {
  position: relative;
  z-index: 1;
}
.Introduction__left-item-img img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.Introduction__left-item-img::before {
  -o-object-fit: cover;
  aspect-ratio: 639/37;
  background: url("../img/front-page/naminami_blue.png") center center/cover no-repeat;
  bottom: -0.125rem;
  content: "";
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.Introduction__left-item-txt {
  background-color: #7991a5;
  border-radius: 0 0 2.5rem 2.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 200%;
  padding: 1.4375rem 2.5rem 2.25rem 2.5rem;
  position: relative;
}

.p-voice {
  margin-top: 14.9375rem;
  position: relative;
}

.p-voice__top-img-left {
  bottom: 0rem;
  flex-shrink: 0;
  height: 59.125rem;
  left: 0rem;
  position: absolute;
  width: 15.9375rem;
}

.p-voice__top-img-right {
  flex-shrink: 0;
  height: 65rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 12.0625rem;
}

.p-voice__title-box {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.p-voice__title-img {
  flex-shrink: 0;
  height: 5.4375rem;
  width: 6.375rem;
}

.p-voice__card3 {
  margin-top: 8rem;
}

.p-voice__card3-items {
  display: grid;
  gap: 8.5rem 4.6875rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  max-width: 78.75rem;
  padding-inline: 2.5rem;
}

.p-voice__card3-item:nth-child(odd):last-child {
  grid-column: 1/-1;
  justify-self: center;
}

.p-voice__card3-item {
  background: var(--bg_beige_F9F, #f9f8f5);
  border-radius: 42.439px;
  padding: 5.1875rem 3.3125rem 3.3125rem 3.3125rem;
  position: relative;
  width: 34.5rem;
}

.p-voice__card3-title-wrap {
  display: flex;
}

.p-voice__card3-img {
  left: 1rem;
  position: absolute;
  top: -5.375rem;
  width: 15.9375rem;
}

.p-voice__card3-img2 {
  left: initial;
  right: 1rem;
}

.p-voice__card3-title {
  color: #4f8196;
  font-family: "Zen Maru Gothic";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 5.25rem;
  position: relative;
  text-align: right;
  /* 28.8px */
}
.p-voice__card3-title::before {
  background-image: url("../img/front-page/line-dot.png");
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.p-voice__card3-title2 {
  text-align: left;
}

.p-voice__card3-txt {
  color: #4a3a12;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  line-height: 200%;
  margin-top: 1.75rem;
  /* 32px */
}

.p-voice__card3-name {
  color: #4a3a12;
  font-family: "Zen Maru Gothic";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  margin-top: 1.75rem;
  /* 24px */
}

.swiper {
  padding-top: 3.125rem;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
}

.p-voice__card3-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.p-voice__card3-txt {
  flex: 1;
}

.p-slider {
  height: 100%;
  width: 100%;
}

.slide-img {
  height: 100%;
}
.slide-img img {
  aspect-ratio: 16/9;
  height: auto;
  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);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

.swiper-button-next,
.swiper-rtl {
  flex-shrink: 0;
  height: 2.5rem;
  right: clamp(1.125rem, -0.609rem + 7.398vw, 2.938rem);
  top: 16.375rem;
  width: 2.5rem;
  z-index: 10;
}
.swiper-button-next img,
.swiper-rtl img {
  -o-object-fit: initial;
  object-fit: initial;
}

.swiper-button-prev {
  flex-shrink: 0;
  height: 2.5rem;
  left: clamp(1.125rem, -0.609rem + 7.398vw, 2.938rem);
  top: 16.375rem;
  width: 2.5rem;
  z-index: 10;
}
.swiper-button-prev img {
  -o-object-fit: initial;
  object-fit: initial;
}

.swiper-pagination {
  bottom: 5.875rem !important;
}

.swiper-pagination-bullet {
  background: #e4dec6;
  height: 0.5625rem;
  margin: 0 !important;
  width: 0.5625rem;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.3125rem !important;
}

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

.p-contact {
  color: #fff;
  color: #000;
  padding-top: 13.0625rem;
  z-index: 3;
}

.p-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 130rem;
  padding-left: clamp(3.375rem, 2.866rem + 1.06vw, 4.563rem);
  padding-right: clamp(3.5rem, 2.67rem + 1.73vw, 5.438rem);
  position: relative;
}

.p-contact__img-bg {
  height: 4.875rem;
  left: 10.3125rem;
  position: absolute;
  top: -4.875rem;
  width: 7.375rem;
}

.p-contact__card3 {
  background: #f9f8f5;
  border-radius: 2.5rem;
  position: relative;
  z-index: 3;
}

.p-contact__card3-items {
  display: flex;
  gap: clamp(2.063rem, 1.634rem + 0.893vw, 3.063rem);
  justify-content: center;
  padding: 6.25rem clamp(1.875rem, -0.268rem + 4.464vw, 6.875rem) 6.25rem clamp(1.875rem, -4.929rem + 10.174vw, 17.75rem);
}

.p-contact__card3-item {
  background: #fff;
  border-radius: 2.5rem;
  padding: 2.1875rem clamp(1rem, 0.277rem + 1.507vw, 2.688rem) 2.1875rem clamp(1rem, 0.277rem + 1.507vw, 2.688rem);
  width: clamp(15.125rem, 10.411rem + 9.821vw, 26.125rem);
}

.p-contact__card3-item2-wrap {
  display: flex;
  gap: clamp(1.25rem, 0.848rem + 0.837vw, 2.188rem);
  justify-content: center;
}

.p-contact__title-img {
  display: block;
  margin-left: clamp(0.625rem, -0.875rem + 3.125vw, 4.125rem);
  margin-top: -0.8125rem;
  max-width: 18.625rem;
  width: 100%;
}

.p-contact__title-ja {
  margin-top: 0.8125rem;
}

.p-contact__card3-item-text {
  color: #475b6c;
}

.p-front__service {
  background-color: #5a8c9e;
  overflow: hidden;
  padding-block: 5rem;
  position: relative;
}
.p-front__service::before {
  -webkit-transform: translateY(-100%);
  background-image: url(../img/common/naminami_white.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  content: "";
  height: 3.125rem;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
}
.p-front__service::after {
  -webkit-transform: translateY(100%) rotate(180deg);
  background-image: url(../img/common/naminami_white.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  bottom: 0;
  content: "";
  height: 3.125rem;
  left: 0;
  position: absolute;
  transform: translateY(100%) rotate(180deg);
  width: 100%;
}

.p-front__service-inner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding-inline: 1.25rem;
}

.p-front__service-title {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}

.p-front__service-title-deco {
  flex-shrink: 0;
  width: 2.5rem;
}
.p-front__service-title-deco img {
  height: auto;
  width: 100%;
}

.p-front__service-title-deco--right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p-front__service-title-wrap {
  text-align: center;
}

.p-front__service-title-en {
  color: #ffd700;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1125rem;
}

.p-front__service-title-ja {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  margin-top: 0.5rem;
}

.p-front__service-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 3.125rem;
}

.p-front__service-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-front__service-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 8.75rem;
  justify-content: center;
  padding: 1.875rem;
  width: 8.75rem;
}
.p-front__service-icon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-front__service-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  margin-top: 0.9375rem;
  text-align: center;
}

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

.p-front__service-link {
  align-items: center;
  background-color: #f5a623;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 0.0875rem;
  padding: 0.9375rem 1.875rem;
  text-decoration: none;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-front__service-link:hover {
  -webkit-transform: translateY(-0.125rem);
  opacity: 0.8;
  transform: translateY(-0.125rem);
}

.p-front__service-link-arrow {
  font-size: 1.125rem;
}

.p-header {
  background: #FCF6F4;
  height: 9.8125rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1000;
}

.p-header__right-icon-link {
  transition: background 0.3s ease;
}
.p-header__right-icon-link:hover {
  background: #4f8196;
}
.p-header__right-icon-link:hover .p-header__right-icon {
  opacity: 0.7;
}

.p-header__right-icon {
  height: 11.8125rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 11.4375rem;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.p-header-logo__ttl {
  font-size: 0.875rem;
}

.p-header__logo {
  display: block;
  margin-top: 0.75rem;
  width: 27.5rem;
}

.p-header__logo-img {
  height: 4.25rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 6.0625rem;
}
.p-header__logo-img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-header__nav {
  height: inherit;
  margin-left: auto;
}

.p-header__list {
  align-items: center;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__item {
  margin-right: 1.875rem;
}
.p-header__item:last-child {
  margin-right: 0;
}

.p-header__link {
  color: #49444C;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-header__link::after {
  background-color: #EF9467;
  bottom: -0.3125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: width 0.5s ease;
  width: 0;
}
.p-header__link:hover {
  opacity: 0.8;
}
.p-header__link:hover::after {
  width: 100%;
}

.p-header__item.current-menu-item .p-header__link,
.p-header__item.current_page_item .p-header__link {
  position: relative;
}
.p-header__item.current-menu-item .p-header__link::after,
.p-header__item.current_page_item .p-header__link::after {
  background-color: #EF9467;
  bottom: -0.3125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-header__contact {
  margin-left: 1.875rem;
}
.p-header__contact a {
  align-items: center;
  background: #24C6AD;
  border: 0.0625rem solid #24C6AD;
  border-radius: 1.5625rem;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-header__contact a:hover {
  opacity: 0.8;
}

.p-header__hamburger {
  display: none;
}

.p-header__sp-nav {
  background: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-bottom: 1.375rem;
  padding-top: 4.6875rem;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.p-spNav.js-open {
  opacity: 100;
  visibility: visible;
}

body.noscroll .p-header__logo {
  opacity: 0 !important;
  visibility: hidden !important;
}

.p-spNav__list {
  margin-top: 12.5rem;
  width: 100%;
}

.p-spNav__item {
  padding: 0 2rem;
}

.p-spNav__link {
  color: #000;
  display: block;
  font-family: "Zen Maru Gothic";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
}

.p-spNav__item.current-menu-item .p-spNav__link,
.p-spNav__item.current_page_item .p-spNav__link {
  position: relative;
}
.p-spNav__item.current-menu-item .p-spNav__link::after,
.p-spNav__item.current_page_item .p-spNav__link::after {
  -webkit-transform: translateX(-50%);
  background-color: #f5bc42;
  bottom: 0.5rem;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.5rem;
}

.c-hamburger-outer {
  display: none;
}

.c-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  height: 1.25rem;
  margin-bottom: 0.3125rem;
  position: relative;
  width: 1.875rem;
}
.c-hamburger span {
  -webkit-transform: translateX(-50%);
  background: #49444C;
  border-radius: 0.0625rem;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 1.5rem;
}
.c-hamburger span:nth-child(1) {
  top: 0;
}
.c-hamburger span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-hamburger span:nth-child(3) {
  bottom: 0;
}
.c-hamburger::after {
  -webkit-transform: translateX(-50%);
  bottom: -1.125rem;
  color: #000;
  content: "MENU";
  font-size: 0.625rem;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

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

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

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-open .c-hamburger::after {
  content: "CLOSE";
}

.p-header.js-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-header.js-down .p-header__logo-img {
  opacity: 1;
}
.p-header.js-down .p-header__logo img {
  height: 3.5rem;
  width: 5rem;
}

.p-header-hamburger__logo-img {
  color: #f5bc42;
  display: block;
  font-family: Pacifico;
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
  padding-top: 5.3125rem;
  /* 28.629px */
  text-align: center;
}

.p-header-hamburger__contact-link {
  align-items: center;
  background: #4f8196;
  border: 0.0625rem solid #4f8196;
  border-radius: 1.5625rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  margin-inline: auto;
  padding: 0.75rem 0;
  width: 11.25rem;
}

.p-header-hamburger__information-link {
  align-items: center;
  background: #317491;
  border: 0.0625rem solid #317491;
  border-radius: 1.5625rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1rem;
  padding: 0.75rem 0;
  width: 11.25rem;
}

.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;
}

.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-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-sidebar {
  max-width: 21.25rem;
  width: 100%;
}

.p-sidebar__section + .p-sidebar__section {
  margin-top: 3rem;
}

.p-sidebar__title {
  border-bottom: 2px solid #EC672D;
  color: #49444C;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 0.75rem;
}

.p-sidebar__categoryList {
  margin-top: 1rem;
}

.p-sidebar__categoryLink {
  color: #49444C;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
  transition: color 0.3s ease;
}

.p-sidebar__categoryLink:hover {
  color: #003c8c;
}

.p-sidebar__postList {
  margin-top: 1.25rem;
}

.p-sidebar__postDate {
  color: #EF9467;
  display: block;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

.p-sidebar__postItem + .p-sidebar__postItem {
  margin-top: 1.25rem;
}

.p-sidebar__postItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-sidebar__postLink {
  display: flex;
  gap: 0.75rem;
}

.p-sidebar__postImage {
  border-radius: 0.875rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
  height: 6.25rem;
  overflow: hidden;
  width: 10rem;
}

.p-sidebar__postImage img {
  -o-object-fit: cover;
  border-radius: 0.875rem;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

.p-sidebar__postLink:hover .p-sidebar__postImage img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-sidebar__postContent {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #49444C;
  display: flex;
  display: -webkit-box;
  flex: 1;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  transition: color 0.3s ease;
}

.p-sidebar__postTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #49444C;
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  transition: color 0.3s ease;
}

.p-sidebar__postLink:hover .p-sidebar__postTitle {
  color: #003c8c;
}

.p-single-column--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: 7.625rem;
  /* 49.5px */
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.p-single-column--home-title::after {
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-single-column--home-title__en {
  -webkit-filter: blur(0.28125rem);
  color: #475b6c;
  filter: blur(0.28125rem);
  font-size: clamp(4.5rem, 2.929rem + 3.274vw, 5.875rem);
  font-weight: 900;
  line-height: 4.8125rem;
  /* 81.915% */
  opacity: 0.05;
  position: absolute;
  right: 0;
  text-align: right;
  top: -1.375rem;
}

.p-single-column {
  margin-top: 4.0625rem;
  overflow: clip;
  position: relative;
}
.p-single-column::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 93.75rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-single-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-single-column__box {
  display: flex;
  gap: 5rem;
  justify-content: center;
}

.p-single-column__left {
  width: 63.3333333333%;
}

.post-meta {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.post-date {
  color: #EF9467;
}

.post-genre {
  background: #475b6c;
  border: 0.0625rem solid #475b6c;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.0625rem 0.8125rem 0.125rem 0.8125rem;
}

.p-single-column__date {
  color: #EF9467;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.p-single-column__title {
  color: #EF9467;
  font-size: 2.5rem;
  /* 158.333% */
}

.p-single-column__thumbnail {
  border-radius: 1.25rem;
  margin-bottom: 2.3125rem;
  margin-top: 3.1875rem;
  padding-top: 66%;
  position: relative;
  width: 100%;
}
.p-single-column__thumbnail img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-single-column__left h2 {
  color: #49444C;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.875rem;
  margin-top: 5.625rem;
  padding: 0rem 1.25rem;
  position: relative;
}
.p-single-column__left h2::before {
  -webkit-transform: translateY(-50%);
  background-color: #EC672D;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-single-column__left p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 177.778% */
}

.p-single-column__left h3 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-column__left h4 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-column__left h5 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-column__left h6 {
  background: #f9f8f5;
  color: #000;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-top: 5.625rem;
  /* 106.667% */
  padding: 1.125rem 1.3125rem;
  position: relative;
}

.p-single-column__left ul {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 0.625rem 2.125rem 0.625rem;
}
.p-single-column__left ul li {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 0.25rem;
  line-height: 1.8125rem;
  /* 161.111% */
  vertical-align: middle;
}
.p-single-column__left ul li + .p-single-column__left ul li {
  margin-top: 1em;
}
.p-single-column__left ul li::before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.2em;
  margin-right: 1em;
  vertical-align: middle;
  width: 0.2em;
}

.alignnone {
  -o-object-fit: cover;
  display: block;
  height: auto;
  margin-bottom: 2.3125rem;
  object-fit: cover;
  width: 100%;
}

.nav-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav-previous a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.nav-next a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.p-single-column__left ol {
  border-radius: 1.25rem;
  counter-reset: custom-counter;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  gap: 1.8125rem;
  line-height: 1.8125rem;
  /* 161.111% */
  list-style: none;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 3.375rem 2.125rem 2.8125rem;
}
.p-single-column__left ol li {
  align-items: start;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  position: relative;
  /* 161.111% */
  vertical-align: middle;
}
.p-single-column__left ol li + .p-single-column__left ol li {
  margin-top: 1em;
}
.p-single-column__left ol li::before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  flex-shrink: 0;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.p-numberList {
  counter-reset: custom-counter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8125rem;
  /* 161.111% */
  list-style: none;
}

.p-numberList__item {
  padding-left: 1.7em;
  text-indent: -1.5em;
}
.p-numberList__item + .p-numberList__item {
  margin-top: 1em;
}

.p-numberList__item:before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  padding-right: 0.2em;
}

.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 h2 span {
  font-size: inherit;
}
.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: #f9f8f5;
  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 ul {
  list-style: none;
}
.defaultTemplate .defaultTemplate__contents ol {
  list-style: none;
}
.defaultTemplate .defaultTemplate__contents ul li,
.defaultTemplate .defaultTemplate__contents ol li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
  list-style: none;
  margin-left: 1.25rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents ul li::before,
.defaultTemplate .defaultTemplate__contents ol li::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  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%);
  background: url("../img/front/線 21@2x.png") no-repeat center center/cover;
  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%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  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%);
  background: url("../img/front/グループ 70@2x.png") no-repeat center center/cover;
  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%);
  background: url("../img/front/グループ 69@2x.png") no-repeat center center/cover;
  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%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  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%);
  background: url("../img/front/線 21@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.0625rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.p-single-column__right {
  position: relative;
  width: 30%;
  z-index: 1;
}

.p-single-cta {
  margin-top: 12.5625rem;
}

.p-single-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-single-cta__img {
  -webkit-transform: translateX(-50%);
  display: block;
  height: 13.9375rem;
  left: 50%;
  position: absolute;
  top: -10.4375rem;
  transform: translateX(-50%);
  width: 13.9375rem;
  z-index: 100;
}

.p-single-cta__item-box {
  background: #475b6c;
  border-radius: 1.25rem;
  padding-bottom: 3.3125rem;
  padding-inline: 1.8125rem;
  padding-top: 3.75rem;
  position: relative;
  z-index: 99;
}

.p-single-cta__item {
  border-radius: 1.25rem;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.p-single-cta__item:nth-child(n+2) {
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}

.p-single-cta__item:nth-child(n+3) {
  -webkit-transform: translateY(7.5rem);
  transform: translateY(7.5rem);
}

.p-single-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-single-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-single-cta__body {
  text-align: center;
}

.p-single-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
}
.p-single-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.p-single-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}
.p-single__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-single-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-single__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.6875rem;
}
.p-single__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-single__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-single__tel-numb {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.3125rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-single__time {
  margin-top: 0.4375rem;
}

.p-single__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}

.p-single__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: 22.8125rem;
}
.p-single__button1:hover {
  background: transparent;
}
.p-single__button1:hover .p-single-button__link1 {
  color: #fff;
}
.p-single__button1:hover .svg-circle {
  fill: #fff;
}
.p-single__button1:hover .svg-path {
  stroke: #475b6c;
}

.p-single-button__link1 {
  color: #475b6c;
}

.p-single__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: 22.8125rem;
}
.p-single__button2:hover {
  background: #475b6c;
}
.p-single__button2:hover .p-single-button__link2 {
  color: #fff;
}
.p-single__button2:hover .p-single-button__link1 {
  color: #fff;
}
.p-single__button2:hover .svg-circle {
  fill: #fff;
}
.p-single__button2:hover .svg-path {
  stroke: #475b6c;
}

.p-single-button__link2 {
  color: #00a651;
}

.p-single__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.p-single-column__related {
  margin-top: 6.0625rem;
}

.p-single-column__title-ja {
  font-size: 1.375rem;
  line-height: 110%;
  margin-left: 1.3125rem;
  position: relative;
}
.p-single-column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.p-single-column__article {
  margin-top: 4.1875rem;
}

.wp-block-table {
  margin-bottom: 2.375rem;
  margin-top: 1.25rem;
}

.p-single-column__button {
  display: flex;
  justify-content: center;
  margin-bottom: 9.125rem;
  margin-top: 3.75rem;
}

.p-single-column__buttonLink {
  align-items: center;
  align-items: center;
  background: #24C6AD;
  border-radius: 3.125rem;
  display: inline-flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  margin-top: 24.0625rem;
  min-width: 20rem;
  padding-block: 2.3125rem;
  position: relative;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-single-column__buttonLink::after {
  background: url(../img/common/icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.875rem;
  width: 1rem;
}

.p-single-column__buttonLink:hover {
  -webkit-transform: translateY(-2px);
  opacity: 0.8;
  transform: translateY(-2px);
}

.p-single-column__buttonText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1;
  margin-right: 1.875rem;
}

.p-single-column__buttonIcon {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.p-single-column__buttonIcon svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.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 {
  border-bottom: 0.0625rem solid #7bacc1;
  font-size: 2.25rem;
  line-height: 3.5625rem; /* 158.333% */
  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: #f9f8f5;
  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%;
}
@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-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-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 (min-width: 768px) {
  .p-front__service {
    padding-block: 7.5rem;
  }
  .p-front__service::before {
    height: 5rem;
  }
  .p-front__service::after {
    height: 5rem;
  }
  .p-front__service-inner {
    padding-inline: 2.5rem;
  }
  .p-front__service-title {
    gap: 2.5rem;
  }
  .p-front__service-title-deco {
    width: 3.75rem;
  }
  .p-front__service-title-en {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .p-front__service-title-ja {
    font-size: 1.75rem;
    letter-spacing: 0.175rem;
  }
  .p-front__service-list {
    display: grid;
    gap: 2.5rem 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    margin-top: 5rem;
  }
  .p-front__service-item:nth-child(4), .p-front__service-item:nth-child(5) {
    grid-row: 2;
  }
  .p-front__service-item:nth-child(4) {
    grid-column: 1/2;
    margin-left: auto;
    margin-right: 1.875rem;
  }
  .p-front__service-item:nth-child(5) {
    grid-column: 2/3;
    margin-left: 1.875rem;
    margin-right: auto;
  }
  .p-front__service-icon {
    height: 11.25rem;
    padding: 2.5rem;
    width: 11.25rem;
  }
  .p-front__service-text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-top: 1.25rem;
  }
  .p-front__service-btn {
    margin-top: 5rem;
  }
  .p-front__service-link {
    font-size: 1rem;
    gap: 0.9375rem;
    letter-spacing: 0.1rem;
    padding: 1.125rem 2.5rem;
  }
  .p-front__service-link:hover {
    opacity: 0.85;
  }
  .p-front__service-link-arrow {
    font-size: 1.25rem;
  }
}

@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-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;
  }
  .column-card:hover .p-archive-column-card__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

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

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(16px, 4.266vw, 24px);
  }
  .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;
  }
  .breadcrumb {
    padding-inline: 1.25rem;
  }
  .heading-wrap__icon {
    margin-top: 0rem;
  }
  .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;
  }
  .p-under-mv {
    margin-inline: 1.25rem;
  }
  .p-archive-column {
    margin-top: 3.125rem;
  }
  .p-archive-column__inner {
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .p-archive-column__title-wrap {
    margin-left: 0;
  }
  .p-archive-column__title-text {
    font-size: 0.875rem;
    margin-left: -1.3125rem;
    margin-top: 2.8125rem;
  }
  .p-archive-column__term {
    justify-content: start;
    margin-top: 2rem;
  }
  .p-archive-column__article-wrap {
    margin-top: 4rem;
  }
  .p-archive-column__article {
    gap: 2rem 0.75rem;
  }
  .p-archive-column-card__new {
    font-size: 1.5rem;
    height: 4.375rem;
    left: -0.625rem;
    top: -2.1875rem;
    width: 4.375rem;
  }
  .p-archive-column-card__cat {
    margin-top: 0.75rem;
  }
  .pagination {
    margin-top: 2rem;
    padding-bottom: 6rem;
  }
  .pickup__inner {
    padding-top: 4rem;
  }
  .pickup__term {
    margin-top: 2rem;
  }
  .pickup__article {
    gap: 0.625rem 0.75rem;
  }
  .pickup-card__title {
    margin-top: 0.25rem;
  }
  .pickup-card__button {
    margin-top: 2.25rem;
  }
  .p-footer-header {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .p-footer-header__inner {
    padding-inline: 1.25rem;
  }
  .p-footer-header__content {
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 2.5rem;
  }
  .p-footer-header__text {
    margin-bottom: 1.875rem;
  }
  .p-footer-header__title {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
  .p-footer-header__subtitle {
    font-size: 0.875rem;
  }
  .p-footer-header__buttons {
    flex-direction: column;
    gap: 0.9375rem;
  }
  .p-footer-header__button {
    font-size: 0.875rem;
    padding-bottom: 1rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1rem;
  }
  .p-footer-header__button--phone {
    width: 17.5rem;
  }
  .p-footer-header__button--phone span {
    font-size: 1.125rem;
  }
  .p-footer-header__button--phone small {
    font-size: 0.625rem;
  }
  .p-footer__inner {
    padding-inline: 1.25rem;
    padding-top: 10rem;
  }
  .p-footer__content {
    gap: 3.75rem;
    padding-top: 6.25rem;
  }
  .p-footer__logo h2 {
    font-size: 2rem;
  }
  .p-footer__address {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .p-footer__nav {
    gap: 2.375rem;
    justify-content: center;
  }
  .p-footer__nav-col {
    gap: 1rem;
  }
  .p-footer__nav-jp {
    font-size: 0.875rem;
  }
  .p-footer__nav-en {
    font-size: 0.625rem;
  }
  .p-footer__page-top {
    display: none;
  }
  .p-footer__page-top-text {
    display: none;
  }
  .p-footer__page-top-img {
    bottom: 3.75rem;
    cursor: pointer;
    display: block;
    height: 3.75rem;
    position: fixed;
    right: 1.25rem;
    transition: opacity 0.3s ease;
    width: 3.75rem;
    z-index: 3;
  }
  .p-footer__page-top-img img {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  .p-footer__copyright {
    margin-top: 3.75rem;
    padding-bottom: 5.25rem;
  }
  .p-front-mv {
    padding-top: 4.0625rem;
  }
  .p-front-mv::before {
    height: 100%;
    top: 13rem;
  }
  .p-front-mv::after {
    height: 13rem;
    top: 12.875rem;
  }
  .p-front-mv__scroll-top {
    display: none;
  }
  .p-front-mv__top-img-wrap {
    height: 3.0625rem;
    left: 4.5333333333%;
    top: 4.0625rem;
    width: 4.25rem;
  }
  .p-front-mv__flower {
    bottom: -2.4375rem;
    height: auto;
    width: 73.3333333333%;
  }
  .p-front-mv__container {
    bottom: 10.9057301294%;
  }
  .p-front-mv__img {
    border-radius: 2.5rem;
  }
  .p-front-mv__img img {
    aspect-ratio: 382/600;
    border-radius: 2.5rem;
  }
  .p-front-mv__ttl {
    color: #fff;
    font-size: 4.375rem;
    font-size: 1.8125rem;
    text-shadow: 0px 0px 1.4375rem rgba(71, 91, 108, 0.8);
  }
  .p-front-mv__ttl span {
    font-size: 1.5rem;
    margin-top: 2.8125rem;
  }
  .p-front-mv__txt {
    color: var(--yellow_F5B, #f5bc42);
    font-family: Pacifico;
    font-size: 3.4375rem;
    font-weight: 400;
    line-height: 170%;
    text-shadow: 0px 0px 1.4375rem rgba(71, 91, 108, 0.8);
    /* 93.756px */
  }
  .p-front-news {
    padding-bottom: 6rem;
    padding-top: 8.9375rem;
  }
  .p-front-news::before {
    aspect-ratio: 375/69;
    background: url("../img/front-page/news-bottom-sp.png") center center/cover no-repeat;
  }
  .p-front-news__inner {
    padding-inline: 1.25rem;
  }
  .p-front-news__title-box {
    margin-left: 3.5rem;
  }
  .p-front__img-bg {
    left: -3.5rem;
    width: 14rem;
  }
  .p-front-news__contents {
    margin-top: 2.625rem;
  }
  .p-front-news__item-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .p-front-news__item {
    gap: 1rem;
  }
  .p-front-news__button {
    margin-top: 2.625rem;
  }
  .news-icon {
    justify-content: center;
  }
  .p-front-feature {
    padding-block: 3.75rem;
  }
  .p-front-feature__inner {
    padding-inline: 1.25rem;
  }
  .p-front-feature__title-wrap {
    margin-bottom: 2.625rem;
    max-width: 13.125rem;
    padding-inline: 1.25rem;
  }
  .p-front-feature__title-wrap::before {
    height: 3.9375rem;
    right: -1.5rem;
    width: 2.125rem;
  }
  .p-front-feature__title-en {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .p-front-feature__items {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-front-feature__item {
    border-radius: 1.25rem;
    padding-bottom: 1.5rem;
  }
  .p-front-feature__item-img {
    border-radius: 1.25rem 1.25rem 0 0;
    height: 11.25rem;
  }
  .p-front-feature__item-content {
    padding-block: 1.5rem 0;
    padding-inline: 1.25rem;
  }
  .p-front-feature__item-title {
    gap: 0.375rem;
    margin-bottom: 1rem;
  }
  .p-front-feature__item-number {
    height: 2.375rem;
    width: 2.1875rem;
  }
  .p-front-feature__item-number-text {
    font-size: 1.75rem;
  }
  .p-front-feature__item-title-text {
    font-size: 1.125rem;
  }
  .p-front-feature__item-desc {
    font-size: 0.875rem;
    line-height: 1.8em;
  }
  .p-front-feature__btn {
    margin-bottom: 2.1875rem;
  }
  .p-front-feature__illust {
    display: none;
  }
  .p-front-service {
    padding-bottom: 5rem;
    padding-top: 6.25rem;
  }
  .p-front-service::before {
    aspect-ratio: 375/57;
    background: url("../img/front-page/service-up-sp.png") center center/cover no-repeat;
  }
  .p-front-service::after {
    aspect-ratio: 375/62;
    background: url("../img/front-page/service-down-sp.png") center center/cover no-repeat;
  }
  .p-front-service__bottom-img img {
    aspect-ratio: 375/282;
    height: auto;
  }
  .p-front-service__inner {
    padding-inline: 1.25rem;
  }
  .p-front-service__title-wrap {
    max-width: 13.9375rem;
    padding-inline: 1.25rem;
  }
  .p-front-service__title-wrap::before {
    height: 3.75rem;
    left: -1.5rem;
    width: 2.25rem;
  }
  .p-front-service__title-wrap::after {
    height: 3.75rem;
    width: 2.25rem;
  }
  .p-front-service__title-en {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .p-front-service__title-ja {
    font-size: 1.375rem;
    margin-top: 0.5rem;
  }
  .p-front-service__items {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    margin-top: 3.0625rem;
    margin-top: 3.75rem;
    max-width: 20.9375rem;
  }
  .p-front-service__item {
    height: 10rem;
    width: 10rem;
  }
  .p-front-service__item1 {
    background: url("../img/front-page/service-item1-sp.png") center center/cover;
  }
  .p-front-service__item-icon-img {
    width: 3.5rem;
  }
  .p-front-service__item-title {
    font-size: 0.9375rem;
    margin-top: 1.125rem;
  }
  .p-front-service__btn {
    margin-top: 2.625rem;
  }
  .p-contact__card3-img {
    width: 2.625rem;
  }
  .p-contact__card3-title {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
  .p-contact__card3-button {
    margin-top: 0.75rem;
    padding: 0.6875rem 0;
  }
  .p-contact__card3-button::before {
    height: 0.8125rem;
    right: 1rem;
    width: 0.8125rem;
  }
  .p-contact__card3-button-link {
    font-size: 0.875rem;
  }
  .Introduction {
    margin-right: 0rem;
    margin-top: 3.9375rem;
    position: relative;
  }
  .Introduction__inner {
    padding-inline: 1.25rem;
  }
  .Introduction__inner--contents {
    display: block;
  }
  .Introduction__title-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .Introduction__title-img {
    width: 2.375rem;
  }
  .Introduction__icon {
    margin-top: 2.625rem;
  }
  .Introduction__book-img {
    margin-top: 0;
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 8.125rem;
  }
  .Introduction__contents {
    margin-top: 2.625rem;
    width: 100%;
  }
  .Introduction__content {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .Introduction__left-item-img::before {
    aspect-ratio: 427/32;
    background: url("../img/front-page/naminami_blue-sp.png") center center/cover no-repeat;
  }
  .Introduction__left-item-txt {
    font-size: 0.625rem;
    padding: 0.9375rem 1.6875rem 1.5rem;
  }
  .p-voice {
    margin-top: 7.4375rem;
  }
  .p-voice__top-img-left {
    bottom: initial;
    height: 7.125rem;
    top: -3rem;
    width: 2.1875rem;
  }
  .p-voice__top-img-left img {
    -o-object-fit: initial;
    object-fit: initial;
  }
  .p-voice__top-img-right {
    height: 7.375rem;
    top: 0.875rem;
    width: 3.4375rem;
  }
  .p-voice__title-img {
    height: 3.75rem;
    width: 4.5rem;
  }
  .p-voice__contents {
    margin-top: 0.375rem;
  }
  .p-voice__card3-item {
    padding: 7.5rem 1rem 3.6875rem 1rem;
    width: 100%;
  }
  .p-voice__card3-img {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -3.125rem;
    transform: translateX(-50%);
    width: 9.25rem;
  }
  .p-voice__card3-title {
    color: #4f8196;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 1.5rem;
    /* 21.6px */
    text-align: center;
  }
  .p-voice__card3-title::before {
    background-image: url("../img/front-page/line-dot-sp.png");
    height: 0.1875rem;
  }
  .p-voice__card3-txt {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .p-voice__card3-name {
    font-size: 0.8125rem;
  }
  .swiper-slide {
    margin-right: 1.5rem;
    padding-bottom: 8.125rem;
    padding-top: 3.25rem;
    width: 18.125rem;
  }
  .p-contact {
    padding-top: 5.875rem;
  }
  .p-contact__inner {
    max-width: 49.6875rem;
    padding-inline: 1.25rem;
  }
  .p-contact__img-bg {
    height: 1.625rem;
    left: 4.375rem;
    top: -1.625rem;
    width: 2.4375rem;
  }
  .p-contact__card3-items {
    flex-direction: column;
    padding: 2.625rem 0;
    padding-inline: 1.25rem;
  }
  .p-contact__card3-item {
    padding: 1.125rem 1.875rem;
    width: 100%;
  }
  .p-contact__card3-item2-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-contact__title-img {
    margin-left: 1rem;
    width: 13rem;
  }
  .p-header {
    height: 7.0625rem;
  }
  .p-header__right-icon {
    height: 6.125rem;
    width: 5.375rem;
    z-index: 1001;
  }
  .p-header__inner {
    padding-inline: 1.25rem;
  }
  .p-header-logo__ttl {
    font-size: 0.75rem;
  }
  .p-header__logo {
    margin-top: 0.5rem;
    width: 12.5rem;
  }
  .p-header__logo-img {
    height: 3.5rem;
    width: 5rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__contact {
    display: none;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-header__sp-nav {
    padding: 0 1.25rem;
  }
  .c-hamburger-outer {
    align-items: center;
    background: #EF9467;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 4.5rem;
    justify-content: center;
    margin-top: 1.25rem;
    position: relative;
    width: 4.5rem;
    z-index: 1001;
  }
  .p-header__logo a img:nth-of-type(1) {
    display: none;
  }
  .p-header__logo a img:nth-of-type(2) {
    display: block;
  }
  .p-header.js-down .p-header__logo img {
    height: 3.0625rem;
    width: 4.375rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-sidebar {
    max-width: 100%;
  }
  .p-sidebar__section {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
  .p-sidebar__section + .p-sidebar__section {
    margin-top: 1.5rem;
  }
  .p-sidebar__title {
    font-size: 1rem;
    padding-bottom: 0.75rem;
  }
  .p-sidebar__categoryList {
    margin-top: 0.75rem;
  }
  .p-sidebar__categoryLink {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .p-sidebar__postList {
    margin-top: 0.75rem;
  }
  .p-sidebar__postItem + .p-sidebar__postItem {
    margin-top: 0.75rem;
  }
  .p-sidebar__postLink {
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-sidebar__postImage {
    height: auto;
    width: 100%;
  }
  .p-sidebar__postTitle {
    font-size: 0.8125rem;
  }
  .p-single-column--home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 2.25rem;
    padding-inline: 1.25rem;
  }
  .p-single-column--home-title::after {
    width: 2rem;
  }
  .p-single-column--home-title__en {
    font-size: 3.0625rem;
    line-height: 2.5rem;
    top: 12%;
    /* 81.915% */
  }
  .p-single-column {
    margin-top: 2rem;
  }
  .p-single-column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-single-column__box {
    flex-direction: column;
    padding-bottom: 2.5rem;
  }
  .p-single-column__left {
    flex-direction: column;
    padding-inline: 0;
    width: 100%;
  }
  .post-date {
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* 166.67% */
  }
  .post-genre {
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* 166.67% */
  }
  .p-single-column__title {
    font-size: 1.5rem;
    line-height: 2.75rem;
    /* 157.143% */
  }
  .p-single-column__left h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
    /* 133.333% */
    padding: 0.5625rem 1.25rem;
  }
  .p-single-column__left p {
    font-size: 1rem;
    line-height: 1.75rem;
    /* 175% */
  }
  .p-single-column__left h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-column__left h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-column__left h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-column__left h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    /* 133.333% */
    padding: 0.5625rem 1.25rem;
  }
  .p-single-column__left ul {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .p-single-column__left ol {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .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;
  }
  .p-single-column__right {
    width: 100%;
  }
  .p-single-cta__item-box {
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 2.5rem;
  }
  .p-single__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-single__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-single__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-single__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-single__tel-numb {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .p-single__time {
    margin-top: 0;
  }
  .p-single__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .p-single__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-single__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-single-column__related {
    margin-top: 3rem;
  }
  .p-single-column__button {
    margin-top: 2.5rem;
  }
  .p-single-column__buttonLink {
    margin-top: 3.75rem;
    min-width: 17.5rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }
  .p-single-column__buttonLink::after {
    right: 1rem;
  }
  .p-single-column__buttonText {
    font-size: 1rem;
  }
  .p-single-column__buttonIcon {
    height: 2rem;
    width: 2rem;
  }
  .p-single-column__buttonIcon svg {
    height: 1rem;
    width: 1rem;
  }
  .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-qa {
    margin-top: 5rem;
    padding-inline: 1.25rem;
  }
  .p-qa__inner {
    border-radius: 0.5rem;
    padding-bottom: 2.5rem;
    padding-inline: 0.75rem;
    padding-top: 2.5rem;
  }
  .p-qa__boxes {
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-inline: 0;
  }
  .p-qa-box {
    border-radius: 0.5rem;
  }
  .p-qa-box__head {
    gap: 0.75rem;
    padding: 1.5rem 1.5rem;
  }
  .p-qa-box__head-text {
    font-size: 0.875rem;
  }
  .p-qa-box__head-text::before {
    height: 0.375rem;
    right: -0.625rem;
    width: 0.75rem;
  }
  .p-qa-box__body {
    padding: 0 1.5rem;
  }
  .p-qa-box__a {
    padding-bottom: 1.5rem;
    padding-top: 1.25rem;
  }
  .p-qa-box__a-title-wrap {
    gap: 1rem;
  }
  .p-qa-box__a-title {
    font-size: 1rem;
  }
  .p-qa-box__a-text {
    font-size: 0.875rem;
    padding: 0.75rem 0 0 3.125rem;
  }
  .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: 375px) {
  .p-front-mv__top-img-wrap {
    left: 0.9375rem;
  }
}

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

@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-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 */