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

body {
  background-color: #fff;
  color: #4a3a12;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
}

.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%; /* 18px */
  margin-right: 1.625rem;
}

.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: #4a3a12;
  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;
}

.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: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-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-footer {
  background: #4f8196;
  margin-top: -20.3125rem;
  position: relative;
  z-index: 1;
}
.p-footer::before {
  -o-object-fit: cover;
  aspect-ratio: 1920/88;
  background: url(../img/front-page/service-up.png) center center/cover no-repeat;
  content: "";
  height: auto;
  height: auto;
  margin-top: -2px;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-footer__bottom-img {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-footer__bottom-img img {
  -o-object-fit: cover;
  aspect-ratio: 1920/468;
  height: 29.25rem;
  object-fit: cover;
}

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

.p-footer__content {
  display: flex;
  justify-content: space-between;
  padding-top: 27.8125rem;
}

.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;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

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

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

.p-footer__nav-jp {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

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

.p-footer__page-top {
  -webkit-transform: translateY(-50%);
  -webkit-animation: pageTopFloat 2s ease-in-out infinite;
  animation: pageTopFloat 2s ease-in-out infinite;
  color: inherit;
  cursor: pointer;
  left: 2.25rem;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.p-footer__page-top:hover {
  -webkit-transform: translateY(-60%) scale(1.1);
  -webkit-animation: pageTopHover 0.6s ease-in-out;
  animation: pageTopHover 0.6s ease-in-out;
  transform: translateY(-60%) scale(1.1);
}
.p-footer__page-top:hover .p-footer__page-top-line {
  -webkit-transform: translateY(-0.3125rem) rotate(5deg);
  -webkit-animation: arrowBounce 0.8s ease-in-out infinite;
  animation: arrowBounce 0.8s ease-in-out infinite;
  transform: translateY(-0.3125rem) rotate(5deg);
}
.p-footer__page-top:hover .p-footer__page-top-line img {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.3));
  filter: brightness(1.2) drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.3));
}
.p-footer__page-top:hover .p-footer__page-top-text {
  -webkit-transform: scale(1.05);
  color: #f5bc42;
  text-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

@-webkit-keyframes pageTopFloat {
  0%, 100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}

@keyframes pageTopFloat {
  0%, 100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}
@-webkit-keyframes pageTopHover {
  0% {
    -webkit-transform: translateY(-60%) scale(1.1);
    transform: translateY(-60%) scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-65%) scale(1.15) rotate(2deg);
    transform: translateY(-65%) scale(1.15) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-70%) scale(1.2) rotate(-1deg);
    transform: translateY(-70%) scale(1.2) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateY(-65%) scale(1.15) rotate(1deg);
    transform: translateY(-65%) scale(1.15) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(-60%) scale(1.1) rotate(0deg);
    transform: translateY(-60%) scale(1.1) rotate(0deg);
  }
}
@keyframes pageTopHover {
  0% {
    -webkit-transform: translateY(-60%) scale(1.1);
    transform: translateY(-60%) scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-65%) scale(1.15) rotate(2deg);
    transform: translateY(-65%) scale(1.15) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-70%) scale(1.2) rotate(-1deg);
    transform: translateY(-70%) scale(1.2) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateY(-65%) scale(1.15) rotate(1deg);
    transform: translateY(-65%) scale(1.15) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(-60%) scale(1.1) rotate(0deg);
    transform: translateY(-60%) scale(1.1) rotate(0deg);
  }
}
@-webkit-keyframes arrowBounce {
  0%, 100% {
    -webkit-transform: translateY(-0.3125rem) rotate(5deg);
    transform: translateY(-0.3125rem) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-0.625rem) rotate(8deg) scale(1.1);
    transform: translateY(-0.625rem) rotate(8deg) scale(1.1);
  }
}
@keyframes arrowBounce {
  0%, 100% {
    -webkit-transform: translateY(-0.3125rem) rotate(5deg);
    transform: translateY(-0.3125rem) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-0.625rem) rotate(8deg) scale(1.1);
    transform: translateY(-0.625rem) rotate(8deg) scale(1.1);
  }
}
@-webkit-keyframes pageTopImgFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
  }
}
@keyframes pageTopImgFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
  }
}
@-webkit-keyframes pageTopImgHover {
  0% {
    -webkit-transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
    transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
  }
  25% {
    -webkit-transform: translateY(-0.75rem) scale(1.3) rotate(15deg);
    transform: translateY(-0.75rem) scale(1.3) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(-0.9375rem) scale(1.35) rotate(5deg);
    transform: translateY(-0.9375rem) scale(1.35) rotate(5deg);
  }
  75% {
    -webkit-transform: translateY(-0.75rem) scale(1.25) rotate(12deg);
    transform: translateY(-0.75rem) scale(1.25) rotate(12deg);
  }
  100% {
    -webkit-transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
    transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
  }
}
@keyframes pageTopImgHover {
  0% {
    -webkit-transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
    transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
  }
  25% {
    -webkit-transform: translateY(-0.75rem) scale(1.3) rotate(15deg);
    transform: translateY(-0.75rem) scale(1.3) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(-0.9375rem) scale(1.35) rotate(5deg);
    transform: translateY(-0.9375rem) scale(1.35) rotate(5deg);
  }
  75% {
    -webkit-transform: translateY(-0.75rem) scale(1.25) rotate(12deg);
    transform: translateY(-0.75rem) scale(1.25) rotate(12deg);
  }
  100% {
    -webkit-transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
    transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
  }
}
.p-footer__page-top-line {
  display: block;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.75rem;
}
.p-footer__page-top-line img {
  transition: all 0.3s ease;
}

