/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/styles-pc.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --base-letter-spacing: 0.05em;
}

* {
  letter-spacing: var(--base-letter-spacing);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #111310;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 2.0625;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.wpcf7 .note {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .memo {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .buttons {
  margin-top: 40px;
  text-align: center;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=date] {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input {
  position: relative;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.wpcf7 input[type=tel] {
  width: 50%;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button],
.wpcf7 input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.wpcf7 th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpcf7 th b {
  margin-left: 4px;
  color: #d74a5b;
}
.wpcf7 td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.wpcf7 td.mia input[type=text], .wpcf7 td.mia input[type=email] {
  width: 70%;
}
.wpcf7 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wpcf7 table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.wpcf7 table.in_tbl th {
  width: 160px;
}
.wpcf7 #wpcf7cpcnf td > p {
  font-size: 15px;
}
.wpcf7 .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.wpcf7 .wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.wpcf7 .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.wpcf7 .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.wpcf7 .recaptcha_text a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #1f502a;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #1f502a;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-text-slash {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: center;
}
.c-text-slash span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-text-slash::before {
  position: relative;
  top: 18px;
  display: block;
  width: 1px;
  height: 37px;
  content: "";
  background-color: #000;
  transform: rotate(-37deg);
}
.c-text-slash::after {
  position: relative;
  top: 18px;
  display: block;
  width: 1px;
  height: 37px;
  content: "";
  background-color: #000;
  transform: rotate(37deg);
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-family: var(--c-tel-font-family, ヒラギノ明朝 Pro, Hiragino Mincho Pro, 游明朝, Yu Mincho, YuMincho, Noto Serif JP, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif);
  font-size: var(--c-tel-font-size, 28px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #42342c);
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--c-tel-icon-size, 18px);
  height: var(--c-tel-icon-size, 18px);
  margin-right: var(--c-tel-gap, 14px);
  content: "";
  background: var(--c-tel-url-tel-icon, url("../img/pc/icon_tel_theme_white.svg")) no-repeat;
}

