@charset "UTF-8";
html {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

.main-html {
  font-size: 16px;
}

.lp-html {
  font-size: 16px;
}

body {
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

.hp-body {
  color: #000;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

*,
*::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 {
  color: #000;
  font-size: 0.8125rem;
  margin-inline: auto;
  max-width: 75rem;
  padding-inline: 2.5rem;
}
.breadcrumb .home {
  transition: opacity 0.3s ease;
}
.breadcrumb .home:hover {
  opacity: 0.7;
}
.breadcrumb span {
  margin-right: 0.125rem;
}

.breadcrumb a {
  margin-right: 0.125rem;
}

.post-root {
  margin-left: 0.125rem;
}

.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-demo-wrap {
  position: relative;
}
.p-demo-wrap::before {
  -o-object-fit: cover;
  background: url(../img/hp/demo/bg-1.png) center center/cover no-repeat;
  content: "";
  height: clamp(225.625rem, 223.482rem + 5vw, 230.625rem);
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -15.9375rem;
  width: 100%;
  z-index: -1;
}

body:has(.p-demo-wrap) {
  overflow-x: hidden;
}

.p-demo-top {
  margin-top: 3rem;
}

.p-demo-heading {
  margin-inline: auto;
  margin-top: 6.875rem;
  max-width: 59rem;
  padding-inline: 2.5rem;
}

.p-demo-heading__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: bold;
}

.p-demo-heading__text {
  font-size: 1.125rem;
  margin-top: 4.5rem;
}

.p-demo-access {
  padding-block: 6.4375rem 6.5rem;
}

.p-demo-access__inner {
  background: #E5E9F4;
  margin-inline: auto;
  max-width: 80rem;
  padding-block: 5.5rem 6rem;
  padding-inline: 2.5rem;
}

.p-demo-access__contents {
  color: #191919;
}

.p-demo-access__map {
  margin-inline: auto;
  max-width: 55.375rem;
}

.p-demo-access__map-iframe {
  height: 32rem;
  width: 100%;
}

.p-demo-access__item-box {
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 57.125rem;
}

.p-demo-access__address--item {
  border-bottom: 0.0625rem solid #B4BDCB;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}
.p-demo-access__address--item:first-child {
  border-top: 0.0625rem solid #B4BDCB;
}

.p-demo-access__address-wrap {
  align-items: center;
  display: flex;
}

.p-demo-access__address {
  color: #254f9a;
  font-size: 1.125rem;
  font-weight: 700;
  width: 20.375rem;
}

.p-demo-access__address-text {
  color: #191919;
  font-size: 1.125rem;
}

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

.p-demo-access__common-title {
  color: #254f9a;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  width: 20.375rem;
}
.p-demo-access__common-title span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.0825rem;
}

.p-demo-access__train-data {
  align-items: center;
  display: flex;
  gap: 1.4375rem;
  justify-content: center;
}

.p-demo-access__train-data-badge-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  background: #254f9a;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.641875rem;
  padding: 1.125rem 0.5rem 0.625rem 0.5rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.p-demo-access__train-data-line {
  color: #191919;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-demo-access__train-data-row {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  gap: 6.5rem;
  margin-top: 1.375rem;
}
.p-demo-access__train-data-row .station {
  margin-left: 0.3125rem;
}

.p-demo-access__train-data-sep {
  color: #254f9a;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}
.p-demo-access__train-data-sep::before, .p-demo-access__train-data-sep::after {
  -webkit-transform: translateY(-50%);
  background: #191919;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 4rem;
}
.p-demo-access__train-data-sep::before {
  left: -5.375rem;
}
.p-demo-access__train-data-sep::after {
  right: -5.375rem;
}

.p-demo-access__car {
  display: flex;
}

.p-demo-access__car-steps {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin: 0;
  position: relative;
}
.p-demo-access__car-steps::before {
  background: #254f9a;
  content: "";
  height: 94%;
  left: 3%;
  position: absolute;
  top: 0.625rem;
  width: 0.125rem;
}

.p-demo-access__car-step {
  align-items: center;
  display: flex;
  gap: 2.375rem;
  white-space: nowrap;
}

.p-demo-access__car-num {
  color: #b6a054;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
}

.p-demo-access__car-dot {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  vertical-align: top;
}

.p-demo-access__car-dot-img {
  display: block;
  height: 0.6875rem;
  margin-top: 0.25rem;
  width: 0.6875rem;
}

.p-demo-access__car-text {
  display: flex;
  font-size: 1.125rem;
}

.p-demo-qa__contents {
  background: url("../img/demo/qa-bg.png") center center/cover no-repeat;
  padding-bottom: 6.25rem;
  padding-top: 7.25rem;
}

.p-demo-qa__faq {
  margin-bottom: 6.25rem;
  margin-inline: auto;
  max-width: 55rem;
}

.p-coming-soon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-block: 12.5rem 12.5rem;
}

.p-coming-soon__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
  width: 100%;
}

.p-coming-soon__content {
  background-color: #E5E9F4;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-weight: 700;
  padding-block: 6.25rem;
  text-align: center;
}

.p-footer-hp {
  margin-top: 5.9375rem;
}

.p-footer-hp__inner {
  margin-inline: auto;
  max-width: 86.25rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-footer-hp__logo {
  margin-top: 0rem;
}

.p-footer-hp__logo img {
  height: 2.75rem;
  width: 17.375rem;
}

.p-footer-hp__address {
  margin-top: 2.875rem;
}

.p-footer-hp__address p {
  color: #191919;
  font-size: 1rem;
  font-weight: 400;
}

.p-footer-hp__nav {
  display: flex;
  gap: 5.3125rem;
  position: absolute;
  right: 8.25rem;
  top: 0rem;
}

.p-footer-hp__nav-column {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.p-footer-hp__nav-column a {
  color: #191919;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-footer-hp__nav-column a:hover {
  opacity: 0.7;
}

.p-footer-hp__pagetop {
  bottom: 1.8125rem;
  position: absolute;
  right: 0rem;
}

.p-footer-hp__pagetop-btn {
  align-items: center;
  background-color: #e3b93d;
  border-radius: 50%;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 3.125rem;
}

.p-footer-hp__pagetop-btn:hover {
  opacity: 0.8;
}

.p-footer-hp__pagetop-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-footer-hp__copyright {
  background-color: #191919;
  margin-top: 8.125rem;
  padding-block: 1.0625rem 1.0625rem;
  text-align: center;
}

.p-footer-hp__copyright p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0rem;
}

.p-hp-demo {
  margin-inline: auto;
  margin-top: 1.75rem;
  max-width: 44.5rem;
  padding-inline: 2.5rem;
}

.p-hp-demo__img {
  height: 100%;
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-hp-demo__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-hp-demo__img:hover {
  opacity: 0.7;
}

.p-hp-bg-wrap {
  position: relative;
}
.p-hp-bg-wrap::before {
  -o-object-fit: cover;
  background: url(../img/hp/front/hp-bg1.png) center center/cover no-repeat;
  content: "";
  height: 300rem;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 6rem;
  width: 100%;
  z-index: -1;
}

.p-hp-bg-wrap2 {
  position: relative;
}
.p-hp-bg-wrap2::before {
  -o-object-fit: cover;
  background: url(../img/hp/front/hp-bg2.png) center center/cover no-repeat;
  content: "";
  left: 0;
  min-height: 75.8125rem;
  object-fit: cover;
  position: absolute;
  top: 14rem;
  width: 100%;
  z-index: -1;
}

.p-hp-development {
  margin-top: 9.125rem;
}

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

.p-hp-development__items {
  align-items: center;
  display: flex;
  gap: 4.25rem;
  justify-content: center;
}

.p-hp-development__img {
  width: 41.2521440823%;
}

.p-hp-development__right {
  width: 55.8319039451%;
}

.p-hp-development__title {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.p-hp-development__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 4.25rem;
  /* 160% */
}
.p-hp-development__txt span {
  color: #254f9a;
  font-weight: 700;
}

.p-hp-about {
  margin-top: 15.1875rem;
}

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

.p-hp-about__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}

.p-hp-about__items {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin-top: 4.25rem;
}

.p-hp-about__item {
  align-items: end;
  background: #e5e9f4;
  border-radius: 0.75rem;
  display: flex;
  gap: 2.125rem;
  justify-content: center;
}

.p-hp-about__item:nth-child(2) {
  align-items: initial;
  gap: 5.1875rem;
}

.p-hp-about__item:nth-child(3) {
  align-items: initial;
  gap: 2.0625rem;
  justify-content: space-between;
}

.p-hp-about__itemContent {
  width: 47.4218089603%;
}

.p-hp-about__item:nth-child(3) .p-hp-about__itemContent {
  padding-left: 2.9375rem;
}

.p-hp-about__itemNumber {
  align-items: center;
  color: #254f9a;
  display: flex;
  gap: 1.375rem;
  padding-top: 1.8125rem;
}

.p-hp-about__itemNumberCircle {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-weight: 700;
  height: 4.875rem;
  justify-content: center;
  line-height: 1.3125rem;
  width: 4.875rem;
}

.p-hp-about__itemNumberText1 {
  font-size: 1rem;
}

.p-hp-about__itemNumberText2 {
  font-size: 1.875rem;
}

.p-hp-about__itemTitle {
  color: #254f9a;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-hp-about__itemBefore {
  border: 0.0625rem solid #839ac6;
  border-radius: 0.75rem;
  margin-top: 1.3125rem;
  padding-block: 1.8125rem 1.8125rem;
  padding-inline: 1.5rem;
}

.p-hp-about__itemBeforeText {
  font-size: 1.125rem;
  font-weight: 600;
}
.p-hp-about__itemBeforeText span {
  color: #254f9a;
}

.p-hp-about__itemArrow {
  margin-top: 1rem;
  text-align: center;
}

.p-hp-about__itemArrowShape {
  border-bottom: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-style: solid;
  border-top: 30px solid #555555;
  display: inline-block;
  height: 0;
  width: 0;
}

.p-hp-about__itemAfter {
  background: #fff;
  border-radius: 0.75rem;
  margin-bottom: 3rem;
  margin-top: 0.625rem;
  padding-block: 1.8125rem 1.8125rem;
  padding-inline: 1.5rem;
}

.p-hp-about__itemAfterText {
  color: #254f9a;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-hp-about__itemAfterText span {
  color: #c50027;
}

.p-hp-about__itemImage {
  display: block;
  width: 41.0819949281%;
}

.p-hp-about__item:nth-child(1) .p-hp-about__itemImage {
  margin-top: 0rem;
}

.p-hp-about__item:nth-child(2) .p-hp-about__itemImage {
  margin-top: 8.4375rem;
  width: 28.75rem;
}

.p-hp-about__item:nth-child(3) .p-hp-about__itemImage {
  width: 100%;
}

.p-hp-function {
  margin-top: 7.5625rem;
}

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

.p-hp-function__box {
  background: #e5e9f4;
  border-radius: 0.75rem;
  margin-inline: auto;
  max-width: 75rem;
  padding-block: 7.5rem 7.5rem;
}

.p-hp-function__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
}
.p-hp-function__title span {
  color: #254f9a;
}

.p-hp-function__description {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-inline: auto;
  margin-top: 4.3125rem;
  max-width: 49.5625rem;
}
.p-hp-function__description span {
  color: #254f9a;
}

.p-hp-function__items {
  display: grid;
  gap: 4.375rem 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4.3125rem;
  padding-inline: 1.5625rem 0.9375rem;
}

.p-hp-function__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-hp-function__itemIcon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 14.0625rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  overflow: hidden;
  width: 13.5rem;
}
.p-hp-function__itemIcon img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-hp-function__itemText {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.125rem;
}
.p-hp-function__itemText span {
  color: #254f9a;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.cta1 {
  margin-top: 6.5rem;
}

.cta2 {
  margin-top: 8rem;
}

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

.p-cta__inner {
  margin-inline: auto;
  max-width: 75rem;
  padding-block: 5rem 4.6875rem;
  padding-inline: 1.5625rem;
  position: relative;
  z-index: 1;
}

.p-cta__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-cta__title span {
  border-bottom: 0.125rem solid #e1b535;
  padding-bottom: 0rem;
}

.p-cta__content {
  align-items: center;
  display: flex;
  gap: 6.75rem;
  justify-content: space-between;
  margin-top: 8.5rem;
}

.p-cta__left {
  flex: 1;
}

.p-cta__center {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.9375rem;
}

.p-cta__right {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.9375rem;
}