.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: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.75rem;
  text-orientation: mixed;
  transition: color 0.3s ease;
  writing-mode: vertical-rl;
}

.p-footer__page-top-img {
  -webkit-animation: pageTopImgFloat 3s ease-in-out infinite;
  animation: pageTopImgFloat 3s ease-in-out infinite;
  bottom: 3.75rem;
  cursor: pointer;
  display: block;
  height: 2.5rem;
  position: fixed;
  right: 1.25rem;
  transition: all 0.3s ease;
  width: 2.5rem;
  z-index: 3;
}
.p-footer__page-top-img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  width: 100%;
}
.p-footer__page-top-img:hover {
  -webkit-transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
  -webkit-animation: pageTopImgHover 0.8s ease-in-out;
  animation: pageTopImgHover 0.8s ease-in-out;
  transform: translateY(-0.5rem) scale(1.2) rotate(10deg);
}
.p-footer__page-top-img:hover img {
  -webkit-filter: brightness(1.3) drop-shadow(0 0.3125rem 0.9375rem rgba(28, 56, 80, 0.4));
  -webkit-transform: rotate(-10deg);
  filter: brightness(1.3) drop-shadow(0 0.3125rem 0.9375rem rgba(28, 56, 80, 0.4));
  transform: rotate(-10deg);
}

.p-footer__copyright {
  color: #ece8d8;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 15.5625rem;
  padding-bottom: 7.5rem;
  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::before {
  background: url("../img/common/edge-right.png") center center/contain no-repeat;
  content: "";
  height: 3.125rem;
  position: absolute;
  right: -3.125rem;
  top: 6.25rem;
  width: 3.125rem;
}
.p-front-mv__top-img::after {
  background: url("../img/common/edge-right.png") center center/contain no-repeat;
  bottom: -3rem;
  content: "";
  height: 3.125rem;
  left: 17.873563%;
  position: absolute;
  width: 3.125rem;
}

.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%; /* 123.103px */
  position: absolute;
  top: 6.25rem;
}

.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;
  aspect-ratio: 1920/1080;
  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%; /* 85px */
  text-shadow: 0px 0px 40px rgba(71, 91, 108, 0.8);
}
.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%; /* 157.572px */
  margin-top: 0.625rem;
  text-shadow: 0px 0px 40px rgba(71, 91, 108, 0.8);
}

.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: #4a3a12;
  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: #4a3a12;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
}

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

.p-front-about {
  margin-left: clamp(2.5rem, -1.438rem + 8.203vw, 11.688rem);
  margin-top: 2.125rem;
}

.p-front-about__inner {
  display: flex;
  gap: clamp(2.5rem, -0.42rem + 6.083vw, 9.313rem);
  justify-content: center;
  margin-inline: auto;
  max-width: 108.75rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-front-about__left-box {
  padding-left: clamp(3rem, 0.027rem + 3.194vw, 9.938rem);
  padding-top: 10.75rem;
  position: relative;
  width: 33.5625rem;
}

.p-front-about__img {
  left: -3.625rem;
  position: absolute;
  top: 0;
  width: clamp(15.563rem, 13.071rem + 5.19vw, 21.375rem);
}

.p-front-about__title-text {
  color: #4a3a12;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
  margin-top: 1.75rem;
}

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

.p-front-about__icon {
  justify-content: start;
}

.p-front-about__right-box {
  padding-top: 9.5625rem;
  width: 51.6697663136%;
}

.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: #4a3a12;
  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: #4a3a12;
  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: #4a3a12;
  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%; /* 28px */
  margin-top: 1.25rem;
  text-align: center;
}