.c-slider-smooth {
  overflow-x: hidden;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(100% - 5px));
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-slider-smooth__inner {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group--main {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy {
  animation: slide2 120s linear infinite;
}
.c-slider-smooth__item {
  height: 100%;
}
.c-slider-smooth__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider {
  position: relative;
}
.c-slider__wrapper {
  width: 100%;
}
.c-slider__container {
  width: 100%;
  overflow: hidden;
}
.c-slider__track {
  display: flex;
}
.c-slider__item {
  flex: 0 0 auto;
  overflow: unset;
}
.c-slider__arrow-right {
  position: absolute;
}
.c-slider__arrow-right:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider__arrow-left {
  position: absolute;
}
.c-slider__arrow-left:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-qa {
  background: #ffffff;
  border-radius: 8px;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 19px 30px;
}
.c-qa__title-inner::before {
  position: relative;
  top: 2px;
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 19px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_q.png");
  background-image: image-set(url("../img/pc/c_qa_q.png") 1x, url("../img/pc/c_qa_q@2x.png") 2x);
}
.c-qa__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-purchasable-item-card {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.c-purchasable-item-card__inner {
  padding: 4px;
}
.c-purchasable-item-card__image {
  position: relative;
  height: 142px;
}
.c-purchasable-item-card__image::before {
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background: url("../img/pc/c_purchasable_item_card_chevron.svg") no-repeat;
}
.c-purchasable-item-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-purchasable-item-card__title {
  padding: 12px 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #1f502a;
  text-align: center;
}

.c-post-front-news-card a {
  height: 100%;
}
.c-post-front-news-card__image {
  height: 254px;
  overflow: hidden;
  background-color: #9e9e9f;
  border-radius: 9px;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding-top: 16px;
  margin: 0 auto;
}
.c-post-front-news-card__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.c-post-front-news-card__category {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 12px;
}
.c-post-front-news-card__date {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}

.c-post-category-list__title a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #1f502a;
  border-radius: 3px;
}
.c-post-category-list__title a::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #1f502a;
}
.c-post-category-list__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 22px;
  color: #42342c;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 302px 1fr;
  gap: 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 9px;
}
.c-post-archive-bar__image {
  padding: 10px;
}
.c-post-archive-bar__image-inner {
  position: relative;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  background: #9e9e9f;
  border-radius: 6px;
}
.c-post-archive-bar__image-inner img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  min-height: 208px;
  padding: 22px 30px 20px;
}
.c-post-archive-bar__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__content {
  margin-top: 14px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
}
.c-post-archive-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}
.c-post-archive-bar__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.c-post-archive-bar__date {
  display: block;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-button-arrow {
  width: var(--c-button-arrow-width, 266px);
  height: var(--c-button-arrow-height, 68px);
  font-family: var(--c-button-arrow-font-family, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--c-button-arrow-text-color, #1f502a);
  background-color: var(--c-button-arrow-bg-color, #fff);
  filter: drop-shadow(var(--c-button-arrow-drop-shadow, 0 0 9px rgba(0, 0, 0, 0.06)));
  border-radius: 3px;
}
.c-button-arrow__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 36px 0 34px;
}
.c-button-arrow__inner::after {
  display: block;
  width: 38px;
  height: 10px;
  margin-left: auto;
  content: "";
  background-image: var(--c-button-arrow-arrow-url, url("../img/pc/c_button_arrow_arrow.svg"));
  background-repeat: no-repeat;
}

.c-area {
  background: #1f502a;
}
.c-area__title-inner {
  display: flex;
  align-items: center;
  padding: 19px 30px;
}
.c-area__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_aera_chevron.svg") no-repeat;
}
.c-area__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-area__content-inner {
  padding: 16px 32px 30px;
  color: #fff;
}
.c-area__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-area__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.c-achievement-global__image {
  height: 202px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.c-achievement-global__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-achievement-global__title {
  margin-top: 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-achievement-global dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.c-achievement-global dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 44px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: #1f502a;
  border-radius: 22px;
}
.c-achievement-global dl dt::after {
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
  display: block;
  width: 15px;
  height: 8px;
  clip-path: polygon(0% 0, 100% 0, 50% 100%);
  content: "";
  background: #1f502a;
}
.c-achievement-global dl dd {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.c-achievement-global dl dd span {
  position: relative;
  top: -2px;
  margin-left: 6px;
  font-size: 16px;
}

.b-site-banner {
  padding: 102px 40px 88px;
  background: linear-gradient(to top, #f4f4f4 216px, transparent 216px);
}
.b-site-banner__title {
  display: flex;
  justify-content: center;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  margin-top: 38px;
}
.b-site-banner__item {
  width: 587px;
  height: 162px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}

.b-recruit-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.b-recruit-form .row {
  width: 100%;
}
.b-recruit-form .row__title label {
  display: flex;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #42342c;
}
.b-recruit-form .row__title label b {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 14px;
  color: #e30012;
}
.b-recruit-form .row__content {
  margin-top: 20px;
}
.b-recruit-form .row__content .wpcf7-radio {
  display: flex;
  gap: 40px;
  margin-top: -10px;
}
.b-recruit-form .row__content textarea,
.b-recruit-form .row__content input[type=text],
.b-recruit-form .row__content input[type=email],
.b-recruit-form .row__content input[type=tel] {
  width: 95%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input[type=date] {
  width: 200px;
  max-width: 50%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input.p-postal-code {
  width: 284px;
}
.b-recruit-form .row__content .p-region {
  margin-top: 12px;
}
.b-recruit-form .row__place-note {
  margin: 12px 0 0 16px;
  font-size: 16px;
  line-height: 1;
  color: #c6bdb5;
}
.b-recruit-form__consent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.b-recruit-form__consent label {
  display: flex;
  gap: 10px;
}
.b-recruit-form__consent label a {
  display: inline;
  text-decoration: underline;
}
.b-recruit-form__buttons {
  margin-top: 60px;
}
.b-recruit-form__buttons p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.b-recruit-form__buttons .wpcf7-submit {
  display: block;
  width: 230px;
  height: 64px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #1f502a;
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  opacity: 0.5;
}

.b-purchasable-item__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 34px;
  justify-content: center;
  max-width: 1566px;
  margin: 0 auto;
}

.b-post-content * {
  max-width: 100%;
}
.b-post-content > *:first-child {
  margin-top: unset;
}
.b-post-content > *:first-child * {
  margin-top: unset;
}
.b-post-content > *:last-child {
  margin-bottom: unset;
}
.b-post-content > *:last-child * {
  margin-bottom: unset;
}
.b-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #1f502a;
}
.b-post-content h3 {
  padding: 14px 0;
  margin: 40px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.291em;
  border-bottom: 2px solid #eeeeef;
}
.b-post-content p {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
.b-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.b-post-content a {
  display: inline;
  text-decoration: underline;
}
.b-post-content a:hover {
  text-decoration: none;
}
.b-post-content ul {
  margin: 0 0 30px 1.3em;
  list-style: disc;
}
.b-post-content ol {
  margin: 0 0 30px 1.5em;
  list-style: decimal;
}
.b-post-content .aligncenter {
  margin: 0 auto;
}
.b-post-content .alignleft {
  margin-right: auto;
}
.b-post-content .alignright {
  margin-left: auto;
}

.b-mv {
  max-width: 1920px;
  height: 490px;
  padding: 168px 40px 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.b-mv__inner {
  max-width: 1550px;
  margin: 0 auto;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-mv__title span {
  position: relative;
  left: -4px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-mv__title img {
  margin-top: 20px;
}
.b-mv__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background-color: #fff;
}

.b-line-contact {
  padding: 22px 0 0;
}
.b-line-contact__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 368px);
  gap: 50px;
  max-width: 1204px;
  margin: 0 auto;
}
.b-line-contact__list li {
  position: relative;
  height: 141px;
  padding: 30px 0 0 172px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 34px;
  background-repeat: no-repeat;
  background-position: left center;
  border: 9px solid #f4f4f4;
}
.b-line-contact__list li:nth-of-type(1) {
  background-image: url("../img/pc/b_line_contact_image_1.jpg");
}
.b-line-contact__list li:nth-of-type(2) {
  background-image: url("../img/pc/b_line_contact_image_2.jpg");
}
.b-line-contact__list li:nth-of-type(3) {
  background-image: url("../img/pc/b_line_contact_image_3.jpg");
}
.b-line-contact__list li:not(:last-of-type)::after {
  position: absolute;
  top: calc(50% - 8px);
  right: -42px;
  display: block;
  width: 14px;
  height: 16px;
  content: "";
  background: url("../img/pc/b_line_contact_triangle.svg") no-repeat;
}
.b-line-contact__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 42px auto 0;
}
.b-line-contact__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 132px;
  border-left: 3px solid #f6f5f5;
}
.b-line-contact__container > *:last-of-type {
  border-right: 3px solid #f6f5f5;
}
.b-line-contact__container .tel-area__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.b-line-contact__container .tel-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 8px;
  content: "";
  background: #1f502a;
}
.b-line-contact__container .tel-area__tel {
  margin-top: 18px;
  --c-tel-icon-size: 18px;
  --c-tel-font-size: 28px;
  --c-tel-gap: 10px;
  --c-tel-color-text: #1f502a;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_theme_white.svg");
}
.b-line-contact__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
}
.b-line-contact__container .contact-area__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.b-line-contact__container .contact-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 8px;
  content: "";
  background: #1f502a;
}
.b-line-contact__container .contact-area__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 396px;
  height: 64px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1f502a;
  border-radius: 6px;
}
.b-line-contact__container .contact-area__button::before {
  display: block;
  width: 29px;
  height: 18px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-line-contact__container .contact-area__button::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: 60px;
  content: "";
  background: url("../img/pc/b_line_contact_chevron.svg") no-repeat;
}