.p-cta__campaign {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-cta__contactType {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.p-cta__phoneIcon {
  height: 1.625rem;
  margin-top: 0.875rem;
  width: 1.625rem;
}
.p-cta__phoneIcon img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-cta__phoneInfo {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-cta__phoneNumber {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
}

.p-cta__phoneTime {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-cta__btnWrap {
  margin-top: 0rem;
}

.p-cta__btn {
  align-items: center;
  background: linear-gradient(90deg, rgb(225, 181, 53) 0%, rgb(253, 242, 170) 50%, rgb(225, 181, 53) 100%);
  border-radius: 0.25rem;
  display: flex;
  gap: 0.625rem;
  height: 5.5rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 18.75rem;
}
.p-cta__btn:hover {
  -webkit-transform: translateY(0.125rem) scale(0.98);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(0.125rem) scale(0.98);
}

.p-cta__btnText {
  color: #162148;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-cta__btnArrow {
  -webkit-transform: translateY(-50%);
  color: #162148;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-cta__btnArrowImg {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}
.p-hp-price {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 8rem;
}

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

.p-hp-price__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 0rem;
  text-align: center;
}

.p-hp-price__text {
  font-size: 1.125rem;
  margin-top: 4.5rem;
  text-align: center;
}

.p-hp-price__table {
  margin-top: 5rem;
}

.p-hp-price__basic {
  background-color: #fff;
  border: 0.0625rem solid #D8D8D8;
  border-radius: 0.75rem;
  box-shadow: 0 0 1rem rgba(37, 79, 154, 0.18);
  padding: 1.5rem;
}

.p-hp-price__basicHeader {
  padding-right: 1.5rem;
}

.p-hp-price__basicTitle {
  color: #254F9A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0rem;
}

.p-hp-price__basicDescription {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 2.25rem;
}

.p-hp-price__basicContent {
  align-items: center;
  border: 0.0625rem solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.p-hp-price__basicItem {
  background-color: #F5F5F5;
  padding: 1.25rem;
  text-align: center;
  width: 38rem;
}

.p-hp-price__basicItemName {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0rem;
}

.p-hp-price__basicPrice {
  text-align: center;
  width: 33.9375rem;
}

.p-hp-price__basicPriceText {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0rem;
}

.p-hp-price__plus {
  margin-top: 1.4375rem;
  text-align: center;
}

.p-hp-price__plusText {
  color: #254F9A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0rem;
}

.p-hp-price__option {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 1rem rgba(37, 79, 154, 0.18);
  margin-top: 1.875rem;
  padding: 1.5rem;
}

.p-hp-price__optionHeader {
  padding-right: 1.5rem;
}

.p-hp-price__optionTitle {
  color: #254F9A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0rem;
}

.p-hp-price__optionDescription {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 2.25rem;
}

.p-hp-price__optionContent {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}

.p-hp-price__optionColumn {
  border: 0.0625rem solid #D8D8D8;
  border-radius: 0.25rem;
}

.p-hp-price__optionColumnTitle {
  background-color: #254F9A;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  text-align: center;
}

.p-hp-price__optionList {
  padding: 1rem 1.625rem;
}

.p-hp-price__optionItem {
  align-items: center;
  border-bottom: 0.0625rem solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  padding-block: 1rem;
  padding-inline: 1rem;
}

.p-hp-price__optionItem:nth-child(odd) {
  background-color: #F2F2F2;
}

.p-hp-price__optionItemName {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.p-hp-price__optionItemPrice {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}

.p-hp-price__full-wrap {
  margin-top: 2rem;
}

.p-hp-price__full-content {
  border: 0.0625rem solid #D8D8D8;
}

.p-hp-price__full {
  background: linear-gradient(to left, #B8860B, #D4AF37);
  padding-block: 1rem;
}

.p-hp-price__fullTitle {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0rem;
  text-align: center;
}

.p-hp-price__fullContent {
  align-items: center;
  display: flex;
  gap: 2.8125rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.p-hp-price__fullListItem {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}

.p-hp-price__fullListItem::before {
  content: "・";
  margin-right: 0.5rem;
  position: absolute;
  right: 100%;
}

.p-hp-price__fullPrice {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
}

.p-hp-price__fullPriceAmount {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0rem;
}

.p-hp-price__fullPriceTax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0rem;
}

.p-hp-introduction {
  background-color: #e5e9f4;
  margin-top: 7.5rem;
}

.p-hp-introduction__inner {
  margin-inline: auto;
  max-width: 76.25rem;
  padding-block: 7.5rem 7.5rem;
  padding-inline: 1.5625rem;
  position: relative;
  z-index: 2;
}

.p-hp-introduction__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 0rem;
  text-align: center;
}

.p-hp-introduction__items {
  display: grid;
  gap: 1.375rem 1.5rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 4.75rem;
}

.p-hp-introduction__item {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  gap: 1.75rem;
  padding-block: 1.8125rem 2rem;
  padding-inline: 1.75rem 2.25rem;
}

.p-hp-introduction__itemImage {
  flex-shrink: 0;
  height: 12.8125rem;
  width: 11.25rem;
}

.p-hp-introduction__itemImage img {
  -o-object-fit: cover;
  border-radius: 0.25rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-hp-introduction__itemContent {
  flex: 1;
}

.p-hp-introduction__itemHeader {
  background-color: #254f9a;
  border-radius: 2.875rem;
  display: inline-block;
  margin-top: 0rem;
  padding-block: 1rem 1rem;
  padding-inline: 1.375rem 1.375rem;
}

.p-hp-introduction__itemTitle {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0rem;
}

.p-hp-introduction__itemText {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-top: 1.5rem;
}
.p-hp-introduction__itemText span {
  color: #254f9a;
}

.p-hp-introduction__logo {
  aspect-ratio: 990/419;
  bottom: -2rem;
  height: auto;
  left: clamp(29.875rem, -6.21rem + 44.412vw, 39.313rem);
  position: absolute;
  width: 48.9375rem;
  z-index: -1;
}

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

.p-hp-greeting {
  color: #191919;
  padding-top: 7.5rem;
}

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

.p-hp-greeting__title-wrap {
  text-align: center;
}

.p-hp-greeting__title-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 600;
}

.p-hp-greeting__contents {
  display: flex;
  gap: 6.125rem;
  justify-content: space-between;
  margin-top: 4.875rem;
}

.p-hp-greeting__content-right {
  width: 38.4882710686%;
}

.p-hp-greeting__content {
  width: 56.2119895743%;
}

.p-hp-greeting__content-title {
  color: #191919;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.5rem;
  /* 153.846% */
}
.p-hp-greeting__content-title span {
  color: #254f9a;
}

.p-hp-greeting__text-box {
  margin-top: 3.0625rem;
}

.p-hp-greeting__content-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8rem;
  /* 160% */
}
.p-hp-greeting__content-text span {
  color: #254f9a;
  font-weight: 700;
}

.p-hp-greeting__content-meta {
  margin-top: 3.125rem;
  text-align: right;
}

.p-hp-greeting__content-text-company {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* 222.222% */
}

.p-hp-greeting__content-text-position {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* 222.222% */
}

.p-hp-greeting__content-text-name {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* 222.222% */
}
.p-hp-greeting__content-text-name span {
  font-size: 1.125rem;
}

.p-hp-qa {
  margin-top: 8rem;
  padding-inline: 2.5rem;
}

.p-hp-qa__inner {
  background: #e5e9f4;
  border-radius: 0.75rem;
  margin-inline: auto;
  max-width: 80rem;
  padding-block: 7.5625rem 7.5625rem;
  padding-inline: 2.5rem;
}

.p-hp-qa__title-wrap {
  text-align: center;
}

.p-hp-qa__title-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 600;
}

.p-hp-qa__contents {
  padding-top: 5.5rem;
}

.p-hp-qa__faq {
  margin-inline: auto;
  max-width: 55rem;
}

.p-hp-qa__faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* QA全体 */
.p-hp-qa__faq-item {
  background: #fff;
  border-radius: 0.25rem;
}

/* 質問部分 */
.p-hp-qa__faq-summary {
  cursor: pointer;
  display: flex;
  padding-block: 2.25rem 1.625rem;
  padding-inline: 2.5rem;
}

.p-hp-qa__faq-qmark {
  align-items: center;
  background: #1b3563;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  width: 2.5rem;
}

.p-hp-qa__faq-qtext {
  align-items: center;
  color: #191919;
  display: flex;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.7875rem;
  margin-left: 1.4375rem;
}
.p-hp-qa__faq-qtext::after {
  -webkit-transform: rotate(180deg);
  background: url(../img/hp/front/vector.png) center center/contain no-repeat;
  content: "";
  flex-shrink: 0;
  height: 1.125rem;
  transform: rotate(180deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.625rem;
}

.p-hp-qa__faq-item.is-open .p-hp-qa__faq-qtext::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* 矢印アイコン */
.p-hp-qa__faq-chevron {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-hp-qa__faq-item.is-open .p-hp-qa__faq-chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 回答部分 */
.p-hp-qa__faq-answer {
  /* jQueryのslideDown用に初期非表示 */
  border-top: 0.0625rem solid #b4bdcb;
  display: none;
  margin-inline: 2.5rem;
  padding-block: 1.4375rem 2rem;
}

.p-hp-qa__faq-answer-box {
  display: flex;
  gap: 1.4375rem;
}

.p-hp-qa__faq-amark {
  align-items: center;
  background: #e1b652;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  width: 2.5rem;
}

.p-hp-qa__faq-atext {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1.5rem;
  width: 40.3125rem;
}

.p-front-news {
  margin-top: 7.5rem;
}

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

.p-front-news__title-box {
  text-align: center;
}

.p-front-news__title-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 600;
}

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

.p-front-news__item-link {
  align-items: center;
  border-top: 0.0625rem solid #b4bdcb;
  display: flex;
  gap: 4.4375rem;
  padding-block: 2.5rem 2.5rem;
  transition: opacity 0.3s ease;
}
.p-front-news__item-link:last-child {
  border-bottom: 0.0625rem solid #b4bdcb;
}
.p-front-news__item-link:hover {
  opacity: 0.7;
}

.p-front-news__item-date {
  font-size: 1.125rem;
  font-weight: 600;
}

.p-front-news__item-heading {
  color: #191919;
  font-size: 1.125rem;
}

.p-front-news__button-link {
  display: block;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-front-news__button-link:hover .p-front-news__button-icon {
  opacity: 0.7;
}
.p-front-news__button-link:hover .p-front-news__button-icon .p-front-news__button-icon-img {
  opacity: 0.7;
}

.p-front-news__button-icon {
  gap: 0.6875rem;
  justify-content: end;
  transition: opacity 0.3s ease;
}

.p-front-news__button-icon-img {
  transition: opacity 0.3s ease;
  width: 1.6875rem;
}

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

.c-icon__img {
  position: relative;
}

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

.mv-wrap {
  position: relative;
  z-index: 1;
}

.mv-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.header-under {
  width: 100%;
  z-index: 10000;
}

.header-under__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.125rem 1.4vw 0.75rem 2vw;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.header-under__left {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 1.25rem;
}

.header-under__logo {
  width: 10.625rem;
}

.header-under__logo-link {
  display: inline-block;
  font-size: 1.5625rem;
  white-space: nowrap;
}

.header-nav-top {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
  justify-content: end;
}

.header-nav-top__item {
  display: flex;
  gap: 1.25rem;
}

.time-under {
  color: #254f9a;
  font-size: 0.6875rem;
  font-weight: 700;
  margin-top: 0.875rem;
}

.number-under {
  align-items: center;
  color: #254f9a;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.4375rem;
  justify-content: center;
}
.number-under::after {
  background: url("../img/hp/under/phone.png") no-repeat center center/contain;
  content: "";
  height: 1.0625rem;
  margin-top: 0.375rem;
  width: 1.0625rem;
}

.header-under__nav-box {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin-top: 1.125rem;
}

.header-under__nav-ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.header-under .menu-item a {
  color: #000;
  font-weight: 700;
  transition: color 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-under .menu-item a:hover {
  opacity: 0.7;
}

.header-under__button-box {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.header-under__button {
  align-items: center;
  background: linear-gradient(90deg, #e1b535 0%, #fdf2aa 50%, #e1b535 100%);
  border-radius: 0.25rem;
  border-radius: 0.4375rem;
  display: flex;
  justify-content: center;
  width: 10.875rem;
}

.header-button__link {
  color: #191919;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.125rem 0;
  transition: opacity 0.3s ease;
}
.header-button__link:hover {
  opacity: 0.7;
}

.header-under__nav-box .sub-menu {
  -webkit-transform: translateX(-30%);
  -webkit-transform: translateY(0.625rem);
  background: #fff;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  box-shadow: 0px 0.375rem 0.625rem rgba(0, 0, 0, 0.1);
  display: block;
  left: -404%;
  min-width: 48.4375rem;
  opacity: 0;
  padding: 2.125rem 2rem;
  position: absolute;
  top: 1.5625rem;
  transform: translateX(-30%);
  transform: translateY(0.625rem);
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  visibility: hidden;
  z-index: 10;
}
.header-under__nav-box .sub-menu .menu-item a {
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header-under__nav-box .sub-menu .menu-item a:hover {
  color: #254f9a;
}
.header-under__nav-box .sub-menu .menu-item:last-child a::after {
  display: none;
}
.header-under__nav-box .sub-menu .menu-item::after {
  display: none;
}
.header-under__nav-box .sub-menu .menu-item:first-child {
  border-bottom: 0.0625rem solid #9aa4b8;
  padding-bottom: 0.875rem;
}
.header-under__nav-box .sub-menu .menu-item-2299 a {
  font-size: 1.3125rem;
}
.header-under__nav-box .sub-menu .menu-item:nth-child(n+2) {
  display: inline-block;
  margin-right: 2.9375rem;
  margin-top: 1.5rem;
}
.header-under__nav-box .sub-menu .menu-item:nth-child(n+2):last-child {
  margin-right: 0rem;
}
.header-under__nav-box .sub-menu .menu-item:nth-child(n+2) a {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  justify-content: center;
}

.drawer-icon-under,
.drawer-content-under,
.drawer-background-under {
  display: none;
}
.drawer-icon-under-wrap {
  width: 3rem;
}

.drawer-icon-under__text {
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 6250.0625rem;
}

.drawer-icon-under__text--menu {
  left: -7%;
  opacity: 1;
  pointer-events: auto;
  top: 1.5rem;
  white-space: nowrap;
}

.drawer-icon-under.is-open .drawer-icon-under__text--menu {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon-under__text--close {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon-under.is-open .drawer-icon-under__text--close {
  left: -1%;
  opacity: 1;
  pointer-events: auto;
  top: 1.625rem;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html.is-fixed {
  overflow: hidden;
}

/* メニュー内だけスクロール */
#js-drawer-content {
  max-height: 100vh;
  overflow-y: auto;
}

.drawer-content-under {
  background: #e5e9f4;
}
.drawer-content-under .menu-item {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 78%;
}
.drawer-content-under .menu-item::after {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 0.0625rem;
  left: 0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}
.drawer-content-under .menu-item a {
  color: #254f9a;
  font-size: 1.25rem;
  font-weight: 500;
}
.drawer-content-under .menu-item-52::after {
  top: 13%;
}
.drawer-content-under .sub-menu .menu-item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  margin-top: 1.3125rem;
  padding: initial;
  width: 100%;
}
.drawer-content-under .sub-menu .menu-item a {
  color: #000;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 500;
  justify-content: space-between;
  transition: color 0.3s ease;
}
.drawer-content-under .sub-menu .menu-item a:hover {
  color: #254f9a;
}
.drawer-content-under .sub-menu .menu-item:last-child a::after {
  display: none;
}
.drawer-content-under .sub-menu .menu-item::after {
  display: none !important;
}
.drawer-content-under .sub-menu .submenu-svg-arrow .submenu-svg-circle {
  transition: fill, stroke 0.6s ease;
}
.drawer-content-under .sub-menu .submenu-svg-arrow .submenu-svg-path {
  transition: stroke 0.6s ease;
}
.drawer-content-under .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
  fill: #fff;
  stroke: #254f9a;
}
.drawer-content-under .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
  stroke: #254f9a;
}
.drawer-content-under .header-nav-bottom__nav {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1.8125rem;
}
.drawer-content-under .header-nav-bottom__nav-link {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  transition: color 0.3s ease;
}
.drawer-content-under .header-nav-bottom__nav-link:first-child::before {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-right: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content-under .header-nav-bottom__nav-link::after {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-left: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content-under .header-nav-bottom__nav-link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.header-nav__contact-box-wrap {
  background: #fff;
}

.drawer-icon-under-wrap {
  cursor: pointer;
  position: relative;
  width: 3rem;
  z-index: 10000000;
}

.drawer-icon-under__text {
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 100001;
}

.drawer-icon-under__text--menu {
  left: -7%;
  opacity: 1;
  pointer-events: auto;
  top: 1.5rem;
  white-space: nowrap;
}

.drawer-icon-under.is-open .drawer-icon-under__text--menu {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon-under__text--close {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon-under.is-open .drawer-icon-under__text--close {
  left: -1%;
  opacity: 1;
  pointer-events: auto;
  top: 1.625rem;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html.is-fixed {
  overflow: hidden;
}

/* メニュー内だけスクロール */
#js-drawer-content {
  max-height: 100vh;
  overflow-y: auto;
}

.drawer-content-under {
  background: #e5e9f4;
}
.drawer-content-under .menu-item {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0;
  position: relative;
  width: 85%;
}
.drawer-content-under .menu-item::after {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 0.0625rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}
.drawer-content-under .menu-item a {
  color: #254f9a;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.5rem;
  pointer-events: auto;
}
.drawer-content-under .menu-item-2584::after {
  top: 13%;
}
.drawer-content-under .sub-menu {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.drawer-content-under .sub-menu .menu-item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0;
  padding: 0.75rem 0;
  width: 100%;
}
.drawer-content-under .sub-menu .menu-item a {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 400;
  justify-content: space-between;
  padding-left: 0;
  pointer-events: auto;
  transition: color 0.3s ease;
}
.drawer-content-under .sub-menu .menu-item a:hover {
  color: #254f9a;
}
.drawer-content-under .sub-menu .menu-item:last-child a::after {
  display: none;
}
.drawer-content-under .sub-menu .menu-item::after {
  display: none !important;
}
.drawer-content-under .sub-menu .submenu-svg-arrow .submenu-svg-circle {
  transition: fill, stroke 0.6s ease;
}
.drawer-content-under .sub-menu .submenu-svg-arrow .submenu-svg-path {
  transition: stroke 0.6s ease;
}
.drawer-content-under .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
  fill: #fff;
  stroke: #254f9a;
}
.drawer-content-under .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
  stroke: #254f9a;
}
.drawer-content-under .header-nav-bottom__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.drawer-content-under .header-nav-bottom__nav-link {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  pointer-events: auto;
  transition: color 0.3s ease;
}
.drawer-content-under .header-nav-bottom__nav-link:first-child::before {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-right: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content-under .header-nav-bottom__nav-link::after {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-left: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content-under .header-nav-bottom__nav-link:hover {
  color: #254f9a;
}

.header-nav__contact-box-wrap {
  background: #fff;
}

.header-nav__contact-box {
  margin-inline: auto;
  max-width: 100%;
  padding-bottom: 2.5rem;
  padding-inline: 2.5rem;
  padding-top: 2.5rem;
}

.header-nav__contact-title__box {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
}

.header-nav__contact__title-ja {
  font-size: 1.6875rem;
  font-weight: 700;
  position: relative;
}
.header-nav__contact__title-ja::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/common/header-nav__contact-comment.png") no-repeat center center/contain;
  content: "";
  height: 1.533375rem;
  left: -3.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6875rem;
}

.header-nav__contact__text {
  font-weight: 400;
  margin-top: 1.5rem;
}

.header-nav__contact__tel-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.6875rem;
}
.header-nav__contact__tel-box img {
  height: 2.125rem;
  width: 2.125rem;
}

.header-nav__contact__tel-item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.header-nav__contact__tel-number {
  color: #254f9a;
  font-size: 2rem;
  font-weight: 700;
}

.header-nav__contact__time {
  color: #254f9a;
  font-size: 0.875rem;
  text-align: center;
}

.header-nav__contact__button-wrap {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.header-nav__contact__button-wrap .header-under__button {
  cursor: pointer;
  pointer-events: auto;
  width: 10.875rem;
}

.header-nav__contact-address {
  color: #000;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  text-align: center;
}

.drawer-background-under {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.drawer-background-under.is-active {
  opacity: 1;
  visibility: visible;
}

body.is-fixed {
  overflow: hidden;
}

.mv-wrap {
  position: relative;
  z-index: 1;
}

.mv-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.header {
  left: 0rem;
  position: absolute;
  top: 0rem;
  width: 100%;
  z-index: 10000;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.125rem 1.4vw 0.75rem 2vw;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.header__left {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 1.25rem;
}

.header__logo {
  width: 10.625rem;
}

.header__logo-link {
  display: inline-block;
  font-size: 1.5625rem;
  white-space: nowrap;
}

.header-nav-top {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
  justify-content: end;
}

.header-nav-top__item {
  display: flex;
  gap: 1.25rem;
}

.time {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  margin-top: 0.875rem;
}

.number {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.4375rem;
  justify-content: center;
}
.number::after {
  background: url("../img/hp/front/phone-icon.png") no-repeat center center/contain;
  content: "";
  height: 1.0625rem;
  margin-top: 0.375rem;
  width: 1.0625rem;
}

.header__nav-box {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin-top: 1.125rem;
}

.header__nav-ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.header .menu-item a {
  color: #fff;
  font-weight: 700;
  transition: color 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .menu-item a:hover {
  opacity: 0.7;
}

.header__button-box {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.header__button {
  align-items: center;
  background: linear-gradient(90deg, #e1b535 0%, #fdf2aa 50%, #e1b535 100%);
  border-radius: 0.25rem;
  border-radius: 0.4375rem;
  display: flex;
  justify-content: center;
  width: 10.875rem;
}

.header-button__link {
  color: #191919;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.125rem 0;
  transition: opacity 0.3s ease;
}
.header-button__link:hover {
  opacity: 0.7;
}

.header__nav-box .sub-menu {
  -webkit-transform: translateX(-30%);
  -webkit-transform: translateY(0.625rem);
  background: #fff;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  box-shadow: 0px 0.375rem 0.625rem rgba(0, 0, 0, 0.1);
  display: block;
  left: -404%;
  min-width: 48.4375rem;
  opacity: 0;
  padding: 2.125rem 2rem;
  position: absolute;
  top: 1.5625rem;
  transform: translateX(-30%);
  transform: translateY(0.625rem);
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  visibility: hidden;
  z-index: 10;
}
.header__nav-box .sub-menu .menu-item a {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header__nav-box .sub-menu .menu-item a:hover {
  color: #254f9a;
}
.header__nav-box .sub-menu .menu-item:last-child a::after {
  display: none;
}
.header__nav-box .sub-menu .menu-item::after {
  display: none;
}
.header__nav-box .sub-menu .menu-item:first-child {
  border-bottom: 0.0625rem solid #9aa4b8;
  padding-bottom: 0.875rem;
}
.header__nav-box .sub-menu .menu-item-2299 a {
  font-size: 1.3125rem;
}
.header__nav-box .sub-menu .menu-item:nth-child(n+2) {
  display: inline-block;
  margin-right: 2.9375rem;
  margin-top: 1.5rem;
}
.header__nav-box .sub-menu .menu-item:nth-child(n+2):last-child {
  margin-right: 0rem;
}
.header__nav-box .sub-menu .menu-item:nth-child(n+2) a {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  justify-content: center;
}

.drawer-icon,
.drawer-content,
.drawer-background {
  display: none;
}
.drawer-icon-wrap {
  width: 3rem;
}

.drawer-icon__text {
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 6250.0625rem;
}

.drawer-icon__text--menu {
  left: -7%;
  opacity: 1;
  pointer-events: auto;
  top: 1.5rem;
  white-space: nowrap;
}

.drawer-icon.is-active .drawer-icon__text--menu {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon__text--close {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon.is-active .drawer-icon__text--close {
  left: -1%;
  opacity: 1;
  pointer-events: auto;
  top: 1.625rem;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html.is-fixed {
  overflow: hidden;
}

/* メニュー内だけスクロール */
#js-drawer-content {
  max-height: 100vh;
  overflow-y: auto;
}

.drawer-content .menu-item {
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0;
  position: relative;
  width: 85%;
}
.drawer-content .menu-item::after {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 0.0625rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}
.drawer-content .menu-item a {
  color: #254f9a;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.5rem;
  pointer-events: auto;
}
.drawer-content .menu-item-52::after {
  top: 13%;
}
.drawer-content .sub-menu {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.drawer-content .sub-menu .menu-item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0;
  padding: 0.75rem 0;
  width: 100%;
}
.drawer-content .sub-menu .menu-item a {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 400;
  justify-content: space-between;
  padding-left: 0;
  pointer-events: auto;
  transition: color 0.3s ease;
}
.drawer-content .sub-menu .menu-item a:hover {
  color: #254f9a;
}
.drawer-content .sub-menu .menu-item:last-child a::after {
  display: none;
}
.drawer-content .sub-menu .menu-item::after {
  display: none !important;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-circle {
  transition: fill, stroke 0.6s ease;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-path {
  transition: stroke 0.6s ease;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
  fill: #fff;
  stroke: #254f9a;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
  stroke: #254f9a;
}
.drawer-content .header-nav-bottom__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.drawer-content .header-nav-bottom__nav-link {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  pointer-events: auto;
  transition: color 0.3s ease;
}
.drawer-content .header-nav-bottom__nav-link:first-child::before {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-right: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content .header-nav-bottom__nav-link::after {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-left: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content .header-nav-bottom__nav-link:hover {
  color: #254f9a;
}

.drawer-icon-wrap {
  cursor: pointer;
  position: relative;
  width: 3rem;
  z-index: 10000000;
}

.drawer-icon__text {
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 100001;
}

.drawer-icon__text--menu {
  left: -7%;
  opacity: 1;
  pointer-events: auto;
  top: 1.5rem;
  white-space: nowrap;
}

.drawer-icon.is-active .drawer-icon__text--menu {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon__text--close {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon.is-active .drawer-icon__text--close {
  left: -1%;
  opacity: 1;
  pointer-events: auto;
  top: 1.625rem;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html.is-fixed {
  overflow: hidden;
}

/* メニュー内だけスクロール */
#js-drawer-content {
  max-height: 100vh;
  overflow-y: auto;
}

.drawer-content .menu-item {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 78%;
}
.drawer-content .menu-item::after {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}
.drawer-content .menu-item a {
  color: #254f9a;
  font-size: 1.25rem;
  font-weight: 500;
}
.drawer-content .menu-item-2584::after {
  top: 13%;
}
.drawer-content .sub-menu .menu-item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  margin-top: 1.3125rem;
  padding: initial;
  width: 100%;
}
.drawer-content .sub-menu .menu-item a {
  color: #000;
  display: flex;
  font-size: 1.0625rem;
  justify-content: space-between;
  transition: color 0.3s ease;
}
.drawer-content .sub-menu .menu-item a:hover {
  color: #254f9a;
}
.drawer-content .sub-menu .menu-item:last-child a::after {
  display: none;
}
.drawer-content .sub-menu .menu-item::after {
  display: none !important;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-circle {
  transition: fill, stroke 0.6s ease;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-path {
  transition: stroke 0.6s ease;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
  fill: #fff;
  stroke: #254f9a;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
  stroke: #254f9a;
}
.drawer-content .header-nav-bottom__nav {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1.8125rem;
}
.drawer-content .header-nav-bottom__nav-link {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  transition: color 0.3s ease;
}
.drawer-content .header-nav-bottom__nav-link:first-child::before {
  background: #fff;
  content: "";
  height: 0.875rem;
  margin-right: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content .header-nav-bottom__nav-link::after {
  background: #fff;
  content: "";
  height: 0.875rem;
  margin-left: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}

.header-nav__contact-box-wrap {
  background: #fff;
}

.header-nav__contact-box {
  margin-inline: auto;
  max-width: 100%;
  padding-bottom: 2.5rem;
  padding-inline: 2.5rem;
  padding-top: 2.5rem;
}

.header-nav__contact-title__box {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
}

.header-nav__contact__title-ja {
  font-size: 1.6875rem;
  font-weight: 700;
  position: relative;
}
.header-nav__contact__title-ja::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/common/header-nav__contact-comment.png") no-repeat center center/contain;
  content: "";
  height: 1.533375rem;
  left: -3.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6875rem;
}

.header-nav__contact__text {
  font-weight: 400;
  margin-top: 1.5rem;
}

.header-nav__contact__tel-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.6875rem;
}
.header-nav__contact__tel-box img {
  height: 2.125rem;
  width: 2.125rem;
}

.header-nav__contact__tel-item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.header-nav__contact__tel-number {
  color: #254f9a;
  font-size: 2rem;
  font-weight: 700;
}

.header-nav__contact__time {
  color: #254f9a;
  font-size: 0.875rem;
  text-align: center;
}

.header-nav__contact__button-wrap {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.header-nav__contact__button-wrap .header__button {
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.3s ease;
  width: 10.875rem;
}
.header-nav__contact__button-wrap .header__button:hover {
  opacity: 0.7;
}

.header-nav__contact-address {
  color: #000;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  text-align: center;
}

.drawer-content.is-active {
  display: block !important;
}

.drawer-background {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.drawer-background.is-active {
  opacity: 1;
  visibility: visible;
}

body.is-fixed {
  overflow: hidden;
}

.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-lp-mv {
  position: relative;
}

.p-lp-mv__images {
  position: relative;
}

.p-lp-mv__image {
  position: relative;
}

.p-lp-mv__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-lp-mv__cta {
  bottom: 1rem;
  position: fixed;
  right: 1.125rem;
  width: 8rem;
  z-index: 1000;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.375rem);
    transform: translateY(-0.375rem);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.375rem);
    transform: translateY(-0.375rem);
  }
}
.p-lp-mv__cta-title {
  margin-bottom: 0.75rem;
  text-align: center;
}

.p-lp-mv__cta-title-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0375rem;
  line-height: normal;
}

.p-lp-mv__cta-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-lp-mv__cta-img-wrap {
  cursor: pointer;
  display: block;
  margin-inline: auto;
  position: relative;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 3.75rem;
}
.p-lp-mv__cta-img-wrap:hover {
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}

.p-lp-mv__cta-img {
  display: block;
  height: auto;
  transition: opacity 0.4s ease;
}

.p-lp-mv__cta-img-wrap::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}

.p-lp-mv__cta-img[alt=mail-icon] ~ .p-lp-mv__cta-img-wrap::after,
.p-lp-mv__cta-img-wrap:has(.p-lp-mv__cta-img[alt=mail-icon])::after {
  background-image: url("../img/lp/mv-mail.png");
}

.p-lp-mv__cta-img[alt=phone-icon] ~ .p-lp-mv__cta-img-wrap::after,
.p-lp-mv__cta-img-wrap:has(.p-lp-mv__cta-img[alt=phone-icon])::after {
  background-image: url("../img/lp/mv-tel.png");
}

.p-lp-mv__cta-img-wrap:hover::after {
  opacity: 1;
}

.p-lp-mv__heading {
  background: url("../img/lp/heading-bg1.png") center center/cover no-repeat;
}

.p-lp-mv__heading-inner {
  padding-top: 13.125rem;
}

.p-lp-mv__heading-title-wrap {
  background: #202126;
  margin-left: 34.453125%;
  padding: 0.9375rem 0;
  text-align: center;
  width: 37.375rem;
}

.p-lp-mv__heading-title {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2.5625rem;
  font-weight: 400;
  letter-spacing: 0.25625rem;
  line-height: 2.1875rem;
}
.p-lp-mv__heading-title .heading1 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.1125rem;
  line-height: 2.1875rem;
}
.p-lp-mv__heading-title .heading3 {
  font-family: "Noto Serif JP";
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.625rem;
  line-height: 2.1875rem;
}
.p-lp-mv__heading-title .heading2 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.1575rem;
  line-height: 2.1875rem;
}

.p-lp-mv__heading-list {
  margin-left: 36.640625%;
  padding-top: 2.75rem;
}

.p-lp-mv__heading-list-items {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}

.p-lp-mv__heading-list-item {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 2.1875rem;
  position: relative;
}
.p-lp-mv__heading-list-item .gold {
  color: #e3d33f;
}
.p-lp-mv__heading-list-item::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/lp/heading-check.png") center center/contain no-repeat;
  content: "";
  height: 1.5625rem;
  left: -3.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.625rem;
}

.p-lp-mv__heading-catch {
  padding-bottom: 2.625rem;
  padding-top: 22%;
  text-align: center;
}

.p-lp-mv__heading-catch-text {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  letter-spacing: 0.06rem;
}

.p-lp-mv__heading-catch-text2 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3125rem;
  max-width: 40.8125rem;
  position: relative;
}
.p-lp-mv__heading-catch-text2 .span-catch-text1 {
  color: #1d46a5;
  font-family: "Noto Sans JP";
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.315rem;
}
.p-lp-mv__heading-catch-text2 .span-catch-text2 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
.p-lp-mv__heading-catch-text2 .dot {
  position: relative;
}
.p-lp-mv__heading-catch-text2 .dot::before {
  background: url("../img/lp/heading-dot.png") center center/contain no-repeat;
  content: "";
  display: block;
  height: 0.25rem;
  left: 1.625rem;
  position: absolute;
  top: -0.625rem;
  width: 10.75rem;
  z-index: 2;
}
.p-lp-mv__heading-catch-text2 .span-catch-text3 {
  -webkit-transform: rotate(4deg);
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transform: rotate(4deg);
}
.p-lp-mv__heading-catch-text2::after {
  -webkit-transform: translateX(-50%);
  background: url("../img/lp/mv-heading-line.png") center center/contain no-repeat;
  bottom: -42%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 98%;
}

/* ===== Base layout ===== */
.p-lp-teaser {
  background: url("../img/lp/teaser-bg.png") center center/cover no-repeat;
  padding-bottom: 9.375rem;
  padding-top: 8.1875rem;
}

.p-lp-teaser__inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 55rem;
  position: relative;
}

/* 画像 */
.p-lp-teaser__inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  max-width: 55rem;
  position: relative;
}

.p-lp-teaser__media {
  flex-shrink: 0;
  grid-column: 1/2;
  position: relative;
  width: 28.625rem;
  z-index: 2;
}

.p-lp-teaser__media img {
  -o-object-fit: cover;
  -webkit-filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25));
  display: block;
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25));
  object-fit: cover;
}

/* テキストパネル */
.p-lp-teaser__panel {
  -webkit-transform: translateX(-5rem);
  background: #1e2d56;
  box-shadow: 0.5rem 0.5rem 1.125rem rgba(0, 0, 0, 0.18);
  color: #fff;
  flex-shrink: 0;
  font-family: "Noto Serif JP";
  font-size: 1.3125rem;
  font-weight: 400;
  grid-column: 2/3;
  letter-spacing: 0.105rem;
  line-height: 2.1875rem;
  margin-top: 1.875rem;
  /* ネイビー */
  padding: 6.6875rem 0.0625rem 6.4375rem 5.0625rem;
  /* 画像と重ねる */
  /* 画像の影より下に行かないように */
  position: relative;
  text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.3);
  transform: translateX(-5rem);
  width: 30.9375rem;
  z-index: 1;
}

/* タイポ */
.p-lp-teaser__lead {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0875rem;
  line-height: 2.1875rem;
}
.p-lp-teaser__lead .teaser1 {
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  line-height: 2.1875rem;
}
.p-lp-teaser__lead .teaser2 {
  font-size: 1.0625rem;
  letter-spacing: 0.116875rem;
  line-height: 2.1875rem;
}

.p-lp-teaser__sub {
  text-align: center;
}

/* ===== PC: 横並び + 重なり演出 ===== */
.p-lp-title__heading {
  background: url("../img/lp/title-bg.png") center center/cover no-repeat;
}

.line__img1 {
  display: block;
  padding-top: 0.5rem;
}

.line__img2 {
  display: block;
  padding-bottom: 0.5rem;
}

.c-title__wrap {
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.c-title__ja {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: normal;
}
.c-title__ja .span-title__ja {
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  /* 87.5% */
  letter-spacing: 0.175rem;
  line-height: 2.1875rem;
  margin-top: 1.25rem;
  text-align: center;
}
.c-title__ja .span1 {
  -webkit-transform: rotate(4deg);
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 2.6875rem;
  font-weight: 400;
  /* 81.395% */
  letter-spacing: 0.188125rem;
  line-height: 2.1875rem;
  position: relative;
  transform: rotate(4deg);
}
.c-title__ja .span2 {
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  font-weight: 400;
  /* 87.5% */
  letter-spacing: 0.175rem;
  line-height: 2.1875rem;
}
.c-title__ja .span3 {
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.175rem;
  line-height: 2.1875rem;
}
.c-title__ja .span4 {
  -webkit-transform: rotate(4deg);
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: normal;
  position: relative;
  top: 0.375rem;
  transform: rotate(4deg);
}

.p-lp-point__contents {
  background: url("../img/lp/point-content-bg.png") center center/cover no-repeat;
  color: #fff;
  padding-bottom: 8.375rem;
  padding-top: 7.6875rem;
}

.p-lp-point__contents-items {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 5.25rem 1.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 58.125rem;
}

.p-lp-point__contents-item {
  background: linear-gradient(180deg, #202647 0%, #2d3875 100%);
  border: 0.0625rem solid #b6a054;
  box-shadow: 0.25rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.32);
  height: 27.625rem;
  position: relative;
  width: 18.125rem;
}

.p-lp-point__contents-item-inner {
  padding-inline: 0.5rem;
}

.p-lp-point__contents-item-img {
  display: block;
  height: 4.125rem;
  width: 4.375rem;
}

.p-lp-point__contents-item-img {
  margin-left: -0.0625rem;
}

.p-lp-point__contents-item-title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-weight: 700;
  /* 127.273% */
  letter-spacing: 0.04125rem;
  line-height: 1.75rem;
  margin-top: 1.4375rem;
}

.p-lp-point__contents-item-img-line {
  display: block;
  margin-bottom: 1.8125rem;
  margin-top: 1.8125rem;
}

.p-lp-point__contents-item-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.031875rem;
  line-height: 1.875rem;
  padding-bottom: 3.4375rem;
}
.p-lp-point__contents-item-text span {
  color: #e3d33f;
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  font-weight: 700;
  /* 176.471% */
  letter-spacing: 0.031875rem;
  line-height: 1.875rem;
}

.p-lp-point__trial {
  margin-top: 6.4375rem;
}

.p-lp-point__trial-title {
  background: linear-gradient(141deg, #c0a137 13.23%, #ceb252 52.22%, #c0a137 73.96%);
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1.375rem;
  font-weight: 400;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 36.25rem;
  position: relative;
  text-align: center;
}
.p-lp-point__trial-title span {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0.03125rem;
  line-height: normal;
}
.p-lp-point__trial-title .trial-span {
  letter-spacing: -0.625rem;
}
.p-lp-point__trial-title::before {
  -webkit-transform: translateX(-50%);
  border-bottom: 0;
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  border-style: solid;
  border-top: 0.875rem solid #ceb252;
  bottom: -0.5rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.p-lp-point__trial-title-span {
  position: relative;
}
.p-lp-point__trial-title-span::after {
  -webkit-transform: translateX(-50%);
  background: url("../img/lp/trial-icon.png") center center/contain no-repeat;
  bottom: -0.625rem;
  content: "";
  height: 1.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 6.125rem;
}

.p-lp-point__trial-text {
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.9375rem;
  max-width: 36.25rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
}
.p-lp-point__trial-text::after {
  -webkit-transform: translateX(-50%);
  background: linear-gradient(90deg, #a28019 0.48%, #fdec56 51.44%, #a28019 100%);
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 97%;
}
.p-lp-point__trial-text .span-gold {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #a28019 0.48%, #fdec56 51.44%, #a28019 100%);
  background-clip: text;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.153125rem;
  line-height: 161.2%;
}

.p-lp-point__contents-item-img-under {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0rem;
  width: 10.75rem;
}

.p-lp-point__trial-arrow {
  text-align: center;
}

.p-lp-point__trial-arrow-img {
  display: block;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  text-align: center;
}
.p-lp-point__trial-arrow-img img {
  display: inline-block;
  width: 0.8125rem;
}

.p-cta__button-inner {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 61rem;
  padding-inline: 2.5rem;
}

.p-cta__button {
  align-items: center;
  background: linear-gradient(91deg, #b6a054 0.4%, #d0b96a 50.48%, #b6a054 99.6%);
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
  margin-top: 0.5625rem;
  padding: 1.25rem 0;
  position: relative;
  transition: all 0.3s ease;
  width: 26.4375rem;
}
.p-cta__button::before {
  background: linear-gradient(90deg, #a28019 0.48%, #fdec56 51.44%, #a28019 100%);
  border-radius: 1.375rem;
  bottom: -0.125rem;
  content: "";
  left: -0.125rem;
  position: absolute;
  right: -0.125rem;
  top: -0.125rem;
  transition: all 0.3s ease;
}
.p-cta__button::after {
  background: linear-gradient(91deg, #b6a054 0.4%, #d0b96a 50.48%, #b6a054 99.6%);
  border-radius: 1.125rem;
  bottom: 0.125rem;
  content: "";
  left: 0.125rem;
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
  transition: all 0.3s ease;
  z-index: 0;
}
.p-cta__button * {
  position: relative;
  z-index: 2;
}
.p-cta__button:hover {
  -webkit-transform: translateY(0.125rem) scale(0.98);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  transform: translateY(0.125rem) scale(0.98);
  transition: all 0.2s ease;
}
.p-cta__button:hover::before {
  bottom: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  top: -0.0625rem;
  transition: all 0.2s ease;
}
.p-cta__button:hover::after {
  bottom: 0.0625rem;
  left: 0.0625rem;
  right: 0.0625rem;
  top: 0.0625rem;
  transition: all 0.2s ease;
}
.p-cta__button:active {
  -webkit-transform: translateY(0.25rem) scale(0.96);
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.3);
  transform: translateY(0.25rem) scale(0.96);
  transition: all 0.1s ease;
}
.p-cta__button:active::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.1s ease;
}
.p-cta__button:active::after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.1s ease;
}

.p-cta__button-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.065625rem;
  text-align: center;
}
.p-cta__button-text span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 700;
}

.p-cta__button-mail-img {
  width: 2.75rem;
}

.p-cta__button-link {
  color: #202126;
  font-family: "Noto Sans JP";
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.0975rem;
  text-align: center;
}

.p-cta__button-phone-svg,
.p-cta__button-mail-svg {
  aspect-ratio: 1/2;
  height: 2.5rem;
  margin-top: 0.125rem;
  width: 1.25rem;
}

.p-cta__button-phone-img {
  width: 2.75rem;
}

.p-lp-feature__heading {
  background: url("../img/lp/title-bg.png") center center/cover no-repeat;
}

.p-lp-feature__contents {
  color: #fff;
  margin-top: -0.125rem;
  padding-top: 5.9375rem;
  position: relative;
  z-index: 1;
}
.p-lp-feature__contents::before {
  background: url("../img/lp/feature-content-bg.png") center center/cover no-repeat;
  content: "";
  height: auto;
  inset: 0;
  left: 0;
  padding-bottom: 0.3125rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.p-lp-feature__contents > * {
  position: relative;
  z-index: 1;
}

.p-lp-feature__content {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 55.0625rem;
}

.p-lp-feature__left-box,
.p-lp-feature__right-box {
  background: linear-gradient(180deg, #202647 0%, #2d3875 100%);
  border: 0.0625rem solid #b6a054;
  box-shadow: 0.25rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.32);
  flex: 1;
  min-height: 18.75rem;
  padding: 1.875rem;
  position: relative;
}

.p-lp-feature__heading-wrap {
  margin-inline: auto;
  max-width: 55.0625rem;
  text-align: center;
}

.p-lp-feature__heading-title {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.0975rem;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 25.25rem;
  padding-inline: 2.5rem;
  text-align: center;
}
.p-lp-feature__heading-title .feature-span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.0975rem;
  line-height: normal;
  text-align: center;
}

.feature-span2 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: normal;
}

.feature-line__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 25.25rem;
  padding-inline: 2.5rem;
}

.p-lp-feature__heading-text {
  margin-top: 1.5rem;
}

.p-lp-feature__heading-text-item1 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.p-lp-feature__heading-text-item2 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.105rem;
  line-height: 2.1875rem;
  margin-top: 1.5rem;
}

.p-lp-function-card {
  padding-top: 5rem;
}

.p-lp-function-card.u-md {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.p-lp-function-card-items {
  background: linear-gradient(154deg, #efce60 11.07%, #ebd076 51.18%, #c0a137 90.89%);
  border: 0.25rem solid #a28019;
  display: grid;
  gap: 6.6875rem 1rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 63.75rem;
  padding-bottom: 3rem;
  padding-inline: 2rem;
  padding-top: 3rem;
  position: relative;
}

.p-lp-function-card-items::before {
  border: 0.0625rem solid #252a56;
  bottom: 1.25rem;
  content: "";
  left: 1.25rem;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

.p-lp-function-card-item {
  position: relative;
  text-align: center;
  width: 18.25rem;
}

.p-lp-function-card-item:nth-child(1)::after,
.p-lp-function-card-item:nth-child(2)::after,
.p-lp-function-card-item:nth-child(4)::after,
.p-lp-function-card-item:nth-child(5)::after {
  background: #252a56;
  bottom: 0;
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 0;
  width: 0.0625rem;
}

.p-lp-function-card-item-number {
  color: #202126;
  font-family: Kapakana;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.p-lp-function-card-item-number.u-md {
  font-size: 1.25rem;
  height: 2.5rem;
  margin-bottom: 0.9375rem;
  width: 2.5rem;
}

.p-lp-function-card-item-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 8.125rem;
}

.p-lp-function-card-item-title {
  color: #202126;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-weight: 700;
  /* 109.091% */
  letter-spacing: 0.04125rem;
  line-height: 1.5rem;
  margin-top: 2.0625rem;
  text-align: center;
}
.p-lp-function-card-item-title span {
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 1.5rem;
}

.p-lp-function-card-item-text {
  color: #202126;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  text-align: center;
}

.p-lp-feature__text2-wrap {
  margin-top: 5rem;
}

.p-lp-feature__text2-title {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.p-lp-feature__text2 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 400;
  /* 145.833% */
  letter-spacing: 0.12rem;
  line-height: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 41rem;
  padding-bottom: 0.75rem;
  position: relative;
  text-align: center;
}
.p-lp-feature__text2 .span-en {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
.p-lp-feature__text2::after {
  -webkit-transform: translateX(-50%);
  background: linear-gradient(90deg, #a28019 0.48%, #fdec56 51.44%, #a28019 100%);
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.swiper-slide {
  /* 左右のスライドを薄くする */
  -webkit-transform: scale(0.8);
  opacity: 0.3;
  transform: scale(0.8);
  /* 左右のスライドを小さくする */
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide-active {
  /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}

/* ページネーションの反転スタイル */
.swiper-pagination {
  -webkit-transform-style: preserve-3d;
  margin-left: 0.875rem;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.p-lp-greeting__contents {
  background: url("../img/lp/greeting-bg.png") center center/cover no-repeat;
}

.p-lp-greeting__contents {
  padding-bottom: 6.375rem;
  padding-top: 9.3125rem;
}

.greeting__contents-title-wrap {
  font-family: "Noto Serif JP";
  margin-left: auto;
  margin-right: auto;
  max-width: 38.4375rem;
  position: relative;
  text-align: center;
}

.greeting__contents-title {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 400;
  /* 162.5% */
  letter-spacing: 0.14rem;
  line-height: 3.25rem;
  text-align: center;
  text-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.28);
}
.greeting__contents-title span {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.8125rem;
  font-weight: 400;
  letter-spacing: 0.126875rem;
  line-height: 3.25rem;
}
.greeting__contents-title .real {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.14875rem;
  line-height: 3.25rem;
}
.greeting__contents-title .kadai {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 3.25rem;
}
.greeting__contents-title .na {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 3.25rem;
}
.greeting__contents-title .ni {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.13125rem;
  line-height: 3.25rem;
}

.greeting__title-img-right,
.greeting__title-img-left {
  display: block;
  width: 17.9375rem;
}

.greeting__title-img-left {
  bottom: -4.8125rem;
  left: -4.6875rem;
  position: absolute;
}

.greeting__title-img-right {
  position: absolute;
  right: -4.6875rem;
  top: -4.75rem;
}

.p-lp-greeting__content {
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.6875rem;
  max-width: 61.5rem;
  padding-inline: 2.5rem;
}

.p-lp-greeting__text-box {
  width: 52.7654867257%;
}

.p-lp-greeting__content-text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.125rem;
  font-weight: 400;
  /* 194.444% */
  letter-spacing: 0.07875rem;
  line-height: 2.1875rem;
}
.p-lp-greeting__content-text .gold {
  color: #e3d33f;
  font-family: "Noto Serif JP";
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.07875rem;
  line-height: 2.1875rem;
}

.p-lp-greeting__content-meta {
  color: #fff;
  font-family: "Noto Serif JP";
  font-weight: 400;
  line-height: normal;
  margin-top: 1.5rem;
}

.p-lp-greeting__content-text-company {
  font-size: 1.25rem;
}

.p-lp-greeting__content-text-position {
  font-size: 1.125rem;
}

.p-lp-greeting__content-text-name {
  font-size: 1.0625rem;
  margin-top: 1rem;
}
.p-lp-greeting__content-text-name span {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1925rem;
  line-height: normal;
}

.p-lp-greeting__content-right {
  width: 45.0221238938%;
}

.p-lp-greeting__content-right-img {
  width: 100%;
}

.p-lp-price {
  color: #fff;
}

.p-lp-price__contents {
  background: url("../img/lp/price-bg.png") center center/cover no-repeat;
  padding: 8.4375rem 0;
}

.p-lp-price__contents-item-title {
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 400;
  /* 145.833% */
  letter-spacing: 0.105rem;
  line-height: 2.1875rem;
  text-align: center;
}

.p-lp-price__customize-wrap {
  margin-top: 9.25rem;
  padding-inline: 1.0625rem;
  position: relative;
  z-index: 1;
}

.p-lp-price__customize {
  border: 0.0625rem solid #C0C0C0;
  font-family: "Noto Serif JP", serif;
  margin-inline: auto;
  max-width: 66.625rem;
  padding-bottom: 1.875rem;
  position: relative;
}
.p-lp-price__customize::before {
  background: url("../img/lp/customize-bg.png") center center/cover no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-lp-price__customize-inner {
  position: relative;
  z-index: 1;
}

.p-lp-price__customizeTitle {
  background: url("../img/lp/price-bg-title.png") center center/cover no-repeat;
  color: #173156;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-lp-price__customizeBasic {
  margin-top: 2rem;
}

.p-lp-price__customizeBasicHeader {
  text-align: center;
}

.p-lp-price__customizeBasicHeaderTitle {
  color: #173156;
  display: block;
  font-family: "Noto Serif JP";
  font-size: 1.25rem;
  font-weight: 400;
  margin-inline: auto;
  margin-top: 0rem;
  position: relative;
  text-align: center;
  width: 15.9375rem;
}
.p-lp-price__customizeBasicHeaderTitle::before, .p-lp-price__customizeBasicHeaderTitle::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/lp/lp-accent.png") center center/cover no-repeat;
  content: "";
  display: block;
  height: 0.4375rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.4375rem;
}
.p-lp-price__customizeBasicHeaderTitle::before {
  left: 4.5rem;
}
.p-lp-price__customizeBasicHeaderTitle::after {
  right: 4.5rem;
}

.p-lp-price__customizeBasicHeaderText {
  color: #173156;
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.p-lp-price__customizeBasicContent {
  border: 0.0625rem solid #A9A9A9;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-inline: auto;
  margin-top: 1.5rem;
  position: relative;
  width: 44.1875rem;
  z-index: 1;
  z-index: 1;
}

.p-lp-price__customizeBasicItem {
  background: linear-gradient(90deg, #C8C8C8 0%, #F5F5F5 49%, #C8C8C8 96%);
  line-height: 1.75;
  padding-block: 0.8125rem;
  text-align: center;
}

.p-lp-price__customizeBasicItemName {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.85;
  margin-top: 0rem;
}

.p-lp-price__customizeBasicPrice {
  background: linear-gradient(90deg, #C8C8C8 0%, #F5F5F5 49%, #C8C8C8 96%);
  border-left: 0.0625rem solid #A9A9A9;
  padding-block: 0.8125rem;
  padding-inline: 4.875rem;
  text-align: center;
}

.p-lp-price__customizeBasicPriceText {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0rem;
}

.p-lp-price__customizePlus {
  margin-top: 1.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-lp-price__customizePlusText {
  color: #173156;
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  margin-top: 0rem;
  z-index: 1;
}

.p-lp-price__customizeOption {
  margin-top: 1rem;
}

.p-lp-price__customizeOptionHeader {
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-lp-price__customizeOptionHeaderTitle {
  color: #173156;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: 20.1875rem;
}
.p-lp-price__customizeOptionHeaderTitle::before, .p-lp-price__customizeOptionHeaderTitle::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/lp/lp-accent.png") center center/cover no-repeat;
  content: "";
  display: block;
  height: 0.4375rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.4375rem;
}
.p-lp-price__customizeOptionHeaderTitle::before {
  left: 4.5rem;
}
.p-lp-price__customizeOptionHeaderTitle::after {
  right: 4.5rem;
}

.p-lp-price__customizeOptionHeaderText {
  color: #173156;
  line-height: 1.85;
  margin-top: 1rem;
}
.p-lp-price__customizeOptionHeaderText span {
  font-weight: 600;
}

.p-lp-price__customizeOptionContent-wrap {
  -o-border-image: linear-gradient(180deg, #C8C8C8 1%, #FFFFFF 48%, #C8C8C8 99%) 1;
  background: linear-gradient(180deg, rgba(200, 200, 200, 0.5) 1%, rgba(255, 255, 255, 0.5) 48%, rgba(200, 200, 200, 0.5) 99%);
  border: 0.0625rem solid transparent;
  border-image: linear-gradient(180deg, #C8C8C8 1%, #FFFFFF 48%, #C8C8C8 99%) 1;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  margin-top: 1rem;
  max-width: 60.0625rem;
  padding-block: 2.5rem;
  padding-inline: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-lp-price__customizeOptionContent {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.p-lp-price__customizeOptionColumnTitle {
  background: linear-gradient(147deg, rgb(37, 42, 86) 0%, rgb(46, 55, 134) 54%, rgb(37, 42, 86) 100%);
  clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0rem;
  padding-block: 0.1875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  text-align: left;
  text-align: center;
}

.p-lp-price__customizeOptionList {
  list-style: none;
  margin-top: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
}

.p-lp-price__customizeOptionItem {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-block: 0.75rem;
  padding-inline: 1rem;
}

.p-lp-price__customizeOptionItem:last-child {
  border-bottom: none;
}

.p-lp-price__customizeOptionItemIcon {
  -o-object-fit: contain;
  height: 0.8125rem;
  margin-right: 0.4375rem;
  object-fit: contain;
  width: 0.8125rem;
}

.p-lp-price__customizeOptionItemName {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 400;
}

.p-lp-price__customizeOptionItemPrice {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  white-space: nowrap;
}

.p-lp-price__customizeNote {
  color: #173156;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1.875rem;
  text-align: center;
}

.p-lp-price__customizeFull {
  -o-border-image: linear-gradient(90deg, #A28019 0%, #FDEC56 51%, #A28019 100%) 1;
  align-items: center;
  background-color: #fff;
  border: 0.125rem solid transparent;
  border-image: linear-gradient(90deg, #A28019 0%, #FDEC56 51%, #A28019 100%) 1;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1.25rem;
  padding-block: 1.5rem;
  padding-inline: 1.875rem;
  width: 49rem;
}

.p-lp-price__customizeFullLabel {
  background: linear-gradient(90deg, #A28019 0%, #FDEC56 51%, #A28019 100%);
  border-radius: 1.875rem;
  padding-block: 0.3125rem;
  padding-inline: 1.25rem;
  text-align: center;
  width: 9.3125rem;
}

.p-lp-price__customizeFullLabelText {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 1rem;
}
.p-lp-price__customizeFullPlus {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 400;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.p-lp-price__customizeFullFeatureText {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 400;
  margin-right: 5rem;
  position: relative;
}
.p-lp-price__customizeFullFeatureText::after {
  -webkit-transform: translateY(-50%);
  background: #A9A9A9;
  content: "";
  display: block;
  height: 2.875rem;
  position: absolute;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
}

.p-lp-price__customizeFullPriceText {
  color: #173156;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  margin-top: 0rem;
}

.p-lp-price__contents-item-price {
  margin-inline: auto;
  margin-top: 9.25rem;
  max-width: 67.1875rem;
  padding-inline: 2.5rem;
}

.p-lp-price__contents-item-price-text {
  margin-top: -5.875rem;
}

.p-lp-price__contents-item-price-text-title {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 400;
  /* 145.833% */
  letter-spacing: 0.105rem;
  line-height: 2.1875rem;
  margin-left: auto;
  max-width: 38.75rem;
  position: relative;
  text-shadow: 0.125rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.14);
  z-index: 3;
}
.p-lp-price__contents-item-price-text-title span {
  margin-left: 3.625rem;
}
.p-lp-price__contents-item-price-text-title::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-filter: blur(1.25rem);
  background: linear-gradient(90deg, rgba(22, 39, 108, 0.33) 4.33%, rgba(78, 88, 130, 0.33) 53.85%, rgba(22, 39, 108, 0.33) 100%);
  border-radius: 50%;
  content: "";
  display: inline-block;
  filter: blur(1.25rem);
  height: 3.8125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34.125rem;
  z-index: 2;
}

.p-lp-price__contents-item-price-text-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  /* 176.471% */
  letter-spacing: 0.031875rem;
  line-height: 1.875rem;
  margin-left: auto;
  margin-right: 1.625rem;
  margin-top: 1.125rem;
  max-width: 36.4375rem;
}
.p-lp-price__contents-item-price-text-text .gold {
  color: #ece254;
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  letter-spacing: 0.031875rem;
  line-height: 1.875rem;
}

.p-lp-access__contents {
  background: url("../img/lp/access-bg.png") center center/cover no-repeat;
  color: #fff;
  padding-bottom: 8.5rem;
  padding-top: 6.875rem;
}

.p-lp-access__map {
  margin-inline: auto;
  max-width: 55.375rem;
}

.p-lp-access__map-iframe {
  height: 32rem;
  width: 100%;
}

.p-lp-access__item-box {
  margin-inline: auto;
  margin-top: 1.4375rem;
  max-width: 55.0625rem;
}

.p-lp-access__address-wrap {
  padding-left: 1.3125rem;
  position: relative;
}
.p-lp-access__address-wrap::before {
  -webkit-transform: translateY(-50%);
  background: #b6a054;
  border-radius: 0.125rem;
  content: "";
  display: block;
  height: 3.4375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-lp-access__address {
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  line-height: 1.8125rem;
}

.p-lp-access__address-text {
  font-family: "Noto Sans JP";
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.109375rem;
  line-height: 2.3175rem;
}

.p-lp-access__train {
  margin-top: 4.375rem;
}

.p-lp-access__common-title {
  border-bottom: 0.0625rem solid #fff;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  padding-bottom: 0.5rem;
  padding-left: 1.6875rem;
  position: relative;
}
.p-lp-access__common-title::before {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1/1;
  background: #b6a054;
  content: "";
  display: inline-block;
  height: 1.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.0625rem;
}
.p-lp-access__common-title span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.0825rem;
}

.p-lp-access__train-data {
  align-items: center;
  display: flex;
  gap: 1.4375rem;
  justify-content: center;
  margin-top: 2.9375rem;
}

.p-lp-access__train-data-badge-text {
  /* 文字間をさらに広げる */
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  background: #b6a054;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  /* 160%: ゆとりを持たせる */
  letter-spacing: 0.5rem;
  line-height: 2.625rem;
  padding: 0.625rem 0.25rem 0.3125rem 0.25rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.p-lp-access__train-data-line {
  color: #b6a054;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  line-height: 2.625rem;
}

.p-lp-access__train-data-row {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 700;
  gap: 6.5rem;
  letter-spacing: 0.0875rem;
  line-height: 2.625rem;
}
.p-lp-access__train-data-row .station {
  margin-left: 0.3125rem;
}

.p-lp-access__train-data-sep {
  color: #b6a054;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  line-height: 2.625rem;
  position: relative;
}
.p-lp-access__train-data-sep::before, .p-lp-access__train-data-sep::after {
  -webkit-transform: translateY(-50%);
  background: #b6a054;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 4rem;
}
.p-lp-access__train-data-sep::before {
  left: -4.8125rem;
}
.p-lp-access__train-data-sep::after {
  right: -4.8125rem;
}

.p-lp-access__car {
  margin-bottom: 8.4375rem;
  margin-top: 3.625rem;
}

.p-lp-access__car-steps {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
  margin-inline: auto;
  margin-top: 2.9375rem;
  max-width: 32.375rem;
  position: relative;
}
.p-lp-access__car-steps::before {
  background: #b6a054;
  content: "";
  height: 83%;
  left: 7.1%;
  position: absolute;
  top: 1.125rem;
  width: 0.0625rem;
}

.p-lp-access__car-step {
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.p-lp-access__car-num {
  color: #b6a054;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  line-height: 2.625rem;
}

.p-lp-access__car-dot {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  vertical-align: top;
}

.p-lp-access__car-dot-img {
  display: block;
  height: 0.6875rem;
  margin-top: -0.25rem;
  width: 0.6875rem;
}

.p-lp-access__car-text {
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  line-height: 2.625rem;
}

.p-lp-qa__contents {
  background: url("../img/lp/qa-bg.png") center center/cover no-repeat;
  padding-bottom: 6.25rem;
  padding-top: 7.25rem;
}

.p-lp-qa__faq {
  margin-bottom: 6.25rem;
  margin-inline: auto;
  max-width: 55rem;
}

/* QA全体 */
.p-lp-qa__faq-item {
  border-bottom: 0.0625rem solid #b6a054;
  padding-bottom: 1.5625rem;
}
.p-lp-qa__faq-item:not(:first-child) .p-lp-qa__faq-summary {
  padding-top: 1.5625rem;
}

/* 質問部分 */
.p-lp-qa__faq-summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 2.5rem;
}

.p-lp-qa__faq-qmark {
  align-items: center;
  background: #b6a054;
  color: #252a56;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.875rem;
  padding: 0rem 0.25rem 0.25rem 0.25rem;
  width: 1.875rem;
}

.p-lp-qa__faq-qtext {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
}
.p-lp-qa__faq-qtext::after {
  background: url(../img/lp/qa-arrow.png) center center/contain no-repeat;
  content: "";
  flex-shrink: 0;
  height: 1.875rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.875rem;
}

.p-lp-qa__faq-item.is-open .p-lp-qa__faq-qtext::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* 矢印アイコン */
.p-lp-qa__faq-chevron {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-lp-qa__faq-item.is-open .p-lp-qa__faq-chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 回答部分 */
.p-lp-qa__faq-answer {
  display: none;
  margin-top: 1.875rem;
  /* jQueryのslideDown用に初期非表示 */
}

.p-lp-qa__faq-answer-box {
  display: flex;
  gap: 2.5rem;
}

.p-lp-qa__faq-amark {
  align-items: center;
  background: #b6a054;
  color: #252a56;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 1.875rem;
  justify-content: center;
  line-height: normal;
  padding: 0 0.375rem;
  padding: 0.375rem 0.25rem 0.625rem 0.25rem;
  width: 1.875rem;
}

.p-lp-qa__faq-atext {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1.5rem;
  width: 40.3125rem;
}

.voice__title-ja .voice1 {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 2.1875rem;
}

.p-lp-voice__contents {
  background: url("../img/lp/voice-bg.png") center center/cover no-repeat;
  padding-bottom: 9.375rem;
  padding-top: 9.375rem;
}

.p-lp-voice__card {
  margin-inline: auto;
  max-width: 55rem;
}

.p-lp-voice__card-items {
  align-items: stretch;
  display: grid;
  gap: 7.125rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.p-lp-voice__card-item {
  height: 100%;
  position: relative;
}
.p-lp-voice__card-bg {
  background: url("../img/lp/voice-item-bg.png") center center/cover no-repeat;
  height: 100%;
  max-width: 100%;
  padding-bottom: 1.375rem;
  padding-inline: 2.9375rem;
  position: relative;
  z-index: 1;
}

.p-lp-voice__card-bg::after {
  -webkit-transform: translate(-50%, -50%);
  aspect-ratio: 487/507;
  background: url("../img/lp/voice-item-border.png") center center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 96%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.p-lp-voice__card-img-name {
  pointer-events: none;
  position: absolute;
  right: 3.5rem;
  top: -2.1875rem;
  z-index: 2;
}
.p-lp-voice__card-img-name img {
  display: block;
  width: 5.5rem;
}

.p-lp-voice__card-img-voice {
  display: block;
  margin-top: -1.75rem;
  padding-top: 58%;
  position: relative;
  width: 100%;
}
.p-lp-voice__card-img-voice img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-lp-voice__card-img-voice::before {
  background: linear-gradient(127deg, #b6a054 26.24%, #f7d86c 52.09%, #b6a054 77.16%);
  bottom: 0;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.p-lp-voice__card-title-img {
  display: block;
  padding-top: 1.25rem;
  width: 11.5rem;
}

.p-lp-voice__card-txt {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1.6rem;
  margin-top: 2rem;
}
.p-lp-voice__card-txt .gold {
  color: #b6a054;
}

.p-lp-company__contents {
  background: url("../img/lp/company-bg1.png") center center/cover no-repeat;
  padding-bottom: 5.125rem;
  padding-top: 5.125rem;
}

.p-lp-company__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-inline: auto;
  max-width: 46.875rem;
}

.p-lp-company__row {
  align-items: center;
  border-bottom: 0.0625rem solid #b6a054;
  display: flex;
  padding-bottom: 1.875rem;
}
.p-lp-company__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-lp-company__term {
  flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  width: 9.3125rem;
}

.p-lp-company__desc {
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.p-lp-company__row--business {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1875rem;
  /* 218.75% */
}

.p-lp-company__footer {
  margin-top: 5.125rem;
  text-align: center;
}

.p-lp-company__copyright {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-align: center;
}

.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-news {
  padding-block: 5rem;
  position: relative;
}
.p-news::before {
  -o-object-fit: cover;
  aspect-ratio: 1160/1280;
  background: url(../img/hp/news/bg-1.png) center center/cover no-repeat;
  content: "";
  height: 150rem;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -6.875rem;
  width: 100%;
  z-index: -1;
}

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

.p-news__title {
  color: #191919;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
}

.p-news__items {
  margin-top: 5rem;
}

.p-news__item {
  border-bottom: 0.0625rem solid #b4bdcb;
}
.p-news__item:first-child {
  border-top: 0.0625rem solid #b4bdcb;
}

.p-news__itemLink {
  align-items: center;
  display: flex;
  gap: 4.375rem;
  padding-block: 1.875rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-news__itemLink:hover {
  opacity: 0.7;
}

.p-news__itemDate {
  color: #191919;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-news__itemTitle {
  color: #191919;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-news__pagination {
  margin-top: 3.75rem;
  text-align: center;
}
.p-news__pagination ul {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-news__pagination li a,
.p-news__pagination li span {
  align-items: center;
  color: #939393;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-news__pagination li a:hover {
  color: #254f9a;
}
.p-news__pagination .current {
  color: #191919;
  font-weight: 600;
}

.p-news__pagination-arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0.0625rem;
}

.p-news__pagination-arrow img {
  height: auto;
  width: 0.625rem;
}

.p-news__pagination-arrow--prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p-news__noPost {
  color: #191919;
  font-size: 1.125rem;
  margin-top: 3.75rem;
  text-align: center;
}
.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 scale;
}

.p-pageTop__wrap img:nth-of-type(1) {
  transition: 0.5s scale;
}

.p-pageTop__wrap:hover img:nth-of-type(1) {
  scale: 1.2;
}

.p-coming-soon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-block: 12.5rem 12.5rem;
}

.p-coming-soon__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
  width: 100%;
}

.p-coming-soon__content {
  background-color: #E5E9F4;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-weight: 700;
  padding-block: 6.25rem;
  text-align: center;
}

.p-single {
  padding-block: 5rem 0rem;
  position: relative;
}
.p-single::before {
  -o-object-fit: cover;
  background: url(../img/hp/single/bg-1-2.png) center center/cover no-repeat;
  content: "";
  height: auto;
  height: clamp(107.25rem, 98.25rem + 18.25vw, 116.25rem);
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -8.125rem;
  width: 100%;
  z-index: -1;
}

.p-single__inner {
  margin-inline: auto;
  max-width: 56.25rem;
  padding-inline: 1.25rem;
}

.p-single__article {
  margin-top: 0rem;
}

.p-single__header {
  color: #191919;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.p-single__date {
  color: #191919;
  font-size: 0.875rem;
}

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

.p-single__title {
  color: #191919;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 1.875rem;
  text-align: center;
}

.p-single__content {
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}

.p-single__content p {
  color: #191919;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.p-single__content h2 {
  color: #162148;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
}

.p-single__content h3 {
  color: #162148;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.875rem;
}

.p-single__content img {
  height: auto;
  margin-top: 1.875rem;
  max-width: 100%;
}

.p-single__content ul {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.p-single__content ol {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.p-single__content li {
  margin-top: 0.625rem;
}

.p-single__nav-item {
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.25rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.625rem;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.p-single__nav-item:hover {
  background-color: #f8f8f8;
}

.p-single__nav-item--prev {
  margin-top: 0rem;
}

.p-single__nav-item--next {
  margin-top: 0rem;
}

.p-single__nav-label {
  color: #666;
  font-size: 0.75rem;
}

.p-single__nav-title {
  color: #162148;
  font-size: 0.875rem;
  font-weight: 500;
}

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

.p-single__back-link {
  border: 0.125rem solid #162148;
  border-radius: 0.25rem;
  color: #162148;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding-block: 0.9375rem;
  padding-inline: 2.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-single__back-link:hover {
  background-color: #162148;
  color: #fff;
}

.lp-page {
  margin-inline: auto;
  max-width: 72.125rem;
  overflow: hidden;
  /* 外のスライドを隠す */
}
.swiper {
  height: auto;
  margin-inline: auto;
  margin-top: 7.5rem;
  max-width: 72.125rem;
  overflow: visible;
  position: relative;
  width: 100%;
  /* 背景がはみ出ても表示 */
}
.swiper::before {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  aspect-ratio: 320/540;
  background: url("../img/lp/swiper-bg.png") center center/contain no-repeat;
  content: "";
  height: auto;
  left: 50%;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.swiper-title-text {
  color: #cacaca;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  /* 145.833% */
  letter-spacing: 0.105rem;
  line-height: 2.1875rem;
  text-align: center;
}

.swiper-wrapper {
  padding-bottom: 7.5rem;
  padding-top: 6.75rem;
  position: relative;
}

.js-slider-ipad-wrapper {
  margin-top: 0rem !important;
  padding-bottom: 0.875rem;
  padding-top: 0.25rem;
}

.lp-page .js-slider:not(.js-slider-ipad) .swiper-slide {
  -webkit-transform: scale(0.9);
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.lp-page .js-slider:not(.js-slider-ipad) .swiper-slide img {
  -o-object-fit: contain;
  -o-object-position: center;
  border-radius: 0.75rem;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  height: 28.375rem;
  max-width: 18.9375rem !important;
  min-width: 18.9375rem !important;
  object-fit: contain;
  object-position: center;
  width: 18.9375rem !important;
}

.lp-page .js-slider:not(.js-slider-ipad) .swiper-slide-active {
  -webkit-transform: scale(1.2) !important;
  -webkit-filter: contrast(0.94) saturate(1.3) brightness(1.14);
  filter: contrast(0.94) saturate(1.3) brightness(1.14);
  opacity: 1;
  transform: scale(1.2) !important;
  z-index: 10;
}

.lp-page .js-slider:not(.js-slider-ipad) .swiper-slide-prev,
.lp-page .js-slider:not(.js-slider-ipad) .swiper-slide-next {
  -webkit-transform: scale(0.9);
  opacity: 0.8;
  transform: scale(0.9);
}

.p-slider__nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 43.875rem;
  padding-inline: 2.5rem;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: #fff;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  position: initial;
  width: 3.125rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next img,
.swiper-button-prev img {
  -webkit-filter: invert(1);
  filter: invert(1);
  height: 1.25rem;
  width: 1.25rem;
}

.p-slider__button-link {
  border: 0.0625rem solid #cacaca;
  color: #cacaca;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.076875rem;
  line-height: normal;
  padding: 0.9375rem 2rem 1.1875rem 1.8125rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

.p-slider__nav-icon {
  height: 2.5rem;
  width: 1.375rem;
}

.swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
  position: initial;
}

.swiper-pagination-bullet {
  background: #cacaca;
  border-radius: 0.8125rem;
  flex-shrink: 0;
  height: 0.8125rem;
  margin: 0 !important;
  margin-right: 1.6875rem !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
  width: 0.8125rem;
}
.swiper-pagination-bullet.fade-in {
  -webkit-transform: scale(0);
  -webkit-animation: bulletFadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: bulletFadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  transform: scale(0);
}
.swiper-pagination-bullet.fade-out {
  -webkit-animation: bulletFadeOut 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: bulletFadeOut 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.swiper-pagination-bullet-active {
  background: #ebd074;
  border-radius: 0.8125rem !important;
  height: 0.8125rem !important;
  margin-right: 1.6875rem !important;
  width: 0.8125rem !important;
}

@-webkit-keyframes bulletFadeIn {
  0% {
    -webkit-transform: scale(0) translateY(0.625rem);
    opacity: 0;
    transform: scale(0) translateY(0.625rem);
  }
  60% {
    -webkit-transform: scale(1.1) translateY(-0.125rem);
    opacity: 0.8;
    transform: scale(1.1) translateY(-0.125rem);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes bulletFadeIn {
  0% {
    -webkit-transform: scale(0) translateY(0.625rem);
    opacity: 0;
    transform: scale(0) translateY(0.625rem);
  }
  60% {
    -webkit-transform: scale(1.1) translateY(-0.125rem);
    opacity: 0.8;
    transform: scale(1.1) translateY(-0.125rem);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes bulletFadeOut {
  0% {
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  40% {
    -webkit-transform: scale(0.8) translateY(0.3125rem);
    opacity: 0.6;
    transform: scale(0.8) translateY(0.3125rem);
  }
  100% {
    -webkit-transform: scale(0) translateY(0.9375rem);
    opacity: 0;
    transform: scale(0) translateY(0.9375rem);
  }
}
@keyframes bulletFadeOut {
  0% {
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  40% {
    -webkit-transform: scale(0.8) translateY(0.3125rem);
    opacity: 0.6;
    transform: scale(0.8) translateY(0.3125rem);
  }
  100% {
    -webkit-transform: scale(0) translateY(0.9375rem);
    opacity: 0;
    transform: scale(0) translateY(0.9375rem);
  }
}
@-webkit-keyframes seventhBulletAppear {
  0% {
    -webkit-transform: scale(0) rotate(-180deg);
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(-90deg);
    opacity: 0.7;
    transform: scale(1.2) rotate(-90deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes seventhBulletAppear {
  0% {
    -webkit-transform: scale(0) rotate(-180deg);
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(-90deg);
    opacity: 0.7;
    transform: scale(1.2) rotate(-90deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.swiper-pagination-bullet-dynamic {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-dynamic-main {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}

.swiper-pagination-bullet-dynamic-sub {
  -webkit-transform: scale(0.33);
  margin: 0 0.125rem !important;
  opacity: 0.4;
  transform: scale(0.33);
}
.js-slider-ipad {
  padding-bottom: 12.75rem;
  padding-top: 12.75rem;
}
.js-slider-ipad .swiper-slide {
  -webkit-transform: scale(0.9);
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.js-slider-ipad .swiper-slide-active {
  -webkit-transform: scale(1.2) !important;
  -webkit-filter: contrast(0.94) saturate(1.3) brightness(1.14);
  filter: contrast(0.94) saturate(1.3) brightness(1.14);
  opacity: 1;
  transform: scale(1.2) !important;
  z-index: 10;
}
.js-slider-ipad .swiper-slide-prev,
.js-slider-ipad .swiper-slide-next {
  -webkit-transform: scale(0.9);
  opacity: 0.8;
  transform: scale(0.9);
}
.js-slider-ipad::before {
  -o-object-fit: cover;
  aspect-ratio: 285/328;
  height: auto;
  object-fit: cover;
  top: 46%;
  width: 100%;
}

.js-slider-ipad-slide img {
  -o-object-fit: contain;
  -o-object-position: center;
  border-radius: 0.75rem;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  height: 32.5rem;
  object-fit: contain;
  object-position: center;
}

.js-slider-ipad-wrapper .js-slider-ipad-slide img {
  height: 14.375rem;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.js-slider-ipad-nav {
  margin-top: -0.25rem;
}

.swiper-pagination-bullet.nth-last-2 {
  border-radius: 0.625rem;
  height: 0.625rem;
  width: 0.625rem;
}

.swiper-pagination-bullet.nth-last-1 {
  border-radius: 0.4375rem;
  height: 0.4375rem;
  margin-right: 1.6875rem !important;
  width: 0.4375rem;
}

.swiper-pagination-bullet:focus {
  -webkit-transform: none !important;
  outline: none;
  scale: 1 !important;
  transform: none !important;
}

.swiper-pagination-bullet:focus-visible {
  -webkit-transform: none !important;
  outline: 0.125rem solid #ebd074;
  outline-offset: 0.125rem;
  scale: 1 !important;
  transform: none !important;
}

.swiper-pagination-bullet.nth-last-1:focus {
  -webkit-transform: none !important;
  height: 0.4375rem;
  outline: none;
  scale: 1 !important;
  transform: none !important;
  width: 0.4375rem;
}

.swiper-pagination-bullet.nth-last-1:focus-visible {
  -webkit-transform: none !important;
  height: 0.4375rem;
  outline: 0.125rem solid #ebd074;
  outline-offset: 0.125rem;
  scale: 1 !important;
  transform: none !important;
  width: 0.4375rem;
}

.swiper-pagination-bullet.nth-last-2:focus {
  -webkit-transform: none !important;
  height: 0.625rem;
  outline: none;
  scale: 1 !important;
  transform: none !important;
  width: 0.625rem;
}

.swiper-pagination-bullet.nth-last-2:focus-visible {
  -webkit-transform: none !important;
  height: 0.625rem;
  outline: 0.125rem solid #ebd074;
  outline-offset: 0.125rem;
  scale: 1 !important;
  transform: none !important;
  width: 0.625rem;
}

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

.p-slider__wrapper {
  margin-bottom: 1.875rem;
}

.p-slider__slide {
  -webkit-transform: scale(0.8);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0.75rem;
  height: 12.5rem;
  overflow: hidden;
  transform: scale(0.8);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 18.75rem;
}
.p-slider__slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
}

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

.p-slider__pagination {
  margin-top: 0;
  position: static;
  text-align: center;
}
.p-slider__pagination .swiper-pagination-bullet {
  background: #000 !important;
  display: inline-block;
  height: 0.75rem;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  width: 0.75rem;
}
.p-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination.pagination-flipped {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.swiper-pagination.pagination-flipped .swiper-pagination-bullet {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper-pagination:not(.pagination-flipped) {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

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

.p-slider__btn {
  align-items: center;
  background: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: static;
  transition: background 0.3s ease;
  z-index: 20;
}
.p-slider__btn:hover {
  color: #000;
}
.p-slider__btn img {
  width: 1.25rem;
}

.p-slider__button-link {
  display: block;
  font-size: 1rem;
}
.swiper {
  --swiper-navigation-size: 0px;
}

.swiper-button-prev,
.swiper-button-next {
  height: auto !important;
  margin-top: 0 !important;
  width: auto !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

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

@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 (min-width: 1800px) {
  .main-html {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1900px) {
  .lp-html {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1440px) {
  .p-demo-wrap::before {
    height: clamp(225.625rem, 223.482rem + 3vw, 230.625rem);
    top: -16.25rem;
  }
}

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

@media screen and (max-width: 1280px) {
  .header-under__inner {
    gap: 2rem;
  }
  .header-under .menu-item a {
    font-size: 0.875rem;
  }
  .drawer-content-under .menu-item-52::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 2.75rem;
  }
  .drawer-content-under .menu-item-2584::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 2.75rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .header__inner {
    gap: 2rem;
  }
  .drawer-content .menu-item-52::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 2.75rem;
  }
  .drawer-content .menu-item-2584::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 2.75rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .p-lp-mv__cta {
    right: 0.5rem;
  }
  .p-lp-mv__cta-title-text {
    letter-spacing: 0rem;
  }
}

@media screen and (max-width: 1200px) {
  .lp-html {
    font-size: 1.3333333333vw;
  }
}

@media (max-width: 768px) {
  .p-slider {
    height: 18.75rem;
    padding: 1.875rem 0;
  }
  .p-slider__slide {
    height: 9.375rem;
    width: 15.625rem;
  }
  .p-slider__btn {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-slider__btn img {
    height: 1rem;
    width: 1rem;
  }
  .p-slider__prev {
    left: 0.625rem;
  }
  .p-slider__next {
    right: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .main-html {
    font-size: clamp(16px, 4.266vw, 28px);
  }
  .lp-html {
    font-size: clamp(16px, 4.266vw, 28px);
  }
  .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;
  }
  .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-demo-wrap::before {
    aspect-ratio: 375/412;
    height: 62.5rem;
    top: 5rem;
  }
  .p-demo-top {
    margin-top: 1.25rem;
  }
  .p-demo-heading {
    margin-top: 5rem;
    padding-inline: 1.25rem;
  }
  .p-demo-heading__title {
    font-size: 1.5rem;
  }
  .p-demo-heading__text {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
  .p-demo-access {
    padding-block: 5rem 5.125rem;
  }
  .p-demo-access__inner {
    padding-block: 5rem 5.125rem;
    padding-inline: 1.25rem;
  }
  .p-demo-access__map {
    max-width: 20.9375rem;
  }
  .p-demo-access__map-iframe {
    height: 24.3125rem;
  }
  .p-demo-access__item-box {
    margin-top: 1.25rem;
    max-width: 20.9375rem;
  }
  .p-demo-access__address--item {
    flex-direction: column;
    gap: 0.625rem;
    text-align: left;
  }
  .p-demo-access__address {
    font-size: 0.875rem;
    letter-spacing: 0.06125rem;
    width: 100%;
  }
  .p-demo-access__address-text {
    font-size: 0.875rem;
    letter-spacing: 0.065625rem;
    width: 100%;
  }
  .p-demo-access__train {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 3.0625rem;
  }
  .p-demo-access__common-title {
    font-size: 1rem;
    width: 100%;
  }
  .p-demo-access__common-title span {
    font-size: 1.125rem;
    letter-spacing: 0.0675rem;
  }
  .p-demo-access__train-data {
    gap: 1.1875rem;
  }
  .p-demo-access__train-data-badge-text {
    font-size: 1rem;
    letter-spacing: 0.075rem;
    padding: 0.75rem 0.25rem;
  }
  .p-demo-access__train-data-line {
    font-size: 0.875rem;
    letter-spacing: 0.075rem;
  }
  .p-demo-access__train-data-row {
    align-items: flex-start;
    font-size: 0.875rem;
    gap: 2.125rem;
    letter-spacing: 0.075rem;
    margin-top: 0.5rem;
  }
  .p-demo-access__train-data-row .station {
    display: block;
    margin-left: 0;
  }
  .p-demo-access__train-data-sep {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
  }
  .p-demo-access__train-data-sep::before, .p-demo-access__train-data-sep::after {
    height: 0.0625rem;
    width: 1.25rem;
  }
  .p-demo-access__train-data-sep::before {
    left: -1.5625rem;
  }
  .p-demo-access__train-data-sep::after {
    right: -1.5625rem;
  }
  .p-demo-access__train-data-sep .gold {
    font-size: 0.8125rem;
    letter-spacing: 0.075rem;
  }
  .p-demo-access__car-steps {
    gap: 0.9375rem;
    max-width: 20.9375rem;
  }
  .p-demo-access__car-steps::before {
    height: 80%;
    left: 3.9%;
    top: 1.5rem;
  }
  .p-demo-access__car-num {
    letter-spacing: 0.075rem;
  }
  .p-demo-access__car-dot-img {
    height: 0.5rem;
    width: 0.5rem;
  }
  .p-demo-access__car-text {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.075rem;
  }
  .p-demo-qa__faq {
    margin-bottom: 5.125rem;
    max-width: 20.9375rem;
  }
  .p-coming-soon {
    min-height: 50vh;
    padding-block: 9.375rem 9.375rem;
  }
  .p-coming-soon__inner {
    padding-inline: 1.25rem;
  }
  .p-coming-soon__content {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .p-footer-hp {
    margin-top: 3.75rem;
  }
  .p-footer-hp__inner {
    padding-inline: 1.25rem;
  }
  .p-footer-hp__logo {
    text-align: center;
  }
  .p-footer-hp__logo img {
    height: 2rem;
    width: 12.5rem;
  }
  .p-footer-hp__address {
    margin-top: 1.875rem;
    text-align: center;
  }
  .p-footer-hp__address p {
    font-size: 0.875rem;
  }
  .p-footer-hp__nav {
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 2.5rem;
    position: static;
  }
  .p-footer-hp__nav-column {
    gap: 1.25rem;
  }
  .p-footer-hp__nav-column a {
    font-size: 0.875rem;
  }
  .p-footer-hp__pagetop {
    bottom: auto;
    margin-top: 2.5rem;
    position: relative;
    right: auto;
    text-align: center;
  }
  .p-footer-hp__pagetop-btn {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-footer-hp__copyright {
    margin-top: 3.75rem;
    padding-block: 0.9375rem 0.9375rem;
  }
  .p-footer-hp__copyright p {
    font-size: 0.75rem;
  }
  .p-hp-demo {
    margin-top: 1.25rem;
    max-width: 42rem;
    padding-inline: 1.25rem;
  }
  .p-hp-bg-wrap2::before {
    background-size: cover;
    min-height: 50rem;
    top: 7.5rem;
  }
  .p-hp-development {
    margin-top: 5rem;
  }
  .p-hp-development__inner {
    padding-inline: 1.25rem;
  }
  .p-hp-development__items {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-hp-development__img {
    max-width: 18.75rem;
    width: 100%;
  }
  .p-hp-development__right {
    width: 100%;
  }
  .p-hp-development__title {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-hp-development__txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.875rem;
  }
  .p-hp-about {
    margin-top: 5rem;
  }
  .p-hp-about__inner {
    padding-inline: 1.25rem;
  }
  .p-hp-about__title {
    font-size: 1.75rem;
  }
  .p-hp-about__items {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-hp-about__item {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 1.875rem;
    padding-inline: 1.25rem;
  }
  .p-hp-about__item:nth-child(2) {
    align-items: center;
    gap: 1.25rem;
  }
  .p-hp-about__item:nth-child(3) {
    align-items: center;
    gap: 1.25rem;
    justify-content: center;
  }
  .p-hp-about__itemContent {
    width: 100%;
  }
  .p-hp-about__item:nth-child(3) .p-hp-about__itemContent {
    padding-left: 0rem;
  }
  .p-hp-about__itemNumber {
    flex-direction: column;
    gap: 0.9375rem;
    padding-top: 0rem;
  }
  .p-hp-about__itemNumberCircle {
    height: 3.75rem;
    width: 3.75rem;
  }
  .p-hp-about__itemNumberText1 {
    font-size: 0.875rem;
  }
  .p-hp-about__itemNumberText2 {
    font-size: 1.5rem;
  }
  .p-hp-about__itemTitle {
    font-size: 1.25rem;
    text-align: center;
    white-space: normal;
  }
  .p-hp-about__itemBefore {
    margin-top: 0.9375rem;
    padding-block: 1.25rem 1.25rem;
    padding-inline: 1rem;
  }
  .p-hp-about__itemBeforeText {
    font-size: 1rem;
  }
  .p-hp-about__itemArrow {
    margin-top: 0.625rem;
  }
  .p-hp-about__itemArrowShape {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #555555;
  }
  .p-hp-about__itemAfter {
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    padding-block: 1.25rem 1.25rem;
    padding-inline: 1rem;
  }
  .p-hp-about__itemAfterText {
    font-size: 1rem;
  }
  .p-hp-about__itemImage {
    max-width: 15.625rem;
    width: 100%;
  }
  .p-hp-about__item:nth-child(2) .p-hp-about__itemImage {
    margin-top: 0rem;
    max-width: 15.625rem;
    width: 100%;
  }
  .p-hp-about__item:nth-child(3) .p-hp-about__itemImage {
    max-width: 15.625rem;
  }
  .p-hp-function {
    margin-top: 5rem;
  }
  .p-hp-function__inner {
    padding-inline: 1.25rem;
  }
  .p-hp-function__box {
    padding-block: 3.75rem 3.75rem;
    padding-inline: 0.75rem;
  }
  .p-hp-function__title {
    font-size: 1.75rem;
  }
  .p-hp-function__description {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-top: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-hp-function__items {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-hp-function__itemIcon {
    height: 9.375rem;
    margin-bottom: 0.9375rem;
    width: 9.375rem;
  }
  .p-hp-function__itemText {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .p-hp-function__itemText span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .cta1 {
    margin-top: 3.75rem;
  }
  .cta2 {
    margin-top: 5rem;
  }
  .p-cta__inner {
    padding-block: 3.75rem 3.4375rem;
    padding-inline: 1.25rem;
  }
  .p-cta__title {
    font-size: 1.5rem;
  }
  .p-cta__content {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 3.75rem;
  }
  .p-cta__center {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .p-cta__right {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .p-cta__campaign {
    font-size: 1.125rem;
  }
  .p-cta__contactType {
    font-size: 1.125rem;
  }
  .p-cta__phoneWrap {
    gap: 0.5rem;
  }
  .p-cta__phoneIcon {
    height: 1.375rem;
    margin-top: 0.625rem;
    width: 1.375rem;
  }
  .p-cta__phoneNumber {
    font-size: 1.75rem;
  }
  .p-cta__phoneTime {
    font-size: 0.875rem;
  }
  .p-cta__btn {
    height: 4.375rem;
    width: 17.5rem;
  }
  .p-cta__btnText {
    font-size: 1.125rem;
  }
  .p-cta__btnArrow {
    font-size: 1.125rem;
    right: 1.5625rem;
  }
  .p-cta__btnArrowImg {
    right: 1.5625rem;
    width: 0.5rem;
  }
  .p-hp-price {
    padding-top: 5rem;
  }
  .p-hp-price__inner {
    padding-inline: 1.25rem;
  }
  .p-hp-price__title {
    font-size: 1.75rem;
  }
  .p-hp-price__text {
    font-size: 1rem;
    margin-top: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-hp-price__table {
    margin-top: 2.5rem;
  }
  .p-hp-price__basic {
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
  .p-hp-price__basicHeader {
    padding-right: 1.25rem;
  }
  .p-hp-price__basicTitle {
    font-size: 1.25rem;
  }
  .p-hp-price__basicDescription {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .p-hp-price__basicContent {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .p-hp-price__basicItem {
    width: 100%;
  }
  .p-hp-price__basicItemName {
    font-size: 1rem;
  }
  .p-hp-price__basicPrice {
    padding-bottom: 1rem;
    width: 100%;
  }
  .p-hp-price__basicPriceText {
    font-size: 1rem;
    text-align: center;
  }
  .p-hp-price__plus {
    margin-top: 1.25rem;
  }
  .p-hp-price__plusText {
    font-size: 2.25rem;
  }
  .p-hp-price__option {
    margin-top: 1.875rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
  .p-hp-price__optionHeader {
    padding-right: 1.25rem;
  }
  .p-hp-price__optionTitle {
    font-size: 1.25rem;
  }
  .p-hp-price__optionDescription {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  .p-hp-price__optionContent {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }
  .p-hp-price__optionColumn {
    border-radius: 0.5rem;
  }
  .p-hp-price__optionColumnTitle {
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    font-size: 1rem;
    padding-block: 0.75rem;
    padding-inline: 0.75rem;
  }
  .p-hp-price__optionItem {
    padding-block: 0.75rem;
    padding-inline: 0.75rem;
  }
  .p-hp-price__optionItemName {
    font-size: 0.875rem;
  }
  .p-hp-price__optionItemPrice {
    font-size: 0.875rem;
  }
  .p-hp-price__full {
    margin-top: 1.25rem;
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-hp-price__fullTitle {
    font-size: 1.25rem;
  }
  .p-hp-price__fullContent {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
  .p-hp-price__fullList {
    text-align: center;
  }
  .p-hp-price__fullListItem {
    font-size: 1rem;
    padding-right: 0rem;
  }
  .p-hp-price__fullListItem::before {
    content: none;
  }
  .p-hp-price__fullPrice {
    justify-content: center;
  }
  .p-hp-price__fullPriceAmount {
    font-size: 1.75rem;
  }
  .p-hp-price__fullPriceTax {
    font-size: 1rem;
  }
  .p-hp-introduction {
    margin-top: 5rem;
  }
  .p-hp-introduction__inner {
    padding-block: 3.75rem 3.75rem;
    padding-inline: 1.25rem;
  }
  .p-hp-introduction__title {
    font-size: 1.75rem;
  }
  .p-hp-introduction__items {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
  .p-hp-introduction__item {
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 1.25rem 1.25rem;
    padding-inline: 1.25rem 1.25rem;
  }
  .p-hp-introduction__itemImage {
    height: 14.375rem;
    margin-inline: auto;
    max-width: 12.5rem;
    width: 100%;
  }
  .p-hp-introduction__itemHeader {
    border-radius: 1.875rem;
    padding-block: 0.75rem 0.75rem;
    padding-inline: 1rem 1rem;
  }
  .p-hp-introduction__itemTitle {
    font-size: 1rem;
  }
  .p-hp-introduction__itemText {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.9375rem;
  }
  .p-hp-introduction__logo {
    aspect-ratio: 300/140;
    bottom: 0rem;
    left: 4.375rem;
    margin-top: 2.5rem;
    max-width: 18.75rem;
  }
  .p-hp-greeting {
    padding-top: 5rem;
  }
  .p-hp-greeting__inner {
    padding-inline: 1.25rem;
  }
  .p-hp-greeting__title-ja {
    font-size: 1.75rem;
  }
  .p-hp-greeting__contents {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-hp-greeting__content-right {
    width: 100%;
  }
  .p-hp-greeting__content {
    width: 100%;
  }
  .p-hp-greeting__content-title {
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: center;
  }
  .p-hp-greeting__text-box {
    margin-top: 1.875rem;
  }
  .p-hp-greeting__content-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .p-hp-greeting__content-meta {
    margin-top: 1.875rem;
    text-align: center;
  }
  .p-hp-greeting__content-text-company {
    font-size: 1rem;
    line-height: 2rem;
  }
  .p-hp-greeting__content-text-position {
    font-size: 1rem;
    line-height: 2rem;
  }
  .p-hp-greeting__content-text-name {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .p-hp-greeting__content-text-name span {
    font-size: 1rem;
  }
  .p-hp-qa {
    margin-top: 5rem;
    padding-inline: 1.25rem;
  }
  .p-hp-qa__inner {
    padding-block: 3.75rem 3.75rem;
    padding-inline: 1.25rem;
  }
  .p-hp-qa__title-ja {
    font-size: 1.75rem;
  }
  .p-hp-qa__contents {
    padding-top: 2.5rem;
  }
  .p-hp-qa__faq {
    max-width: 20.9375rem;
  }
  .p-hp-qa__faq-summary {
    gap: initial;
    justify-content: space-between;
    padding-block: 1.25rem 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-hp-qa__faq-qmark {
    font-size: 0.875rem;
    height: 1.875rem;
    width: 1.875rem;
  }
  .p-hp-qa__faq-qtext {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 0.9375rem;
  }
  .p-hp-qa__faq-qtext::after {
    height: 0.875rem;
    width: 0.5rem;
  }
  .p-hp-qa__faq-answer {
    margin-inline: 1.25rem;
    margin-top: 1.25rem;
    padding-block: 0.9375rem 1.25rem;
  }
  .p-hp-qa__faq-answer-box {
    gap: 0.625rem;
  }
  .p-hp-qa__faq-amark {
    font-size: 0.875rem;
    height: 1.875rem;
    width: 1.875rem;
  }
  .p-hp-qa__faq-atext {
    font-size: 0.9375rem;
    letter-spacing: 0.028125rem;
    line-height: 1.5rem;
    max-width: 17.125rem;
    width: 100%;
  }
  .p-front-news {
    margin-top: 5rem;
  }
  .p-front-news__inner {
    padding-inline: 1.25rem;
  }
  .p-front-news__title-ja {
    font-size: 1.75rem;
  }
  .p-front-news__contents {
    margin-top: 2.5rem;
  }
  .p-front-news__item-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 1.25rem 1.25rem;
  }
  .p-front-news__item-date {
    font-size: 1rem;
  }
  .p-front-news__item-heading {
    font-size: 1rem;
  }
  .p-front-news__button-link {
    margin-top: 2.5rem;
  }
  .p-front-news__button-icon {
    gap: 0.5rem;
    justify-content: center;
  }
  .p-front-news__button-icon-ttl {
    font-size: 1rem;
  }
  .p-front-news__button-icon-img {
    width: 1.25rem;
  }
  .mv-img {
    display: block;
    padding-top: 53%;
    position: relative;
    width: 100%;
  }
  .mv-img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-under {
    transition: all 0.4s;
  }
  .header-under.drawer-active {
    box-shadow: none;
  }
  .header-under__inner {
    gap: 1.3125rem;
    padding: 0.75rem 1.25rem 1.1875rem 1.25rem;
  }
  .header-under__left {
    display: block;
    text-align: center;
  }
  .header-under__logo {
    position: relative;
    width: 5rem;
    z-index: 10000001;
  }
  .header-under__logo-link {
    font-size: 1rem;
  }
  .header-nav-top {
    display: block;
    text-align: center;
  }
  .header-nav-top__item {
    display: none;
  }
  .header-under__nav-box {
    display: none;
  }
  .header-under__button-box {
    gap: 0.4375rem;
  }
  .header-under__button {
    border-radius: 0.25rem;
    height: 2rem;
    width: 5.375rem;
  }
  .header-button__link {
    font-size: 0.875rem;
    padding: 0;
  }
  .header-under .drawer-icon-under,
  .header-under .drawer-background-under {
    right: 1rem;
  }
  .header-under .drawer-icon-under {
    position: relative;
    z-index: 10000000;
  }
  .header-under .drawer-icon-under.drawer-active .drawer-icon-under_bar1 {
    -webkit-transform: rotate(-45deg);
    background: #fff;
    top: 0.71875rem;
    transform: rotate(-45deg);
  }
  .header-under .drawer-icon-under.drawer-active .drawer-icon-under_bar2 {
    opacity: 0;
  }
  .header-under .drawer-icon-under.drawer-active .drawer-icon-under_bar3 {
    -webkit-transform: rotate(45deg);
    background: #fff;
    top: 0.71875rem;
    transform: rotate(45deg);
  }
  .header-under .drawer-icon-under .drawer-icon-under_bars {
    display: block;
    height: 1.375rem;
    position: relative;
    width: 2.25rem;
    z-index: 100001;
  }
  .header-under .drawer-icon-under .drawer-icon-under_bar1,
  .header-under .drawer-icon-under .drawer-icon-under_bar2,
  .header-under .drawer-icon-under .drawer-icon-under_bar3 {
    background: #254f9a;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s;
    width: 2.25rem;
    z-index: 100001;
  }
  .header-under .drawer-icon-under .drawer-icon-under_bar1 {
    top: 0;
  }
  .header-under .drawer-icon-under .drawer-icon-under_bar2 {
    top: 0.59375rem;
  }
  .header-under .drawer-icon-under .drawer-icon-under_bar3 {
    top: 1.25rem;
  }
  .header-under .drawer-content-under {
    background: #fff;
    display: none;
    height: 93vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 23.625rem;
    z-index: 1000000;
  }
  .header-under .drawer-content-under-item a {
    color: #000;
    display: block;
    font-size: 1rem;
    padding: 1.75rem 0 1rem;
  }
  .header-under .header-under__menu-item {
    border-bottom: 0.0625rem solid #b4bdcb;
    padding: 1.5rem 2rem;
  }
  .header-under .header-under__menu-item:hover {
    transition: opacity 0.3s ease;
  }
  .header-under .header-under__menu-item a {
    color: #254f9a;
    display: inline;
    font-weight: bold;
    font-weight: 500;
  }
  .header-under .submenu-svg-arrow {
    height: 1.3125rem;
    margin-top: 0.3125rem;
    width: 1.25rem;
  }
  .header-under .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
    fill: #fff;
    stroke: #254f9a;
  }
  .header-under .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
    stroke: #254f9a;
  }
  .header-under .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
    fill: #fff;
    stroke: #254f9a;
  }
  .header-under .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
    stroke: #254f9a;
  }
  .drawer-content-under .menu-item-52::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .header-under .drawer-icon-under,
  .header-under .drawer-content-under,
  .header-under .drawer-background-under {
    display: block;
    right: 0.25rem;
    top: -1.375rem;
  }
  .header-under .drawer-icon-under {
    cursor: pointer;
    position: relative;
  }
  .header-under .drawer-icon-under.is-active .drawer-icon-under_bar1 {
    -webkit-transform: rotate(-45deg);
    background: #254f9a;
    top: 0.71875rem;
    transform: rotate(-45deg);
  }
  .header-under .drawer-icon-under.is-active .drawer-icon-under_bar2 {
    opacity: 0;
  }
  .header-under .drawer-icon-under.is-active .drawer-icon-under_bar3 {
    -webkit-transform: rotate(45deg);
    background: #254f9a;
    top: 0.71875rem;
    transform: rotate(45deg);
  }
  .header-under .drawer-icon-under_bars {
    display: block;
    height: 1.375rem;
    position: relative;
    width: 2.25rem;
    z-index: 100001;
  }
  .header-under .drawer-icon-under_bar1,
  .header-under .drawer-icon-under_bar2,
  .header-under .drawer-icon-under_bar3 {
    background: #254f9a;
    height: 0.125rem;
    left: 0rem;
    position: absolute;
    top: 0rem;
    transition: all 0.4s;
    width: 2.25rem;
    z-index: 100001;
  }
  .header-under .drawer-icon-under_bar2 {
    top: 0.59375rem;
  }
  .header-under .drawer-icon-under_bar3 {
    top: 1.25rem;
  }
  .header-under .drawer-content-under {
    -webkit-transform: translateY(-100%);
    height: 100vh;
    overflow-y: auto;
    padding-top: 5rem;
    pointer-events: auto;
    position: fixed;
    right: 0rem;
    top: 0;
    transform: translateY(-100%);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%;
    z-index: 1000000;
  }
  .header-under .drawer-content-under.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .drawer-content-under .menu-item-2584::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .header-nav__contact-box {
    background: #e5e9f4;
    margin-top: 1.25rem;
    padding-bottom: 2rem;
    padding-inline: 2rem;
    padding-top: 2rem;
  }
  .header-nav__contact-title__box {
    justify-content: center;
  }
  .header-nav__contact__title-ja {
    font-size: 1.5rem;
  }
  .header-nav__contact__title-ja::after {
    display: none;
  }
  .header-nav__contact__text {
    margin-top: 1.4375rem;
  }
  .header-nav__contact__tel-box {
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
  .header-nav__contact__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .header-nav__contact__tel-item {
    gap: 0.5rem;
  }
  .header-nav__contact__tel-number {
    font-size: 1.75rem;
  }
  .header-nav__contact__button-wrap {
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .mv-img {
    display: block;
    padding-top: 53%;
    position: relative;
    width: 100%;
  }
  .mv-img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header {
    transition: all 0.4s;
  }
  .header.drawer-active {
    box-shadow: none;
  }
  .header__inner {
    gap: 1.3125rem;
    padding: 0.75rem 1.25rem 1.1875rem 1.25rem;
  }
  .header__left {
    display: block;
    text-align: center;
  }
  .header__logo {
    position: relative;
    width: 5rem;
    z-index: 10000001;
  }
  .header__logo-link {
    font-size: 1rem;
  }
  .header-nav-top {
    display: block;
    text-align: center;
  }
  .header-nav-top__item {
    display: none;
  }
  .header__nav-box {
    display: none;
  }
  .header__button-box {
    gap: 0.4375rem;
  }
  .header__button {
    border-radius: 0.25rem;
    height: 2rem;
    width: 5.375rem;
  }
  .header-button__link {
    font-size: 0.875rem;
    padding: 0;
  }
  .header .drawer-icon,
  .header .drawer-background {
    right: 1rem;
  }
  .header .drawer-icon {
    cursor: pointer;
    position: relative;
    z-index: 10000000;
  }
  .header .drawer-icon.is-active .drawer-icon_bar1 {
    -webkit-transform: rotate(-45deg);
    background: #254f9a;
    top: 0.71875rem;
    transform: rotate(-45deg);
  }
  .header .drawer-icon.is-active .drawer-icon_bar2 {
    opacity: 0;
  }
  .header .drawer-icon.is-active .drawer-icon_bar3 {
    -webkit-transform: rotate(45deg);
    background: #254f9a;
    top: 0.71875rem;
    transform: rotate(45deg);
  }
  .header .drawer-icon .drawer-icon_bars {
    display: block;
    height: 1.375rem;
    position: relative;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon .drawer-icon_bar1,
  .header .drawer-icon .drawer-icon_bar2,
  .header .drawer-icon .drawer-icon_bar3 {
    background: #fff;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon .drawer-icon_bar1 {
    top: 0;
  }
  .header .drawer-icon .drawer-icon_bar2 {
    top: 0.59375rem;
  }
  .header .drawer-icon .drawer-icon_bar3 {
    top: 1.25rem;
  }
  .header .drawer-content {
    background: #e5e9f4;
    display: none;
    height: 93vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 23.625rem;
    z-index: 1000000;
  }
  .header .drawer-content-item a {
    color: #000;
    display: block;
    font-size: 1rem;
    padding: 1.75rem 0 1rem;
  }
  .header .header__menu-item {
    border-bottom: 0.0625rem solid #b4bdcb;
    padding: 1.5rem 2rem;
  }
  .header .header__menu-item:hover {
    transition: opacity 0.3s ease;
  }
  .header .header__menu-item a {
    color: #254f9a;
    display: inline;
    font-weight: bold;
    font-weight: 500;
  }
  .header .submenu-svg-arrow {
    height: 1.3125rem;
    margin-top: 0.3125rem;
    width: 1.25rem;
  }
  .header .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
    fill: #fff;
    stroke: #254f9a;
  }
  .header .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
    stroke: #254f9a;
  }
  .header .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
    fill: #fff;
    stroke: #254f9a;
  }
  .header .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
    stroke: #254f9a;
  }
  .drawer-content .menu-item-52::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .header .drawer-icon,
  .header .drawer-content,
  .header .drawer-background {
    display: block;
    right: 0.25rem;
    top: -1.375rem;
  }
  .header .drawer-icon {
    cursor: pointer;
    position: relative;
    z-index: 10000000;
  }
  .header .drawer-icon.is-active .drawer-icon_bar1 {
    -webkit-transform: rotate(-45deg);
    background: #254f9a;
    top: 0.71875rem;
    transform: rotate(-45deg);
  }
  .header .drawer-icon.is-active .drawer-icon_bar2 {
    opacity: 0;
  }
  .header .drawer-icon.is-active .drawer-icon_bar3 {
    -webkit-transform: rotate(45deg);
    background: #254f9a;
    top: 0.71875rem;
    transform: rotate(45deg);
  }
  .header .drawer-icon_bars {
    display: block;
    height: 1.375rem;
    position: relative;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon_bar1,
  .header .drawer-icon_bar2,
  .header .drawer-icon_bar3 {
    background: #fff;
    height: 0.125rem;
    left: 0rem;
    position: absolute;
    top: 0rem;
    transition: all 0.4s;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon_bar2 {
    top: 0.59375rem;
  }
  .header .drawer-icon_bar3 {
    top: 1.25rem;
  }
  .header .drawer-content {
    -webkit-transform: translateY(-100%);
    height: 100vh;
    overflow-y: auto;
    padding-top: 5rem;
    pointer-events: auto;
    position: fixed;
    right: 0rem;
    top: 0;
    transform: translateY(-100%);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%;
    z-index: 1000000;
  }
  .header .drawer-content.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .drawer-content .menu-item-2584::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .header-nav__contact-box {
    background: #e5e9f4;
    margin-top: 1.25rem;
    padding-bottom: 2rem;
    padding-inline: 2rem;
    padding-top: 2rem;
  }
  .header-nav__contact-title__box {
    justify-content: center;
  }
  .header-nav__contact__title-ja {
    font-size: 1.5rem;
  }
  .header-nav__contact__title-ja::after {
    display: none;
  }
  .header-nav__contact__text {
    margin-top: 1.4375rem;
  }
  .header-nav__contact__tel-box {
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
  .header-nav__contact__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .header-nav__contact__tel-item {
    gap: 0.5rem;
  }
  .header-nav__contact__tel-number {
    font-size: 1.75rem;
  }
  .header-nav__contact__button-wrap {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .p-lp-mv__cta {
    bottom: 6.125rem;
    right: 0.625rem;
    width: 2.8125rem;
  }
  .p-lp-mv__cta-title {
    margin-bottom: 1.25rem;
  }
  .p-lp-mv__cta-title-text {
    display: none;
  }
  .p-lp-mv__cta-buttons {
    gap: 0.5rem;
  }
  .p-lp-mv__cta-img-wrap {
    width: 2.8125rem;
  }
  .p-lp-mv__heading {
    background: url("../img/lp/heading-bg1-sp.png") center center/cover no-repeat;
  }
  .p-lp-mv__heading-inner {
    margin-inline: auto;
    max-width: 20.9375rem;
    padding-left: 0;
    padding-top: 8.375rem;
  }
  .p-lp-mv__heading-title-wrap {
    margin-left: 0rem;
    padding: 0.125rem 0;
    white-space: nowrap;
    width: 100%;
  }
  .p-lp-mv__heading-title {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .p-lp-mv__heading-title .heading1 {
    font-size: 1.375rem;
    letter-spacing: 0.06875rem;
  }
  .p-lp-mv__heading-title .heading2 {
    font-size: 1.375rem;
    letter-spacing: 0.09625rem;
  }
  .p-lp-mv__heading-list {
    margin-left: 1.875rem;
    padding-top: 2.8125rem;
  }
  .p-lp-mv__heading-list-items {
    gap: 2.1875rem;
  }
  .p-lp-mv__heading-list-item {
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
    line-height: normal;
  }
  .p-lp-mv__heading-list-item::before {
    left: -10.5%;
    top: 25%;
  }
  .p-lp-mv__heading-catch {
    padding-bottom: 1.875rem;
    padding-top: 6.3125rem;
  }
  .p-lp-mv__heading-catch-text {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
  .p-lp-mv__heading-catch-text2 {
    color: #000;
    font-size: 1.875rem;
    letter-spacing: 0.225rem;
    margin-top: 0;
    text-align: center;
  }
  .p-lp-mv__heading-catch-text2 .span-catch-text1 {
    font-size: 1.875rem;
    letter-spacing: 0.2625rem;
  }
  .p-lp-mv__heading-catch-text2 .span-catch-text2 {
    color: #000;
    font-size: 1.5625rem;
    letter-spacing: 0.109375rem;
  }
  .p-lp-mv__heading-catch-text2 .dot::before {
    height: 0.25rem;
    left: 7rem;
    top: 0rem;
    width: 8.8125rem;
  }
  .p-lp-mv__heading-catch-text2 .span-catch-text3 {
    color: #000;
    font-size: 1.9375rem;
    text-align: center;
  }
  .p-lp-mv__heading-catch-text2::after {
    background: url("../img/lp/mv-heading-line-sp.png") center center/contain no-repeat;
    bottom: -46%;
    width: 86%;
  }
  .p-lp-teaser {
    background: url("../img/lp/teaser-bg-sp.png") center center/cover no-repeat;
    padding: 5.8125rem 0;
  }
  .p-lp-teaser__inner {
    margin-inline: auto;
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-lp-teaser__inner {
    gap: 0rem;
  }
  .p-lp-teaser__media {
    width: 19.0625rem;
  }
  .p-lp-teaser__panel {
    -webkit-filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25));
    -webkit-transform: translateX(1.875rem);
    color: #fff;
    filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25));
    font-size: 1rem;
    grid-column: 1/2;
    line-height: 2.1875rem;
    margin-top: -2.125rem;
    max-width: 19.0625rem;
    padding: 4.25rem 0 2.3125rem 0;
    text-align: center;
    text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.3);
    transform: translateX(1.875rem);
    width: 100%;
  }
  .p-lp-teaser__lead {
    font-size: 0.9375rem;
    letter-spacing: -0.0625rem;
    line-height: 2.1875rem;
  }
  .p-lp-teaser__lead .teaser1 {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
  .p-lp-teaser__lead .teaser2 {
    font-size: 0.9375rem;
    line-height: 2.1875rem;
  }
  .p-lp-title__heading {
    background: url("../img/lp/title1-bg-sp.png") center center/cover no-repeat;
  }
  .line__img1 {
    padding-top: 0.8125rem;
  }
  .line__img2 {
    padding-bottom: 0.8125rem;
  }
  .p-lp-title__inner {
    padding-inline: 1.25rem;
  }
  .c-title__wrap {
    padding-bottom: 1.8125rem;
    padding-top: 1.8125rem;
  }
  .c-title__ja {
    font-size: 1.0625rem;
  }
  .c-title__ja .span-title__ja {
    font-size: 1.375rem;
    letter-spacing: normal;
    margin-top: 0.3125rem;
  }
  .c-title__ja .span1 {
    color: #fff;
    font-size: 1.375rem;
    /* 159.091% */
    letter-spacing: 0.09625rem;
    line-height: 2.1875rem;
  }
  .c-title__ja .span2 {
    color: #fff;
    font-size: 1.25rem;
    /* 175% */
    letter-spacing: 0.0875rem;
    line-height: 2.1875rem;
  }
  .c-title__ja .span3 {
    font-size: 1.375rem;
    /* 159.091% */
    letter-spacing: -0.0625rem;
    line-height: 2.1875rem;
  }
  .c-title__ja .span4 {
    -webkit-transform: rotate(4deg);
    font-size: 1.4375rem;
    letter-spacing: 0.100625rem;
    top: 0.25rem;
    transform: rotate(4deg);
  }
  .p-lp-point__contents {
    padding-bottom: 5.125rem;
    padding-top: 5.125rem;
  }
  .p-lp-point__contents-items {
    align-items: stretch;
    display: grid;
    gap: 1.5625rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    margin-bottom: 3.75rem;
    margin-inline: auto;
    max-width: 20.9375rem;
  }
  .p-lp-point__contents-item {
    height: 100%;
    margin-inline: auto;
    width: 19.125rem;
  }
  .p-lp-point__contents-item-inner {
    padding-inline: 0.625rem;
  }
  .p-lp-point__contents-item-img {
    width: 3.875rem;
  }
  .p-lp-point__trial {
    margin-top: 3.125rem;
  }
  .p-lp-point__trial-title {
    font-size: 1.1875rem;
    max-width: 20.9375rem;
    padding: 0.8125rem 0;
  }
  .p-lp-point__trial-title span {
    color: #000;
    font-size: 1.625rem;
    letter-spacing: -0.065rem;
  }
  .p-lp-point__trial-title-span::after {
    bottom: -0.375rem;
    height: 0.875rem;
    width: 100%;
  }
  .p-lp-point__trial-text {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.03375rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 20.8125rem;
    padding-bottom: 1.1875rem;
  }
  .p-lp-point__trial-text .span-gold {
    font-size: 1.75rem;
    letter-spacing: normal;
    line-height: 2.1875rem;
  }
  .span-bold {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    line-height: 2.1875rem;
  }
  .span-mini {
    font-size: 1.125rem;
  }
  .p-cta__button-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .p-cta__button {
    margin-top: 0.375rem;
    max-width: 23.4375rem;
    padding: 1.25rem 0;
  }
  .p-cta__button-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  .p-cta__button-text span {
    font-size: 0.625rem;
    font-weight: normal;
  }
  .p-cta__button {
    max-width: 20.9375rem;
  }
  .p-cta__button-mail-img {
    width: 2.5625rem;
  }
  .p-cta__button-link {
    font-size: 1.375rem;
    letter-spacing: 0.0825rem;
  }
  .p-cta__button-phone-svg,
  .p-cta__button-mail-svg {
    height: 2.125rem;
    width: 1.0625rem;
  }
  .p-cta__button-phone-img {
    width: 2.5625rem;
  }
  .p-lp-feature__heading {
    background: url("../img/lp/title1-bg-sp.png") center center/cover no-repeat;
  }
  .p-lp-feature__inner {
    padding-inline: 1.25rem;
  }
  .p-lp-feature__contents {
    padding-bottom: 5.125rem;
    padding-top: 5rem;
  }
  .p-lp-feature__contents::before {
    background: url("../img/lp/feature-content-bg-sp.png") center center/cover no-repeat;
  }
  .p-lp-feature__content {
    flex-direction: column;
    gap: 1.875rem;
    margin-inline: auto;
    max-width: 20.9375rem;
  }
  .p-lp-feature__left-box,
  .p-lp-feature__right-box {
    min-height: 15.625rem;
    padding: 1.25rem;
  }
  .p-lp-feature__heading-wrap {
    margin: 0 auto 2.5rem;
    max-width: 20.9375rem;
  }
  .p-lp-feature__heading-title {
    font-size: 1.625rem;
    max-width: 13.5rem;
    padding-inline: 0;
  }
  .p-lp-feature__heading-title .feature-span {
    font-size: 1.625rem;
    letter-spacing: 0.065rem;
  }
  .feature-span2 {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
  .feature-line__img {
    margin-top: 0.9375rem;
    max-width: 13.5rem;
    padding-inline: 0;
  }
  .p-lp-feature__heading-text {
    margin-top: 1.25rem;
  }
  .p-lp-feature__heading-text-item1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .p-lp-feature__heading-text-item2 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.77rem;
    margin-top: 1.25rem;
  }
  .p-lp-function-card {
    padding-top: 3.125rem;
  }
  .p-lp-function-card-items {
    gap: 2.25rem;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 21.3125rem;
    padding-bottom: 2.0625rem;
    padding-inline: 1.5625rem;
    padding-top: 2.0625rem;
  }
  .p-lp-function-card-items::before {
    bottom: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    top: 0.625rem;
  }
  .p-lp-function-card-item:nth-child(1)::after,
  .p-lp-function-card-item:nth-child(2)::after,
  .p-lp-function-card-item:nth-child(4)::after,
  .p-lp-function-card-item:nth-child(5)::after {
    display: none;
  }
  .p-lp-function-card-item:not(:last-child)::before {
    background: #252a56;
    bottom: -1.125rem;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
  }
  .p-lp-function-card-item-icon {
    width: 6.5625rem;
  }
  .p-lp-function-card-item-title {
    color: #202126;
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
    line-height: 1.5625rem;
    margin-top: 1.25rem;
  }
  .p-lp-function-card-item-title span {
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
    line-height: 1.5625rem;
  }
  .p-lp-function-card-item-text {
    font-size: 0.875rem;
    letter-spacing: 0.00875rem;
    line-height: 1.5625rem;
    margin-top: 1.25rem;
  }
  .p-lp-feature__text2-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
    max-width: 24.6875rem;
    padding-inline: 1.25rem;
  }
  .p-lp-feature__text2-title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
  .p-lp-feature__text2 .span-en {
    font-size: 2rem;
    letter-spacing: 0.0599375rem;
  }
  .p-lp-feature__text2 .span-dot {
    font-size: 1.2016875rem;
    letter-spacing: -0.5648125rem;
  }
  .p-lp-feature__text2 {
    font-size: 1.375rem;
    letter-spacing: -0.0411875rem;
  }
  .p-lp-feature__text2 .span-1 {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
  .p-lp-feature__text2 .span-2 {
    font-size: 1.25rem;
    letter-spacing: 0.083375rem;
  }
  .p-lp-feature__text2 .span-3 {
    font-size: 1.3125rem;
    letter-spacing: 0.039375rem;
  }
  .swiper-pagination {
    margin-left: 0.75rem;
  }
  .p-lp-greeting__contents {
    background: url("../img/lp/greeting-bg-sp.png") center center/cover no-repeat;
  }
  .p-lp-greeting__contents {
    padding-bottom: 6.5625rem;
    padding-top: 6.375rem;
  }
  .greeting__contents-title-wrap {
    max-width: 20.9375rem;
  }
  .greeting__contents-title {
    font-size: 1.0625rem;
    letter-spacing: 0.031875rem;
    line-height: 2.1875rem;
  }
  .greeting__contents-title span {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 2.1875rem;
  }
  .greeting__contents-title .real {
    font-size: 1.6875rem;
    letter-spacing: 0.118125rem;
    line-height: 2.1875rem;
  }
  .greeting__contents-title .kadai {
    font-size: 1.5625rem;
    letter-spacing: 0.15625rem;
    line-height: 2.1875rem;
  }
  .greeting__contents-title .na {
    font-size: 1.3125rem;
    letter-spacing: 0.118125rem;
    line-height: 2.1875rem;
  }
  .greeting__contents-title .ni {
    font-size: 1.3125rem;
    letter-spacing: 0.118125rem;
    line-height: 2.1875rem;
  }
  .greeting__contents-title .mukiau {
    color: #fff;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    letter-spacing: 0.105rem;
    line-height: 2.1875rem;
  }
  .greeting__title-img-right,
  .greeting__title-img-left {
    width: 7.5rem;
  }
  .greeting__title-img-left {
    bottom: -4.5625rem;
    left: 0rem;
  }
  .greeting__title-img-right {
    right: 0rem;
    top: -4.5625rem;
  }
  .p-lp-greeting__content {
    flex-direction: column-reverse;
    gap: 2.8125rem;
    margin-top: 6.375rem;
    max-width: 20.9375rem;
    padding-inline: 0rem;
  }
  .p-lp-greeting__text-box {
    width: 100%;
  }
  .p-lp-greeting__content-text {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    line-height: 1.875rem;
  }
  .p-lp-greeting__content-text .gold {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    line-height: 1.875rem;
  }
  .p-lp-greeting__content-meta {
    font-size: 0.8125rem;
    margin-top: 1.875rem;
  }
  .p-lp-greeting__content-text-company {
    font-size: 1rem;
  }
  .p-lp-greeting__content-text-position {
    font-size: 0.875rem;
  }
  .p-lp-greeting__content-text-name {
    margin-top: 0.5rem;
  }
  .p-lp-greeting__content-right {
    width: 100%;
  }
  .p-lp-greeting__content-right-img img {
    margin-inline: auto;
    width: 17.1875rem;
  }
  .p-lp-price__contents {
    padding: 3.625rem 0;
  }
  .p-lp-price__contents-item-title {
    font-size: 1.125rem;
    /* 194.444% */
    letter-spacing: 0rem;
    line-height: 2.1875rem;
    margin-inline: auto;
    max-width: 21.3125rem;
    text-align: center;
  }
  .p-lp-price__customize-wrap {
    margin-top: 5.625rem;
  }
  .p-lp-price__customize::before {
    background: url("../img/lp/customize-bg-sp.png") center center/cover no-repeat;
  }
  .p-lp-price__customize {
    margin-top: 3.125rem;
    max-width: 100%;
  }
  .p-lp-price__customizeTitle {
    background: url("../img/lp/price-bg-title-sp1.png") center center/cover no-repeat;
    font-size: 1.25rem;
  }
  .p-lp-price__customizeBasic {
    margin-top: 2rem;
  }
  .p-lp-price__customizeBasicHeaderTitle {
    font-size: 1.125rem;
  }
  .p-lp-price__customizeBasicHeaderTitle::before, .p-lp-price__customizeBasicHeaderTitle::after {
    height: 1.125rem;
    width: 1.125rem;
  }
  .p-lp-price__customizeBasicHeaderText {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .p-lp-price__customizeBasicContent {
    border: 0.0625rem solid #A9A9A9;
    width: 18.9375rem;
  }
  .p-lp-price__customizeBasicItem {
    padding-block: 0.75rem;
    padding-inline: 0.25rem;
  }
  .p-lp-price__customizeBasicItemName {
    font-size: 1rem;
  }
  .p-lp-price__customizeBasicPrice {
    padding-block: 0.8125rem;
    padding-inline: 0.8125rem;
  }
  .p-lp-price__customizeBasicPriceText {
    font-size: 1.125rem;
  }
  .p-lp-price__customizePlus {
    margin-top: 1.25rem;
  }
  .p-lp-price__customizePlusText {
    font-size: 1.4375rem;
  }
  .p-lp-price__customizeOption {
    margin-top: 1.25rem;
  }
  .p-lp-price__customizeOptionHeaderTitle {
    font-size: 1.25rem;
  }
  .p-lp-price__customizeOptionHeaderTitle::before, .p-lp-price__customizeOptionHeaderTitle::after {
    height: 0.4375rem;
    width: 0.4375rem;
  }
  .p-lp-price__customizeOptionHeaderText {
    font-size: 1rem;
    padding-inline: 0.625rem;
  }
  .p-lp-price__customizeOptionContent-wrap {
    margin-inline: 1.0625rem;
    padding-block: 2.5rem;
  }
  .p-lp-price__customizeOptionContent {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .p-lp-price__customizeOptionColumnTitle {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 2rem;
    padding-block: 0.1875rem;
    padding-inline: 1rem;
  }
  .p-lp-price__customizeOptionItem {
    gap: 0rem;
    padding-block: 0.625rem;
    padding-inline: 0rem;
  }
  .p-lp-price__customizeOptionItem:first-child {
    padding-top: 0rem;
  }
  .p-lp-price__customizeOptionItem:last-child {
    padding-bottom: 0rem;
  }
  .p-lp-price__customizeOptionItemIcon {
    height: 0.8125rem;
    width: 0.8125rem;
  }
  .p-lp-price__customizeOptionItemName {
    font-size: 1rem;
    line-height: 1.25;
  }
  .p-lp-price__customizeOptionItemPrice {
    font-size: 1rem;
  }
  .p-lp-price__customizeNote {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
  .p-lp-price__customizeFull {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.875rem;
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-lp-price__customizeFull > :last-child {
    margin-top: 1.25rem;
  }
  .p-lp-price__customizeFullLabel {
    padding-block: 0.3125rem;
    padding-inline: 1rem;
  }
  .p-lp-price__customizeFullPlus {
    font-size: 0.875rem;
  }
  .p-lp-price__customizeFullFeatureText {
    margin-right: initial;
    text-align: left;
  }
  .p-lp-price__customizeFullFeatureText::after {
    -webkit-transform: translateX(-50%);
    background: #A9A9A9;
    bottom: -1.25rem;
    height: 0.0625rem;
    left: 50%;
    position: absolute;
    right: initial;
    top: initial;
    transform: translateX(-50%);
    width: 2.875rem;
  }
  .p-lp-price__customizeFullPriceText {
    font-size: 1.125rem;
  }
  .p-lp-price__contents-item-price {
    margin-top: 2.5rem;
    padding-inline: 1rem;
  }
  .p-lp-price__contents-item-price-text {
    margin-top: 3.5rem;
  }
  .p-lp-price__contents-item-price-text-title {
    font-size: 1.4375rem;
    letter-spacing: -0.0625rem;
    line-height: 2.1875rem;
    margin-right: auto;
  }
  .p-lp-price__contents-item-price-text-title::before {
    border-radius: 59%;
    height: 3.8125rem;
    width: 20.9375rem;
  }
  .p-lp-price__contents-item-price-text-text {
    font-size: 0.9375rem;
    /* 28.35px */
    letter-spacing: 0.028125rem;
    line-height: 1.771875rem;
    margin-right: auto;
  }
  .p-lp-price__contents-item-price-text-text .gold {
    font-size: 0.9375rem;
    /* 28.35px */
    letter-spacing: 0.028125rem;
    line-height: 1.771875rem;
  }
  .p-lp-price__contents-item-tab-img {
    margin-top: 2.75rem;
  }
  .p-lp-access__contents {
    padding-bottom: 5.125rem;
    padding-top: 5rem;
  }
  .p-lp-access__map {
    max-width: 20.9375rem;
  }
  .p-lp-access__map-iframe {
    height: 24.3125rem;
  }
  .p-lp-access__item-box {
    margin-top: 0.8125rem;
    max-width: 20.9375rem;
  }
  .p-lp-access__address-wrap {
    padding-left: 0.625rem;
  }
  .p-lp-access__address-wrap::before {
    height: 2.6875rem;
  }
  .p-lp-access__address {
    font-size: 0.875rem;
    letter-spacing: 0.06125rem;
    line-height: 1.288rem;
  }
  .p-lp-access__address-text {
    font-size: 0.875rem;
    letter-spacing: 0.065625rem;
    line-height: 1.38rem;
  }
  .p-lp-access__train {
    margin-top: 3.0625rem;
  }
  .p-lp-access__common-title {
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
    padding-left: 2.375rem;
  }
  .p-lp-access__common-title::before {
    height: 1.5rem;
    top: 40%;
    width: 1.5rem;
  }
  .p-lp-access__common-title span {
    font-size: 1.125rem;
    letter-spacing: 0.0675rem;
  }
  .p-lp-access__train-data {
    gap: 1.1875rem;
    margin-top: 1.875rem;
  }
  .p-lp-access__train-data-badge-text {
    font-size: 1rem;
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.25rem;
  }
  .p-lp-access__train-data-line {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
  }
  .p-lp-access__train-data-row {
    align-items: flex-start;
    font-size: 1rem;
    gap: 2.125rem;
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .p-lp-access__train-data-row .station {
    display: block;
    font-family: "Noto Sans JP";
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
    margin-left: 0;
  }
  .p-lp-access__train-data-sep {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
  }
  .p-lp-access__train-data-sep::before, .p-lp-access__train-data-sep::after {
    height: 0.0625rem;
    width: 1.25rem;
  }
  .p-lp-access__train-data-sep::before {
    left: -1.5625rem;
  }
  .p-lp-access__train-data-sep::after {
    right: -1.5625rem;
  }
  .p-lp-access__train-data-sep .gold {
    font-size: 0.8125rem;
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
  }
  .p-lp-access__car {
    margin-bottom: 5rem;
    margin-top: 1.875rem;
  }
  .p-lp-access__car-steps {
    gap: 0.9375rem;
    margin-top: 1.25rem;
    max-width: 20.9375rem;
  }
  .p-lp-access__car-steps::before {
    left: 10.45%;
  }
  .p-lp-access__car-num {
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
  }
  .p-lp-access__car-dot-img {
    height: 0.5rem;
    width: 0.5rem;
  }
  .p-lp-access__car-text {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.075rem;
    line-height: 1.5rem;
  }
  .p-lp-qa__faq {
    margin-bottom: 5.125rem;
    max-width: 20.9375rem;
  }
  .p-lp-qa__faq-summary {
    gap: initial;
    justify-content: space-between;
  }
  .p-lp-qa__faq-qmark {
    font-size: 1rem;
    height: 1.375rem;
    padding: 0.375rem 0.25rem 0.625rem 0.25rem;
    width: 1.25rem;
  }
  .p-lp-qa__faq-qtext {
    font-size: 1rem;
    gap: 1.875rem;
    letter-spacing: -0.05625rem;
    margin-left: 0.625rem;
  }
  .p-lp-qa__faq-qtext::after {
    height: 1.5625rem;
    width: 1.5625rem;
  }
  .p-lp-qa__faq-answer {
    margin-top: 1.25rem;
  }
  .p-lp-qa__faq-answer-box {
    gap: 0.625rem;
  }
  .p-lp-qa__faq-amark {
    font-size: 1rem;
    height: 1.4375rem;
    padding: 0.375rem 0.25rem 0.625rem 0.25rem;
    width: 1.25rem;
  }
  .p-lp-qa__faq-atext {
    font-size: 0.9375rem;
    letter-spacing: 0.028125rem;
    line-height: 1.5rem;
    max-width: 17.125rem;
    width: 100%;
  }
  .p-lp-voice__contents {
    background: url("../img/lp/voice-bg-sp.png") center center/cover no-repeat;
    padding-top: 5.125rem 0;
  }
  .p-lp-voice__card {
    max-width: 20.9375rem;
  }
  .p-lp-voice__card-items {
    align-items: stretch;
    gap: 4.4375rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .p-lp-voice__card-bg {
    background: url("../img/lp/voice-item-bg-sp.png") center center/cover no-repeat;
    height: 100%;
    max-width: 100%;
    padding-bottom: 2.125rem;
    padding-inline: 2.75rem;
  }
  .p-lp-voice__card-bg::after {
    aspect-ratio: 452/470;
    height: 94%;
    left: 49.8%;
    top: 49.5%;
    width: 92%;
    z-index: 2;
  }
  .p-lp-voice__card-img-name {
    right: 2.25rem;
    top: -2rem;
  }
  .p-lp-voice__card-img-name img {
    width: 5.3125rem;
  }
  .p-lp-voice__card-img-name3 {
    top: -1.75rem;
  }
  .p-lp-voice__card-img-voice {
    margin-top: -1.5625rem;
    padding-top: 59%;
  }
  .p-lp-voice__card-title-img {
    padding-top: 1.25rem;
    width: 10.9375rem;
  }
  .p-lp-voice__card-txt {
    font-size: 0.875rem;
    letter-spacing: 0.0606875rem;
    line-height: 1.3869375rem;
    margin-top: 1.5625rem;
  }
  .p-lp-voice__card-txt .gold {
    color: #b6a054;
    font-size: 0.875rem;
    letter-spacing: 0.0606875rem;
    line-height: 1.3869375rem;
  }
  .p-lp-company__contents {
    background: url("../img/lp/company-bg-sp.png") center center/cover no-repeat;
    padding-top: 5.125rem 0;
  }
  .p-lp-company__list {
    gap: 1.5625rem;
    max-width: 20.9375rem;
  }
  .p-lp-company__row {
    padding-bottom: 1.5625rem;
    text-align: left;
  }
  .p-lp-company__row {
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-lp-company__term {
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
    width: 100%;
  }
  .p-lp-company__desc {
    font-size: 1.125rem;
    font-weight: 500;
  }
  .p-lp-company__footer {
    margin-top: 3.125rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-news {
    padding-block: 3.75rem;
  }
  .p-news::before {
    aspect-ratio: 375/412;
    height: 62.5rem;
    top: 5rem;
  }
  .p-news__pagination-arrow {
    margin-top: 0.1875rem;
  }
  .p-news__pagination-arrow img {
    width: 0.5rem;
  }
  .p-news {
    padding-block: 3.75rem;
  }
  .p-news__inner {
    padding-inline: 1.25rem;
  }
  .p-news__title {
    font-size: 2rem;
  }
  .p-news__items {
    margin-top: 2.5rem;
  }
  .p-news__itemLink {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9375rem;
    padding-block: 1.25rem;
  }
  .p-news__itemDate {
    font-size: 0.875rem;
    min-width: auto;
  }
  .p-news__itemTitle {
    font-size: 0.875rem;
  }
  .p-news__pagination {
    margin-top: 2.5rem;
  }
  .p-news__pagination ul {
    gap: 1.25rem;
  }
  .p-news__pagination li a {
    font-size: 1rem;
  }
  .p-news__pagination li span {
    font-size: 1rem;
  }
  .p-news__pagination-arrow img {
    width: 0.5rem;
  }
  .p-news__noPost {
    font-size: 0.875rem;
    margin-top: 2.5rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-coming-soon {
    min-height: 50vh;
    padding-block: 9.375rem 9.375rem;
  }
  .p-coming-soon__inner {
    padding-inline: 1.25rem;
  }
  .p-coming-soon__content {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .p-single::before {
    height: clamp(64.5rem, 59.5rem + 15.25vw, 73.5rem);
    top: 5rem;
  }
  .p-single__date {
    font-size: 0.75rem;
  }
  .p-single__cat {
    font-size: 0.75rem;
    padding-block: 0.1875rem;
    padding-inline: 0.75rem;
  }
  .p-single__title {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
  .p-single__content {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
  .p-single__content h2 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
  .p-single__content h3 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
  .p-single__nav-item {
    padding-block: 0.9375rem;
    padding-inline: 0.9375rem;
  }
  .p-single__nav-label {
    font-size: 0.6875rem;
  }
  .p-single__nav-title {
    font-size: 0.8125rem;
  }
  .p-single__back {
    margin-top: 3.75rem;
  }
  .p-single__back-link {
    font-size: 0.875rem;
    padding-block: 0.75rem;
    padding-inline: 1.875rem;
  }
  .swiper::before {
    -o-object-fit: cover;
    aspect-ratio: 280/431;
    height: 18.75rem !important;
    height: auto;
    object-fit: cover;
    width: 200%;
  }
  .swiper-title-text {
    color: #fff;
    font-size: 1.25rem;
    /* 175% */
    letter-spacing: 0.0875rem;
    line-height: 2.1875rem;
  }
  .swiper-wrapper {
    padding-bottom: 5rem;
    padding-top: 3rem;
  }
  .js-slider-ipad-wrapper {
    margin-top: 0.625rem !important;
    padding-bottom: 1.875rem;
  }
  .lp-page .js-slider:not(.js-slider-ipad) .swiper-slide {
    min-height: 17.5rem;
  }
  .lp-page .js-slider:not(.js-slider-ipad) .swiper-slide img {
    height: 14.9375rem;
    max-width: 18.1875rem !important;
    min-width: 18.1875rem !important;
    width: 18.1875rem !important;
  }
  .lp-page .js-slider:not(.js-slider-ipad) .swiper-slide-active {
    -webkit-transform: scale(1.35) !important;
    transform: scale(1.35) !important;
  }
  .p-slider__nav {
    max-width: 15.125rem;
    padding-inline: 0rem;
  }
  .p-slider__button-link {
    font-size: 0.9375rem;
    letter-spacing: 0.076875rem;
    padding: 0.375rem 0.5rem 0.6875rem 0.4375rem;
  }
  .p-slider__nav-icon {
    height: 1.625rem;
    width: 0.875rem;
  }
  .swiper-pagination-bullet {
    border-radius: 0.625rem;
    height: 0.625rem;
    margin-right: 1.1875rem !important;
    width: 0.625rem;
  }
  .swiper-pagination-bullet-active {
    border-radius: 0.625rem !important;
    height: 0.625rem !important;
    margin-right: 1.1875rem !important;
    width: 0.625rem !important;
  }
  .swiper-pagination-bullet-dynamic-sub {
    margin: 0 0.0625rem !important;
  }
  .lp-page .swiper-slide {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
  .js-slider-ipad {
    margin-top: 0;
    padding-bottom: 0rem;
    padding-top: 8.75rem;
  }
  .js-slider-ipad .swiper-slide-active {
    -webkit-transform: scale(1.35) !important;
    transform: scale(1.35) !important;
  }
  .js-slider-ipad::before {
    height: 18.75rem;
    top: 64%;
  }
  .js-slider-ipad-slide img {
    height: 18.75rem;
  }
  .js-slider-ipad-wrapper .js-slider-ipad-slide img {
    height: 8.125rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
  .js-slider-ipad-nav {
    margin-top: 1.5rem;
  }
  .swiper-pagination-bullet.nth-last-2 {
    border-radius: 0.4375rem;
    height: 0.4375rem;
    width: 0.4375rem;
  }
  .swiper-pagination-bullet.nth-last-1 {
    border-radius: 0.3125rem;
    height: 0.3125rem;
    margin-right: 1.1875rem !important;
    width: 0.3125rem;
  }
  .swiper-pagination-bullet.nth-last-1:focus {
    height: 0.3125rem;
    width: 0.3125rem;
  }
  .swiper-pagination-bullet.nth-last-1:focus-visible {
    height: 0.3125rem;
    width: 0.3125rem;
  }
  .swiper-pagination-bullet.nth-last-2:focus {
    height: 0.4375rem;
    width: 0.4375rem;
  }
  .swiper-pagination-bullet.nth-last-2:focus-visible {
    height: 0.4375rem;
    width: 0.4375rem;
  }
  .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) {
  .header-under .drawer-icon-under_bar1,
  .header-under .drawer-icon-under_bar2,
  .header-under .drawer-icon-under_bar3 {
    width: 9.6vw;
  }
  .header-under .drawer-content-under {
    padding-top: 3.75rem;
  }
  .header .drawer-icon_bar1,
  .header .drawer-icon_bar2,
  .header .drawer-icon_bar3 {
    width: 9.6vw;
  }
  .header .drawer-content {
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-lp-price__customizeBasicHeaderTitle::before, .p-lp-price__customizeBasicHeaderTitle::after {
    height: 0.4375rem;
    width: 0.4375rem;
  }
}

@media screen and (max-width: 375px) {
  .main-html {
    font-size: 4.2666666667vw;
  }
  .lp-html {
    font-size: 4.2666666667vw;
  }
  .header-under__inner {
    gap: 5.6vw;
    padding: 3.2vw 5.333vw 5.067vw 5.333vw;
  }
  .header-under__logo-link {
    font-size: 4.267vw;
  }
  .header-under__button {
    height: 8.533vw;
    width: 22.933vw;
  }
  .header-button__link {
    font-size: 3.733vw;
  }
  .drawer-content-under .menu-item a {
    font-size: 1.0625rem;
  }
  .drawer-content-under .menu-item-52::after {
    top: 2.34375rem;
  }
  .drawer-icon-under__text {
    font-size: 3.2vw;
  }
  .drawer-content-under .menu-item {
    padding: 1rem 0;
    width: 90%;
  }
  .drawer-content-under .menu-item::after {
    width: 0.625rem;
  }
  .drawer-content-under .menu-item a {
    font-size: 1.0625rem;
    padding-left: 1.25rem;
  }
  .drawer-content-under .menu-item-2584::after {
    top: 2.34375rem;
  }
  .drawer-content-under .sub-menu {
    padding-left: 1.25rem;
  }
  .drawer-content-under .sub-menu .menu-item {
    gap: 0.625rem;
    padding: 0.625rem 0;
  }
  .drawer-content-under .sub-menu .menu-item a {
    font-size: 0.9375rem;
  }
  .drawer-content-under .header-nav-bottom__nav {
    gap: 0.75rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .drawer-content-under .header-nav-bottom__nav-link {
    font-size: 0.875rem;
  }
  .drawer-content-under .header-nav-bottom__nav-link:first-child::before {
    margin-right: 0.5rem;
  }
  .drawer-content-under .header-nav-bottom__nav-link::after {
    margin-left: 0.5rem;
  }
  .header-nav__contact-box {
    padding-bottom: 1.5rem;
    padding-inline: 1.5rem;
    padding-top: 1.5rem;
  }
  .header-nav__contact__title-ja {
    font-size: 1.375rem;
  }
  .header-nav__contact__tel-box {
    margin-top: 1.25rem;
  }
  .header-nav__contact__tel-box img {
    height: 1.5rem;
    width: 1.5rem;
  }
  .header-nav__contact__tel-number {
    font-size: 1.5rem;
  }
  .header-nav__contact__time {
    font-size: 0.8125rem;
  }
  .header-nav__contact__button-wrap {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }
  .header-nav__contact__button-wrap .header-under__button {
    width: 100%;
  }
  .header-nav__contact-address {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
  .header__inner {
    gap: 5.6vw;
    padding: 3.2vw 5.333vw 5.067vw 5.333vw;
  }
  .header__logo {
    width: 21.333vw;
  }
  .header__logo-link {
    font-size: 4.267vw;
  }
  .header__button {
    height: 8.533vw;
    width: 22.933vw;
  }
  .header-button__link {
    font-size: 3.733vw;
  }
  .drawer-content .menu-item {
    padding: 1rem 0;
    width: 90%;
  }
  .drawer-content .menu-item::after {
    width: 0.625rem;
  }
  .drawer-content .menu-item a {
    font-size: 1.0625rem;
    padding-left: 1.25rem;
  }
  .drawer-content .menu-item-52::after {
    top: 2.34375rem;
  }
  .drawer-content .sub-menu {
    padding-left: 1.25rem;
  }
  .drawer-content .sub-menu .menu-item {
    gap: 0.625rem;
    padding: 0.625rem 0;
  }
  .drawer-content .sub-menu .menu-item a {
    font-size: 0.9375rem;
  }
  .drawer-content .header-nav-bottom__nav {
    gap: 0.75rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .drawer-content .header-nav-bottom__nav-link {
    font-size: 0.875rem;
  }
  .drawer-content .header-nav-bottom__nav-link:first-child::before {
    margin-right: 0.5rem;
  }
  .drawer-content .header-nav-bottom__nav-link::after {
    margin-left: 0.5rem;
  }
  .drawer-icon__text {
    font-size: 3.2vw;
  }
  .drawer-content .menu-item a {
    font-size: 1.0625rem;
  }
  .drawer-content .menu-item-2584::after {
    top: 2.34375rem;
  }
  .header-nav__contact-box {
    padding-bottom: 1.5rem;
    padding-inline: 1.5rem;
    padding-top: 1.5rem;
  }
  .header-nav__contact__title-ja {
    font-size: 1.375rem;
  }
  .header-nav__contact__tel-box {
    margin-top: 1.25rem;
  }
  .header-nav__contact__tel-box img {
    height: 1.5rem;
    width: 1.5rem;
  }
  .header-nav__contact__tel-number {
    font-size: 1.5rem;
  }
  .header-nav__contact__time {
    font-size: 0.8125rem;
  }
  .header-nav__contact__button-wrap .header__button {
    width: 100%;
  }
  .header-nav__contact-address {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
}

@media (any-hover: hover) {
  .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 */