.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%; /* 18px */
  text-align: center;
  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%; /* 28.8px */
  padding-bottom: 5.25rem;
  position: relative;
  text-align: right;
}
.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%; /* 32px */
  margin-top: 1.75rem;
}

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

.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-header {
  background: #fff;
  height: 6.25rem;
  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: clamp(4.063rem, 2.777rem + 2.679vw, 7.063rem);
  padding-right: 13.375rem;
}

.p-header__logo {
  color: #f5bc42;
  font-family: Pacifico;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 170%; /* 68px */
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-header__logo.js-logo-visible {
  opacity: 1;
}

.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: #4a3a12;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-header__link::after {
  background-color: #f5bc42;
  bottom: -0.3125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: width 0.5s ease;
  width: 0;
}
.p-header__link:hover {
  color: #475b6c;
}
.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: #f5bc42;
  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: #4f8196;
  border: 0.0625rem solid #4f8196;
  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::after {
  background: url("../img/front-page/mail-white.png") center center/contain no-repeat;
  content: "";
  height: 1.125rem;
  margin-right: 0.625rem;
  transition: background 0.8s ease;
  width: 1.125rem;
}
.p-header__contact a:hover {
  background: #fff;
  color: #3c91b5;
}
.p-header__contact a:hover span {
  color: #3c91b5;
}
.p-header__contact a:hover::after {
  background: url("../img/front-page/mail.png") center center/contain no-repeat;
}

.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: 0.75rem;
  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;
}

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

.c-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}
.c-hamburger span {
  background: #fff;
  border-radius: 0.0625rem;
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
.c-hamburger span:nth-child(1) {
  top: 0.375rem;
}
.c-hamburger span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.c-hamburger span:nth-child(3) {
  bottom: 0.375rem;
}

/*OPEN時の動き*/
.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
  transform: translateY(0.5rem) rotate(45deg);
}

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

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

.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%; /* 28.629px */
  padding-top: 5.3125rem;
  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-home-news {
  margin-top: 16.25rem;
}

.p-home-news__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  padding-inline: 2.5rem;
}

.p-home-news__title-item {
  margin-left: 3.75rem;
}

.p-home-news__contents {
  margin-top: 2.5rem;
  padding-bottom: 9.5rem;
  width: 100%;
}

.p-home-news__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-home-news__item-link {
  align-items: center;
  border-bottom: 0.0625rem solid #f9f8f5;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-home-news__item-link::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -1.5rem;
  z-index: 1;
}
.p-home-news__item-link:hover .p-home-news__item-date,
.p-home-news__item-link:hover .p-home-news__item-title {
  opacity: 0.7;
}
.p-home-news__item-link:hover .svg-circle {
  fill: #fff;
}
.p-home-news__item-link:hover .svg-path {
  stroke: #475b6c;
}

.svg-circle {
  transition: fill 0.3s ease;
}

.svg-path {
  transition: stroke 0.3s ease;
}

.p-home-news-svg {
  flex-shrink: 0;
  height: 1.5rem;
  max-width: 1.5rem;
  transition: fill 0.3s ease;
}
.p-home-news-svg svg {
  height: 100%;
  transition: fill 0.3s ease;
  width: 100%;
}

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

.p-home-news__item-date {
  color: #475b6c;
  flex-shrink: 0;
  font-weight: 400;
  transition: opacity 0.3s ease;
  width: 6rem;
}

.p-home-news__item-title {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  line-height: 110%; /* 19.8px */
  transition: opacity 0.3s ease;
}