.b-header-content__container {
  display: flex;
  justify-content: space-between;
  max-width: 1840px;
  margin: 0 auto;
}
.b-header-content__logo {
  width: var(--b-header-content-logo-width, 260px);
  height: var(--b-header-content-logo-height, 52px);
  margin: var(--b-header-content-logo-margin, 2px 0 0 68px);
}
.b-header-content__nav {
  display: flex;
  padding-right: 34px;
}
.b-header-content__menu {
  display: flex;
  gap: 30px;
  align-items: center;
  height: 44px;
  margin: 6px 38px 0 0;
}
.b-header-content__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-header-content__menu li a span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--b-header-content-color-text, #1f502a);
  letter-spacing: 0.1em;
}
.b-header-content__menu li a img {
  margin-top: 14px;
  filter: drop-shadow(var(--b-header-content-nav-english-shadow, unset));
}
.b-header-content__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 60px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--b-header-content-color-contact-button-text, #fff);
  background: var(--b-header-content-color-contact-button-bg, #1f502a);
  border-radius: 10px;
}
.b-header-content__contact a::before {
  display: block;
  width: 28px;
  height: 18px;
  margin-right: 10px;
  content: "";
  background-image: var(--b-header-content-url-contact-button-image, url("../img/pc/icon_mail_white.svg"));
  background-repeat: no-repeat;
}
.b-header-content__contact a::after {
  display: block;
  width: 19px;
  height: 19px;
  margin-left: 12px;
  content: "";
  background-image: var(--b-header-content-url-contact-button-chevron, url("../img/pc/b_header_content_contact_chevron.svg"));
  background-repeat: no-repeat;
}
.b-header-content__tel-col {
  padding-top: 4px;
  margin-right: 24px;
}
.b-header-content__tel {
  --c-tel-color-text: var(--b-header-content-color-text, #1f502a);
  --c-tel-font-size: 28px;
  --c-tel-icon-size: 19px;
  --c-tel-gap: 8px;
  --c-tel-url-tel-icon: var(--b-header-content-url-tel-icon, url("../img/pc/icon_tel_theme_white.svg"));
}
.b-header-content__time {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1;
}

.b-header-blank {
  height: 128px;
}

.b-header {
  position: relative;
  z-index: 7000;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 138px;
  padding-top: 40px;
  background: #fff;
  transition: all 0.2s;
  transform: translateY(-100%);
}
.b-header__fixed--visible {
  transform: translateY(0%);
}
.b-header__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 104px;
  padding-top: 42px;
}
.b-header__content--main {
  --b-header-content-nav-english-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 30px;
  margin: 0 auto 0;
  overflow: hidden;
  background: url("../img/pc/b_footer_bg.jpg") center/cover no-repeat;
}
.b-footer__container {
  position: relative;
  z-index: 10;
  display: flex;
  max-width: 1242px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 28%;
  max-width: 430px;
  padding-top: 122px;
}
.b-footer__block-2 {
  position: relative;
  width: 70%;
  max-width: 860px;
  padding: 108px 0 0 40px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 260px;
  height: 52px;
}
.b-footer .address-block {
  max-width: 354px;
  margin-top: 46px;
}
.b-footer .address-block__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1;
}
.b-footer .address-block__title span {
  display: block;
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold;
}
.b-footer .address-block__address {
  margin: 34px 0 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 33px;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 30px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 26px 0 36px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #42342c;
  border: 1px solid #42342c;
  border-radius: 29px;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 80px);
  grid-template-columns: repeat(3, 184px);
  grid-auto-flow: column;
  gap: 34px 64px;
}
.b-footer__nav .item {
  height: 100%;
}
.b-footer__nav .item:not(:last-child) {
  border-bottom: 1px solid rgba(198, 199, 200, 0.5);
}
.b-footer__nav .item:not(:last-child) a {
  height: 100%;
  padding: 12px 0 0;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/16px 16px no-repeat;
}
.b-footer__nav .item:not(:last-child) span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-footer__nav .item:not(:last-child) img {
  max-height: 14px;
  margin-top: 8px;
}
.b-footer__nav .item:last-child a {
  height: 100%;
  padding: 12px 0 0;
}
.b-footer__nav .item:last-child a span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1;
}
.b-footer__banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}
.b-footer__banner-list li span {
  display: block;
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-footer__copyright {
  max-width: 1236px;
  padding: 0 20px;
  margin: 60px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #111310;
}

.b-contact {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  padding: 80px 40px 70px;
  margin: 0 auto;
}
.b-contact__headline span {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.b-contact__headline span::before {
  position: relative;
  top: 12px;
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background: #42342c;
  transform: rotate(-29deg);
}
.b-contact__headline span::after {
  position: relative;
  top: 12px;
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background: #42342c;
  transform: rotate(29deg);
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.b-contact__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.b-contact__title img {
  margin-top: 20px;
}
.b-contact__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.b-contact__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 386px);
  gap: 22px;
  max-width: 1202px;
  margin: 30px auto 0;
}
.b-contact__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 194px;
  padding-top: 26px;
  background: #fff;
  border: 8px solid #f4f4f4;
}
.b-contact__container .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.b-contact__container .tel-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 10px;
  content: "";
  background: #1f502a;
}
.b-contact__container .tel-area__tel {
  margin-top: 16px;
  --c-tel-icon-size: 18px;
  --c-tel-font-size: 28px;
  --c-tel-color-text: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
}
.b-contact__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
}
.b-contact__container .line-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.b-contact__container .line-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 10px;
  content: "";
  background: #1f502a;
}
.b-contact__container .line-area__button {
  width: 216px;
  height: 63px;
  margin: 12px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact__container .contact-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.b-contact__container .contact-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 10px;
  content: "";
  background: #1f502a;
}
.b-contact__container .contact-area__button {
  width: 302px;
  margin-top: 12px;
}
.b-contact__container .contact-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1f502a;
  border-radius: 6px;
}
.b-contact__container .contact-area__button a::before {
  display: block;
  width: 29px;
  height: 18px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.b-contact__container .contact-area__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: 16px;
  content: "";
  background: url("../img/pc/b_contact_mail_chevron.svg") no-repeat;
}

