@charset "UTF-8";
html {
  font-size: 16px;
  margin-top: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

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

.section-title-en {
  -webkit-background-clip: text;
  background: linear-gradient(#642390 0%, #19074a 100%);
  background-clip: text;
  color: transparent;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2375rem;
  line-height: 1;
  text-align: center;
}

.section-title-ja {
  -webkit-background-clip: text;
  background: linear-gradient(#642390 0%, #19074a 100%);
  background-clip: text;
  color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

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

@-webkit-keyframes softFadeInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes softFadeInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeIn {
  -webkit-animation-name: softFadeInUp;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: softFadeInUp;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  padding-block: 1.25rem;
  transition: 0.3s all;
}
.c-btn span {
  display: inline-block;
  font-size: 0.75rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.c-cat {
  background-color: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

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

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

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

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

.p-card__img {
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.p-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.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%;
}
.breadcrumb {
  background: #f7f7f7;
  color: #391e88;
  gap: 0.3125rem;
  padding-block: 0.625rem 0.625rem;
}
.breadcrumb span a span {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.breadcrumb .post-root {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.breadcrumb .home {
  color: #391e88;
}

.separator {
  font-size: 1rem;
}

.breadcrumb__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 125rem;
  padding-inline: 2.5rem;
}

.gt {
  font-size: 0.6875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  vertical-align: bottom;
}

.current-item {
  font-size: 1rem;
}

.page-title {
  font-size: 1.25rem;
  margin-top: 2.5rem;
}

.p-under-company {
  background: #fff;
  padding-bottom: 1.25rem;
  padding-top: 0;
  position: relative;
  z-index: 200;
}

.p-under-company__inner {
  margin-top: 3.8125rem;
  position: relative;
}

.p-under-company__item-img-1 {
  left: 1.3125rem;
  position: absolute;
  top: -4.0625rem;
  width: 18%;
}
.p-under-company__item-img-2 {
  position: absolute;
  right: 1.125rem;
  top: -4.0625rem;
  width: 18.5%;
}

.p-under-company__item-img-3 {
  bottom: -5.6875rem;
  left: 4.3125rem;
  position: absolute;
  width: 14%;
}

.p-under-company__item-img-4 {
  bottom: -5.6875rem;
  position: absolute;
  right: 5.6875rem;
  width: 14%;
}

.p-under-company__title-en {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-under-company__content {
  margin-top: 1.25rem;
}

.p-under-company__lead {
  font-family: ”游ゴシック体”, “Yu GothicM”, “Yu Gothic”, YuGothic, “メイリオ”, “Meiryo”, “ＭＳ Ｐゴシック”, “ヒラギノ角ゴ Pro W6”, ‘ヒラギノ角ゴ W6’, “Hiragino Kaku Gothic Pro”, sans-serif;
  text-align: center;
  white-space: nowrap;
}

.p-under-company__lead-sp {
  display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}

.p-under-company__lead1 {
  display: block;
  font-size: 2.0625rem;
  font-weight: 600;
  padding-right: 1.25rem;
  position: relative;
}
.p-under-company__lead1::after {
  -webkit-transform: translateX(-50%);
  background: #f5f534;
  bottom: 0.3125rem;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16.375rem;
  z-index: -1;
}

.p-under-company__lead2 {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -0.4375rem;
  padding-right: 0.125rem;
  position: relative;
}
.p-under-company__lead2::after {
  -webkit-transform: translateX(-50%);
  background: #f5f534;
  bottom: 0;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 15rem;
}

.p-under-company__text {
  font-size: 0.875rem;
  line-height: 1.64285;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  max-width: 18.4375rem;
  text-align: center;
}

.p-under-company__button {
  margin-top: 1.5rem;
  padding-right: 1.1875rem;
  text-align: center;
}

.personality {
  margin-top: 5rem;
}

.personality__inner {
  display: flex;
  gap: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 85rem;
  padding-inline: 2.5rem;
}

.personality__item-img {
  width: 32.7868852459%;
}

.personality__item-text {
  width: 72.131147541%;
}

.overview {
  color: #391e88;
  margin-top: 4.25rem;
}

.overview__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

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

.overview_items {
  display: flex;
  flex-direction: column;
  gap: 1.78125rem;
  margin-top: 3.125rem;
}

.overview_item {
  align-items: center;
  border-bottom: 0.0625rem solid #dddddd;
  display: flex;
  gap: 3.75rem;
}

.overview_item-title {
  flex-shrink: 0;
  font-family: ”游ゴシック体”, “Yu GothicM”, “Yu Gothic”, YuGothic, “メイリオ”, “Meiryo”, “ＭＳ Ｐゴシック”, “ヒラギノ角ゴ Pro W6”, ‘ヒラギノ角ゴ W6’, “Hiragino Kaku Gothic Pro”, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  width: 12.5rem;
}

.overview_item-text {
  font-size: 1rem;
  line-height: 1;
  margin-top: 1rem;
  padding-bottom: 1.28125rem;
}

.map {
  padding-block: 7.5rem 5rem;
}

.map__inner {
  margin-inline: auto;
  max-width: 85rem;
  padding-inline: 2.5rem;
}

.map__map iframe {
  height: 31.25rem;
  width: 100%;
}

.map__comment {
  color: #240c6a;
  font-size: 0.875rem;
  margin-top: 0.6875rem;
}

.contact-thanks {
  color: #391e88;
  margin-bottom: 6.375rem;
  margin-top: 3.9375rem;
  position: relative;
  z-index: 100;
}

.contact-thanks__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.contact-thanks_items {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.28125rem;
  padding-left: 1.125rem;
  padding-right: 1.375rem;
}

.contact-thanks_items-message {
  color: #333;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

small {
  margin-top: 1.6875rem;
  padding-left: 0.5625rem;
}

.contact-wrap {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.contact__page-title {
  color: #333333;
  font-size: 1.25rem;
  margin-top: 4.125rem;
  padding-bottom: 4.125rem;
  text-align: center;
  width: 100%;
}

.contact {
  background: #ffffff;
  font-family: ヒラギノ角ゴシック;
}

.contact__inner {
  padding-bottom: 3.75rem;
  padding-inline: 1.25rem;
  padding-top: 0;
  text-align: left;
}

.contact__box {
  background: #f7f7f7;
  margin-top: 1.75rem;
  padding-bottom: 1.5625rem;
  padding-inline: 1.875rem;
  padding-top: 1.5625rem;
}

.contact__form {
  margin-top: 1.4375rem;
}

.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
  margin-top: 1.40625rem;
}

.contact__field-select {
  margin-top: 3.5rem;
}

.contact__privacy {
  margin-top: 1.875rem;
  text-align: center;
}

.contact__button {
  margin-top: 3.5rem;
  text-align: center;
}

.wpcf7-form-control-wrap {
  text-align: left;
}

.form__field-head {
  align-items: center;
  display: flex;
  gap: 0;
}

.form__field-label {
  color: #391e88;
  font-weight: 700;
  line-height: 1.4375rem;
}
.form__field-label span {
  color: #333333;
  font-size: 0.75rem;
  font-weight: 300;
}

.form__field-tag {
  border-radius: 0.125rem;
  color: #391e88;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12375rem;
  line-height: 1;
  padding: 0.375rem 0.5625rem 0.3125rem 0.5rem;
}
.form__field-item {
  flex-grow: 1;
  margin-top: 0.625rem;
}
.form__field-item-radios {
  margin-left: -0.3125rem;
}

.form__text {
  background: #fff;
  border: 1px solid #aaaaaa;
  padding: 0.5rem 0.875rem 0.4375rem;
  transition: border 0.4s;
  width: 100%;
}
.form__text:hover, .form__text:focus {
  border: 1px solid #111;
  outline: none;
}

.form__field-radios {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.form__radio {
  line-height: 1.4375rem;
}

.form__radio-input {
  clip: 0, 0, 0, 0;
  height: 0.0625rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.0625rem;
}
.form__radio-input:checked + .form__radio-text::after {
  opacity: 1;
}
.form__radio-input:hover + .form__radio-text::before, .form__radio-input:focus + .form__radio-text::before {
  border: 1px solid #aaa;
  outline: none;
}

.form__radio-text {
  color: #333333;
  font-size: 0.8125rem;
  font-weight: 700;
  font-weight: normal;
  padding-left: 0;
  position: relative;
}

.form__select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #aaaaaa;
  font-weight: 700;
  padding: 0.5625rem 2.6875rem 0.5625rem 0.8125rem;
  transition: border 0.4s;
  width: 100%;
}
.form__select:hover, .form__select:focus {
  border: 1px solid #111;
  outline: none;
}

.form__field-radio-text {
  font-weight: 700;
  padding-left: 1.75rem;
  position: relative;
}
.form__field-radio-text::before, .form__field-radio-text::after {
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form__field-radio-text::before {
  border: 0.1875rem solid #111;
  height: 1.5rem;
  left: 0;
  transition: border 0.4s;
  width: 1.5rem;
}
.form__field-radio-text::after {
  background: #f5810e;
  height: 0.625rem;
  left: 0.4375rem;
  opacity: 0;
  transition: opacity 0.4s;
  width: 0.625rem;
}

.form__textarea {
  background: #fff;
  border: 1px solid #aaaaaa;
  height: 7.5625rem;
  padding: 0.8125rem;
  transition: border 0.4s;
  width: 19.0625rem;
  width: 100%;
}
.form__textarea:hover, .form__textarea:focus {
  border: 1px solid #111;
  outline: none;
}

.form__checkbox-input {
  clip: 0, 0, 0, 0;
  height: 0.0625rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.0625rem;
}
.form__checkbox-input:checked + .form__checkbox-text::after {
  opacity: 1;
}
.form__checkbox-input:hover + .form__checkbox-text::before, .form__checkbox-input:focus + .form__checkbox-text::before {
  border: 1px solid #fabe00;
}

.form__checkbox-text {
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 1.8125rem;
  position: relative;
}

.button {
  border-radius: 3.125rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  font-weight: normal;
  letter-spacing: 0.1em;
  max-width: 13.75rem;
  padding: 1rem 4.1875rem;
  text-align: center;
  transition: color 0.3s, background 0.3s;
}
.button:hover {
  background: #fabe00;
}
.button--type2 {
  background: linear-gradient(to left, #250d65, #7633a4);
  color: #fff;
  margin: 0 auto;
  transition: color 0.3s, background 0.3s;
}
.button--type2:hover {
  background: #000;
  color: #fff;
}
.button.-active {
  background-color: #000;
  color: #fff;
}

.wpcf7-list-item {
  margin-left: 0.3125rem;
}

.wpcf7-list-item.first {
  margin-left: 0.3125rem;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  margin-top: 0.15625rem;
  width: 100%;
	margin-right:1rem;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.125rem;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0.5625rem;
  margin-top: auto;
  transition: background-color 0.4s; /* 色をじんわり変化させる */
  width: 1.125rem;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 0.1875rem #fff; /* 中心の色のスタイル */
}
.wpcf7-submit {
  border-radius: 3.125rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  font-weight: normal;
  letter-spacing: 0.1em;
  max-width: 13.75rem;
  padding: 1rem 4.1875rem;
  text-align: center;
  transition: color 0.3s, background 0.3s;
}
.wpcf7-submit:hover {
  background: #fabe00;
}
.wpcf7-submit--type2 {
  background: linear-gradient(to left, #250d65, #7633a4);
  color: #fff;
  margin: 0 auto;
  transition: color 0.3s, background 0.3s;
}
.wpcf7-submit--type2:hover {
  background: #000;
  color: #fff;
}
.wpcf7-submit.-active {
  background-color: #000;
  color: #fff;
}

.wpcf7 .ajax-loader {
  display: block;
}

small {
  margin-top: 1.6875rem;
  padding-left: 0.5625rem;
}

.previous-button {
  background: red;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 13.75rem;
  padding: 1rem 4.1875rem;
  text-align: center;
  transition: all 0.4s;
}
.previous-button:hover {
  background: #000;
}

.contact {
  background: #f7f7f7;
}

.contact__inner {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
  text-align: center;
}

.contact__ja {
  margin-top: 0.375rem;
}

.contact__text {
  font-size: 0.875rem;
  line-height: 1.7857;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  max-width: 19.0625rem;
}

.contact__button {
  margin-top: 1.5625rem;
}
.contact__button a {
  padding: 1rem 4.625rem;
}

footer {
  background: #120e19;
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 20.8125rem;
  padding-bottom: 1.1875rem;
  padding-left: 0.75rem;
  padding-right: 0.625rem;
  padding-top: 0.9375rem;
}

.footer__items {
  padding-left: 0.75rem;
}

.footer__item-1 {
  align-items: center;
  display: flex;
}
.footer__item-1 .footer__item-list:nth-child(1) {
  padding-right: 35.066%;
}
.footer__item-1 .footer__item-list:nth-child(2) {
  padding-right: 10.8%;
}

.footer__item-2 {
  align-items: center;
  display: flex;
  margin-top: 1.25rem;
}
.footer__item-2 .footer__item-list:nth-child(1) {
  padding-right: 30.466%;
}

.footer__item-3 {
  align-items: center;
  display: flex;
  margin-top: 0.25rem;
  padding-left: 3.25rem;
}
.footer__item-3 .footer__item3-wrapper {
  padding-right: 0.1875rem;
}

.footer__item-list {
  line-height: 1.534;
}
.footer__item-list a {
  color: #fff;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0;
}

.footer__item-list-last {
  margin-top: -0.6875rem;
}

small {
  color: #a798b7;
  display: block;
  font-size: 0.625rem;
  margin-top: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 0.375rem;
  text-align: center;
}

.news {
  padding-bottom: 0;
  padding-top: 2.75rem;
  padding-top: 0;
}

.news__inner {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 85rem;
  padding-inline: 2.5rem;
  padding-top: 2.1875rem;
}

.news__card {
  display: flex;
  flex-direction: row;
  gap: 3.125rem;
  margin-inline: auto;
}

.news__title {
  font-family: Montserrat;
  font-size: 1.875rem;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.2375rem;
  letter-spacing: 0.3125rem;
  line-height: 1;
  padding-top: 2.4375rem;
  text-align: center;
  text-align: left;
}

.news__title-ja {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  margin-top: 0.3125rem;
  text-align: center;
}

.news__lists-ul {
  margin-top: 1.8125rem;
  margin-top: 1.3125rem;
}

.news__lists {
  margin-top: 1.75rem;
  text-align: left;
}

.news__list {
  align-items: flex-start;
  display: block;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 0.1875rem;
  gap: 0;
}
.news__list:nth-child(n+2) {
  padding-top: 1.875rem;
  position: relative;
}

.news__list-link {
  align-items: center;
  transition: background 0.4s;
}
.news__list-link:hover {
  background: #fff9e5;
}

.news__link-meta {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  gap: 0.875rem;
  margin-top: 0.1875rem;
  width: 13.25rem;
}

.p-front-news__link-meta {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  gap: 0.875rem;
  margin-top: 0rem;
  width: 13.25rem;
}

.news__link-date {
  color: #333;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 6.125rem;
}

.news__link-label {
  background: #e8e8e8;
  border-radius: 0.125rem;
  border-radius: 3.125rem;
  color: #333;
  font-size: 0.6875rem;
  font-weight: bold;
  min-width: 5.125rem;
  padding: 0.125rem 0.625rem;
  text-align: center;
}
.news__link-label.is-column {
  background: #ecb815;
}
.news__link-label.is-event {
  background: #389b47;
}

.news__link-title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.9285714286;
}

.news__link {
  margin-top: 0.875rem;
  margin-top: 0.75rem;
  text-align: right;
}
.news__link a {
  border-bottom: 0.125rem solid #111;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding-block: calc(0.625rem - 0.125rem);
  position: relative;
  transition: border-bottom 0.4s, color 0.4s;
}
.news__link a:hover {
  border-bottom: 0.125rem solid #fabe00;
  color: #fabe00;
}

.service {
  background: #fff;
  padding-top: 8.75rem;
}

.service__inner {
  margin-inline: auto;
  max-width: 85rem;
  overflow: hidden;
  padding-bottom: 6.25rem;
  padding-inline: 2.5rem;
}

.service__ja {
  margin-top: 0.3125rem;
}

.service__content {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  position: relative;
}

.service__content-title-wrapper {
  text-align: center;
}

.service__content-img {
  left: 0;
  left: 14.5rem;
  position: absolute;
  text-align: center;
  top: -4.5rem;
  top: -1.875rem;
  width: 100%;
}
.service__content-img img {
  width: 5.3125rem;
}

.service__items {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 2.25rem;
  gap: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

.service__item {
  background: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.service__item-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 20.9375rem;
  max-width: 100%;
}
.service__item-title {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.75rem;
  margin-top: 1.4375rem;
}

.service__item-text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.785714;
  margin-top: 0.1875rem;
  margin-top: 0.5625rem;
  text-align: left;
  text-align: left;
}

.service__button {
  padding-top: 2.4375rem;
  padding-top: 1.3125rem;
  text-align: center;
}
.service__button a {
  background: linear-gradient(to left, #250d65, #7633a4);
  font-size: 0.875rem;
  padding: 1.0625rem 4.5rem 1rem 4.75rem;
}

.fv {
  position: relative;
}
.fv::after {
  background: #f0f0f0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 7.125rem;
  width: 100%;
  z-index: 1;
}
.fv::after {
  background: linear-gradient(90deg, #fff 0%, #fff 35.5%, #f0f0f0 35.5%, #f0f0f0 100%);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.fv__inner {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(20.9375rem + 1.25rem * 2);
  max-width: 90rem;
  padding-bottom: 3.75rem;
  padding-bottom: 4.9375rem;
  padding-left: 4.375rem;
  position: relative;
  z-index: 100;
}

.fv__image {
  display: block;
  margin-top: 3.8125rem;
  max-width: 48.125rem;
  position: relative;
  width: 100%;
  z-index: 100;
}

.fv__massage {
  color: #333;
  margin-top: 2.75rem;
  margin-top: 2.625rem;
  position: relative;
  white-space: nowrap;
  width: 26.875rem;
  z-index: 100;
}

.fv__title {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: bold;
  position: relative;
  z-index: 100;
}
.fv__title br {
  display: none;
  display: inline;
}

.fv__text {
  font-size: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.785;
  line-height: 1.8;
  margin-top: 1.375rem;
  margin-top: 1.3125rem;
  padding-left: 2.125rem;
  padding-left: 0;
  position: relative;
  text-align: left;
  text-align: center;
  z-index: 100;
}

.news__button {
  margin-top: 1.3125rem;
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
  z-index: 100;
}
.news__button a {
  padding: 1rem 4.25rem 1rem 4.5625rem;
}

.company {
  background: #fff;
  padding-bottom: 6.875rem;
  padding-bottom: 5.4375rem;
  padding-top: 3.9375rem;
  padding-top: 11.375rem;
  position: relative;
  z-index: 200;
}

.company__inner {
  margin-inline: auto;
  max-width: 85rem;
  padding-inline: 2.5rem;
  position: relative;
}

.company__item-img-1 {
  left: 1.3125rem;
  position: absolute;
  top: 0.1875rem;
  width: 13.75rem;
}

.company__item-img-2 {
  position: absolute;
  right: 1.125rem;
  top: 0.375rem;
  width: 13.75rem;
}

.company__item-img-3 {
  bottom: -1.4375rem;
  left: 4.3125rem;
  position: absolute;
  width: 11.25rem;
}

.company__item-img-4 {
  bottom: -1.4375rem;
  position: absolute;
  right: 5.6875rem;
  width: 11.25rem;
}

.company__title-ja {
  margin-top: 0.375rem;
}

.company__content {
  margin-top: 1.125rem;
  margin-top: 1.625rem;
}

.company__lead {
  font-family: ”游ゴシック体”, “Yu GothicM”, “Yu Gothic”, YuGothic, “メイリオ”, “Meiryo”, “ＭＳ Ｐゴシック”, “ヒラギノ角ゴ Pro W6”, ‘ヒラギノ角ゴ W6’, “Hiragino Kaku Gothic Pro”, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

.company__lead-sp {
  display: block;
  display: none;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}
.company__lead1 {
  --underline-width: 0%;
  display: inline;
  font-size: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-inline: auto;
  padding-bottom: 0.5rem;
  padding-left: 0.1875rem;
  padding-right: 0.75rem;
  padding-right: 0;
  position: relative;
  z-index: 10;
  z-index: 100;
}
.company__lead1::after {
  background-color: #ffd700;
  bottom: 0;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: var(--underline-width);
  z-index: -1;
}

.company__lead2 {
  display: block;
  font-size: 2rem;
  position: relative;
}
.company__lead2::after {
  -webkit-transform: translateX(-50%);
  background: #f5f534;
  bottom: 0;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 15rem;
}

.company__text {
  font-size: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.7857;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  margin-top: 2rem;
  max-width: 18.4375rem;
  max-width: 100%;
  text-align: center;
}

.company__button {
  margin-top: 1.5rem;
  margin-top: 1.8125rem;
  padding-right: 1.1875rem;
  padding-right: 0;
  text-align: center;
}

.recruit {
  margin-top: 7.5rem;
}

.recruit__inner {
  margin: 0 auto;
  max-width: calc(69.375rem + 1.25rem * 2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.recruit__ja {
  margin-top: 0.4375rem;
}

.recruit__items {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  gap: 2.5625rem;
  margin-top: 0.625rem;
  margin-top: 3.75rem;
}

.recruit__item-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

.recruit__item-inner-row-reverse {
  flex-direction: row-reverse;
}

.recruit__item-img-content {
  text-align: center;
  width: 60.5%;
}

.recruit__item-text-content {
  background: #f7f7f7;
  background: #f7f7f7;
  height: 20.75rem;
  margin-top: 0;
  padding-bottom: 3.5625rem;
  padding-bottom: 3.5625rem;
  padding-top: 3.9375rem;
  padding-top: 4.625rem;
  width: 27.9375rem;
}

.recruit__item-heading-box {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
  gap: 1.5625rem;
}

.recruit__item-heading-number {
  color: #fabe00;
  font-family: Montserrat;
  font-size: 4.375rem;
  font-size: 6.875rem;
  font-weight: 600;
  line-height: 1;
}

.recruit__item-heading-title {
  font-size: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  letter-spacing: 0.125rem;
}

.recruit__item-text {
  font-size: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1.625rem;
  margin-top: 1.125rem;
  text-align: center;
}

.recruit__button {
  margin-top: 1.4375rem;
  margin-top: 1.3125rem;
  padding-right: 1.125rem;
  padding-right: 0;
  text-align: center;
}
.recruit__button a {
  font-size: 0.875rem;
  padding: 1rem 4.625rem;
}

.worries {
  background: #fff;
  padding-top: 7.5rem;
}

.worries__inner {
  overflow: hidden;
  padding-bottom: 1.1875rem;
}

.worries__ja {
  margin-top: 0.3125rem;
}

.worries__content {
  padding-bottom: 3.6875rem;
  padding-bottom: 3.25rem;
  padding-top: 1.5625rem;
  padding-top: 1.59375rem;
  position: relative;
}
.worries__content-title-wrapper {
  text-align: center;
}

.worries__content-img {
  left: 0;
  left: 14.5rem;
  position: absolute;
  text-align: center;
  top: -4.5rem;
  top: -1.875rem;
  width: 100%;
}
.worries__content-img img {
  width: 5.3125rem;
}

.worries__items {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 2.5rem;
  gap: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

.worries__item {
  background: #fff;
  border: 0.0625rem solid #391e88;
  border: 0.1875rem solid #391e88;
  height: 571.5px;
  height: 35.71875rem;
  margin: 0 auto;
  max-width: 20.9375rem;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.worries__item-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 20.9375rem;
  max-width: 100%;
}
.worries__item-img img {
  -o-object-fit: cover;
  height: 15rem;
  object-fit: cover;
}

.worries__item-title {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.3125rem;
  margin-top: 1.375rem;
}

.worries__item-title-2 {
  font-size: 1rem;
  font-size: 1.125rem;
  padding-right: 0.9375rem;
  padding-right: 0;
}

.worries__item-title-3 {
  font-size: 1.0625rem;
  font-size: 1.125rem;
}

.worries__item-text {
  font-family: ”游ゴシック体”, “Yu GothicM”, “Yu Gothic”, YuGothic, “メイリオ”, “Meiryo”, “ＭＳ Ｐゴシック”, “ヒラギノ角ゴ Pro W3”, ‘ヒラギノ角ゴ W3’, “Hiragino Kaku Gothic Pro”, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.785714;
  line-height: 1.8;
  margin-top: 0.6875rem;
  margin-top: 0.5625rem;
  padding-inline: 1.25rem;
  text-align: left;
  text-align: left;
}

.worries__button {
  padding-top: 1.875rem;
  padding-top: 3.0625rem;
  text-align: center;
}
.worries__button a {
  background: linear-gradient(to left, #250d65, #7633a4);
  font-size: 0.875rem;
  padding: 1rem 4.5625rem 1rem 4.5625rem;
}

.contact {
  background: #f7f7f7;
}

.contact__inner {
  margin-bottom: 3.8125rem;
  margin-bottom: 11.5rem;
  padding-bottom: 4.125rem;
  padding-bottom: 4.75rem;
  padding-top: 3.75rem;
  padding-top: 5.3125rem;
  text-align: center;
}

.contact__en {
  font-size: 2.125rem;
}

.contact__ja {
  margin-top: 0.375rem;
}

.contact__text {
  font-size: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.7857;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-top: 1.75rem;
  max-width: 19.0625rem;
  max-width: 100%;
}

.contact__button {
  margin-top: 1.5rem;
}
.contact__button a {
  padding: 1rem 4.625rem;
}

.p-header2 {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-header2__inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 117.5rem;
  padding-inline: 2.5rem;
  padding-top: 2.5rem;
}

.p-header2__logo a {
  display: block;
}
.p-header2__nav-ul {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.p-header2__nav-ul a {
 font-size: 1.125rem;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: left bottom;
    background-size: 0 1px;
    transition: background-size 0.5s;
}
.p-header2__nav-ul a:hover {
	  background-size: 100% 1px;
}
.drawer-icon {
  display: none;
  height: 1.625rem;
  margin-right: -0.3125rem;
  margin-top: 0.3125rem;
  position: relative;
  width: 2.25rem;
  z-index: 200;
}
.drawer-icon.is-checked {
  display: block;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  opacity: 1;
  top: 0.4375rem;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  opacity: 1;
  top: 0.4375rem;
  transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  -webkit-transform: scale(0);
  opacity: 0;
  transform: scale(0);
}

.drawer-icon__bar {
  background: #fff;
  border-radius: 0.375rem;
  flex-shrink: 0;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: top 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s, opacity 0.4s;
  transition: top 0.4s, transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  width: 1.9375rem;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 0.4375rem;
}
.drawer-icon__bar:nth-child(3) {
  top: 0.875rem;
}

.drawer-content {
  -webkit-transform: translateY(-100%);
  background: linear-gradient(#642390 0%, #19074a 100%);
  height: 100%;
  padding-top: 18.6875rem;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  width: 100%;
  z-index: 99;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.drawer-content-items li a {
  color: #fff;
  display: block;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1.25rem;
  position: relative;
  text-align: center;
}

.drawer-content__button {
  margin-top: 0.875rem;
  text-align: right;
}

.p-under-mv {
  height: 40vh;
  min-height: 37.5rem;
  overflow: hidden;
  position: relative;
}

.p-voice__slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-slider__wrapper {
  height: 100%;
}

.p-slider__slide {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-slider__slide::before {
  -webkit-transform: translateX(-100%);
  -webkit-animation: subtleShimmer 6s infinite;
  animation: subtleShimmer 6s infinite;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.03) 50%, transparent 60%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
}

@-webkit-keyframes subtleShimmer {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes subtleShimmer {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.p-under-mv__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 1.9375rem 0 0.625rem;
  position: relative;
  z-index: 10;
}

.p-under-mv__lead {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.p-under-mv__lead1,
.p-under-mv__lead2 {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  position: relative;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-under-mv__description {
  margin-top: 1.0625rem;
}

.p-under-mv__description-text {
  color: #fff;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8125;
}

.p-under-mv__button {
  color: #fff;
  margin-top: 1.1875rem;
}
.p-under-mv__button a {
  padding: 1.0625rem 4.4375rem 1rem 4.3125rem;
}

.button-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}

.mv__lead {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.mv__lead1 {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  -webkit-perspective: 1000px;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  perspective: 1000px;
  position: relative;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__lead1 .char,
.mv__lead1 .char-space {
  -webkit-transform-origin: center bottom;
  display: inline-block;
  transform-origin: center bottom;
}
.mv__lead1 .char-space {
  width: 0.5em;
}

.mv__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 1.9375rem 0 0.625rem;
  position: relative;
  z-index: 10;
}

.mv__button {
  color: #fff;
  margin-top: 1.1875rem;
}
.mv__button a {
  padding: 1.0625rem 4.4375rem 1rem 4.3125rem;
}

.button {
  -webkit-transform: translateY(0);
  background: linear-gradient(135deg, #250d65, #7633a4);
  border-radius: 50px;
  box-shadow: 0 0.25rem 0.9375rem rgba(37, 13, 101, 0.3);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 13.75rem;
  overflow: hidden;
  padding: 1rem 4.4375rem;
  position: relative;
  text-align: center;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.6s ease;
  width: 100%;
}
.button:hover {
  -webkit-transform: translateY(-0.125rem);
  background: linear-gradient(135deg, #7633a4, #250d65);
  box-shadow: 0 0.5rem 1.5625rem rgba(37, 13, 101, 0.4);
  color: #fff;
  transform: translateY(-0.125rem);
}
.button:hover::before {
  left: 100%;
}
.button:active {
  -webkit-transform: translateY(0.0625rem);
  box-shadow: 0 0.125rem 0.625rem rgba(37, 13, 101, 0.3);
  transform: translateY(0.0625rem);
}

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

.header__inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 117.5rem;
  padding-inline: 2.5rem;
  padding-top: 2.5rem;
}

.header__logo a {
  display: block;
}
.header__logo img {
  width: 7.75rem;
}

.header__nav-ul {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: end;
  padding-right: 2.5rem;
}
.header__nav-ul a {
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-size 0.5s;
}
.header__nav-ul a:hover {
  background-size: 100% 1px;
}

.drawer-icon {
  display: none;
  flex-shrink: 0;
  height: 1.625rem;
  margin-right: -0.3125rem;
  margin-top: 0.3125rem;
  position: relative;
  width: 2.25rem;
  z-index: 200;
}
.drawer-icon.is-checked {
  display: block;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  opacity: 1;
  top: 0.4375rem;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  opacity: 1;
  top: 0.4375rem;
  transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  -webkit-transform: scale(0);
  opacity: 0;
  transform: scale(0);
}

.drawer-icon__bar {
  background: #fff;
  border-radius: 0.375rem;
  flex-shrink: 0;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: top 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s, opacity 0.4s;
  transition: top 0.4s, transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  width: 1.9375rem;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 0.4375rem;
}
.drawer-icon__bar:nth-child(3) {
  top: 0.875rem;
}

.drawer-content {
  -webkit-transform: translateY(-100%);
  background: linear-gradient(#642390 0%, #19074a 100%);
  height: 100%;
  padding-top: 18.6875rem;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  width: 100%;
  z-index: 99;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.drawer-content-items li a {
  color: #fff;
  display: block;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1.25rem;
  position: relative;
  text-align: center;
}

.drawer-content__button {
  margin-top: 0.875rem;
  text-align: right;
}

.mv {
  height: 80vh;
  min-height: 37.5rem;
  overflow: hidden;
  position: relative;
}

.p-voice__slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-slider__wrapper {
  height: 100%;
}

.p-slider__slide {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-slider__slide::before {
  -webkit-transform: translateX(-100%);
  -webkit-animation: subtleShimmer 6s infinite;
  animation: subtleShimmer 6s infinite;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.03) 50%, transparent 60%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
}

@keyframes subtleShimmer {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mv__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 1.9375rem 0 0.625rem;
  position: relative;
  z-index: 10;
}

.mv__lead {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.mv__lead1,
.mv__lead2 {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  position: relative;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__description {
  margin-top: 1.0625rem;
}

.mv__description-text {
  color: #fff;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8125;
}

.mv__button {
  color: #fff;
  margin-top: 1.1875rem;
}
.mv__button a {
  padding: 1.0625rem 4.4375rem 1rem 4.3125rem;
}

.button-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}

.button {
  -webkit-transform: translateY(0);
  background: linear-gradient(135deg, #250d65, #7633a4);
  border-radius: 50px;
  box-shadow: 0 0.25rem 0.9375rem rgba(37, 13, 101, 0.3);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 13.75rem;
  overflow: hidden;
  padding: 1rem 4.4375rem;
  position: relative;
  text-align: center;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.6s ease;
  width: 100%;
}
.button:hover {
  -webkit-transform: translateY(-0.125rem);
  background: linear-gradient(135deg, #7633a4, #250d65);
  box-shadow: 0 0.5rem 1.5625rem rgba(37, 13, 101, 0.4);
  color: #fff;
  transform: translateY(-0.125rem);
}
.button:hover::before {
  left: 100%;
}
.button:active {
  -webkit-transform: translateY(0.0625rem);
  box-shadow: 0 0.125rem 0.625rem rgba(37, 13, 101, 0.3);
  transform: translateY(0.0625rem);
}

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

.category-tabs {
  display: block;
  margin-top: 2.09375rem;
  text-align: center;
}
.category-tab {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
.category-tab:nth-child(1) {
  margin-right: 2.5rem;
  position: relative;
}
.category-tab:nth-child(1)::after {
  -webkit-transform: translateY(-50%);
  background: #391e88;
  content: "";
  height: 1.5625rem;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
}
.category-tab:nth-child(1)::before {
  left: 0;
}
.category-tab:nth-child(2) {
  margin-right: 2.25rem;
  position: relative;
}
.category-tab:nth-child(2)::after {
  -webkit-transform: translateY(-50%);
  background: #391e88;
  content: "";
  height: 1.5625rem;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
}
.category-tab:nth-child(2)::before {
  left: 0;
}
.category-tab::before {
  background: #391e88;
  bottom: -0.46875rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s;
  width: 100%;
}
.category-tab:hover::before {
  opacity: 1;
}
.category-tab.is-under-liner::before {
  opacity: 1;
}

/* アクティブなタブに対して:beforeのopacityを1に設定 */
.category-tab.active:before {
  opacity: 1;
}

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

.p-news {
  padding-block: 3.75rem 7.5rem;
}

.p-news__inner {
  margin-inline: auto;
  max-width: 66.1875rem;
  padding-block: 0rem 5rem;
  padding-inline: 2.5rem;
}

.p-news__title {
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.2375rem;
  line-height: 1;
  text-align: center;
}

.p-news__title-ja {
  margin-top: 0.3125rem;
  text-align: center;
}

.p-news__lists {
  margin-top: 2.4375rem;
}

.p-news__list {
  display: block;
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}
.p-news__list:nth-child(n+2) {
  padding-top: 1.4375rem;
  position: relative;
}

.p-news__list-link {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  transition: background 0.4s;
}
.p-news__list-link:hover {
  background: #fff9e5;
}

.p-news__link-meta {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-news__link-date {
  color: #333;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

.p-news__link-label {
  background: #e8e8e8;
  border-radius: 0.125rem;
  border-radius: 3.125rem;
  color: #000;
  font-size: 0.6875rem;
  font-weight: bold;
  min-width: 5.125rem;
  padding: 0.125rem 0.625rem;
  text-align: center;
}
.p-news__link-label.is-column {
  background: #ecb815;
}
.p-news__link-label.is-event {
  background: #389b47;
}

.p-news__link-title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
}

/* page-nation */
.pagination-wrap {
  margin-bottom: 5.125rem;
  margin-top: 5.3125rem;
}

.pagination {
  display: flex;
  justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 29.1875rem;
  padding-left: 0.625rem;
  padding-left: 0.8125rem;
  text-align: center;
}
.nav-links {
  display: flex;
  gap: 0.625rem;
  padding-bottom: 3.75rem;
}

.pagination a.next {
  display: none;
}

.page-next-right-path {
  transition: all ease 0.4s;
}

.page-next-left-path {
  transition: all ease 0.4s;
}

a.prev {
  display: none;
}

.page-next {
  position: relative;
}

.page-numbers {
  background: #250d65;
  border-radius: 50%;
  color: #fff9e5;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-right: 0.625rem;
  position: relative;
  transition: background 0.4s, color 0.4s;
  transition: background 0.3s ease, color 0.3s ease;
  width: 2.8125rem;
}
.page-numbers:hover {
  background: #7633a4;
  color: #fff;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #7633a4;
  color: #fff;
  font-weight: 600;
}

/* タブのスタイル */
/* ニュースセクションのスタイル */
/* タブのスタイル */
/* ニュースセクションのスタイル */
/* アクティブなニュースセクションのスタイル */
.p-news-category.active {
  display: block; /* アクティブなセクションを表示 */
}

.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-top: 1.3125rem;
}
.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);
}

/* ===== 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;
  letter-spacing: 0.175rem;
  line-height: 2.1875rem; /* 87.5% */
  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;
  letter-spacing: 0.188125rem;
  line-height: 2.1875rem; /* 81.395% */
  position: relative;
  transform: rotate(4deg);
}
.c-title__ja .span2 {
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.175rem;
  line-height: 2.1875rem; /* 87.5% */
}
.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 {
  display: flex;
  flex-wrap: wrap;
  gap: 5.25rem 1.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 55.0625rem;
}

.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);
  position: relative;
  width: 17.1875rem;
}

.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;
  letter-spacing: 0.04125rem;
  line-height: 1.75rem; /* 127.273% */
  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;
  letter-spacing: 0.031875rem;
  line-height: 1.875rem; /* 176.471% */
}

.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;
  letter-spacing: 0.04125rem;
  line-height: 1.5rem; /* 109.091% */
  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;
  letter-spacing: 0.12rem;
  line-height: 2.1875rem; /* 145.833% */
  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;
  letter-spacing: 0.14rem;
  line-height: 3.25rem; /* 162.5% */
  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;
  letter-spacing: 0.07875rem;
  line-height: 2.1875rem; /* 194.444% */
}
.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;
  letter-spacing: 0.105rem;
  line-height: 2.1875rem; /* 145.833% */
  text-align: center;
}

.p-lp-price__contents-item-card {
  margin-top: 4.6875rem;
}

.p-lp-price__contents-item-card-items {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
  max-width: 60.0625rem;
  padding-inline: 2.5rem;
}

.p-lp-price__contents-item-card-item {
  border: 0.0625rem solid #c0c0c0;
  position: relative;
  z-index: 3;
}

.p-lp-price__contents-item-card-img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -0.0625rem;
  width: 100%;
  z-index: 1;
}
.p-lp-price__contents-item-card-img img {
  height: 4.625rem;
}

.p-lp-price__contents-item-card-title {
  color: #202126;
  font-family: "Noto Serif JP";
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.039375rem;
  line-height: 1.75rem; /* 133.333% */
  margin-top: 1.25rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-lp-price__contents-item-card-price-wrap {
  margin-top: 4.375rem;
  text-align: center;
}

.p-lp-price__contents-item-card-price-line {
  display: inline-block;
  flex-shrink: 0;
  width: 5.3125rem;
}

.p-lp-price__contents-item-card-price {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
.p-lp-price__contents-item-card-price::before {
  -webkit-transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2rem;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
}
.p-lp-price__contents-item-card-price.-line1::before {
  background-image: url("../img/lp/price-line1.png");
}
.p-lp-price__contents-item-card-price.-line2::before {
  background-image: url("../img/lp/price-line2.png");
}
.p-lp-price__contents-item-card-price.-line3::before {
  background-image: url("../img/lp/price-line3.png");
}
.p-lp-price__contents-item-card-price.-line4::before {
  background-image: url("../img/lp/price-line4.png");
}

.p-lp-price__contents-item-card-text {
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  letter-spacing: 0.031875rem;
  line-height: 1.875rem; /* 176.471% */
  margin-top: 2.625rem;
  padding-bottom: 2.25rem;
  text-align: center;
}
.p-lp-price__contents-item-card-text span {
  font-size: 0.875rem;
  letter-spacing: 0.02625rem;
  line-height: 1.875rem;
}

.p-lp-price__contents-item-precautions {
  font-family: "Noto Sans JP";
  font-size: 1.0625rem;
  letter-spacing: 0.031875rem;
  line-height: 1.875rem; /* 176.471% */
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  max-width: 60.5rem;
  padding-inline: 2.5rem;
}

.p-lp-price__contents-item-precautions-text {
  display: flex;
}
.p-lp-price__contents-item-precautions-text .precautions-text-span {
  padding-left: 0.875rem;
}

.p-lp-price__contents-item-precautions-text2 {
  display: flex;
  margin-top: 0.5rem;
}
.p-lp-price__contents-item-precautions-text2 .precautions-text-span {
  padding-left: 0.875rem;
}

.p-lp-price__contents-item-price {
  margin-inline: auto;
  margin-top: 8.4375rem;
  max-width: 65rem;
  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;
  letter-spacing: 0.105rem;
  line-height: 2.1875rem; /* 145.833% */
  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;
  letter-spacing: 0.031875rem;
  line-height: 1.875rem; /* 176.471% */
  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;
  letter-spacing: 0.5rem; /* 文字間をさらに広げる */
  line-height: 2.625rem; /* 160%: ゆとりを持たせる */
  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; /* jQueryのslideDown用に初期非表示 */
  margin-top: 1.875rem;
}

.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-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

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

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-recruit-service {
  padding-top: 2.5rem;
  position: relative;
  z-index: 100;
}

.p-recruit-service__en-span {
  padding-left: 0.625rem;
}

.p-recruit-service__ja {
  margin-top: 0.625rem;
}

.p-recruit-service__content {
  padding-top: 2.125rem;
  position: relative;
}

.p-recruit-service__content-title-wrapper {
  text-align: center;
}

.p-recruit-service__content-img {
  left: 0;
  position: absolute;
  text-align: center;
  top: -4.5rem;
  width: 100%;
}
.p-recruit-service__content-img img {
  width: 5.3125rem;
}

.p-recruit-service__item {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-recruit-service__item-img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-recruit-service__item-title {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.75rem;
}

.p-recruit-service__ja-text {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.875rem;
  margin-top: 2.5rem;
  text-align: center;
}

.p-recruit-service__button {
  padding-top: 2.4375rem;
  text-align: center;
}
.p-recruit-service__button a {
  background: linear-gradient(to left, #250d65, #7633a4);
  font-size: 0.875rem;
  padding: 1.0625rem 4.5rem 1rem 4.75rem;
}

.company {
  padding-bottom: 1.25rem;
  padding-top: 0;
  position: relative;
  z-index: 200;
}

.company__inner {
  margin-top: 3.8125rem;
  position: relative;
}

.company__item-img-1 {
  left: 1.3125rem;
  position: absolute;
  top: -4.0625rem;
  width: 18%;
}
.company__item-img-2 {
  position: absolute;
  right: 1.125rem;
  top: -4.0625rem;
  width: 18.5%;
}

.company__item-img-3 {
  bottom: -5.6875rem;
  left: 4.3125rem;
  position: absolute;
  width: 14%;
}

.company__item-img-4 {
  bottom: -5.6875rem;
  position: absolute;
  right: 5.6875rem;
  width: 14%;
}

.company__title-en {
  font-size: 1.5rem;
  font-weight: bold;
}

.company__content {
  margin-top: 1.25rem;
}

.company__lead {
  font-family: "游ゴシック体", "Yu GothicM", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  white-space: nowrap;
}

.company__lead-sp {
  display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}

.company__lead1 {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 0.1875rem;
  padding-right: 0;
  position: relative;
}
.company__lead1::after {
  -webkit-transform: translateX(-50%);
  background: #f5f534;
  bottom: 0.375rem;
  content: "";
  height: 0.625rem;
  left: 50%;
  max-width: 41.625rem;
  position: absolute;
  transform: translateX(-50%);
  width: 16.375rem;
  width: 100%;
  z-index: -1;
}

.company__lead2 {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  padding-right: 0.125rem;
  position: relative;
}
.company__lead2::after {
  -webkit-transform: translateX(-50%);
  background: #f5f534;
  bottom: 0;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 15rem;
}

.company__text {
  font-size: 0.9375rem;
  line-height: 1.6666666;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.375rem;
  max-width: 100%;
  text-align: center;
}

.company__button {
  margin-top: 1.8125rem;
  padding-right: 0;
  text-align: center;
}

.personality {
  margin-top: 8.0625rem;
}

.personality__inner {
  display: flex;
  flex-direction: row;
  gap: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 71.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.personality__item-img {
  width: 27.8125rem;
}

.personality__item-text {
  font-size: 0.9375rem;
  line-height: 1.6666666;
  width: 37.8125rem;
}

.p-recruit-overview {
  color: #391e88;
  margin-top: 3.9375rem;
  position: relative;
  z-index: 100;
}

.recruit__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-recruit-overview__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-recruit-overview_items {
  border: 0.0625rem solid #b8aed5;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 1.9375rem;
  padding-left: 7.1875rem;
  padding-right: 7.1875rem;
}

.p-recruit-overview_items-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  margin-bottom: 0.6875rem;
  margin-top: 3.5rem;
  text-align: center;
}

.p-recruit-overview_item {
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: row;
  padding-bottom: 1.53125rem;
}

.p-recruit-overview_item-title {
  font-family: "游ゴシック体", "Yu GothicM", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 0.875rem;
  font-size: 0.9375rem;
  font-weight: bold;
  width: 9.9375rem;
}

.p-recruit-overview_item-text {
  font-size: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.6428571;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-bottom: 0;
}

.p-recruit-overview_item-text-fz-16 {
  font-size: 0.9375rem;
}

.p-recruit-overview_item-text-ul {
  line-height: 1.8;
  margin-top: -0.125rem;
  margin-top: 0.75rem;
  padding-left: 0.75rem;
  padding-left: 1rem;
  padding-right: 0rem;
}

.p-recruit-overview_item-text-list {
  font-size: 0.875rem;
  font-size: 0.9375rem;
  letter-spacing: 0;
  letter-spacing: inherit;
  list-style-type: disc;
}

.p-recruit-overview_item-button {
  font-size: 0.875rem;
  margin-bottom: 2.1875rem;
  margin-bottom: 3.1875rem;
  margin-top: 1.5rem;
  text-align: center;
}

.button-text {
  font-size: 0.75rem;
  margin-top: 0.1875rem;
}

.movie {
  margin-top: 4.65625rem;
  margin-top: 8.28125rem;
  padding-bottom: 5.1875rem;
  padding-bottom: 7.5625rem;
}

.movie__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 22.1875rem;
  max-width: 71.875rem;
  padding-left: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 0.625rem;
  padding-right: 1.25rem;
}

.movie__content {
  margin-top: 1.5rem;
}

.movie__movie iframe {
  height: 11.75rem;
  height: 39rem;
  width: 100%;
}

.movie__comment {
  color: #240c6a;
  font-size: 0.875rem;
  font-size: 1rem;
  margin-top: 0.6875rem;
  margin-top: 0.4375rem;
}

.footer__inner {
  max-width: 33.625rem;
  padding-bottom: 1.1875rem;
  padding-inline: 1.25rem;
  padding-top: 3.5rem;
}

.p-under__service {
  padding-block: 7.5rem 8.75rem;
}

.p-under__service-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.p-under__service-item {
  display: flex;
  gap: 3.75rem;
  justify-content: center;
}

.p-under__service-img {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 39.6825396825%;
}
.p-under__service-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-under__service-description {
  width: 66.6666666667%;
}

.p-under__service-title {
  -webkit-background-clip: text;
  background: linear-gradient(#642390 0%, #19074a 100%);
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
}

.p-under__service-text {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.25rem;
}

.single__wrapper {
  padding-bottom: 17.8125rem;
}

.single__wrapper-inner {
  margin-top: 2.625rem;
  max-width: 50.1875rem;
  padding-inline: 1.25rem;
}

.news__link-meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.news__link-date {
  color: #333;
  font-size: 0.8125rem;
  letter-spacing: 0;
}

.news__link-label {
  background: #e8e8e8;
  border-radius: 0.125rem;
  border-radius: 3.125rem;
  color: #000;
  font-size: 0.6875rem;
  font-weight: bold;
  min-width: 5.125rem;
  padding: 0.125rem 0.625rem;
  text-align: center;
}

.defaultTemplate {
  line-height: 1.5;
}
.defaultTemplate .single__item-box-left-parts {
  display: flex;
}
.defaultTemplate .single__item-box-left-tag-box {
  display: flex;
}
.defaultTemplate .single__item-box-left-tag {
  border: 1px solid rgb(27, 27, 27);
  color: #000;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0.1875rem 0.4375rem 0.0625rem 0.3125rem;
}
.defaultTemplate .single__item-box-left-tag:not(:last-child) {
  margin-right: 0.375rem;
}
.defaultTemplate .single__item-box-left-date {
  font-size: 0.75rem;
  letter-spacing: 0.00625rem;
  margin-left: 0.9375rem;
  padding-top: 0.1875rem;
}
.defaultTemplate .defaultTemplate__header .defaultTemplate__title {
  margin-top: 1.5rem;
}
.defaultTemplate .defaultTemplate__header h1 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.defaultTemplate .defaultTemplate__thumbnail {
  background-color: #707070;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2.5rem;
  padding-top: 53% !important;
}
.defaultTemplate .defaultTemplate__table-of-contents {
  border: 1px solid #76d3e9;
  margin-top: 1.0625rem;
}
.defaultTemplate .defaultTemplate__table-of-contents .defaultTemplate__table-of-content {
  background: #76d3e9;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
}
.defaultTemplate .defaultTemplate__table-of-contents .defaultTemplate__table-of-list {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.defaultTemplate .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2 {
  font-weight: bold;
  margin-left: 1.125rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2::after {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.6875rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
.defaultTemplate .defaultTemplate__contents a,
.defaultTemplate .defaultTemplate__contents p,
.defaultTemplate .defaultTemplate__contents li,
.defaultTemplate .defaultTemplate__contents dd,
.defaultTemplate .defaultTemplate__contents td,
.defaultTemplate .defaultTemplate__contents span,
.defaultTemplate .defaultTemplate__contents pre,
.defaultTemplate .defaultTemplate__contents strong,
.defaultTemplate .defaultTemplate__contents em {
  font-family: ヒラギノ角ゴシック;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.666666;
}
.defaultTemplate .defaultTemplate__contents p:first-child {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents p:nth-child(n+2) {
  margin-top: 2.5rem;
}
.defaultTemplate .defaultTemplate__contents h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3.4375rem;
  padding-left: 3.125rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h1::after {
  -webkit-transform: translateY(-50%);
  background-color: #391e88;
  border-radius: 0.375rem;
  content: "";
  height: 2.8125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
}
.defaultTemplate .defaultTemplate__contents h2 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
  padding-left: 0.1875rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents .heading-2-text {
  margin-top: 0.875rem;
}
.defaultTemplate .defaultTemplate__contents .heading-3-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 1.4375rem;
  padding-left: 0.9375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h3:before {
  background-color: #3c91b5;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.75rem);
  width: 0.5rem;
}
.defaultTemplate .defaultTemplate__contents h3 span {
  font-size: 2rem !important;
}
.defaultTemplate .defaultTemplate__contents .heading-4-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h4 {
  color: #3c91b5;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  margin-top: 1.8125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-5-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h5 {
  color: #e1c300;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.375rem;
}
.defaultTemplate .defaultTemplate__contents h5 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-6-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h6 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 2.375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h6:before {
  color: #3c91b5;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.defaultTemplate .defaultTemplate__contents h6 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents img {
  display: inline-block;
  height: auto;
  margin: 2.4rem 0;
  max-width: 100%;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote {
  background-color: #d9d9d9;
  padding: 1.3rem 1.5rem 1.3rem 5rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents blockquote::before {
  color: #3c91b5;
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5625rem;
  left: 0.9375rem;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote p {
  line-height: 1.7;
  margin-top: 0.625rem;
  padding: 0;
}
.defaultTemplate .defaultTemplate__contents .list-style-1-wrapper {
  margin-top: 1.625rem;
}
.defaultTemplate .defaultTemplate__contents ol {
  list-style: decimal;
}
.defaultTemplate .defaultTemplate__contents ul li,
.defaultTemplate .defaultTemplate__contents ol li {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
  list-style-position: outsite;
  margin-left: 2rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents ul li::before,
.defaultTemplate .defaultTemplate__contents ol li::before {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.6875rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
.defaultTemplate .defaultTemplate__contents a:hover {
  text-decoration: underline;
}
.defaultTemplate .defaultTemplate__contents .table-cel-wrapper {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table,
.defaultTemplate .defaultTemplate__contents table * {
  border-color: #3c91b5;
}
.defaultTemplate .defaultTemplate__contents table tr td {
  padding: 0.8rem;
}

/* デフォルトのmargin-left */
.table-of-list {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 0.0625rem;
  padding-left: 2rem;
  position: relative;
}
.table-of-list::after {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/線 21@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.0625rem;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.defaultTemplate__inner {
  margin-left: 1rem;
}

.the_content-wrapper {
  color: #333;
  font-family: ヒラギノ角ゴシック;
}
.the_content-wrapper .defaultTemplate__table-of-contents {
  border: 1px solid #76d3e9;
  margin-bottom: 7rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-content {
  background: #76d3e9;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list {
  font-size: 1.4rem;
  letter-spacing: 0;
  list-style: none;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2 {
  font-weight: bold;
  margin-left: 1.125rem;
  position: relative;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2::after {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.5rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

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

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

.defaultTemplate__prev-button {
  text-align: right;
}
.defaultTemplate__prev-button a {
  background: #000;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  height: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  opacity: 1;
  padding-right: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__prev-button a::before {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/グループ 70@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.375rem;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__prev-button a:hover {
  opacity: 0.8;
}

.defaultTemplate__next-button {
  text-align: left;
}
.defaultTemplate__next-button a {
  background: #000;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  height: 1.875rem;
  line-height: 1.875rem;
  opacity: 1;
  padding-left: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__next-button a::before {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/グループ 69@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.375rem;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__next-button a:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

.toc_list {
  padding: 1.125rem 1.5rem 1.375rem 1.5rem;
}
.toc_list li {
  margin-left: 0.9375rem !important;
  margin-top: 0.125rem !important;
}
.toc_list li::before {
  display: none;
}
.toc_list > li > a {
  font-weight: bold;
  margin-left: 0.3125rem;
  position: relative;
}
.toc_list > li > a::after {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.6875rem;
  left: -1.3125rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.toc_list a {
  margin-left: 0.0625rem;
  position: relative;
}
.toc_list a::before {
  -webkit-transform: translateY(-50%);
  background: url("/wp-content/themes/ill//img/page/front/線 21@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.0625rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.sns-list {
  align-items: center;
  display: flex;
  justify-content: left;
}

.sns-list li {
  margin-right: 0.625rem;
  text-align: center;
}

.sns-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding-inline: 1.25rem;
  padding-top: 2.5625rem;
}

.p-under-work {
  padding-block: 7.5rem 8.75rem;
}

.p-under-work__inner {
  margin-inline: auto;
  max-width: 85rem;
  padding-inline: 2.5rem;
}

.p-under-work__item-box-left-item-wrapper {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-under-work__item-box-left-heading {
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.045rem;
  line-height: 2.1875rem;
  margin-top: 0.75rem;
  text-align: center;
}
.p-under-work__item-box-left-heading::after {
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

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

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

.u-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-sp {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  .p-lp-mv__cta {
    right: 0.5rem;
  }
  .p-lp-mv__cta-title-text {
    letter-spacing: 0rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(16px, 4.266vw, 24px);
  }
  .section-title-en {
    font-size: 1.75rem;
  }
  .section-title-ja {
    font-size: 1.125rem;
  }
  .inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
    padding-block: 3.75rem 3.75rem;
  }
  .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;
  }
  .breadcrumb {
    padding-block: 1rem 1rem;
  }
  .breadcrumb span a span {
    font-size: 1rem;
  }
  .breadcrumb .post-root {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .separator {
    font-size: 1rem;
  }
  .breadcrumb__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .gt {
    font-size: 1.4375rem;
    padding-left: 0.3125rem;
    padding-right: 0.5rem;
  }
  .current-item {
    font-size: 1rem;
  }
  .page-title {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .personality {
    margin-top: 3.75rem;
  }
  .personality__inner {
    flex-direction: column;
    gap: 1.875rem;
  }
  .personality__item-img {
    width: 100%;
  }
  .personality__item-text {
    width: 100%;
  }
  .overview__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .overview_items {
    gap: 0.90625rem;
    margin-top: 2.375rem;
  }
  .overview_item {
    flex-direction: column;
    gap: 0.25rem;
    justify-content: start;
  }
  .overview_item-title {
    width: 100%;
  }
  .overview_item-text {
    width: 100%;
  }
  .map {
    padding-block: 3.75rem 3.75rem;
  }
  .map__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .map__map iframe {
    height: 24.625rem;
  }
  .contact-thanks {
    margin-bottom: 3.5rem;
    margin-top: 2.3125rem;
  }
  .contact-thanks__inner {
    max-width: 23.4375rem;
    padding-left: 1.1875rem;
    padding-right: 1.0625rem;
  }
  .contact-thanks_items {
    gap: 1.6875rem;
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
  .contact-thanks_items {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .contact-thanks_items {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.96875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-thanks_items-message {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  small {
    margin-top: 0.625rem;
  }
  .contact-wrap {
    padding-block: 2.5rem 2.5rem;
  }
  .contact__page-title {
    font-family: ヒラギノ角ゴシック;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.375rem;
    padding-bottom: 2.375rem;
    width: 18.8125rem;
  }
  .contact {
    padding-bottom: 0;
  }
  .contact__inner {
    padding-bottom: 0;
  }
  .contact__box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.25rem;
    max-width: 70.625rem;
    padding-bottom: 5.875rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    padding-top: 5.375rem;
  }
  .contact__form {
    margin-top: 1.4375rem;
  }
  .contact__fields {
    gap: 1.5rem;
    margin-top: 1.40625rem;
  }
  .contact__field-select {
    margin-top: 1.6875rem;
  }
  .contact__privacy {
    margin-top: 1.75rem;
  }
  .contact__button {
    margin-top: 3rem;
  }
  .form__field {
    gap: 1.25rem;
  }
  .form__field-head {
    flex-shrink: 0;
    font-size: 1rem;
    gap: 0.3125rem;
  }
  .form__field-tag {
    padding: 0;
  }
  .form__field-item {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .form__field-item-radios {
    margin-left: 0;
  }
  .form__text {
    max-width: 18.75rem;
  }
  .form__text-number {
    max-width: 12.5rem;
  }
  .form__field-radios {
    flex-direction: row;
    gap: 2.3125rem;
  }
  .form__radio-text {
    font-size: 0.875rem;
    padding-left: 0;
  }
  .form__select {
    max-width: 18.75rem;
    padding: 0.4375rem 2.6875rem 0.375rem 0.8125rem;
  }
  .form__textarea {
    height: 15.875rem;
    max-width: 37.5625rem;
    width: 100%;
  }
  .button {
    padding: 1.0625rem 4.125rem 1rem 4.25rem;
  }
  .button--type2 {
    margin: initial;
  }
  .button {
    transition: background-color 0.4s, color 0.4s;
  }
  .wpcf7-list-item {
    margin: 0 0 0 1.875rem;
  }
  .wpcf7-list-item.first {
    margin-left: -0.25rem;
  }
  .wpcf7-list-item-label {
    width: 100%;
  }
  .wpcf7-list-item-label::before {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .wpcf7-submit {
    padding: 1.0625rem 4.125rem 1rem 4.25rem;
  }
  .wpcf7-submit--type2 {
    margin: initial;
  }
  .wpcf7-submit {
    transition: background-color 0.4s, color 0.4s;
  }
  small {
    margin-top: 0.625rem;
  }
  .contact__inner {
    padding-bottom: 0.8125rem;
    padding-top: 5.125rem;
  }
  .contact__en {
    font-size: 2.125rem;
  }
  .contact__text {
    font-size: 0.9375rem;
    margin-top: 1.75rem;
    max-width: 100%;
    text-align: center;
  }
  .contact__button {
    margin-top: 1.3125rem;
  }
  .footer__inner {
    max-width: 33.75rem;
    padding-bottom: 1.1875rem;
    padding-inline: 1.25rem;
    padding-top: 3.4375rem;
  }
  .footer__item-1 .footer__item-list:nth-child(1) {
    padding-right: 3.75rem;
  }
  .footer__item-1 .footer__item-list:nth-child(2) {
    padding-right: 3.75rem;
  }
  .footer__item-2 {
    margin-top: 1.25rem;
  }
  .footer__item-2 .footer__item-list:nth-child(1) {
    padding-right: 3.75rem;
  }
  .footer__item-3 {
    margin-top: 0.1875rem;
    padding-left: 2.9375rem;
  }
  .footer__item-3 .footer__item3-wrapper {
    padding-right: 3.75rem;
  }
  .footer__item-list a {
    font-size: 0.875rem;
  }
  .footer__item-list-last {
    margin-top: -0.9375rem;
  }
  small {
    margin-top: 0.5625rem;
    padding-left: 0.1875rem;
  }
  .news__card {
    flex-direction: column;
    gap: 1.25rem;
  }
  .news__lists-ul {
    text-align: left;
  }
  .news__lists {
    margin-top: 0.625rem;
  }
  .news__list {
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.625rem;
  }
  .p-front-news__link-meta {
    flex-shrink: 0;
    gap: 0.875rem;
    margin-top: 0rem;
    width: 100%;
  }
  .service {
    padding-top: 5rem;
  }
  .service__inner {
    padding-inline: 1.25rem;
  }
  .service__content {
    padding-block: 2.5rem 2.5rem;
  }
  .service__items {
    flex-direction: column;
    gap: 2.5rem;
  }
  .fv::after {
    -webkit-transform: rotate(45deg);
    background: linear-gradient(90deg, #fff 0%, #fff 10%, #f0f0f0 10%, #f0f0f0 100%);
    transform: rotate(45deg);
  }
  .fv__inner {
    flex-direction: column;
    padding-bottom: 23.75rem;
  }
  .fv__text {
    font-size: 0.875rem;
  }
  .company {
    padding-bottom: 0rem;
    padding-inline: 1.25rem;
    padding-top: 0rem;
  }
  .company__item-img-1 {
    display: none;
  }
  .company__item-img-2 {
    display: none;
  }
  .company__item-img-3 {
    display: none;
  }
  .company__item-img-4 {
    display: none;
  }
  .company__lead1 {
    font-size: 2rem;
  }
  .company__lead1::after {
    height: 0.25rem;
  }
  .company__text {
    font-size: 0.875rem;
  }
  .recruit {
    margin-top: 5rem;
  }
  .recruit__item-inner-row-reverse {
    flex-direction: column;
  }
  .recruit__item-img-content {
    width: 100%;
  }
  .recruit__item-text-content {
    height: auto;
    padding-block: 2.5rem 2.5rem;
    width: 100%;
  }
  .worries__items {
    flex-direction: column;
    gap: 2.5rem;
  }
  .worries__item-title {
    font-size: 1.125rem;
  }
  .worries__item-title-2 {
    font-size: 1rem;
  }
  .worries__item-title-3 {
    font-size: 1.0625rem;
  }
  .worries__item-text {
    font-size: 0.9375rem;
  }
  .contact__inner {
    padding-inline: 1.25rem;
  }
  .p-header2__inner {
    align-items: center;
    padding: 1.9375rem 1.375rem 2.125rem 1.875rem;
  }
  .p-header2__nav-ul {
    display: none;
  }
  .p-header2__nav-ul a {
    font-size: 0.875rem;
  }
  .drawer-icon {
    display: block;
  }
  .p-under-mv {
    height: 47vh;
    min-height: 37.5rem;
  }
  .p-under-mv__content {
    text-align: center;
  }
  .p-under-mv__lead1,
  .p-under-mv__lead2 {
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin: initial;
    padding-left: 1.5625rem;
  }
  .p-under-mv__lead2 {
    margin-top: 0.875rem;
  }
  .p-under-mv__description {
    margin-top: 1rem;
  }
  .p-under-mv__description-text {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding-left: 1.5625rem;
  }
  .p-under-mv__button {
    margin-top: 2.5625rem;
    padding-left: 1.1875rem;
    text-align: center;
  }
  .mv__lead1 {
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin: initial;
  }
  .mv__content {
    text-align: center;
  }
  .mv__button {
    margin-top: 2.5625rem;
    text-align: center;
  }
  .header__inner {
    align-items: center;
    padding: 1.9375rem 1.375rem 2.125rem 1.875rem;
  }
  .header__logo img {
    width: 10rem;
  }
  .header__nav-ul {
    display: none;
  }
  .header__nav-ul a {
    font-size: 0.875rem;
  }
  .drawer-icon {
    display: block;
  }
  .mv {
    height: 47vh;
    min-height: 37.5rem;
  }
  .mv__content {
    text-align: center;
  }
  .mv__lead1,
  .mv__lead2 {
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin: initial;
    padding-left: 1.5625rem;
  }
  .mv__lead2 {
    margin-top: 0.875rem;
  }
  .mv__description {
    margin-top: 1rem;
  }
  .mv__description-text {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding-left: 1.5625rem;
  }
  .mv__button {
    margin-top: 2.5625rem;
    padding-left: 1.1875rem;
    text-align: center;
  }
  .p-news-pc {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-news {
    padding-block: 2.5rem 2.5rem;
  }
  .p-news__inner {
    max-width: 23.4375rem;
    padding-block: 2.5rem 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-news__card {
    display: flex;
    gap: 3.125rem;
    justify-content: center;
    margin-inline: auto;
  }
  .p-news__title {
    font-size: 3.125rem;
    letter-spacing: 0.3125rem;
    padding-top: 2.4375rem;
    text-align: left;
  }
  .p-news__title-ja {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
    text-align: left;
  }
  .p-news__lists {
    margin-top: 2.125rem;
    text-align: left;
  }
  .p-news__list:nth-child(n+2) {
    padding-top: 0.625rem;
  }
  .p-news__list {
    align-items: flex-start;
    flex-direction: row;
    gap: 0;
  }
  .p-news__link-meta {
    flex-shrink: 0;
    gap: 0.875rem;
    margin-top: 0.1875rem;
    width: 100%;
  }
  .p-news__link-date {
    white-space: nowrap;
    width: 6.125rem;
  }
  .p-news__link-title {
    font-size: 0.9375rem;
  }
  .pagination-wrap {
    margin-bottom: 3.75rem;
    margin-top: 2.3125rem;
  }
  .page-numbers {
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-right: 0.625rem;
    width: 2.8125rem;
  }
  .p-news-category.active {
    display: block; /* アクティブなセクションを表示 */
  }
  .p-news__category-wrapper-sp {
    display: none !important; /* 最初は非表示 */
  }
  .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: none;
  }
  .p-lp-mv__heading-inner {
    margin-inline: auto;
    max-width: 20.9375rem;
    padding-left: 0;
    padding-top: 829;
  }
  .p-lp-mv__heading-title-wrap {
    margin-left: 0rem;
    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: 3rem;
  }
  .p-lp-mv__heading-list-items {
    gap: 2.1875rem;
  }
  .p-lp-mv__heading-list-item {
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
  }
  .p-lp-mv__heading-list-item::before {
    top: 25%;
  }
  .p-lp-mv__heading-catch {
    padding-bottom: 1.3125rem;
    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-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;
    letter-spacing: 0.09625rem;
    line-height: 2.1875rem; /* 159.091% */
  }
  .c-title__ja .span2 {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.0875rem;
    line-height: 2.1875rem; /* 175% */
  }
  .c-title__ja .span3 {
    font-size: 1.375rem;
    letter-spacing: -0.0625rem;
    line-height: 2.1875rem; /* 159.091% */
  }
  .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 {
    gap: 1.5625rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3.75rem;
    margin-inline: auto;
    max-width: 20.9375rem;
  }
  .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: 5.125rem 0;
  }
  .p-lp-price__contents-item-title {
    font-size: 1.125rem;
    letter-spacing: -0.07875rem;
    line-height: 2.1875rem; /* 194.444% */
    margin-inline: auto;
    margin-top: 3.125rem;
    max-width: 20.9375rem;
    text-align: center;
  }
  .p-lp-price__contents-item-card {
    margin-top: 0;
  }
  .p-lp-price__contents-item-card-items {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-lp-price__contents-item-card-item {
    margin-inline: auto;
    width: 16.9375rem;
  }
  .p-lp-price__contents-item-card-img img {
    height: auto;
  }
  .p-lp-price__contents-item-card-title {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    margin-top: 1.6875rem;
  }
  .p-lp-price__contents-item-card-price-wrap {
    margin-top: 6.5rem;
  }
  .p-lp-price__contents-item-precautions {
    font-size: 0.875rem;
    line-height: 1.5625rem; /* 178.571% */
    margin-top: 3.125rem;
    max-width: 20.9375rem;
    padding-inline: 0rem;
  }
  .p-lp-price__contents-item-precautions-text2 {
    margin-top: 0.5rem;
  }
  .p-lp-price__contents-item-price {
    margin-inline: auto;
    margin-top: 3.5rem;
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .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;
    letter-spacing: 0.028125rem;
    line-height: 1.771875rem; /* 28.35px */
    margin-right: auto;
  }
  .p-lp-price__contents-item-price-text-text .gold {
    font-size: 0.9375rem;
    letter-spacing: 0.028125rem;
    line-height: 1.771875rem; /* 28.35px */
  }
  .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.25rem;
    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-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-recruit-overview_items {
    padding-inline: 1.25rem;
  }
  .p-recruit-overview_item {
    flex-direction: column;
  }
  .p-under__service {
    padding-block: 5rem 5rem;
  }
  .p-under__service-content {
    flex-direction: column;
    gap: 3.75rem;
  }
  .p-under__service-item {
    flex-direction: column;
    gap: 0rem;
  }
  .p-under__service-img {
    width: 100%;
  }
  .p-under__service-description {
    width: 100%;
  }
  .p-under__service-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .p-under__service-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .single__wrapper {
    margin-top: 7.5625rem;
  }
  .single__wrapper-inner {
    display: block;
    margin: 0 auto;
    margin-top: 0;
    max-width: 21.875rem;
  }
  .news__link-meta {
    flex-shrink: 0;
    gap: 0.875rem;
    margin-top: 0.5rem;
    width: 13.25rem;
  }
  .news__link-date {
    white-space: nowrap;
    width: 3.875rem;
  }
  .news__link-label {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .defaultTemplate {
    margin: 0 auto;
    max-width: 44.0625rem;
    width: 100%;
  }
  .defaultTemplate .single__item-box-left-tag:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .defaultTemplate .defaultTemplate__header h1 {
    font-size: 1.375rem;
  }
  .defaultTemplate .defaultTemplate__thumbnail {
    margin: 2rem 0;
  }
  .defaultTemplate .defaultTemplate__contents a,
  .defaultTemplate .defaultTemplate__contents p,
  .defaultTemplate .defaultTemplate__contents li,
  .defaultTemplate .defaultTemplate__contents dd,
  .defaultTemplate .defaultTemplate__contents td,
  .defaultTemplate .defaultTemplate__contents span,
  .defaultTemplate .defaultTemplate__contents pre,
  .defaultTemplate .defaultTemplate__contents strong,
  .defaultTemplate .defaultTemplate__contents em {
    font-size: 1.2rem;
  }
  .defaultTemplate .defaultTemplate__contents h1 {
    font-size: 1.5rem;
  }
  .defaultTemplate .defaultTemplate__contents h2 {
    font-size: 1.125rem;
  }
  .defaultTemplate .defaultTemplate__contents h3 {
    font-size: inherit;
  }
  .defaultTemplate .defaultTemplate__contents h4 {
    font-size: 2rem;
  }
  .defaultTemplate .defaultTemplate__contents h6 {
    font-size: 1.4rem;
  }
  .defaultTemplate .defaultTemplate__contents table {
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 44.0625rem;
  }
  .defaultTemplate__button-box-wrapper {
    margin-top: 3rem;
  }
  .p-under-work {
    padding-block: 5rem 5rem;
  }
  .p-under-work__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .p-under-work__item-box-left-item-wrapper {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-under-work__item-box-left-heading {
    font-size: 1.25rem;
  }
  .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: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@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;
  }
  .p-under__service-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 */