.pagination {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-bottom: 12.0625rem;
  margin-top: 6.25rem;
}
.pagination span,
.pagination a {
  color: #475b6c;
  font-family: "Rounded Mplus 1c";
  font-size: 1.375rem;
  line-height: 110%; /* 24.2px */
  padding: 0.625rem;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.pagination span:hover,
.pagination a:hover {
  background: #475b6c;
}

.page-numbers {
  align-items: center;
  border: 0.0625rem solid #f9f8f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 2.75rem;
}
.page-numbers:hover {
  background: #475b6c;
  border: 0.0625rem solid #475b6c;
}
.page-numbers:hover .svg-path {
  stroke: #fff;
}

.prev {
  background: #fff;
  border: 0.0625rem solid #f9f8f5;
  border-radius: 50%;
  display: block;
  height: 2.1875rem;
  margin-right: 1.5625rem;
  position: relative;
  width: 2.1875rem;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prev:hover {
  background: #475b6c;
  border: 0.0625rem solid #475b6c;
}
.prev:hover .svg-path {
  stroke: #fff;
}

.next {
  display: block;
  height: 2.1875rem;
  margin-left: 1.5625rem;
  position: relative;
  width: 2.1875rem;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.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;
}
.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__link {
  transition: opacity 0.3s ease;
}
.single-button__link:hover {
  opacity: 0.7;
}

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

.single-button__arrow {
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-button__arrow circle {
  transition: fill 0.3s ease;
}
.single-button__arrow path {
  transition: stroke 0.3s ease;
}

.single__button:hover .single-button__arrow circle {
  fill: #475b6c !important;
}
.single__button:hover .single-button__arrow path {
  stroke: #fff !important;
}

.single-button__arrow:hover circle {
  fill: #475b6c !important;
}
.single-button__arrow:hover path {
  stroke: #fff !important;
}

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

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

@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;
  }
  .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-footer {
    margin-top: -9.0625rem;
  }
  .p-footer::before {
    -o-object-fit: cover;
    aspect-ratio: 375/57;
    background: url("../img/front-page/service-up-sp.png") center center/cover no-repeat;
    height: auto;
    object-fit: cover;
  }
  .p-footer__bottom-img img {
    -o-object-fit: cover;
    aspect-ratio: 375/282;
    height: auto;
    object-fit: cover;
  }
  .p-footer__inner {
    padding-inline: 1.25rem;
  }
  .p-footer__content {
    flex-direction: column;
    gap: 3.75rem;
    padding-top: 12.8125rem;
  }
  .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 {
    top: 65%;
  }
  .p-footer__page-top-text {
    font-size: 0.75rem;
  }
  .p-footer__page-top-img {
    bottom: 3.75rem;
    cursor: pointer;
    display: block;
    height: 2.5rem;
    position: fixed;
    right: 1.25rem;
    transition: opacity 0.3s ease;
    width: 2.5rem;
    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__top-img::before {
    display: none;
  }
  .p-front-mv__top-img::after {
    display: none;
  }
  .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%; /* 93.756px */
    text-shadow: 0px 0px 1.4375rem rgba(71, 91, 108, 0.8);
  }
  .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-about {
    margin-left: 0rem;
    margin-top: 3.5rem;
  }
  .p-front-about__inner {
    flex-direction: column;
    gap: 3.75rem;
    padding-inline: 1.25rem;
  }
  .p-front-about__left-box {
    padding-left: 0;
    padding-top: 3rem;
    width: 100%;
  }
  .p-front-about__img {
    left: 0rem;
    width: 6.875rem;
  }
  .p-front-about__title-wrap {
    padding-left: 3.0625rem;
  }
  .p-front-about__title-text {
    margin-top: 2.875rem;
  }
  .p-front-about__button {
    margin-top: 2.875rem;
  }
  .p-front-about__icon {
    justify-content: center;
  }
  .p-front-about__right-box {
    padding-top: 0rem;
    width: 100%;
  }
  .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%; /* 21.6px */
    padding-bottom: 1.5rem;
    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: 5rem;
  }
  .p-header__right-icon {
    height: 6.125rem;
    width: 5.375rem;
    z-index: 1001;
  }
  .p-header__inner {
    padding-inline: 1.25rem;
  }
  .p-header__logo {
    font-size: 2rem;
    opacity: 1;
  }
  .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 {
    cursor: pointer;
    display: block;
    height: 1.875rem;
    position: relative;
    width: 1.875rem;
    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-header-hamburger__information-img {
    display: block;
    width: 3.125rem;
  }
  .p-home-news {
    margin-top: 10rem;
  }
  .p-home-news__inner {
    max-width: 36.25rem !important;
    padding-inline: 1.25rem;
  }
  .p-home-news__title-item {
    margin-left: 1.25rem;
  }
  .p-home-news__contents {
    padding-bottom: 6rem;
  }
  .p-home-news__content {
    gap: 2rem;
  }
  .p-home-news__item-link {
    gap: 0.75rem;
    padding-bottom: 2rem;
  }
  .p-home-news__item-link::before {
    top: -1.25rem;
  }
  .p-home-news-svg {
    height: 1.4375rem;
    max-width: 1.4375rem;
  }
  .p-home-news__item {
    flex-direction: column;
  }
  .p-home-news__item-date {
    width: 100%;
  }
  .p-home-news__item-title {
    margin-top: 0.5rem;
  }
  .pagination {
    gap: 1rem;
    margin-bottom: 6rem;
    margin-top: 2rem;
  }
  .prev {
    margin-right: 0;
  }
  .next {
    margin-left: 0;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .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;
  }
  .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 */