.b-company dl {
  display: grid;
  grid-template-columns: 158px 1fr;
  grid-gap: 0 50px;
  max-width: 936px;
  padding: 0 40px;
  margin: 0 auto;
}
.b-company dt {
  display: flex;
  min-height: 55px;
  font-weight: normal;
  color: #1f502a;
  text-align: justify;
  text-align-last: justify;
  word-break: break-all;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.b-company dt span {
  width: 100%;
  padding: 10px 0;
}
.b-company dd {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}

.b-banner-list-single {
  display: flex;
  justify-content: center;
}
.b-banner-list-single__banner {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

.p-single-purchasable-item .background {
  padding-bottom: 72px;
  background: linear-gradient(to bottom, transparent 382px, #f4f4f4 382px);
}
.p-single-purchasable-item .mv-block {
  padding: 0 40px;
}
.p-single-purchasable-item .mv-block__block {
  position: relative;
  max-width: 1734px;
  margin: 0 auto;
  background: #9e9e9f;
}
.p-single-purchasable-item .mv-block__bg {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.p-single-purchasable-item .mv-block__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-purchasable-item .mv-block__fg {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 420px;
  padding: 152px 0 48px;
}
.p-single-purchasable-item .mv-block__title {
  padding: 27px 58px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 38px;
  color: #1f502a;
  background: #fff;
}
.p-single-purchasable-item .mv-block__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin: 26px 0 0 58px;
}
.p-single-purchasable-item .mv-block__text span {
  padding: 9px 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #1f502a;
  background: #fff;
}
.p-single-purchasable-item .top-block {
  padding: 0 40px;
  margin-top: 54px;
}
.p-single-purchasable-item .top-block__block {
  max-width: 1200px;
  padding: 14px;
  margin: 0 auto;
  background: #fff;
}
.p-single-purchasable-item .top-block__inner {
  display: flex;
  gap: 74px;
}
.p-single-purchasable-item .top-block__image {
  flex: 0 0 auto;
  width: 582px;
  height: 364px;
  background: #9e9e9f;
}
.p-single-purchasable-item .top-block__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-purchasable-item .top-block__text-area {
  flex: 1 1 auto;
  padding-top: 28px;
}
.p-single-purchasable-item .top-block__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 61px;
  color: #42342c;
  letter-spacing: 0.1em;
}
.p-single-purchasable-item .top-block__text {
  max-width: 480px;
  margin-top: 18px;
}
.p-single-purchasable-item .banner-section {
  margin-top: 30px;
}
.p-single-purchasable-item .main-block {
  padding: 0 40px;
  margin-top: 30px;
}
.p-single-purchasable-item .main-block__block {
  max-width: 1200px;
  padding: 52px 14px 14px;
  margin: 0 auto;
  background: #fff;
}
.p-single-purchasable-item .main-block .feature {
  margin-bottom: 70px;
}
.p-single-purchasable-item .main-block .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-purchasable-item .main-block .feature__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-single-purchasable-item .main-block .feature__title img {
  margin-top: 20px;
}
.p-single-purchasable-item .main-block .feature__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 380px);
  gap: 16px;
  margin-top: 30px;
}
.p-single-purchasable-item .main-block .feature__list .item {
  padding: 9px;
  background: #f4f4f4;
}
.p-single-purchasable-item .main-block .feature__list .item__image {
  height: 204px;
  background: #9e9e9f;
}
.p-single-purchasable-item .main-block .feature__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-purchasable-item .main-block .feature__list .item__main {
  padding: 28px 22px 22px;
}
.p-single-purchasable-item .main-block .feature__list .item__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 33px;
  color: #1f502a;
}
.p-single-purchasable-item .main-block .feature__list .item__text {
  margin-top: 16px;
  text-align: justify;
}
.p-single-purchasable-item .main-block .method {
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single-purchasable-item .main-block .method__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-purchasable-item .main-block .method__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-single-purchasable-item .main-block .method__title img {
  margin-top: 20px;
}
.p-single-purchasable-item .main-block .method__line-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-top: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #00b833;
}
.p-single-purchasable-item .main-block .method__line-title::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #00b833;
}
.p-single-purchasable-item .main-block .method__line-block .b-line-contact {
  padding-top: 28px;
}
.p-single-purchasable-item .main-block .method__line-block .b-line-contact__list {
  grid-template-columns: repeat(auto-fit, 362px);
  gap: 43px;
}
.p-single-purchasable-item .main-block .method__line-block .b-line-contact__list li:not(:last-of-type)::after {
  position: absolute;
  top: calc(50% - 8px);
  right: -40px;
  display: block;
  width: 14px;
  height: 16px;
  content: "";
  background: url("../img/pc/b_line_contact_triangle.svg") no-repeat;
}
.p-single-purchasable-item .main-block .method__line-block .b-line-contact__container > * {
  border-left: unset;
}
.p-single-purchasable-item .main-block .method__line-block .b-line-contact__container > *:last-of-type {
  border-right: unset;
  border-left: 3px solid #f6f5f5;
}
.p-single-purchasable-item .main-block .achievement {
  padding: 62px 0 0;
}
.p-single-purchasable-item .main-block .achievement__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-purchasable-item .main-block .achievement__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-single-purchasable-item .main-block .achievement__title img {
  margin-top: 20px;
}
.p-single-purchasable-item .main-block .achievement__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.p-single-purchasable-item .main-block .achievement__list .item {
  padding: 9px;
  background: #f4f4f4;
}
.p-single-purchasable-item .main-block .achievement__list .item__inner {
  display: grid;
  grid-template-columns: 286px 1fr;
}
.p-single-purchasable-item .main-block .achievement__list .item__image {
  height: 202px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single-purchasable-item .main-block .achievement__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-purchasable-item .main-block .achievement__list .item__block {
  padding: 0 54px;
}
.p-single-purchasable-item .main-block .achievement__list .item__title {
  padding: 14px 0 12px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single-purchasable-item .main-block .achievement__list .item__detail {
  margin-top: 8px;
}
.p-single-purchasable-item .main-block .achievement__list .item__price-block {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 10px;
}
.p-single-purchasable-item .main-block .achievement__list .item__price-block dt {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 44px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #1f502a;
  background: #fff;
}
.p-single-purchasable-item .main-block .achievement__list .item__price-block dt::after {
  position: absolute;
  top: calc(50% - 9px);
  right: -9px;
  display: block;
  width: 10px;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #fff;
}
.p-single-purchasable-item .main-block .achievement__list .item__price-block dd {
  flex: 1 1 auto;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  color: #1f502a;
}
.p-single-purchasable-item .main-block .achievement__list .item__price-block dd span {
  font-size: 16px;
  font-weight: normal;
}
.p-single-purchasable-item .sub-block {
  margin-top: 30px;
}
.p-single-purchasable-item .sub-block__block {
  max-width: 1200px;
  padding: 60px 14px 86px;
  margin: 0 auto;
  background: #fff;
}
.p-single-purchasable-item .sub-block .worries {
  margin-bottom: 84px;
}
.p-single-purchasable-item .sub-block .worries__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-purchasable-item .sub-block .worries__title span {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-single-purchasable-item .sub-block .worries__title span::before {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #42342c;
  transform: rotate(-32deg);
}
.p-single-purchasable-item .sub-block .worries__title span::after {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #42342c;
  transform: rotate(32deg);
}
.p-single-purchasable-item .sub-block .worries__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 186px);
  gap: 30px 48px;
  justify-content: center;
  margin-top: 50px;
}
.p-single-purchasable-item .sub-block .worries__list .item__image {
  height: 186px;
  overflow: hidden;
  background: #9e9e9f;
  border-radius: 50%;
}
.p-single-purchasable-item .sub-block .worries__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-purchasable-item .sub-block .worries__list .item__title {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  color: #42342c;
  text-align: center;
}
.p-single-purchasable-item .sub-block .method {
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single-purchasable-item .sub-block .method__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-purchasable-item .sub-block .method__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-single-purchasable-item .sub-block .method__title img {
  margin-top: 20px;
}
.p-single-purchasable-item .sub-block .method__line-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-top: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #00b833;
}
.p-single-purchasable-item .sub-block .method__line-title::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #00b833;
}
.p-single-purchasable-item .sub-block .method__line-block .b-line-contact {
  padding-top: 28px;
}
.p-single-purchasable-item .sub-block .method__line-block .b-line-contact__list {
  grid-template-columns: repeat(auto-fit, 362px);
  gap: 43px;
}
.p-single-purchasable-item .sub-block .method__line-block .b-line-contact__list li:not(:last-of-type)::after {
  position: absolute;
  top: calc(50% - 8px);
  right: -40px;
  display: block;
  width: 14px;
  height: 16px;
  content: "";
  background: url("../img/pc/b_line_contact_triangle.svg") no-repeat;
}
.p-single-purchasable-item .sub-block .method__line-block .b-line-contact__container > * {
  border-left: unset;
}
.p-single-purchasable-item .sub-block .method__line-block .b-line-contact__container > *:last-of-type {
  border-right: unset;
  border-left: 3px solid #f6f5f5;
}
.p-single-purchasable-item .sub-block .qa {
  padding: 60px 0 0;
}
.p-single-purchasable-item .sub-block .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-purchasable-item .sub-block .qa__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-single-purchasable-item .sub-block .qa__title img {
  margin-top: 20px;
}
.p-single-purchasable-item .sub-block .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1108px;
  margin: 34px auto 0;
}
.p-single-purchasable-item .sub-block .qa__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single-purchasable-item .purchasable-item {
  padding: 78px 0 1px;
}
.p-single-purchasable-item .purchasable-item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-purchasable-item .purchasable-item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-single-purchasable-item .purchasable-item__title img {
  margin-top: 20px;
}
.p-single-purchasable-item .purchasable-item__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-single-purchasable-item .purchasable-item__list {
  margin: 30px 0 0;
}

.p-single .background {
  padding: 62px 40px 108px;
  background: #f4f4f4;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 52px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-single .background__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-single .background__smooth-slider {
  margin: 100px 0 -46px;
}
.p-single .background__smooth-slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 9px;
}
.p-single .post__title-block {
  padding: 44px 0 20px;
  margin: 0 45px;
  border-bottom: 2px solid #f5f5f5;
}
.p-single .post__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 40px;
  color: #42342c;
}
.p-single .post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}
.p-single .post__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}
.p-single .post__content {
  padding: 32px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  background-color: #1f502a;
}
.p-single .post__content h3 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  border-bottom: 3px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #1f502a;
}
.p-single .post .relation__list {
  margin-top: 26px;
}
.p-single .post .relation .item {
  margin-top: 20px;
}
.p-single .post .relation .item a {
  display: flex;
}
.p-single .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #42342c;
  background-color: #f4f4f4;
}
.p-single .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  line-height: 1;
}
.p-single .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #1f502a;
  border-radius: 3px;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 58px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #1f502a;
  border-radius: 3px;
  transform: translateX(-50%);
}
.p-single .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #1f502a;
  border-radius: 3px;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .recently {
  margin-top: 48px;
}
.p-single .recently__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
  color: #352f2d;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .b-contact {
  padding-top: 102px;
}

.p-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 200px;
  margin: 0 auto;
}
.p-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}

.p-method .b-mv {
  background-image: url("../img/pc/method_mv_bg.jpg");
}
.p-method .service {
  padding: 1px 0 0;
  margin-top: -46px;
}
.p-method .service__container {
  display: grid;
  grid-template-columns: 1fr 590px;
  max-width: 1782px;
  margin-right: auto;
}
.p-method .service__block {
  position: relative;
  padding: 118px 0 0 100px;
}
.p-method .service__headline {
  margin-top: 36px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 61px;
  color: #42342c;
  letter-spacing: 0.1em;
}
.p-method .service__text {
  max-width: 420px;
  margin-top: 26px;
}
.p-method .service__image {
  max-width: 1200px;
  height: 568px;
  overflow: hidden;
}
.p-method .service__image img {
  object-position: center;
  object-fit: none;
  width: 100%;
  height: 100%;
}
.p-method .method {
  padding: 58px 40px 92px;
}
.p-method .method__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-method .method__title::before {
  position: absolute;
  top: -158px;
  left: calc(50% - 52px);
  display: block;
  width: 142px;
  height: 142px;
  content: "";
  background: url("../img/pc/front_method_line_deco.png") no-repeat;
}
.p-method .method__title span {
  display: flex;
  gap: 22px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-method .method__title span::before {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #111310;
  transform: rotate(-32deg);
}
.p-method .method__title span::after {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #111310;
  transform: rotate(32deg);
}
.p-method .method__line-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 770px;
  height: 64px;
  margin: 36px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #00b833;
  border-radius: 32px;
}
.p-method .method__line-title::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #00b833;
}
.p-method .banner-section {
  padding-bottom: 80px;
}
.p-method .point {
  padding: 104px 0 0;
  background: linear-gradient(to bottom, #1f502a 820px, transparent 820px);
}
.p-method .point__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-method .point__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-method .point__title img {
  margin-top: 20px;
}
.p-method .point__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-method .point__title span {
  color: #fff;
}
.p-method .point__title::after {
  background: #fff;
}
.p-method .point__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 34px;
}
.p-method .point__list .section__container {
  display: flex;
  gap: 80px;
  max-width: 1780px;
}
.p-method .point__list .section__block {
  flex: 0 0 auto;
  width: 420px;
}
.p-method .point__list .section__title {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.1em;
}
.p-method .point__list .section__english {
  margin-top: 20px;
}
.p-method .point__list .section__text {
  margin-top: 36px;
  text-align: justify;
}
.p-method .point__list .section__image {
  flex: 1 1 auto;
  height: 495px;
}
.p-method .point__list .section__image img {
  object-fit: none;
  object-position: center;
  width: 100%;
  height: 100%;
}
.p-method .point__list .section:nth-of-type(odd) .section__container {
  padding-left: 40px;
  margin-left: auto;
}
.p-method .point__list .section:nth-of-type(even) .section__container {
  flex-direction: row-reverse;
  padding-right: 40px;
  margin-right: auto;
}
.p-method .point__list .section:nth-of-type(1) .section__block {
  padding-top: 80px;
}
.p-method .point__list .section:nth-of-type(1) .section__title {
  color: #fff;
}
.p-method .point__list .section:nth-of-type(1) .section__text {
  color: #fff;
}
.p-method .point__list .section:nth-of-type(2) .section__block {
  padding-top: 100px;
}
.p-method .point__list .section:nth-of-type(2) .section__title {
  color: #1f502a;
}
.p-method .point__list .section:nth-of-type(2) .section__text {
  color: #111310;
}
.p-method .point__list .section:nth-of-type(3) .section__block {
  padding-top: 40px;
}
.p-method .point__list .section:nth-of-type(3) .section__title {
  color: #1f502a;
}
.p-method .point__list .section:nth-of-type(3) .section__text {
  color: #111310;
}
.p-method .process {
  padding: 140px 40px 68px;
  margin-top: -42px;
  background: #f4f4f4;
}
.p-method .process__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-method .process__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-method .process__title img {
  margin-top: 20px;
}
.p-method .process__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-method .process__title span {
  color: #111310;
}
.p-method .process__title::after {
  background: #111310;
}
.p-method .process__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 1200px;
  margin: 40px auto 0;
}
.p-method .process__list .step {
  position: relative;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-method .process__list .step:not(:last-of-type)::before {
  position: absolute;
  bottom: -17px;
  left: 50%;
  display: block;
  width: 1px;
  height: 27px;
  content: "";
  background: #1f502a;
}
.p-method .process__list .step:not(:last-of-type)::after {
  position: absolute;
  bottom: -17px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #1f502a;
  border-radius: 50%;
}
.p-method .process__list .step__container {
  display: grid;
  grid-template-columns: 316px 1fr;
}
.p-method .process__list .step__image {
  position: relative;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}
.p-method .process__list .step__image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-method .process__list .step__block {
  padding: 0 40px;
  background: #fff;
  border-radius: 0 6px 6px 0;
}
.p-method .process__list .step__title-row {
  display: flex;
  align-items: center;
  padding: 34px 0 14px;
  border-bottom: 1px solid #42342c;
}
.p-method .process__list .step__counter {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 110px;
}
.p-method .process__list .step__counter::after {
  display: block;
  width: 2px;
  height: 24px;
  margin-left: auto;
  content: "";
  background: #ebebec;
}
.p-method .process__list .step__title {
  padding: 0 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
}
.p-method .process__list .step__text {
  padding: 14px 0 38px;
}
.p-method .process .prepare {
  max-width: 1200px;
  padding: 36px 40px 20px;
  margin: 36px auto 0;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
}
.p-method .process .prepare__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.p-method .process .prepare__note {
  padding: 16px 20px;
  margin-top: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #1f502a;
}
.p-method .process .prepare__items {
  margin-top: 22px;
  text-align: center;
}
.p-method .process .prepare__caution {
  padding-top: 20px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.03em;
  border-top: 1px solid rgba(66, 52, 44, 0.5);
}
.p-method .purchasable-item {
  padding: 84px 0 104px;
}
.p-method .purchasable-item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-method .purchasable-item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-method .purchasable-item__title img {
  margin-top: 20px;
}
.p-method .purchasable-item__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-method .purchasable-item__list {
  margin: 30px 0 0;
}
.p-method .qa {
  position: relative;
  padding: 100px 40px 108px;
  background: #1f502a;
}
.p-method .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-method .qa__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-method .qa__title img {
  margin-top: 20px;
}
.p-method .qa__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-method .qa__title span {
  color: #fff;
}
.p-method .qa__title::after {
  margin-top: 12px;
  background: #fff;
}
.p-method .qa__list {
  display: grid;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 38px auto 0;
}

.p-guide .b-mv {
  background-image: url("../img/pc/guide_mv_bg.jpg");
}
.p-guide .promise {
  padding: 1px 0 0;
  margin-top: -46px;
}
.p-guide .promise__container {
  display: grid;
  grid-template-columns: 1fr 590px;
  max-width: 1782px;
  margin-right: auto;
}
.p-guide .promise__block {
  position: relative;
  padding: 118px 0 0 100px;
}
.p-guide .promise__headline {
  margin-top: 36px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 61px;
  color: #42342c;
  letter-spacing: 0.1em;
}
.p-guide .promise__text {
  max-width: 420px;
  margin-top: 26px;
}
.p-guide .promise__image {
  max-width: 1200px;
  height: 568px;
  overflow: hidden;
}
.p-guide .promise__image img {
  object-position: center;
  object-fit: none;
  width: 100%;
  height: 100%;
}
.p-guide .global-bg {
  background: linear-gradient(to bottom, transparent 272px, #f4f4f4 272px);
}
.p-guide .reason {
  padding: 92px 0 0;
}
.p-guide .reason__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-guide .reason__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-guide .reason__title img {
  margin-top: 20px;
}
.p-guide .reason__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-guide .reason__title em {
  font-size: 60px;
  font-style: normal;
}
.p-guide .reason__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 497px);
  gap: 36px;
  justify-content: center;
  margin-top: 28px;
}
.p-guide .reason__list .item {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-guide .reason__list .item__image {
  height: 234px;
}
.p-guide .reason__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-guide .reason__list .item__main {
  padding: 1px 42px 30px;
}
.p-guide .reason__list .item__counter {
  display: flex;
  justify-content: center;
  margin-top: -30px;
}
.p-guide .reason__list .item__title {
  margin-top: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-guide .reason__list .item__text {
  margin-top: 22px;
  text-align: justify;
}
.p-guide .purchasable-item {
  padding: 84px 0 1px;
}
.p-guide .purchasable-item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-guide .purchasable-item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-guide .purchasable-item__title img {
  margin-top: 20px;
}
.p-guide .purchasable-item__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-guide .purchasable-item__title span {
  color: #111310;
}
.p-guide .purchasable-item__list {
  margin: 30px 0 -44px;
}
.p-guide .method {
  padding: 126px 40px 92px;
}
.p-guide .method__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-guide .method__title span {
  display: flex;
  gap: 22px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-guide .method__title span::before {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #111310;
  transform: rotate(-32deg);
}
.p-guide .method__title span::after {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #111310;
  transform: rotate(32deg);
}
.p-guide .method__line-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 770px;
  height: 64px;
  margin: 36px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #00b833;
  border-radius: 32px;
}
.p-guide .method__line-title::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #00b833;
}
.p-guide .banner-section {
  padding-bottom: 102px;
}
.p-guide .qa {
  position: relative;
  padding: 94px 40px 108px;
  background: #1f502a;
}
.p-guide .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-guide .qa__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-guide .qa__title img {
  margin-top: 20px;
}
.p-guide .qa__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-guide .qa__title span {
  color: #fff;
}
.p-guide .qa__title::after {
  margin-top: 12px;
  background: #fff;
}
.p-guide .qa__list {
  display: grid;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 38px auto 0;
}

.p-front-page {
  max-width: 1920px;
  margin: 0 auto;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-front-page .mv {
  position: relative;
  height: clamp(800px, 100vh, 960px);
  overflow: hidden;
  background: url("../img/pc/front_mv_bg.jpg") no-repeat center left;
}
.p-front-page .mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 26px;
}
.p-front-page .mv__text {
  position: relative;
  width: 616px;
  height: 221px;
  margin: 0 0 -30px 102px;
}
.p-front-page .mv__text img {
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__text::after {
  position: absolute;
  top: -156px;
  left: -326px;
  display: block;
  width: 584px;
  height: 444px;
  content: "";
  background: url("../img/pc/front_mv_text_light.png") no-repeat;
  mix-blend-mode: lighten;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__button {
  position: absolute;
  right: 80px;
  bottom: 238px;
  z-index: 100;
  width: 222px;
  height: 283px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__spacer {
  flex: 10;
  max-height: 280px;
}
.p-front-page .mv__list {
  display: flex;
  flex: 0 0 247px;
  align-items: flex-end;
  margin: 0 0 -8px 80px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__list li {
  margin-right: -6px;
}
.p-front-page .mv__slider {
  flex: 10;
  min-height: 0;
  max-height: 223px;
}
.p-front-page .mv__slider .c-slider-smooth {
  height: 100%;
}
.p-front-page .mv__slider .c-slider-smooth__group {
  padding-right: 20px;
}
.p-front-page .mv__slider .c-slider-smooth__group img {
  height: 100%;
}
.p-front-page .concept {
  padding: 64px 0 68px;
}
.p-front-page .concept__container {
  display: grid;
  grid-template-columns: 590px 1fr;
  max-width: 1782px;
  margin-left: auto;
}
.p-front-page .concept__block {
  position: relative;
  padding: 30px 0 0 40px;
}
.p-front-page .concept__title {
  position: absolute;
  top: 37px;
  right: -77px;
  width: 109px;
  height: 287px;
}
.p-front-page .concept__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.1em;
  color: #42342c;
}
.p-front-page .concept__english {
  margin-top: 26px;
}
.p-front-page .concept__text {
  max-width: 446px;
  margin-top: 34px;
}
.p-front-page .concept__button {
  margin-top: 46px;
}
.p-front-page .concept__image {
  max-width: 1200px;
  height: 568px;
  overflow: hidden;
}
.p-front-page .concept__image img {
  object-position: left center;
  object-fit: none;
  width: 100%;
  height: 100%;
}
.p-front-page .global-bg {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 58px;
  background: linear-gradient(to bottom, transparent 244px, #f4f4f4 244px);
}
.p-front-page .purchasable-item {
  padding: 2px 0 0;
}
.p-front-page .purchasable-item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .purchasable-item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-front-page .purchasable-item__title img {
  margin-top: 20px;
}
.p-front-page .purchasable-item__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-front-page .purchasable-item__list {
  margin-top: 34px;
}
.p-front-page .method {
  padding: 80px 40px 100px;
}
.p-front-page .method__block {
  max-width: 1568px;
  height: 438px;
  padding: 102px 40px 0;
  margin: 0 auto;
  background: url("../img/pc/front_method_bg.jpg") no-repeat center;
  border-radius: 9px;
}
.p-front-page .method__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .method__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .method__title img {
  margin-top: 18px;
}
.p-front-page .method__button {
  margin: 38px auto 0;
  --c-button-arrow-font-family: u.$font_gothic;
}
.p-front-page .method__line-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 770px;
  height: 64px;
  margin: -32px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #00b833;
  border-radius: 32px;
}
.p-front-page .method__line-title::before {
  position: absolute;
  top: -130px;
  left: calc(50% - 52px);
  display: block;
  width: 142px;
  height: 142px;
  content: "";
  background: url("../img/pc/front_method_line_deco.png") no-repeat;
}
.p-front-page .method__line-title::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #00b833;
}
.p-front-page .concern {
  position: relative;
  max-width: 1920px;
  padding: 1px 0 54px;
  margin: 0 auto;
  background: #f4f4f4;
}
.p-front-page .concern::after {
  position: absolute;
  bottom: -23px;
  left: calc(50% - 24px);
  display: block;
  width: 48px;
  height: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #f4f4f4;
}
.p-front-page .concern__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -68px;
  color: #000;
}
.p-front-page .concern__title::before {
  display: block;
  width: 198px;
  height: 156px;
  margin-bottom: 10px;
  content: "";
  background: url("../img/pc/front_concern_deco.png") no-repeat;
}
.p-front-page .concern__title span {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-front-page .concern__title span::before {
  position: relative;
  top: 20px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #42342c;
  transform: rotate(-32deg);
}
.p-front-page .concern__title span::after {
  position: relative;
  top: 20px;
  display: block;
  width: 1px;
  height: 38px;
  content: "";
  background: #42342c;
  transform: rotate(32deg);
}
.p-front-page .concern__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 44px;
}
.p-front-page .concern__slider {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .concern__slider .c-slider-smooth__group {
  padding-right: 26px;
}
.p-front-page .concern__slider--offset .c-slider-smooth__group {
  position: relative;
  left: -116px;
}
.p-front-page .reason {
  padding: 114px 0 0;
  background: #1f502a url("../img/pc/front_reason_bg.jpg") no-repeat top left;
}
.p-front-page .reason__inner {
  max-width: 1644px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .reason__headline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin-top: 18px;
}
.p-front-page .reason__headline span {
  padding: 13px 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-front-page .reason__english {
  margin-top: 30px;
}
.p-front-page .reason__text {
  margin-top: 24px;
  color: #fff;
}
.p-front-page .reason__slider {
  margin: 90px 0 0 9.6%;
}
.p-front-page .reason__slider .c-slider__arrow-left {
  bottom: -28px;
  left: -32px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_reason_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .reason__slider .c-slider__arrow-right {
  bottom: -28px;
  left: 40px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_reason_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .reason__slider .item {
  width: 380px;
  height: 432px;
  background: #fff;
}
.p-front-page .reason__slider .item__image {
  height: 253px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 150px 100%, 142px 228px, 0 228px);
}
.p-front-page .reason__slider .item__main {
  position: relative;
  padding: 1px 0 0 36px;
}
.p-front-page .reason__slider .item__counter {
  display: flex;
  margin-top: -12px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .reason__slider .item__title {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  color: #42342c;
  letter-spacing: 0.1em;
}
.p-front-page .reason__slider .item__text {
  width: 310px;
  margin-top: 12px;
  letter-spacing: 0.01em;
}
.p-front-page .reason .system {
  padding: 72px 0 1px;
}
.p-front-page .reason .system__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .reason .system__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-front-page .reason .system__title img {
  margin-top: 20px;
}
.p-front-page .reason .system__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-front-page .reason .system__title span {
  color: #fff;
}
.p-front-page .reason .system__title::after {
  background: #fff;
}
.p-front-page .reason .system__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 386px);
  gap: 22px;
  justify-content: center;
  margin: 22px 0 -50px;
}
.p-front-page .reason .system__list .item {
  position: relative;
  z-index: 100;
  padding: 6px;
  background: #1f502a;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.p-front-page .reason .system__list .item::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: block;
  height: 30px;
  content: "";
  background: url("../img/pc/front_system_shadow.png") top center no-repeat;
}
.p-front-page .reason .system__list .item__inner {
  height: 100%;
  padding: 0 34px 26px;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.p-front-page .reason .system__list .item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding-top: 10px;
}
.p-front-page .reason .system__list .item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-front-page .reason .system__list .item__text {
  margin-top: 14px;
  color: #fff;
}
.p-front-page .reason .system__list .item:nth-of-type(1) .item__image img {
  width: 56px;
  height: 56px;
}
.p-front-page .reason .system__list .item:nth-of-type(2) .item__image img {
  width: 60px;
  height: 64px;
}
.p-front-page .reason .system__list .item:nth-of-type(3) .item__image img {
  width: 60px;
  height: 62px;
}
.p-front-page .achievement {
  padding: 138px 40px 1px;
  background: #f4f4f4;
}
.p-front-page .achievement__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .achievement__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-front-page .achievement__title img {
  margin-top: 20px;
}
.p-front-page .achievement__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-front-page .achievement__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 42px 34px;
  justify-content: center;
  max-width: 1566px;
  margin: 28px auto 0;
}
.p-front-page .achievement__banner {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  margin: 46px 0 -36px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.06));
}
.p-front-page .news {
  position: relative;
  padding: 128px 0 78px;
}
.p-front-page .news__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .news__title span {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__list {
  margin: 38px 0 0 9.6%;
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .news__button {
  margin: 62px auto 0;
  --c-button-arrow-font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
}
.p-front-page .service-area {
  padding: 158px 0 0;
  background: url("../img/pc/front_area_bg.jpg") no-repeat top center;
}
.p-front-page .service-area__inner {
  max-width: 1644px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .service-area__headline {
  margin-top: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  line-height: 61px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
}
.p-front-page .service-area__english {
  margin-top: 34px;
}
.p-front-page .service-area__text {
  max-width: 420px;
  margin-top: 40px;
  color: #fff;
}
.p-front-page .service-area__list {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.p-front-page .service-area__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 54px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1f502a;
}
.p-front-page .service-area__note {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #3e3a39;
}
.p-front-page .service-area__detail-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1200px;
  margin: 100px auto 0;
}
.p-front-page .b-contact {
  padding-top: 74px;
}

.p-contact .main {
  padding: 82px 40px 92px;
  background: #f4f4f4;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  margin-top: 22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__info {
  margin-top: 28px;
  text-align: center;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-top: 42px;
}
.p-contact .main .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-contact .main .tel-area__tel {
  margin-top: 24px;
  --c-tel-color-text: #1f502a;
  --c-tel-icon-size: 20px;
  --c-tel-gap: 10px;
}
.p-contact .main .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
}
.p-contact .form {
  max-width: 1116px;
  margin: 54px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 84px 40px 90px;
  background: #f4f4f4;
}
.p-archive .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive .main__title span {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 54px;
  max-width: 1200px;
  margin: 44px auto 0;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-archive .main__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-archive .main__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}
.p-archive .b-contact {
  padding-top: 102px;
}

.p-about {
  max-width: 1920px;
  margin: 0 auto;
}
.p-about .global-bg {
  background: #f4f4f4 url("../img/pc/about_mv_bg.jpg") no-repeat top center;
}
.p-about .mv {
  padding: 166px 40px 0;
}
.p-about .mv__inner {
  max-width: 1556px;
  margin: 0 auto;
}
.p-about .mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-about .mv__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .mv__title img {
  margin-top: 20px;
}
.p-about .mv__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #fff;
}
.p-about .philosophy {
  padding: 176px 40px 0;
}
.p-about .philosophy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .philosophy__title span {
  margin-top: 14px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-about .philosophy__title::after {
  display: block;
  width: 22px;
  height: 1px;
  margin-top: 10px;
  content: "";
  background: #1f502a;
}
.p-about .philosophy__headline {
  margin-top: 14px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 61px;
  color: #42342c;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-about .philosophy__text {
  margin-top: 28px;
  text-align: center;
}
.p-about .action {
  padding: 72px 40px 1px;
}
.p-about .action__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .action__title span {
  margin-top: 14px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-about .action__title::after {
  display: block;
  width: 22px;
  height: 1px;
  margin-top: 10px;
  content: "";
  background: #1f502a;
}
.p-about .action__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 386px);
  gap: 22px;
  justify-content: center;
  margin: 28px 0 -30px;
}
.p-about .action__list .item {
  position: relative;
  padding: 0 32px 32px;
  background: #fff;
  border: 1px solid #1f502a;
}
.p-about .action__list .item::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: block;
  height: 30px;
  content: "";
  background: url("../img/pc/front_system_shadow.png") bottom center no-repeat;
}
.p-about .action__list .item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 148px;
  padding-top: 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  color: #1f502a;
  text-align: center;
  border-bottom: 1px solid #1f502a;
}
.p-about .action__list .item__text {
  margin-top: 24px;
  text-align: justify;
}
.p-about .appraiser {
  padding: 126px 40px 0;
}
.p-about .appraiser__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .appraiser__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-about .appraiser__title img {
  margin-top: 20px;
}
.p-about .appraiser__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-about .appraiser__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-about .appraiser__list .item__container {
  display: grid;
  grid-template-columns: 25fr 32fr;
  gap: 56px;
}
.p-about .appraiser__list .item__image {
  height: 290px;
}
.p-about .appraiser__list .item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-about .appraiser__list .item__block {
  padding: 22px 0 0;
  border-top: 1px solid rgba(31, 80, 42, 0.5);
}
.p-about .appraiser__list .item__name {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
}
.p-about .appraiser__list .item__detail {
  margin-top: 10px;
}
.p-about .appraiser__list .item__table {
  margin-top: 20px;
  border-top: 1px solid rgba(31, 80, 42, 0.5);
}
.p-about .appraiser__list .item__table dl {
  display: grid;
  grid-template-columns: 174px 1fr;
  padding: 8px 0;
  border-bottom: 1px solid rgba(31, 80, 42, 0.5);
}
.p-about .appraiser__list .item__table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #1f502a;
  text-align: center;
  border-right: 1px solid rgba(31, 80, 42, 0.5);
}
.p-about .appraiser__list .item__table dl dd {
  padding: 6px 20px;
  font-size: 16px;
  line-height: 22px;
}
.p-about .company {
  padding: 80px 40px 66px;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-about .company__title img {
  margin-top: 20px;
}
.p-about .company__title::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #1f502a;
}
.p-about .company__list {
  margin-top: 10px;
}
.p-about .greeting__block {
  max-width: 1732px;
  height: 420px;
  padding: 60px 0 0;
  margin: 0 auto;
  background: url("../img/pc/about_greeting_bg.jpg") no-repeat center;
}
.p-about .greeting__inner {
  position: relative;
  max-width: 1246px;
  padding: 0 238px;
  margin: 0 auto;
}
.p-about .greeting__title {
  position: absolute;
  top: -78px;
  left: 20px;
  width: 109px;
  height: 306px;
}
.p-about .greeting__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 48px;
}
.p-about .greeting__text {
  max-width: 510px;
  margin-top: 20px;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1;
}
.p-about .greeting__signature span {
  margin-left: 16px;
  font-size: 22px;
  font-weight: bold;
}
.p-about .privacy-policy {
  margin-top: 88px;
}
.p-about .privacy-policy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-about .privacy-policy__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #1f502a;
}
.p-about .privacy-policy__scroll {
  max-width: 1200px;
  max-height: 446px;
  padding: 22px 44px;
  margin: 28px auto 0;
  overflow: scroll;
  background: #f4f4f4;
}
.p-about .site-policy {
  padding-bottom: 16px;
  margin-top: 60px;
}
.p-about .site-policy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #1f502a;
}
.p-about .site-policy__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #1f502a;
}
.p-about .site-policy__scroll {
  max-width: 1200px;
  max-height: 446px;
  padding: 22px 44px;
  margin: 28px auto 0;
  overflow: scroll;
  background: #f4f4f4;
}
