@charset "UTF-8";
:root {
  --mbe: max(12px, env(safe-area-inset-bottom), 4dvh);
}

@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes mediaImgCarousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-177.3333333333vw);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1600px);
  }
}
/**
ulタグ
*/
/**
olタグ
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-position: top center;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
  text-indent: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #333;
  border-radius: 0;
}

:where(select) {
  appearance: none;
  background: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  box-shadow: none;
  line-height: inherit;
}

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

body.fix {
  overflow: auto;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

img[src^="https://analyze.pro.research-artisan.com/"] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

:where(input[type=text]) {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]::placeholder {
  font-family: sans-serif;
  color: #707070;
}

input[type=text]:-ms-input-placeholder {
  font-family: sans-serif;
  color: #707070;
}

input[type=text]::-ms-input-placeholder {
  font-family: sans-serif;
  color: #707070;
}

input[type=submit] {
  font-family: sans-serif;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #333;
}

textarea {
  font-family: sans-serif;
}

textarea::placeholder {
  font-family: sans-serif;
  color: #707070;
}

textarea:-ms-input-placeholder {
  font-family: sans-serif;
  color: #707070;
}

textarea::-ms-input-placeholder {
  font-family: sans-serif;
  color: #707070;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  color: #333;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: bold;
}

.about-page-top__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 10px 0;
}
.about-page-top__item-link {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  max-width: 450px;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 0.3s !important;
  cursor: pointer;
  pointer-events: auto;
}
.about-page-top__item-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.about-page-top__item-link:hover .is-img-hover img {
  scale: 1.1;
  transition: scale 0.3s !important;
}
.about-page-top__item-img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 240px;
}
.about-page-top__item-img.is-img-hover img {
  scale: 1;
  transition: scale 0.3s !important;
}
.about-page-top__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page-top__item-content {
  padding: 46px 30px 32px;
}
.about-page-top__item-title {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #57b597;
  margin-bottom: 16px;
  font-size: 26px;
}
.about-page-top__item-lead {
  line-height: 1.5 !important;
  letter-spacing: 0.05em;
  font-size: 16px !important;
}

.unit {
  width: 1040px;
  margin: 0 auto;
}

.container.is-modal-on {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
.container-centerWrap {
  margin-bottom: 70px;
}
.container-centerWrap.is-margin {
  margin-bottom: 0;
}
.container-centerWrap.is-modal-on {
  position: relative;
  z-index: 998;
}
.container-center {
  /**
  container-centerクラスの下層にentry-headerがある場合のcss
  主にpage.phpで使用される
  */
}
.container-center.is-knowledge {
  display: flex;
  width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
}
.container-center:has(.entry-header) {
  margin-top: 70px;
}
.container-main {
  container-type: inline-size;
}
.container-main.on {
  container-type: normal;
}
.container-main.is-knowledge {
  width: 740px;
}
.container-side {
  width: 250px;
}
.container-side-content:not(:last-child) {
  margin-bottom: 15px;
}
.section.normal:not(:last-child) {
  padding-bottom: 50px;
}
.section.normal > .inner.block_questionary {
  width: 900px;
}
.section.normal.is-search {
  margin-top: 100px;
}
.section.normal .lead_main {
  line-height: 1.7;
}
.section.normal .small .inner {
  padding: 0 20px;
}

.sp {
  display: none;
}

.hidden--sp {
  display: none;
}

.is-text-right {
  text-align: right;
}

.is-text-center {
  text-align: center;
}

.is-marker1 {
  background: linear-gradient(transparent 60%, #ffe958 60%, #ffe958 90%, transparent 90%);
  font-weight: bold;
}

.anchor-link {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.is-blue {
  color: #0789d2;
  font-weight: bold;
}

.is-marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffe958 70%, #ffe958 100%, transparent 90%);
}

.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #cce9e0 60%, #cce9e0 90%, transparent 90%);
}

.is-yellowMarker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.is-under {
  text-decoration: underline;
}

.eng {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
}

.eng.bold {
  font-family: new-order, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.numberFont {
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}

small {
  font-size: 14px;
}

:where(strong) {
  color: #f50000;
  font-weight: bold;
}

.review-stars {
  display: flex;
}

.nch-transport-banner {
  width: fit-content;
  margin: 40px auto;
}
.nch-transport-banner img {
  width: 100%;
  height: auto;
}

.slider-carousel-block {
  display: flex;
  overflow: hidden;
}
.slider-carousel-box {
  display: flex;
  animation: scrollAnime 50s infinite linear 0.5s both;
}
.slider-carousel-item {
  width: 20vw;
}
.slider-carousel-item img {
  width: 100%;
  display: block;
}

.c-title {
  font-weight: bold;
  color: #57b597;
  text-align: center;
  border-top: 2px solid #57b597;
  border-bottom: 1px solid #ccc;
  line-height: 1.6 !important;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  padding: 7px;
  margin-bottom: 46px;
}

@media screen and (min-width: 768px) {
  .hidden--sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hidden--pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden--xl {
    display: none;
  }
}
.textLink_new {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}

.text_new_li {
  width: 100%;
  margin: 40px 0;
}
.text_new_li.is-width ul li,
.text_new_li.is-width ol li {
  padding-left: 20px;
}
.text_new_li.is-width ul li::before,
.text_new_li.is-width ol li::before {
  left: 0 !important;
}
.text_new_li .flow-style-bdr-box {
  padding: 23px 36px 23px 0;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}
.text_new_li .flow-style-bdr-box.is-border {
  border: none;
  padding: 0;
}
.text_new_li .flow-style-numberlist {
  line-height: 1.8;
}
.text_new_li .flow-style-numberlist li {
  position: relative;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
  padding-left: 42px;
}
.text_new_li .flow-style-numberlist li:last-child {
  margin-bottom: 0;
}
.text_new_li .flow-style-numberlist li > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.text_new_li .flow-style-numberlist li:not(:last-child) {
  margin-bottom: 20px;
}
.text_new_li ul.flow-style-numberlist > li::before {
  content: "";
  position: absolute;
  background-color: #57b597;
  border-radius: 50%;
  top: 9px;
  left: 26px;
  width: 8px;
  height: 8px;
}
.text_new_li ol.flow-style-numberlist {
  counter-reset: list;
}
.text_new_li ol.flow-style-numberlist > li::before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  color: #57b597;
  text-align: center;
  border-radius: 50%;
  top: 2px;
  left: 15px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.flow-style-checklist {
  background-color: #d2d2d2;
  border-radius: 0.5rem;
  margin: 30px 0;
  padding: 1px 10px 10px;
}
.flow-style-checklist > li {
  position: relative;
  line-height: 1.5;
  list-style: none;
  background-color: #fff;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0.5em 0.5em 0.5em 2em;
  border-radius: 5px;
}
.flow-style-checklist > li::before {
  content: "";
  top: auto;
  position: absolute;
  left: 0.4em;
  color: #57b597;
  background-image: url("../img/icn_check.svg");
  width: 20px;
  height: 20px;
}

.common-accordion-details {
  border-top: 1px solid #d2d2d2;
}
.common-accordion-details:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.common-accordion-details[open] summary:after {
  transform: rotate(90deg);
}
.common-accordion-details-summary {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 25px 35px 25px 35px;
}
.common-accordion-details-summary:hover {
  opacity: 0.8;
}
.common-accordion-details-summary::before, .common-accordion-details-summary::after {
  content: "";
  background-color: #57b597;
  position: absolute;
}
.common-accordion-details-summary::before {
  width: 12px;
  height: 2px;
  top: 18px;
  left: 10px;
}
.common-accordion-details-summary::after {
  content: "";
  width: 2px;
  height: 12px;
  top: 13px;
  left: 15px;
}
.common-accordion-details-content {
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 10px;
}

.list_result-item-details {
  border-top: none;
}
.list_result-item-details-summary {
  padding: 12px 30px;
  cursor: pointer;
}

/**
template-knowledge-child.php内のカラムリスト
*/
.list_knowledge {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  gap: 2rem;
}
@container (max-width: 740px) {
  .list_knowledge {
    width: 740px;
  }
}
.list_knowledge > li {
  position: relative;
  width: 286px;
}
.list_knowledge > li.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.list_knowledge > li.pickup a::before {
  content: "";
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icn_pickup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 75px;
  height: 75px;
}
.list_knowledge > li a {
  display: block;
  color: #333 !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}
.list_knowledge > li a:hover {
  opacity: 0.7;
}
.list_knowledge > li a:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.list_knowledge > li a .img {
  overflow: hidden;
}
.list_knowledge > li a .img img {
  width: 100%;
  height: 29.3333vw;
  object-fit: cover;
  height: 191px;
  transition: transform 0.3s ease;
}
.list_knowledge > li a .txt {
  padding: 10px 0 0;
}
.list_knowledge > li a .txt .list_tag {
  margin-bottom: 0.5em;
}
.list_knowledge > li a .txt .ttl {
  line-height: 1.5625;
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 15px;
}
.list_knowledge > li a .txt .copy {
  display: none;
  font-size: 13px;
  line-height: 1.5714;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_knowledge__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.list_knowledge__category {
  color: #878787;
  background-color: #f2f5f4;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 4px;
}
.list_knowledge__time {
  color: #777;
  display: block;
  letter-spacing: 0.2px;
  font-size: 11px;
}

/**
共通のボタン
*/
.common-btn {
  margin-top: 45px;
}
.common-btn a,
.common-btn button {
  position: relative;
  line-height: 1.3;
  font-weight: bold;
  color: #57b597;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #57b597;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 360px;
  padding: 20px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
@container (max-width: 740px) {
  .common-btn a,
  .common-btn button {
    width: 300px;
  }
}
.common-btn a:hover,
.common-btn button:hover {
  color: #fff;
  background-color: #57b597;
}
.common-btn a:hover::after,
.common-btn button:hover::after {
  background-color: #fff;
}
.common-btn a::after,
.common-btn button::after {
  content: "";
  display: block;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  right: 20px;
  transition: background-color 0.3s ease;
}
.common-btn.is-reverse a::after,
.common-btn.is-reverse button::after {
  right: auto;
  transform: rotate(180deg);
  left: 20px;
}

.common-btn1 {
  margin-top: 45px;
}
.common-btn1 a,
.common-btn1 button {
  position: relative;
  line-height: 1.3;
  font-weight: bold;
  color: #57b597;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #57b597;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 360px;
  padding: 20px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
@container (max-width: 740px) {
  .common-btn1 a,
  .common-btn1 button {
    width: 300px;
  }
}
.common-btn1 a:hover,
.common-btn1 button:hover {
  color: #fff;
  background-color: #57b597;
}
.common-btn1 a:hover::after,
.common-btn1 button:hover::after {
  background-color: #fff;
}
.common-btn1 a::after,
.common-btn1 button::after {
  content: "";
  display: block;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  right: 20px;
  transition: background-color 0.3s ease;
}
.common-btn1 a,
.common-btn1 button {
  background-color: #57b597;
  color: #fff;
  transition: opacity 0.3s ease;
}
.common-btn1 a::after,
.common-btn1 button::after {
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.common-btn1 a:hover,
.common-btn1 button:hover {
  opacity: 0.8;
}

.c-moreBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 1;
  color: #57b597;
  font-size: 16px;
  margin: 40px auto 25px;
  padding-top: 36px;
  padding-bottom: 10px;
  transition: opacity 0.3s ease;
}
.c-moreBtn:hover {
  opacity: 0.8;
}
.c-moreBtn::before {
  content: "";
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  right: 50%;
  top: 0;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  margin-right: -11px;
}

.search-children-post-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: 10px;
  gap: 10px;
  font-size: 12.5px;
}
.search-children-post-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  background-color: #57b597;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  position: relative;
}
.search-children-post-list__item a {
  display: block;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 8px 0;
}

.knowledge-category {
  width: 1000px;
  margin: 0 auto 50px;
}
.knowledge-category__title {
  color: #57b597;
  position: relative;
  text-align: center;
  margin-bottom: 0.9em;
  font-weight: bold;
  font-size: 26px;
}
.knowledge-category__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.knowledge-category__list {
  letter-spacing: 0.03em;
  width: 490px;
}
.knowledge-category__item-headline {
  font-weight: bold;
  position: relative;
  background-color: #57b597;
}
.knowledge-category__item-headline:hover::after {
  right: 20px;
}
.knowledge-category__item-headline::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/area-lp-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  right: 30px;
}
.knowledge-category__item-headline a {
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 16px 10px 16px 40px;
}
.knowledge-category__item-box {
  border: 0.1rem solid #d1d1d1;
  padding: 15px;
}
.knowledge-category__item-content {
  background-color: #f4f4f4;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  font-size: 14px;
}
.knowledge-category__item-content:hover::after {
  right: 5px;
}
.knowledge-category__item-content::after {
  content: "";
  display: block;
  position: absolute;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-image: url("../img/area-lp-button-arrow.svg");
  background-color: #57b597;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  right: 15px;
}
.knowledge-category__item-content:not(:last-child) {
  margin-bottom: 10px;
}
.knowledge-category__item-content a {
  display: block;
  padding: 10px 50px 10px 20px;
}

.c-headline {
  color: #57b597;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding-top: 23px;
  margin-bottom: 23px;
}
.c-headline::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #57b597;
  width: 50px;
}

.c-plan-headline-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #333;
  text-align: center;
  word-break: auto-phrase;
  font-size: 28px;
  margin-bottom: 20px;
}
.c-plan-headline-title::before, .c-plan-headline-title::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.c-plan-headline-title::before {
  right: -15px;
}
.c-plan-headline-title::after {
  left: -15px;
}

.c-catch {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}

.common-content-faq {
  background-color: #57b597;
  font-feature-settings: "palt";
}
.common-content-faq.is-plan-bg {
  background-color: #FFFBF2;
}
.common-content-faq__inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
.common-content-faq__area:not(:last-child) {
  margin-bottom: 60px;
}
.common-content-faq__title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 40px;
}
.common-content-faq__list {
  line-height: 1.8;
}
.common-content-faq__block {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  border: 1px solid #DADADA;
  cursor: pointer;
}
.common-content-faq__block:not(:last-child) {
  margin-bottom: 20px;
}
.common-content-faq__block::before, .common-content-faq__block::after {
  content: "";
  position: absolute;
  background-color: #57b597;
  top: 45px;
  right: 20px;
  width: 20px;
  height: 2px;
}
.common-content-faq__block::before {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.common-content-faq__block::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.common-content-faq__block.on::after {
  transform: rotate(180deg);
}
.common-content-faq__block.on::before {
  opacity: 0;
  transform: rotate(90deg);
}
.common-content-faq__headline {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 22px;
  padding: 30px 50px 30px 88px;
}
.common-content-faq__headline::before {
  content: "Q";
  display: block;
  position: absolute;
  color: #57b597;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  top: 28px;
  left: 50px;
}
.common-content-faq__data {
  letter-spacing: 0.05em;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
  box-sizing: content-box;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
  padding: 0 32px 0 86px;
}
.common-content-faq__data:last-child {
  margin-bottom: 0;
}
.common-content-faq__data > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.common-content-faq__data.on {
  padding-top: 10px;
  padding-bottom: 30px;
}
.common-content-faq__data a {
  color: #4b9c82;
  display: inline-block;
  text-decoration: underline;
}
.common-content-faq__data::before {
  content: "A";
  display: block;
  position: absolute;
  color: #57b597;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  top: 7px;
  left: 50px;
}
.common-content-faq__data .is-bold {
  font-weight: bold;
}
.common-content-faq__btn a:hover {
  opacity: 0.8;
  color: #57b597;
  background-color: #fff;
}
.common-content-faq__btn a:hover::after {
  background-color: #57b597;
}

.common-single-loop-faq {
  font-feature-settings: "palt";
  margin-top: 60px;
}
.common-single-loop-faq__inner {
  width: 900px;
  margin: 0 auto;
}
@container (max-width: 740px) {
  .common-single-loop-faq__inner {
    width: 740px;
  }
}
.common-single-loop-faq__title.is-knowledge-title {
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-size: 2.5rem;
  padding: 1.6rem 2rem 1.6rem 4rem;
  margin: 1.5em 0 0.7em;
}
.common-single-loop-faq__title.is-knowledge-title::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: calc(100% - 4rem);
  left: 2rem;
}
.common-single-loop-faq__title:not(.is-knowledge-title) {
  color: #57b597;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding-top: 23px;
  margin-bottom: 23px;
  letter-spacing: 0.04em;
}
.common-single-loop-faq__title:not(.is-knowledge-title)::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #57b597;
  width: 50px;
}
.common-single-loop-faq__list {
  line-height: 1.8;
}
.common-single-loop-faq__block {
  position: relative;
  border-top: 1px solid #d2d2d2;
  cursor: pointer;
}
.common-single-loop-faq__block::before, .common-single-loop-faq__block::after {
  content: "";
  position: absolute;
  background-color: #57b597;
  top: 34px;
  right: 20px;
  width: 20px;
  height: 2px;
}
.common-single-loop-faq__block::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.common-single-loop-faq__block::before {
  transform: rotate(180deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.common-single-loop-faq__block.on::after {
  transform: rotate(180deg);
}
.common-single-loop-faq__block.on::before {
  opacity: 0;
  transform: rotate(90deg);
}
.common-single-loop-faq__block:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.common-single-loop-faq__headline {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 15px;
  padding: 25px 55px 25px 55px;
}
.common-single-loop-faq__headline::before {
  content: "Q";
  display: block;
  position: absolute;
  color: #57b597;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1;
  font-size: 26px;
  top: 20px;
  left: 15px;
}
.common-single-loop-faq__data {
  letter-spacing: 0.05em;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
  box-sizing: content-box;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
  padding: 0 32px 0 56px;
}
.common-single-loop-faq__data:last-child {
  margin-bottom: 0;
}
.common-single-loop-faq__data > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.common-single-loop-faq__data.on {
  padding-top: 10px;
  padding-bottom: 30px;
}
.common-single-loop-faq__data a {
  color: #4b9c82;
  display: inline-block;
  text-decoration: underline;
}
.common-single-loop-faq__data::before {
  content: "A";
  display: block;
  position: absolute;
  color: #57b597;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  top: 7px;
  left: 13px;
}
.common-single-loop-faq__data .is-bold {
  font-weight: bold;
}

.common-customer-delighted-voice {
  margin: 70px 0;
}
.common-customer-delighted-voice__inner {
  width: 1040px;
  margin: 0 auto;
}
.common-customer-delighted-voice__catch {
  line-height: 1.8;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
.common-customer-delighted-voice__list {
  display: flex;
  justify-content: space-between;
}
.common-customer-delighted-voice__item {
  width: 500px;
}
.common-customer-delighted-voice__item-img {
  margin-bottom: 20px;
}
.common-customer-delighted-voice__item-img img {
  width: 100%;
  height: auto;
}
.common-customer-delighted-voice__item-box {
  padding: 0 10px;
}
.common-customer-delighted-voice__item-headline {
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.common-customer-delighted-voice__item-info {
  font-size: 14px;
}
.common-customer-delighted-voice__item-name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.common-customer-delighted-voice__item-name .is-star {
  width: fit-content;
  height: 15px;
  margin-left: 6px;
}
.common-customer-delighted-voice__item-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.common-customer-delighted-voice__item-icons-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.common-customer-delighted-voice__item-icons-item .icn {
  border-radius: 10px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #57b597;
  font-weight: bold;
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.common-customer-delighted-voice__item-icons-item .icn.place {
  background-image: url("../img/icn_place.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}
.common-customer-delighted-voice__item-text {
  line-height: 1.8;
}

.funeral-hall-slider__inner .swiper-area {
  position: relative;
  width: 1125px;
  margin: 0 auto;
}
.funeral-hall-slider__inner .swiper-horizontal {
  overflow: hidden;
  padding: 0 6px 6px;
}
.funeral-hall-slider__wrap:not(:last-child) {
  margin-bottom: 40px;
}
.funeral-hall-slider__item a {
  display: block;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.funeral-hall-slider__item a:hover {
  transform: translateY(-4px);
  opacity: 0.8;
}
.funeral-hall-slider__item-img img {
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 140px;
}
.funeral-hall-slider__item-text {
  padding: 14px 15px 10px;
}
.funeral-hall-slider__item-headline {
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #57b597;
  margin-bottom: 12px;
  font-size: 18px;
}
.funeral-hall-slider__item-address {
  background-image: url("../img/icn_address.svg");
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left !important;
  line-height: 1.4 !important;
  padding-left: 15px;
  font-size: 14px !important;
  background-size: 10px 15px;
  background-position: left top 2px;
  margin-bottom: 6px;
}
.funeral-hall-slider__item-icons {
  display: flex;
  gap: 5px;
}
.funeral-hall-slider__item-icons-img img {
  width: 21px;
  height: 21px;
}
.funeral-hall-slider .swiper-button-prev,
.funeral-hall-slider .swiper-button-next {
  background-color: #57b597;
  border-radius: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
}
.funeral-hall-slider .swiper-button-prev::after,
.funeral-hall-slider .swiper-button-next::after {
  color: #fff;
  font-size: 18px;
}
.funeral-hall-slider .swiper-button-prev {
  left: -60px;
}
.funeral-hall-slider .swiper-button-next {
  right: -60px;
}

.banner-counsel {
  background-color: #fff;
  margin-top: 58px;
}
.banner-counsel > a {
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  width: 100%;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 140px;
  flex-direction: row-reverse;
  border-radius: 0;
}
.banner-counsel__img {
  width: 50%;
}
.banner-counsel__img img {
  margin-bottom: 0;
}
.banner-counsel__box {
  flex: 1;
  padding: 37px;
}
@container (max-width: 740px) {
  .banner-counsel__box {
    padding: 27px;
  }
}
.banner-counsel__box-headline {
  font-weight: bold;
  color: #57b597;
  line-height: 1;
  font-size: 24px;
}
.banner-counsel__box-link {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}

.csr-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  min-height: 700px;
  padding: 100px 0 70px;
  margin: 0 auto;
}
.csr-fv::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background: url("../img/csr-fv__bg-pc.webp") no-repeat top center/cover;
  z-index: 1;
  top: 0;
  height: 100%;
}
.csr-fv::after {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  width: 100%;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom right, transparent 0%, rgba(142, 149, 153, 0.1) 30%, #EDF9FF 50%);
}
.csr-fv__inner {
  position: relative;
  width: 100%;
  z-index: 2;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.csr-fv__headline {
  padding-bottom: 40px;
}
.csr-fv__headline-title {
  margin-bottom: 10px;
}
.csr-fv__headline-title-text {
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #0B8960;
  font-size: 16px;
}
.csr-fv__headline-lead-text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0B8960;
  font-size: 32px;
}
.csr-fv__message-paragraph {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-size: 16px;
}
.csr-fv__message-paragraph:not(:last-of-type) {
  margin-bottom: 30px;
}
.csr-fv__message-paragraph.is-mb-0-pc {
  margin-bottom: 0;
}
.csr-fv__message-paragraph .has-line {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.csr-fv__message-paragraph .has-line::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #333333;
  right: 2px;
  width: 20px;
  height: 1px;
}

.csr-news {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 140px 0 100px;
  margin: 0 auto;
}
.csr-news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/csr-news__bg-pc.webp") no-repeat top left/contain;
  z-index: 1;
  width: 800px;
  height: 240px;
}
.csr-news__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
.csr-news__headline {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 50px;
}
.csr-news__headline-title-img {
  display: block;
  height: 25px;
  margin-bottom: 10px;
}
.csr-news__headline-title-img img {
  display: block;
  width: auto;
  height: 100%;
}
.csr-news__headline-title-text {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.07em;
}
.csr-news__main-list {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 80px;
  border-top: 1px dashed #ACC5BD;
}
.csr-news__main-item {
  display: block;
  padding: 2px 0;
  overflow: hidden;
}
.csr-news__main-link {
  position: relative;
  display: flex;
  padding: 25px 60px 25px 0;
  border-bottom: 1px dashed #ACC5BD;
}
.csr-news__main-link:hover {
  cursor: pointer;
}
.csr-news__main-link:hover::before {
  translate: 0 0;
  transition: translate 0.3s !important;
}
.csr-news__main-link:hover::after {
  rotate: 450deg;
  transition: rotate 0.3s !important;
}
.csr-news__main-link:hover .is-date {
  color: #333333;
  transition: color 0.3s !important;
}
.csr-news__main-link:hover .is-category-item {
  background-color: #1F7E5F;
  border-color: #1F7E5F;
  color: #FFFFFF;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s !important;
}
.csr-news__main-link:hover .is-title {
  color: #1F7E5F;
  transition: color 0.3s !important;
}
.csr-news__main-link::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #57b597;
  translate: -100% 0;
  transition: translate 0.3s !important;
}
.csr-news__main-link::after {
  position: absolute;
  content: "";
  right: 0;
  display: block;
  background: url("../img/csr-news__main-link-arrow.webp") no-repeat center center/contain;
  rotate: 90deg;
  bottom: 15px;
  width: 40px;
  height: 40px;
  transition: rotate 0.3s !important;
}
.csr-news__main-meta {
  display: flex;
  align-items: center;
  flex-basis: 220px;
}
.csr-news__main-date {
  color: #AAB9B4;
  margin-right: 10px;
  font-size: 14px;
}
.csr-news__main-date.is-date {
  transition: color 0.3s !important;
}
.csr-news__main-category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.csr-news__main-category-item {
  display: block;
  width: fit-content;
  border-radius: 999px;
  background-color: #FFFFFF;
  text-align: center;
  color: #1F7E5F;
  padding: 4px 10px 3px;
  border: 1px solid #ACC5BD;
  font-size: 15px;
}
.csr-news__main-category-item.is-category-item {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s !important;
}
.csr-news__main-title {
  font-weight: bold;
  flex: 1;
  height: fit-content;
  font-size: 15px;
  line-height: 1.6;
}
.csr-news__main-title.is-title {
  color: #333333;
  transition: color 0.3s !important;
}
.csr-news__main-no-article {
  display: block;
  width: 100%;
  max-width: 930px;
  padding-top: 50px;
  margin: 0 auto 100px;
}
.csr-news__main-no-article-text {
  font-weight: bold;
  line-height: 1.6;
  font-size: 20px;
  text-align: center;
}
.csr-news__internal-link {
  position: relative;
  display: block;
  background-color: #57b597;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  width: 370px;
  padding: 30px 55px 30px 30px;
  border-radius: 6px;
  border: 2px solid #57b597;
  font-size: 20px;
  translate: 0 0;
  transition: background-color 0.3s, color 0.3s, translate 0.3s !important;
}
.csr-news__internal-link:hover {
  cursor: pointer;
  background-color: #FFFFFF;
  color: #57b597;
  translate: 0 5px;
  transition: background-color 0.3s, color 0.3s, translate 0.3s !important;
}
.csr-news__internal-link:hover::after {
  rotate: 450deg;
  transition: rotate 0.3s !important;
}
.csr-news__internal-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url("../img/csr-news__internal-link-arrow.webp") no-repeat center center/contain;
  rotate: 90deg;
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #57b597;
  transition: rotate 0.3s !important;
}
.csr-news__internal-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 15px;
}
.csr-working-on {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 100px 0 150px;
  margin: 0 auto;
}
.csr-working-on::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/csr-working-on__bg-pc.webp") no-repeat top left/contain;
  z-index: 1;
  width: 700px;
  height: 260px;
}
.csr-working-on__inner {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 20px;
}
.csr-working-on__headline {
  width: 100%;
  margin-bottom: 100px;
}
.csr-working-on__headline-title-img {
  display: block;
  width: fit-content;
  height: 25px;
  margin: 0 auto 10px;
}
.csr-working-on__headline-title-img img {
  display: block;
  width: auto;
  height: 100%;
}
.csr-working-on__headline-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 40px;
}
.csr-working-on__body {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.csr-working-on__main-item:not(:last-of-type) {
  margin-bottom: 140px;
}
.csr-working-on__main-item-title {
  position: relative;
  font-weight: bold;
  display: block;
  width: fit-content;
  padding-left: 240px;
  margin-left: -20px;
  margin-bottom: 70px;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.csr-working-on__main-item-title::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  background-color: #333333;
  width: 230px;
  height: 1px;
}
.csr-working-on__activity-item {
  display: flex;
  justify-content: center;
}
.csr-working-on__activity-item:not(:last-of-type) {
  margin-bottom: 120px;
}
.csr-working-on__activity-item:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.csr-working-on__activity-item:nth-of-type(2n + 1) .is-img {
  padding-right: 30px;
  margin-left: -20px;
}
.csr-working-on__activity-item:nth-of-type(2n + 1) .is-content::after {
  right: 0;
  background-position: top right;
}
.csr-working-on__activity-item:nth-of-type(2n + 1) .is-content-inner {
  margin-right: auto;
}
.csr-working-on__activity-item:nth-of-type(2n) {
  flex-direction: row;
}
.csr-working-on__activity-item:nth-of-type(2n) .is-img {
  padding-left: 30px;
  margin-right: -20px;
}
.csr-working-on__activity-item:nth-of-type(2n) .is-content::after {
  left: 0;
  background-position: top left;
}
.csr-working-on__activity-item:nth-of-type(2n) .is-content-inner {
  margin-left: auto;
}
.csr-working-on__activity-item.is-funeral-culture:nth-of-type(1) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-1-1.webp");
}
.csr-working-on__activity-item.is-funeral-culture:nth-of-type(2) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-1-2.webp");
}
.csr-working-on__activity-item.is-funeral-culture:nth-of-type(3) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-1-3.webp");
}
.csr-working-on__activity-item.is-supporting-people:nth-of-type(1) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-2-1.webp");
}
.csr-working-on__activity-item.is-supporting-people:nth-of-type(2) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-2-2.webp");
}
.csr-working-on__activity-item.is-creating-society:nth-of-type(1) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-3-1.webp");
}
.csr-working-on__activity-item.is-creating-society:nth-of-type(2) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-3-2.webp");
}
.csr-working-on__activity-item.is-creating-society:nth-of-type(3) .is-content::after {
  background-image: url("../img/csr-working-on__activity-content-bg-3-3.webp");
}
.csr-working-on__activity-img {
  display: block;
  position: relative;
  width: calc(46% + 20px);
  z-index: 2;
}
.csr-working-on__activity-img img {
  display: block;
  width: 100%;
  height: auto;
}
.csr-working-on__activity-content {
  position: relative;
  width: calc(54% + 20px);
  padding-top: 100px;
  z-index: 1;
}
.csr-working-on__activity-content-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
}
.csr-working-on__activity-content::after {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  width: calc(100vw - 40px);
  max-width: 1640px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.csr-working-on__activity-category {
  display: inline-block;
  width: fit-content;
  background-color: #57b597;
  vertical-align: baseline;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px 16px;
  margin-bottom: 20px;
  font-size: 24px;
}
.csr-working-on__activity-category .is-sub-text {
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-left: 10px;
}
.csr-working-on__activity-title {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #1D6D54;
  margin-bottom: 20px;
  font-size: 22px;
}
.csr-working-on__activity-lead {
  margin-bottom: 20px;
}
.csr-working-on__activity-lead-text {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.csr-working-on__activity-description-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.csr-working-on__activity-description-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.csr-working-on__activity-notion {
  margin-top: 60px;
}
.csr-working-on__activity-notion-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.csr-working-on__activity-option {
  display: block;
  width: 100%;
  background-color: #EFF6F3;
  padding: 20px 15px;
  margin-top: 30px;
  border: 2px solid #57b597;
  border-radius: 20px;
}
.csr-working-on__activity-option-text {
  line-height: 2;
  letter-spacing: 0.05em;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
}
.csr-working-on__activity-option-link {
  display: inline;
  font-weight: bold;
  color: #5592e1;
  border-bottom: 1px solid #5592e1;
}

.csr-events {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, #E7F4F2 100%, #E7F4F2 50%);
  max-width: 1920px;
  padding: 160px 0 140px;
  margin: 0 auto;
}
.csr-events::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/csr-events__bg-pc.webp") no-repeat top left/contain;
  z-index: 1;
  width: 950px;
  height: 270px;
}
.csr-events::after {
  position: absolute;
  content: "";
  bottom: 14px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  border-top: 3px dotted #FFFFFF;
  border-bottom: 3px dotted #FFFFFF;
}
.csr-events__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
.csr-events__headline {
  margin-bottom: 50px;
}
.csr-events__headline-title-img {
  display: block;
  height: 25px;
  margin-bottom: 10px;
}
.csr-events__headline-title-img img {
  display: block;
  width: auto;
  height: 100%;
}
.csr-events__headline-title-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 40px;
}
.csr-events__card-item {
  background-color: #FFFFFF;
  display: flex;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 22px 0 rgba(175, 207, 203, 0.6);
}
.csr-events__card-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.csr-events__card-img {
  overflow: hidden;
  width: 410px;
  height: 410px;
  border-radius: 12px;
}
.csr-events__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr-events__card-content {
  flex: 1;
  padding-left: 30px;
}
.csr-events__card-date {
  display: inline-block;
  color: #AAB9B4;
  margin-bottom: 6px;
  font-size: 14px;
}
.csr-events__card-category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-bottom: 20px;
}
.csr-events__card-category-item {
  display: block;
  width: fit-content;
  border-radius: 999px;
  background-color: #FFFFFF;
  text-align: center;
  color: #1F7E5F;
  padding: 4px 10px 3px;
  border: 1px solid #ACC5BD;
  font-size: 15px;
}
.csr-events__card-title {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-size: 18px;
}
.csr-events__card-lead {
  margin-bottom: 24px;
}
.csr-events__card-lead-text {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 15px;
}
.csr-events__card-detail-term {
  position: relative;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-left: 17px;
  margin-bottom: 8px;
  font-size: 16px;
}
.csr-events__card-detail-term::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background-color: #001710;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.csr-events__card-detail-term.is-label {
  position: unset;
  display: block;
  width: fit-content;
  background-color: #001710;
  color: #FFFFFF;
  padding: 6px 10px 5px;
}
.csr-events__card-detail-term.is-label::before {
  display: none;
}
.csr-events__card-detail-description {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 15px;
}
.csr-events__card-detail-description:not(:last-of-type) {
  margin-bottom: 10px;
}
.csr-events__card-detail-description.is-main {
  margin-bottom: 24px;
}
.csr-events__card-detail-description.has-pl-15 {
  padding-left: 17px;
}
.csr-events__no-article-text {
  font-weight: bold;
  line-height: 1.6;
  font-size: 20px;
  text-align: center;
}

.header {
  background-color: #fff;
  position: sticky;
  width: 100%;
  z-index: 10;
  top: 0;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.header.hide {
  transform: translateY(-120px);
}
.header.hide.is-saijou-top-ad {
  transform: translateY(-76px);
}
.header.is-modal-on {
  opacity: 0;
  visibility: collapse;
}
.header__wrap {
  border-bottom: 2px solid #57b597;
}
.header__catch {
  color: #fff;
  background-color: #57b597;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 14px;
  height: 36px;
}
.header__catch-text {
  line-height: 1;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  height: 82px;
}
.header__body-logo {
  margin-right: auto;
}
.header__body-logo a {
  display: block;
}
.header__body-logo img {
  width: 270px;
  height: 36px;
}
.header__body-tel {
  background-image: url("../img/header__body-tel_bg.gif");
  width: 290px;
  margin-right: 14px;
  padding-left: 60px;
  background-position: left top 8px;
  background-size: 43px;
}
.header__body-tel-number {
  color: #57b597;
  font-size: 38px;
  margin-bottom: 4px;
}
.header__body-tel-number a {
  display: block;
  cursor: pointer;
}
.header__body-tel-text {
  width: fit-content;
  border: 1px solid #DADADA;
  font-size: 12px;
  padding: 4px;
}
.header__body-menu-list {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.header__body-menu-item a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 127px;
  height: 48px;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.header__body-menu-item a:hover {
  transform: translateY(4px);
  box-shadow: none !important;
}
.header__body-menu-item a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.header__body-menu-item a.is-color1 {
  background-color: #E6505C;
  box-shadow: 0 4px 0 #AE183E;
}
.header__body-menu-item a.is-color1::before {
  background-image: url("../img/header__bosy-menu-item1_bg_pc.svg");
}
.header__body-menu-item a.is-color2 {
  background-color: #447AC2;
  box-shadow: 0 4px 0 #3368AF;
}
.header__body-menu-item a.is-color2::before {
  background-image: url("../img/header__bosy-menu-item2_bg_pc.svg");
}
.header__body-menu-item a.is-color3 {
  background-color: #B4A150;
  box-shadow: 0 4px 0 #927D24;
}
.header__body-menu-item a.is-color3::before {
  background-image: url("../img/header__bosy-menu-item3_bg_pc.svg");
}
.header__main {
  position: relative;
  background-color: #fff;
}
.header__main-nav {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header__main-nav::after, .header__main-nav::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #333;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__main-nav::before {
  left: 0;
}
.header__main-nav::after {
  right: 0;
}
.header__main-nav-list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: bold;
}
.header__main-nav-item {
  flex-grow: 1;
  font-size: 16px;
}
.header__main-nav-item:hover .is-subMenu {
  opacity: 1;
  max-height: 100vh;
  visibility: unset;
}
.header__main-nav-item.is-plan .is-link, .header__main-nav-item.is-search .is-link, .header__main-nav-item.is-knowledge .is-link, .header__main-nav-item.is-casestudy .is-link, .header__main-nav-item.is-voice .is-link, .header__main-nav-item.is-about .is-link {
  padding-right: 20px;
}
.header__main-nav-item.is-plan .is-link::after, .header__main-nav-item.is-search .is-link::after, .header__main-nav-item.is-knowledge .is-link::after, .header__main-nav-item.is-casestudy .is-link::after, .header__main-nav-item.is-voice .is-link::after, .header__main-nav-item.is-about .is-link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/header__main-nav-item_arrow_bg_pc.png");
  width: 11px;
  height: 6px;
  background-position: left top;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.header__main-nav-item-link {
  position: relative;
}
.header__main-nav-item-link-text {
  color: #333;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}
.header__main-nav-item-link-text::after {
  background-color: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -6px;
  width: 1px;
  height: 20px;
}
.header__main-nav-item-link-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: transparent;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: background-color 0.2s ease;
}
.header__main-nav-item-link-text:hover::before {
  background-color: #57b597;
}
.header__main-nav-item-link-text::after, .header__main-nav-item-link-text::before {
  content: "";
  display: block;
  position: absolute;
}
.header__main-subMenu {
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  z-index: 3;
  position: absolute;
  top: 44px;
  left: calc(50% - 50vw);
  background-color: #fff;
  box-shadow: 0 6px 7px -7px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #eee;
  transition: opacity 0.2s ease, max-height 0.2s ease, visibility 0.2s ease;
}
.header__main-subMenu.is-search.is-input-focus {
  opacity: 1;
  max-height: 100vh;
  visibility: unset;
}
.header__main-subMenu-block {
  width: 1000px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
.header__main-plan-list {
  display: flex;
  justify-content: space-between;
  border-left: 1px dashed #d2d2d2;
  border-right: 1px dashed #d2d2d2;
}
.header__main-plan-item:not(:last-child) {
  border-right: 1px dashed #d2d2d2;
}
.header__main-plan-item.is-ippansou {
  width: 200px;
}
.header__main-plan-item.is-kazokusou {
  width: 400px;
}
.header__main-plan-item.is-ichinichisou {
  width: 200px;
}
.header__main-plan-item.is-kasou {
  width: 200px;
}
.header__main-plan-item-headline {
  display: block;
  color: #57b597;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.header__main-plan-item-area.is-flex {
  display: flex;
  justify-content: space-between;
}
.header__main-plan-item-box.is-ippansou {
  padding-top: 140px;
  background-size: 200px;
  background-image: url("../img/header__main-plan-item-box-ippansou_bg_pc.webp");
}
.header__main-plan-item-box.is-kazokusou {
  padding-top: 140px;
  background-size: 200px;
  background-image: url("../img/header__main-plan-item-box-kazokusou_bg_pc.webp");
  width: 200px;
}
.header__main-plan-item-box.is-ichinichisou {
  padding-top: 140px;
  background-size: 200px;
  width: 200px;
  background-image: url("../img/header__main-plan-item-box-ichinichisou_bg_pc.webp");
}
.header__main-plan-item-box.is-noreligion {
  padding-top: 140px;
  background-size: 200px;
  width: 200px;
  background-image: url("../img/header__main-plan-item-box-noreligion_bg_pc.webp");
}
.header__main-plan-item-box.is-kasou {
  padding-top: 140px;
  background-size: 200px;
  width: 200px;
  background-image: url("../img/header__main-plan-item-box-kasou_bg_pc.webp");
}
.header__main-plan-item-img {
  margin-bottom: 14px;
}
.header__main-plan-item-img a {
  transition: opacity 0.3s ease;
}
.header__main-plan-item-img a:hover {
  opacity: 0.8;
}
.header__main-plan-item-img img {
  width: 100%;
  height: auto;
}
.header__main-plan-item-link {
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 1.6;
}
.header__main-plan-item-link::after {
  content: "";
  margin-left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 17px;
  top: 0.45em;
  transform: rotate(-45deg);
}
.header__main-plan-item-link a {
  transition: color 0.3s ease;
}
.header__main-plan-item-link a:hover {
  color: #57b597;
}
.header__main-search-box {
  display: flex;
  align-items: center;
}
.header__main-search-box:not(:last-child) {
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.header__main-search-headline {
  width: 244px;
  font-size: 18px;
  line-height: 1.4;
  color: #57b597;
  font-weight: bold;
}
.header__main-search-list {
  display: flex;
  font-weight: bold;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  gap: 20px;
}
.header__main-search-item a {
  color: #57b597;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #57b597;
  position: relative;
  width: 170px;
  height: 50px;
  padding-left: 10px;
  border-radius: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header__main-search-item a:hover {
  background-color: #57b597;
  color: #fff;
}
.header__main-search-item a:hover::after {
  background-color: #fff;
}
.header__main-search-item a::after {
  background-color: #57b597;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-color: #57b597;
  left: 18px;
}
.header__main-search-form-area {
  display: flex;
  gap: 30px;
}
.header__main-search-form-input[type=text] {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 620px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  height: 42px;
}
.header__main-search-form-btn {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-image: url("../img/icn_search.svg");
  background-repeat: no-repeat;
  background-color: #57b597;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  width: 100px;
  height: 42px;
  padding-left: 13px;
  background-size: 18px;
  background-position: left 15px center;
  font-size: 14px;
}
.header__main-search-nishikasaihall-link {
  font-size: 14px;
}
.header__main-search-nishikasaihall-link a {
  display: block;
  position: relative;
  padding-left: 22px;
  transition: color 0.3s ease;
}
.header__main-search-nishikasaihall-link a:hover {
  color: #57b597;
}
.header__main-search-nishikasaihall-link a::before {
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-color: #57b597;
  left: 0;
}
.header__main-knowledge-box {
  display: flex;
  justify-content: space-between;
}
.header__main-knowledge-headline {
  width: 210px;
  font-size: 18px;
  line-height: 1.4;
  color: #57b597;
  font-weight: bold;
}
.header__main-knowledge-content {
  width: 790px;
}
.header__main-knowledge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;
  font-size: 14px;
}
.header__main-knowledge-item a {
  position: relative;
  padding-left: 22px;
  display: block;
  transition: color 0.3s ease;
}
.header__main-knowledge-item a:hover {
  color: #57b597;
}
.header__main-knowledge-item a::before {
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-color: #57b597;
  left: 0;
}
.header__main-casestudy-box {
  display: flex;
  gap: 140px;
}
.header__main-casestudy-headline {
  width: fit-content;
  font-size: 18px;
  line-height: 1.4;
  color: #57b597;
  font-weight: bold;
}
.header__main-casestudy-list {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.header__main-casestudy-item {
  text-align: center;
}
.header__main-casestudy-item a {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: top center;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.header__main-casestudy-item a:hover {
  opacity: 0.8;
}
.header__main-casestudy-item a:hover span {
  color: #57b597;
}
.header__main-casestudy-item a.is-funeral {
  background-image: url("../img/header__main-casestudy-item-funeral_bg_pc.webp");
  width: 165px;
  padding-top: 120px;
}
.header__main-casestudy-item a.is-hanasaidan-ex {
  background-image: url("../img/header__main-casestudy-item-hanasaidan-ex_bg_pc.webp");
  width: 165px;
  padding-top: 120px;
}
.header__main-casestudy-item a.is-counsult {
  background-image: url("../img/header__main-casestudy-item-counsult_bg_pc.webp");
  width: 232px;
  background-size: 165px;
  padding-top: 120px;
}
.header__main-casestudy-item a span {
  position: relative;
  transition: left 0.3s ease;
}
.header__main-casestudy-item a span::before {
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-color: #57b597;
  left: -20px;
}
.header__main-voice-box {
  display: flex;
  gap: 100px;
}
.header__main-voice-headline {
  width: fit-content;
  font-size: 18px;
  line-height: 1.4;
  color: #57b597;
  font-weight: bold;
}
.header__main-voice-list {
  display: flex;
  gap: 50px;
  font-size: 14px;
}
.header__main-voice-item a {
  display: block;
  position: relative;
  padding-left: 22px;
  transition: color 0.3s ease;
}
.header__main-voice-item a:hover {
  color: #57b597;
}
.header__main-voice-item a::before {
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-color: #57b597;
  left: 0;
}
.header__main-about-box {
  display: flex;
  gap: 100px;
}
.header__main-about-headline {
  width: fit-content;
  font-size: 18px;
  line-height: 1.4;
  color: #57b597;
  font-weight: bold;
}
.header__main-about-list {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  font-size: 14px;
}
.header__main-about-item a {
  display: block;
  position: relative;
  padding-left: 22px;
  transition: color 0.3s ease;
}
.header__main-about-item a:hover {
  color: #57b597;
}
.header__main-about-item a::before {
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-color: #57b597;
  left: 0;
}
.header__main-navPlan-nav-list {
  display: flex;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
}
.header__main-navPlan-nav-item-link {
  display: block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 186px;
  font-size: 14px;
  padding: 12px 16px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid;
}
.header__main-navPlan-nav-item-link:hover {
  color: #fff;
  border-color: transparent;
}
.header__main-navPlan-nav-item-link.is-ippansou {
  color: #A59345;
  border-color: #A59345;
  background-color: #F6F4EB;
}
.header__main-navPlan-nav-item-link.is-kazokusou {
  color: #429277;
  border-color: #429277;
  background-color: #F4FAF8;
}
.header__main-navPlan-nav-item-link.is-ichinichisou {
  color: #2E98A8;
  border-color: #2E98A8;
  background-color: #ECF6F8;
}
.header__main-navPlan-nav-item-link.is-noreligion {
  color: #277FA2;
  border-color: #277FA2;
  background-color: #E9F2F6;
}
.header__main-navPlan-nav-item-link.is-shukkanshiki {
  color: #4984D0;
  border-color: #4984D0;
  background-color: #ECF2F9;
}
.header__main-navPlan-nav-item-link.is-kasoushiki {
  color: #4099FF;
  border-color: #4099FF;
  background-color: #F2F8FF;
}
.header__main-navPlan-nav-item-link[aria-current=page], .header__main-navPlan-nav-item-link:hover {
  color: #fff;
}
.header__main-navPlan-nav-item-link[aria-current=page].is-ippansou, .header__main-navPlan-nav-item-link:hover.is-ippansou {
  background-color: #A59345;
}
.header__main-navPlan-nav-item-link[aria-current=page].is-kazokusou, .header__main-navPlan-nav-item-link:hover.is-kazokusou {
  background-color: #429277;
}
.header__main-navPlan-nav-item-link[aria-current=page].is-ichinichisou, .header__main-navPlan-nav-item-link:hover.is-ichinichisou {
  background-color: #2E98A8;
}
.header__main-navPlan-nav-item-link[aria-current=page].is-noreligion, .header__main-navPlan-nav-item-link:hover.is-noreligion {
  background-color: #277FA2;
}
.header__main-navPlan-nav-item-link[aria-current=page].is-shukkanshiki, .header__main-navPlan-nav-item-link:hover.is-shukkanshiki {
  background-color: #4984D0;
}
.header__main-navPlan-nav-item-link[aria-current=page].is-kasoushiki, .header__main-navPlan-nav-item-link:hover.is-kasoushiki {
  background-color: #4099FF;
}

.fv__sns {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  gap: 2rem;
}
.fv__sns-img a {
  display: block;
}
.fv__sns-img a:hover {
  transform: translateY(-4px);
}
.fv__sns-img a img {
  width: 220px;
  height: 84px;
}

.top_cold_line {
  width: 1920px;
  background: linear-gradient(90deg, #B9AA5F 0%, #FEFEFD 50%, #B6A95C 100%);
  margin: 0 auto;
  height: 34px;
}

.parent_gmenu_ttl_plan {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 0.1fr repeat(2, 1fr);
  grid-row-gap: 10px;
}

.parent_gmenu_ttl_plan > a {
  padding: 0 10px;
}

.disabled {
  pointer-events: none;
}

.hov_gmenu_ttl_plan:hover {
  opacity: 0.6;
  filter: brightness(110%);
}

.gmenu_ttl_plan {
  display: flex;
  justify-content: center;
  position: relative;
}

.gmenu_ttl_plan_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 280px;
  width: 1px;
  border-left: 1px dashed #d2d2d2;
}

.gmenu_ttl_plan_left_end::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 280px;
  width: 1px;
  border-left: 1px dashed #d2d2d2;
}

.gmenu_ttl_plan_right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  width: 1px;
  margin-left: 20px;
  border-left: 1px dashed #d2d2d2;
}

.gmenu_ttl_plan_long {
  grid-area: 1/2/2/4;
  display: flex;
  justify-content: center;
  position: relative;
}

.gmenu_ttl_plan_long::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  height: 280px;
  width: 1px;
  border-left: 1px dashed #d2d2d2;
}

.gmenu_ttl_plan_long::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  width: 1px;
  border-right: 1px dashed #d2d2d2;
}

.gmenu_sub {
  display: flex;
  flex-direction: column;
}

.gmenu_sub > li:nth-child(1) {
  padding-left: 34px;
  position: relative;
  font-size: 1.5rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
}

.gmenu_sub > li:nth-child(n+2) {
  margin-top: 10px;
  padding-left: 34px;
  position: relative;
  font-size: 1.5rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
}

.gmenu_sub > li::after {
  margin-left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 17px;
  top: 0.45em;
  transform: rotate(-45deg);
}

.gmenu_sub > li > a:hover {
  color: #4b9c82;
}

.gmenu_ttl_plan_img {
  display: flex;
  justify-content: center;
}
.gmenu_ttl_plan_img img {
  height: auto;
}

/* SP版のメニュー*/
.plan-lp-table-sp {
  height: 130vw !important;
}

.entry-article {
  width: 940px;
  margin: 0 auto;
}
.entry-article.is-width {
  width: 1000px;
}
.entry-article.is-width2 {
  width: 100%;
}
.entry-article.is-counsult {
  margin-bottom: 0;
}
.entry-article.is-knowledge {
  width: auto;
}
.entry-article.is-knowledge .section.normal.small .inner {
  width: auto;
}

.entry-header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.entry-header.is-knowledge {
  width: auto;
}
.entry-header.is-width {
  width: 1120px;
  max-width: unset;
}
.entry-header.is-prefecture-page {
  max-width: 900px;
}
.entry-header__inner {
  margin: 0 auto;
}
.entry-header__title {
  font-weight: bold;
  color: #57b597;
  position: relative;
  text-align: center;
  font-size: 30px;
}
.entry-header__title.is-knowledge {
  position: relative;
  background-color: #f2f5f4;
  color: #333;
  text-align: left;
  border-top: 3px solid #57b597;
  margin-bottom: 30px;
  padding: 18px 18px 14px 30px;
  font-size: 28px;
}
.entry-header__knowledgeArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.entry-header__category {
  color: #878787;
  background-color: #f2f5f4;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  font-size: 10px;
}
.entry-header__category a {
  display: block;
  padding: 6px;
}
.entry-header__time {
  color: #777;
  display: block;
  letter-spacing: 0.2px;
  font-size: 12px;
}
.entry-header__catch {
  text-align: center;
  line-height: 1.8;
  margin-top: 35px;
  font-size: 18px;
}
.entry-header__catch.is-knowledge {
  text-align: left;
}
.entry-header__catch.is-kyouka {
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}
.entry-header__catch.is-kyouka .is-tel-number {
  letter-spacing: 0.04em;
  font-size: 20px;
}
.entry-header__catch.is-prefecture-page {
  text-align: left;
}
.entry-header__catch.is-over-height {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding-bottom: 40px;
}
.entry-header__catch.is-over-height::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: linear-gradient(0deg, #FFFFFF 40%, transparent 100%);
  height: 100px;
}
.entry-header__catch.is-over-height.is-active {
  height: auto;
}
.entry-header__catch.is-over-height.is-active::before {
  display: none;
}
.entry-header__catch p {
  margin-bottom: 5px;
}
.entry-header__catch small {
  font-size: 15px;
}
.entry-header__catch-button {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #57b597;
  bottom: 10px;
  font-size: 16px;
}
.entry-header__thumbnail {
  text-align: center;
  width: 710px;
  margin: 36px auto;
}
.entry-header__imgList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 1000px;
  margin: 30px auto 0;
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}
.entry-header__imgList > li:nth-child(1) {
  grid-row: span 2/span 2;
  width: 670px;
}
.entry-header__imgList > li:nth-child(2) {
  width: 330px;
}
.entry-header__imgList > li:nth-child(3) {
  grid-column-start: 2;
  width: 330px;
}
.entry-header__articleImg {
  text-align: center;
}
.entry-header__listTag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  margin: 20px;
}
.entry-header__listTag .plan {
  color: #fff;
  border-radius: 3px;
  background-color: #57b597;
  padding: 4px 5px;
}
.entry-header.is-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
.entry-header__scrollLinks {
  width: 940px;
  margin: 0 auto;
}
.entry-header__scrollLinks-list {
  font-weight: bold;
  box-shadow: 0 0 11px 0 rgba(104, 151, 171, 0.2);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.entry-header__scrollLinks-item {
  overflow: hidden;
  flex: 1;
  text-align: center;
}
.entry-header__scrollLinks-item:not(:last-child) {
  border-right: 1px solid #F1F1F1;
}
.entry-header__scrollLinks-item a {
  display: block;
  background-color: #fff;
  padding: 24px 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.entry-header__scrollLinks-item a:hover {
  color: #fff;
  background-color: #57b597;
}
.entry-header__scrollLinks-item a:hover .is-arrow::after {
  background-color: #fff;
}
.entry-header__scrollLinks-item a .is-arrow {
  position: relative;
}
.entry-header__scrollLinks-item a .is-arrow::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
  background-size: 12px;
  right: -20px;
}
.entry-header__lead {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
  margin-top: 80px;
}
.entry-header__lead:last-child {
  margin-bottom: 0;
}
.entry-header__lead > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}

.entry-article-body {
  margin: 0 auto;
}
.entry-article-body.is-margin {
  margin-bottom: 50px;
}
.entry-article-body :where(p) {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.entry-article-body :where(p):last-child {
  margin-bottom: 0;
}
.entry-article-body :where(p) > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.entry-article-body :where(img) {
  margin-bottom: 20px;
}

.home-headsUp {
  background-color: #57b597;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.0392156863), 3px, transparent 3px);
  position: relative;
  padding: 80px 0;
  margin: 80px 0 140px;
}
.home-headsUp.is-header-plan {
  margin-top: 0;
}
.home-headsUp::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #57b597;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.0392156863), 3px, transparent 3px);
  right: 0;
  left: 0;
  margin: auto;
  width: 340px;
  height: 294.4486372867px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 95px;
  bottom: -80px;
}
.home-headsUp__inner {
  width: 800px;
  margin: 0 auto;
}
.home-headsUp__inner.is-kazokusou {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.home-headsUp__inner.is-kazokusou::after {
  content: "";
  display: block;
  width: 150%;
  height: 33px;
  margin: 50px -25% 0;
  background: url("../img/home-headsUp__inner-pseude-pc.webp") no-repeat top center/contain;
}
.home-headsUp__inner.is-label-triangle {
  padding-top: 130px;
}
.home-headsUp__headline-title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3.8px;
  font-size: 38px;
  margin-bottom: 50px;
}
.home-headsUp__headline-title p {
  width: fit-content;
  margin: 0 auto;
}
.home-headsUp__headline-warning {
  background-color: #FFF;
  color: #BF1412;
  text-align: center;
  font-weight: 600;
  border-radius: 8px;
  padding: 30px 30px 30px 50px;
  font-size: 34px;
  border: 3px solid #BF1412;
  margin-bottom: 90px;
}
.home-headsUp__headline-warning p {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.home-headsUp__headline-warning p .is-fontsize {
  font-weight: 600;
  letter-spacing: 1.3px;
  font-size: 34px;
}
.home-headsUp__headline-warning p::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-headsUp__headline-warning_bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin: auto;
  width: 55px;
  background-size: 55px;
  height: 55px;
  left: -70px;
  top: 0;
  bottom: 0;
}
.home-headsUp__body {
  background-color: #FFF;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 64px 35px 40px;
}
.home-headsUp__body.is-enlightenment {
  margin-bottom: 0;
}
.home-headsUp__body.is-label-triangle {
  padding: 100px 35px 40px;
}
.home-headsUp__body.is-excitement {
  border: 1px solid #2B6954;
  padding-right: 60px;
  padding-left: 60px;
}
.home-headsUp__body-label {
  border-radius: 34px;
  background-color: #377B64;
  text-align: center;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 316px;
  height: 70px;
  padding: 4px 10px;
  margin: -100px auto 30px;
  font-size: 18px;
}
.home-headsUp__body-label.is-label-triangle {
  height: auto;
  border-radius: unset;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  width: 600px;
  padding: 25px 100px 50px;
  margin-top: -230px;
  margin-bottom: 100px;
}
.home-headsUp__body-label.is-label-triangle .is-fontsize {
  font-weight: normal;
  font-size: 26px;
}
.home-headsUp__body-label .is-fontsize {
  display: block;
  font-weight: 600;
  letter-spacing: 1.3px;
  font-size: 32px;
  margin-top: 4px;
}
.home-headsUp__body-amount {
  margin-bottom: 30px;
}
.home-headsUp__body-amount-headline {
  line-height: 1;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}
.home-headsUp__body-amount-headline .is-text {
  display: block;
  margin-bottom: 24px;
}
.home-headsUp__body-amount-headline .is-marker {
  font-size: 1.3em;
}
.home-headsUp__body-amount-headline .is-fontsize {
  font-size: 0.8em;
}
.home-headsUp__body-amount-headline .is-price {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  margin: 0 auto;
  padding-left: 64px;
  font-size: 1.4em;
}
.home-headsUp__body-amount-headline .is-price::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  background: url("../img/home-headsUp__body-amount-price_bg.svg") no-repeat center center/contain;
  width: 46px;
  height: 65px;
}
.home-headsUp__body-amount-headline .is-price .is-img {
  display: block;
  height: auto;
  width: 190px;
  margin-right: 10px;
}
.home-headsUp__body-amount-headline .is-price .is-monetary {
  word-break: keep-all;
}
.home-headsUp__body-small {
  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 30px;
}
.home-headsUp__body-small-link {
  text-decoration: underline;
  color: #13956B;
}
.home-headsUp__body-cost {
  padding: 0 0 50px;
}
.home-headsUp__body-cost-headline {
  background-color: #897627;
  padding: 10px 50px 8px;
  border-radius: 10px 10px 0 0;
}
.home-headsUp__body-cost-headline-title {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 26px;
}
.home-headsUp__body-cost-headline-title .is-small {
  font-weight: 500;
  font-size: 0.6em;
  margin-left: 10px;
}
.home-headsUp__body-cost-content {
  background-color: #F6F4EB;
  padding: 20px 50px;
  border-radius: 0 0 10px 10px;
}
.home-headsUp__body-cost-item {
  display: flex;
}
.home-headsUp__body-cost-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.home-headsUp__body-cost-item-headline {
  display: flex;
}
.home-headsUp__body-cost-item-headline-title {
  display: inline-flex;
  font-weight: bold;
  color: #897627;
  word-break: keep-all;
  margin-right: 30px;
  font-size: 18px;
}
.home-headsUp__body-cost-item-headline-title .is-text {
  display: inline-block;
  height: fit-content;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-right: 10px;
  border-bottom: 1px solid #897627;
}
.home-headsUp__body-cost-item-headline-title .is-img {
  display: inline-block;
  width: auto;
  height: 26px;
}
.home-headsUp__body-cost-item-headline-data {
  font-weight: bold;
  margin-top: 2px;
  font-size: 20px;
  word-break: keep-all;
}
.home-headsUp__body-cost-item-notion {
  margin-top: 4px;
  margin-left: 30px;
  font-size: 14px;
}
.home-headsUp__body-cost-item-notion .is-color1 {
  color: #897627;
}
.home-headsUp__body-cost-item-notion .is-large {
  font-size: 1.4em;
  font-weight: bold;
}
.home-headsUp__body-text {
  border: 1px solid #BF1412;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px 15px 30px;
}
.home-headsUp__body-text.is-excitement {
  padding-left: 72px;
  padding-right: 57px;
}
.home-headsUp__body-text-box {
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  background-image: url("../img/home-headsUp__body-text-box_bg.svg");
  background-position: top 10px center;
  font-size: 19px;
  letter-spacing: 1px;
}
.home-headsUp__body-text-box strong {
  color: #BF1412;
}
.home-headsUp__body-text-box .is-catch {
  display: block;
  font-size: 24px;
}
.home-headsUp__body-text-box .is-bold {
  font-size: 34px;
}
.home-headsUp__body-text-box.is-excitement {
  font-size: 22px;
}
.home-headsUp__body-text-box.is-excitement .is-catch {
  font-size: 27px;
}
.home-headsUp__body-text-box.is-excitement .is-bold {
  font-size: 37px;
}
.home-headsUp__body-text-trouble {
  font-size: 20px;
}
.home-headsUp__body-text-trouble p {
  background-color: #FFE23B;
  background-image: url("../img/home-headsUp__body-text-trouble_bg.svg");
  background-position: left 15px center;
  width: 200px;
  padding: 6px 10px 6px 30px;
}
.home-headsUp__body-text-trouble p:not(:last-child) {
  margin-bottom: 15px;
}
.home-headsUp__body-text-trouble.is-excitement p {
  text-align: center;
  background-position: left 55px center;
  width: 282px;
  padding: 6px 10px 6px 30px;
}
.home-headsUp__foot-img {
  margin-bottom: 38px;
}
.home-headsUp__foot-img img {
  height: auto;
}
.home-headsUp__foot-text {
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  font-size: 24px;
}

.home-fv {
  background-color: #FBF6EC;
  background-image: url("../img/home-fv_bg_pc.webp");
  background-position: left top;
  max-width: 1920px;
  margin: 0 auto;
  background-size: clamp(760px, 55.7291666667vw, 1070px);
  height: clamp(384px, 28.125vw, 540px);
  padding-top: clamp(43px, 3.125vw, 60px);
}
.home-fv__inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
.home-fv__wrap {
  text-align: center;
  width: clamp(313px, 22.9166666667vw, 440px);
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .home-fv__wrap {
    margin-right: 120px;
  }
}
.home-fv__copy {
  margin-bottom: clamp(14px, 0.9375vw, 18px);
}
.home-fv__copy-img img {
  width: clamp(140px, 10.3125vw, 198px);
  height: clamp(12px, 0.8854166667vw, 17px);
}
.home-fv__catch {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.home-fv__catch-img img {
  width: clamp(267px, 19.5833333333vw, 376px);
  height: clamp(112px, 8.2291666667vw, 158px);
}
.home-fv__plan {
  border-radius: 8px;
  border: 2px solid #E75E69;
  background-color: rgb(255, 255, 255);
}
.home-fv__plan-btn {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.home-fv__plan-btn:hover {
  opacity: 0.8;
}
.home-fv__plan-main {
  padding: clamp(8px, 0.625vw, 12px) clamp(17px, 1.25vw, 24px) clamp(17px, 1.3020833333vw, 25px);
}
.home-fv__plan-main-copy {
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: clamp(12px, 0.9375vw, 18px);
  margin-bottom: clamp(5px, 0.4166666667vw, 8px);
}
.home-fv__plan-main-copy::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-image: url("../img/home-fv__plan-main-copy_bg.webp");
  left: 0;
  height: 10px;
  top: clamp(3px, 0.2083333333vw, 4px);
}
.home-fv__plan-main-copy p {
  color: #333;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.home-fv__plan-main-copy .is-color {
  color: #E75E69;
}
.home-fv__plan-main-price img {
  width: clamp(242px, 17.7083333333vw, 340px);
  height: clamp(53px, 3.8541666667vw, 74px);
}
.home-fv__plan-main-foot {
  position: relative;
  background-color: #E75E69;
  padding: clamp(17px, 1.25vw, 24px) clamp(11px, 0.8333333333vw, 16px) clamp(11px, 0.8333333333vw, 16px) clamp(11px, 0.8333333333vw, 16px);
}
.home-fv__plan-main-foot-label {
  color: #333;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #E75E69;
  background-color: #FFF;
  display: block;
  width: fit-content;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: clamp(11px, 0.8333333333vw, 16px);
  padding: clamp(3px, 0.2604166667vw, 5px) clamp(14px, 1.0416666667vw, 20px);
  top: clamp(-10px, -0.7291666667vw, -14px);
}
.home-fv__plan-main-foot-label .is-color {
  color: #E75E69;
}
.home-fv__plan-main-foot-note {
  color: #fff;
  font-weight: bold;
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: clamp(14px, 1.0416666667vw, 20px);
}
.home-fv__plan-main-foot-note::after, .home-fv__plan-main-foot-note::before {
  content: "";
  display: block;
  position: absolute;
}
.home-fv__plan-main-foot-note::before {
  background-image: url("../img/home-fv__plan-main-foot-label_bg.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(17px, 1.25vw, 24px);
  height: clamp(17px, 1.25vw, 24px);
  top: clamp(3px, 0.2083333333vw, 4px);
  left: clamp(-36px, -1.875vw, -26px);
}
.home-fv__plan-main-foot-note::after {
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  right: clamp(-26px, -1.3541666667vw, -18px);
  top: clamp(1px, 0.1041666667vw, 2px);
  width: clamp(17px, 1.25vw, 24px);
  height: clamp(17px, 1.25vw, 24px);
}
.home-fv__breakdown {
  border-radius: 8px;
  border: 2px solid #57b597;
  background-color: rgb(255, 255, 255);
}
.home-fv__breakdown-btn {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.home-fv__breakdown-btn:hover {
  opacity: 0.8;
}
.home-fv__breakdown-body {
  display: flex;
  justify-content: space-between;
  padding: clamp(17px, 0.8333333333vw, 25px) clamp(11px, 0.78125vw, 15px) clamp(10px, 0.5208333333vw, 10px);
}
.home-fv__breakdown-body-img {
  text-align: center;
  width: clamp(77px, 5.6770833333vw, 109px);
  min-width: clamp(77px, 5.6770833333vw, 109px);
  height: clamp(78px, 4.5833333333vw, 88px);
}
.home-fv__breakdown-body-img-text {
  font-size: clamp(7.8px, 0.5729166667vw, 11px);
  margin-top: clamp(4.8px, 0.3645833333vw, 7px);
}
.home-fv__breakdown-body-text {
  width: clamp(194px, 14.21875vw, 273px);
  font-size: clamp(12px, 0.8854166667vw, 17px);
}
.home-fv__breakdown-body-text .is-fontsize {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: clamp(17px, 1.25vw, 24px);
  margin-bottom: clamp(7px, 0.5208333333vw, 10px);
}
.home-fv__breakdown-foot {
  background-color: #57b597;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding: clamp(14px, 1.0416666667vw, 20px) clamp(17px, 1.25vw, 24px) clamp(14px, 1.0416666667vw, 20px) 0;
  font-size: clamp(16px, 1.1979166667vw, 23px);
}
.home-fv__breakdown-foot::after {
  content: "";
  display: block;
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: clamp(42px, 3.125vw, 60px);
  width: clamp(17px, 1.25vw, 24px);
  height: clamp(17px, 1.25vw, 24px);
}
.home-fv__medal {
  position: absolute;
  top: clamp(-30px, -1.5625vw, -21px);
  right: 0;
}
@media screen and (max-width: 1440px) {
  .home-fv__medal {
    right: 120px;
  }
}
.home-fv__medal img {
  width: clamp(56px, 4.1666666667vw, 80px);
  height: clamp(56px, 4.1666666667vw, 80px);
}

.home-news__inner {
  border-top: 2px dashed #bbb;
  border-bottom: 2px dashed #bbb;
  width: 800px;
  margin: 40px auto 0;
  padding: 18px 0;
}
.home-news__link {
  text-align: center;
  font-size: 18px;
}
.home-news__link a {
  font-weight: bold;
  line-height: 1;
  color: #57b597;
  text-decoration: underline;
}

.home-fv-cta {
  width: 1120px;
  margin: 0 auto;
}
.home-fv-cta__inner {
  padding: 40px 0;
}
.home-fv-cta__catch {
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.home-fv-cta__catch::after, .home-fv-cta__catch::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-fv-cta__catch_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 30px;
}
.home-fv-cta__catch::before {
  left: -30px;
}
.home-fv-cta__catch::after {
  transform: scale(-1, 1);
  right: -30px;
}
.home-fv-cta__catch .is-color1 {
  color: #E75E69;
}
.home-fv-cta__catch .is-color2 {
  color: #57b597;
}
.home-fv-cta__main {
  width: 800px;
  margin: 0 auto;
}
.home-fv-cta__main-wrap {
  position: relative;
  width: 616px;
  margin-left: auto;
}
.home-fv-cta__main-wrap::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-fv-cta__main_bg_pc.webp");
  background-position: left top;
  top: 0;
  left: -180px;
  width: 144px;
  background-size: 144px;
  height: 169px;
}
.home-fv-cta__main-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.home-fv-cta__main-tel {
  background-image: url("../img/home-fv-cta__main-tel_bg_pc.gif");
  background-position: left top 10px;
  background-size: 54px;
  padding-left: 72px;
}
.home-fv-cta__main-tel-number {
  font-size: 56px;
  margin-bottom: 10px;
}
.home-fv-cta__main-tel-number a {
  line-height: 1;
  display: block;
  color: #ce3a5a;
}
.home-fv-cta__main-tel-text {
  color: #8C8C8C;
  text-align: center;
  background-color: #EFEFEF;
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px;
}
.home-fv-cta__main-qr {
  width: 220px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #DADADA;
}
.home-fv-cta__main-qr-img img {
  width: 70px;
  height: 70px;
}
.home-fv-cta__main-qr-text {
  font-weight: bold;
  line-height: 1.4;
  width: 102px;
  font-size: 12px;
}
.home-fv-cta__main-urgency {
  text-align: center;
  position: relative;
}
.home-fv-cta__main-urgency:hover::after {
  background-color: #fff;
}
.home-fv-cta__main-urgency::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #E75E69;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  right: 130px;
}
.home-fv-cta__main-urgency a {
  border: 2px solid #ce3a5a;
  border-radius: 4px;
  display: block;
  font-weight: bold;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 16px;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home-fv-cta__main-urgency a:hover {
  color: #fff;
  background-color: #E75E69;
}
.home-fv-cta__main-urgency a:hover .is-color {
  color: inherit;
}
.home-fv-cta__main-urgency .is-color {
  color: #ce3a5a;
}

.home-scroll-links {
  background-color: #DDF0EA;
}
.home-scroll-links__inner {
  width: 1040px;
  margin: 0 auto;
  padding: 64px 0 80px;
}
.home-scroll-links__catch {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 24px;
  margin-bottom: 28px;
}
.home-scroll-links__catch::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-scroll-links__catch_bg.webp");
  background-position: left top;
  width: 100%;
  right: 0;
  background-repeat: repeat-x;
  z-index: -1;
  height: 26px;
  top: 4px;
}
.home-scroll-links__catch p {
  width: fit-content;
  margin: 0 auto;
  background-color: #ddf0ea;
  padding: 0 5px 0 15px;
}
.home-scroll-links__list {
  display: flex;
  justify-content: center;
  font-weight: bold;
  gap: 24px;
  font-size: 24px;
}
.home-scroll-links__item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-position: top 16px center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-scroll-links__item:hover {
  transform: translateY(4px);
  opacity: 0.8;
}
.home-scroll-links__item:nth-child(1) {
  background-image: url("../img/home-scroll-links__item1_bg_pc.webp");
}
.home-scroll-links__item:nth-child(2) {
  background-image: url("../img/home-scroll-links__item2_bg_pc.webp");
}
.home-scroll-links__item:nth-child(3) {
  background-image: url("../img/home-scroll-links__item3_bg_pc.webp");
}
.home-scroll-links__item:nth-child(4) {
  background-image: url("../img/home-scroll-links__item4_bg_pc.webp");
}
.home-scroll-links__item a {
  display: block;
  text-align: center;
  position: relative;
  width: 240px;
  height: 181px;
  padding-top: 104px;
}
.home-scroll-links__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #57b597;
  left: 0;
  bottom: 0;
  height: 32px;
}
.home-scroll-links__item a::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
  bottom: 7px;
  width: 16px;
  background-size: 16px;
  height: 16px;
}
.home-scroll-links__item .is-fontsize {
  font-size: 18px;
}

.home-plan {
  background-color: #FFFBF2;
  background-position: top center;
  background-size: 1920px;
  padding-top: 240px;
  background-image: url("../img/home-plan_bg_pc.webp");
  padding-bottom: 80px;
}
.home-plan__headline {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  width: 1120px;
  padding: 40px 80px;
}
.home-plan__headline-title {
  text-align: center;
}
.home-plan__headline-title-main {
  line-height: 1;
  margin-bottom: 5px;
}
.home-plan__headline-title-main > p {
  color: #57b597;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.home-plan__headline-title-main > h2 {
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
}
.home-plan__headline-title-main > h2::before, .home-plan__headline-title-main > h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.home-plan__headline-title-main > h2::before {
  right: -15px;
}
.home-plan__headline-title-main > h2::after {
  left: -15px;
}
.home-plan__headline-title-catch {
  margin-bottom: 40px;
}
.home-plan__headline-title-catch > h3 {
  font-weight: bold;
  display: inline;
  position: relative;
  background-image: url("../img/home-plan__headline-title-catch_bg.webp");
  line-height: 2;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 28px;
  background-size: 4px;
  padding-bottom: 10px;
}
.home-plan__headline-title-catch > h3 .is-color {
  color: #57b597;
}
.home-plan__headline-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.home-plan__headline-item {
  background-color: #F4FAF8;
  border-radius: 8px;
  text-align: center;
  padding: 16px;
  line-height: 1;
}
.home-plan__headline-item-headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.home-plan__headline-item-text {
  font-size: 16px;
  margin-bottom: 15px;
}
.home-plan__headline-item-link {
  font-weight: bold;
}
.home-plan__headline-item-link a {
  color: #3EA482;
  font-size: 14px;
}
.home-plan__headline {
  margin-bottom: 56px;
}
.home-plan__headline-item {
  background-position: top 16px center;
  height: 214px;
  padding: 110px 16px 16px;
}
.home-plan__headline-item:nth-child(1) {
  background-image: url("../img/home-plan__headline-item1_bg_pc.webp");
}
.home-plan__headline-item:nth-child(2) {
  background-image: url("../img/home-plan__headline-item2_bg_pc.webp");
}
.home-plan__headline-item:nth-child(3) {
  background-image: url("../img/home-plan__headline-item3_bg_pc.webp");
}
.home-plan__headline-item-link a {
  text-decoration: underline;
  position: relative;
}
.home-plan__headline-item-link a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  width: 17px;
  height: 16px;
}
.home-plan__headline-medal {
  position: absolute;
  top: -20px;
  right: 80px;
}
.home-plan__body {
  width: 1120px;
  margin: 0 auto;
}
.home-plan__body-headline {
  text-align: center;
  margin-bottom: 24px;
}
.home-plan__body-headline-title {
  font-weight: bold;
  font-size: 36px;
}
.home-plan__body-headline-title .is-fontsize {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 20px;
}
.home-plan__body-headline-title-box {
  display: block;
  margin-bottom: 24px;
}
.home-plan__body-headline-title-box .is-square1,
.home-plan__body-headline-title-box .is-square2 {
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  font-size: 36px;
  padding: 8px 12px;
  margin-right: 8px;
}
.home-plan__body-headline-title-box .is-square1 {
  border: 1px solid #333;
  background-color: #FFF;
}
.home-plan__body-headline-title-box .is-square2 {
  color: #fff;
  background-color: #E75E69;
}
.home-plan__body-headline-text {
  font-weight: bold;
  line-height: 1.6;
  font-size: 24px;
}
.home-plan__body-headline-text .is-color {
  color: #ce3a5a;
}
.home-plan__body-table {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #DADADA;
  padding: 24px 40px 40px;
  margin-bottom: 56px;
}
.home-plan__body-table-headline {
  line-height: 1;
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.home-plan__body-table-headline .is-fontsize {
  font-size: 16px;
}
.home-plan__body-table-content {
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  border: 1px solid #DADADA;
  font-size: 14px;
}
.home-plan__body-table-content tr {
  border: 1px solid #DADADA;
}
.home-plan__body-table-content-headline > tr th {
  background-color: #8C8C8C;
  color: #fff;
  text-align: center;
  border-right: 1px solid #DADADA;
  font-size: 12px;
  padding: 8px 0;
}
.home-plan__body-table-content-headline > tr th:nth-child(1) {
  width: 280px;
}
.home-plan__body-table-content-headline > tr th:nth-child(2) {
  width: 200px;
}
.home-plan__body-table-content-headline > tr th:nth-child(3), .home-plan__body-table-content-headline > tr th:nth-child(4) {
  width: 100px;
}
.home-plan__body-table-content-headline > tr th:nth-child(5) {
  width: 240px;
}
.home-plan__body-table-content-body > tr.is-ippansou:hover {
  background-color: #F6F4EB;
}
.home-plan__body-table-content-body > tr.is-ippansou > th {
  background-color: #F6F4EB;
}
.home-plan__body-table-content-body > tr.is-ippansou > th::before {
  background-color: #9D8B3A;
}
.home-plan__body-table-content-body > tr.is-kazokusou:hover {
  background-color: #F4FAF8;
}
.home-plan__body-table-content-body > tr.is-kazokusou > th {
  background-color: #F4FAF8;
}
.home-plan__body-table-content-body > tr.is-kazokusou > th::before {
  background-color: #429277;
}
.home-plan__body-table-content-body > tr.is-ichinichisou:hover {
  background-color: #ECF6F8;
}
.home-plan__body-table-content-body > tr.is-ichinichisou > th {
  background-color: #ECF6F8;
}
.home-plan__body-table-content-body > tr.is-ichinichisou > th::before {
  background-color: #2E98A8;
}
.home-plan__body-table-content-body > tr.is-shukkanshiki:hover {
  background-color: #ECF2F9;
}
.home-plan__body-table-content-body > tr.is-shukkanshiki > th {
  background-color: #ECF2F9;
}
.home-plan__body-table-content-body > tr.is-shukkanshiki > th::before {
  background-color: #4984D0;
}
.home-plan__body-table-content-body > tr.is-simplePlan:hover {
  background-color: #F2F8FF;
}
.home-plan__body-table-content-body > tr.is-simplePlan > th {
  background-color: #F2F8FF;
}
.home-plan__body-table-content-body > tr.is-simplePlan > th::before {
  background-color: #4099FF;
}
.home-plan__body-table-content-body > tr > th, .home-plan__body-table-content-body > tr > td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #DADADA;
}
.home-plan__body-table-content-body > tr > th > .is-label, .home-plan__body-table-content-body > tr > td > .is-label {
  display: block;
  font-weight: bold;
  border-radius: 30px;
  background-color: #FFF;
  width: fit-content;
  line-height: 1;
  font-size: 12px;
  padding: 4px 16px;
  margin: 0 auto 8px;
}
.home-plan__body-table-content-body > tr > th > .is-layout, .home-plan__body-table-content-body > tr > td > .is-layout {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  gap: 0 5px;
  padding-right: 10px;
}
.home-plan__body-table-content-body > tr > th > .is-layout .is-number, .home-plan__body-table-content-body > tr > td > .is-layout .is-number {
  font-weight: bold;
  color: #E75E69;
  grid-row: 1/3;
  grid-column: 1/2;
  font-size: 32px;
}
.home-plan__body-table-content-body > tr > th > .is-layout .is-tax, .home-plan__body-table-content-body > tr > td > .is-layout .is-tax {
  border: 1px solid #DADADA;
  padding: 2px 0;
  text-align: center;
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 10px;
  margin-bottom: 3px;
  width: 32px;
}
.home-plan__body-table-content-body > tr > th > .is-layout .is-yen, .home-plan__body-table-content-body > tr > td > .is-layout .is-yen {
  font-weight: bold;
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 14px;
  width: 32px;
}
.home-plan__body-table-content-body > tr > th > a, .home-plan__body-table-content-body > tr > th > .is-table-btn, .home-plan__body-table-content-body > tr > td > a, .home-plan__body-table-content-body > tr > td > .is-table-btn {
  position: relative;
  margin-right: 15px;
}
.home-plan__body-table-content-body > tr > th > a::after, .home-plan__body-table-content-body > tr > th > .is-table-btn::after, .home-plan__body-table-content-body > tr > td > a::after, .home-plan__body-table-content-body > tr > td > .is-table-btn::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  margin: auto;
  width: 16px;
  height: 16px;
  background-size: 16px;
  top: 1px;
  right: -20px;
}
.home-plan__body-table-content-body > tr > th > .is-table-btn, .home-plan__body-table-content-body > tr > td > .is-table-btn {
  display: inline-block;
}
.home-plan__body-table-content-body > tr > th > .is-table-btn > button, .home-plan__body-table-content-body > tr > td > .is-table-btn > button {
  color: #333;
  font-weight: bold;
}
.home-plan__body-table-content-body > tr > th {
  position: relative;
}
.home-plan__body-table-content-body > tr > th .is-planName {
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 24px;
}
.home-plan__body-table-content-body > tr > th .is-ippansou {
  color: #897627;
}
.home-plan__body-table-content-body > tr > th .is-kazokusou {
  color: #429277;
}
.home-plan__body-table-content-body > tr > th .is-ichinichisou {
  color: #2E98A8;
}
.home-plan__body-table-content-body > tr > th .is-shukkanshiki {
  color: #4984D0;
}
.home-plan__body-table-content-body > tr > th .is-simplePlan {
  color: #4984D0;
}
.home-plan__body-table-content-body > tr > th::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
}
.home-plan__body-table-content-body > tr > td.is-item5 img {
  width: 240px;
  height: auto;
}
.home-plan__body-table figcaption {
  background-color: #EFEFEF;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.home-plan__body-table figcaption .is-img1,
.home-plan__body-table figcaption .is-img2 {
  position: relative;
  padding-left: 23px;
}
.home-plan__body-table figcaption .is-img1::before,
.home-plan__body-table figcaption .is-img2::before {
  content: "";
  display: block;
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-plan__body-table figcaption .is-img1::before {
  background-image: url("../img/home-plan__body-table-figcaption-img1_bg_pc.webp");
  left: 0;
  width: 14px;
  height: 14px;
}
.home-plan__body-table figcaption .is-img2 {
  text-decoration: underline;
}
.home-plan__body-table figcaption .is-img2::before {
  background-image: url("../img/home-plan__body-table-figcaption-img2_bg_pc.webp");
  left: 0;
  width: 16px;
  height: 16px;
}
.home-plan__body-support {
  border-radius: 8px;
  border: 1px solid #9D8B3A;
  background-color: #F6F4EB;
  position: relative;
  overflow: hidden;
  width: 920px;
  margin: 40px auto 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-plan__body-support:hover {
  transform: translateY(4px);
  opacity: 0.8;
}
.home-plan__body-support::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  right: 12px;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.home-plan__body-support::after {
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  background-color: #B4A150;
  background-size: 6px;
  width: 34px;
  height: 100%;
  top: 0;
  right: 0;
}
.home-plan__body-support a {
  padding: 8px 0 8px 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-plan__body-support-balloon {
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  background-color: #EBE6D0;
  line-height: 1.5;
  padding: 8px;
  font-size: 16px;
  margin-right: 90px;
}
.home-plan__body-support-balloon::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-plan__body-support-balloon_bg_pc.webp");
  background-position: left top;
  background-repeat: no-repeat;
  width: 72px;
  background-size: 72px;
  height: 72px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -90px;
}
.home-plan__body-support-balloon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #EBE6D0;
  width: 18px;
  height: 24px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  right: -16px;
}
.home-plan__body-support-balloon .is-color {
  color: #E75E69;
}
.home-plan__body-support-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-plan__body-support-headline {
  font-weight: bold;
  line-height: 1.6;
  font-size: 14px;
}
.home-plan__body-support-headline .is-strong {
  color: #9D8B3A;
  font-size: 24px;
}
.home-plan__body-support-list {
  display: flex;
  gap: 8px;
}
.home-plan__body-support-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #9D8B3A;
  background-color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 14px;
  width: 72px;
  height: 72px;
  line-height: 1.3;
}
.home-plan__footer {
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
.home-plan__footer-list {
  width: 100%;
}
.home-plan__footer-item:not(:last-of-type) {
  margin-bottom: 70px;
}
.home-plan__footer-copy {
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  border-radius: 20px;
  background-color: #000000;
  font-weight: bold;
  width: fit-content;
  padding: 8px 16px;
  font-size: 16px;
  margin: 0 auto 17px;
}
.home-plan__footer-copy::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 10px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -8px;
}
.home-plan__footer-copy.is-color1 {
  background-color: #57b597;
}
.home-plan__footer-copy.is-color1::after {
  background-color: #57b597;
}
.home-plan__footer-title {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 17px;
}
.home-plan__footer-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.home-plan__footer-link-container {
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-plan__footer-link-container:hover {
  transform: translateY(4px);
  opacity: 0.8;
}
.home-plan__footer-link img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  width: 880px;
  height: auto;
}

.home-search {
  background-color: #FFFBF2;
  background-position: top center;
  background-size: 1920px;
  padding-top: 240px;
  background-image: url("../img/home-search_bg_pc.webp");
}
.home-search__headline {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  width: 1120px;
  padding: 40px 80px;
}
.home-search__headline-title {
  text-align: center;
}
.home-search__headline-title-main {
  line-height: 1;
  margin-bottom: 5px;
}
.home-search__headline-title-main > p {
  color: #57b597;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.home-search__headline-title-main > h2 {
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
}
.home-search__headline-title-main > h2::before, .home-search__headline-title-main > h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.home-search__headline-title-main > h2::before {
  right: -15px;
}
.home-search__headline-title-main > h2::after {
  left: -15px;
}
.home-search__headline-title-catch {
  margin-bottom: 40px;
}
.home-search__headline-title-catch > h3 {
  font-weight: bold;
  display: inline;
  position: relative;
  background-image: url("../img/home-plan__headline-title-catch_bg.webp");
  line-height: 2;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 28px;
  background-size: 4px;
  padding-bottom: 10px;
}
.home-search__headline-title-catch > h3 .is-color {
  color: #57b597;
}
.home-search__headline-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.home-search__headline-item {
  background-color: #F4FAF8;
  border-radius: 8px;
  text-align: center;
  padding: 16px;
  line-height: 1;
}
.home-search__headline-item-headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.home-search__headline-item-text {
  font-size: 16px;
  margin-bottom: 15px;
}
.home-search__headline-item-link {
  font-weight: bold;
}
.home-search__headline-item-link a {
  color: #3EA482;
  font-size: 14px;
}
.home-search__headline {
  margin-bottom: 56px;
}
.home-search__headline-title-catch {
  margin-bottom: 40px;
}
.home-search__headline-item:nth-child(1) {
  background-image: url("../img/home-search__headline-item1_bg_pc.webp");
}
.home-search__headline-item:nth-child(2) {
  background-image: url("../img/home-search__headline-item2_bg_pc.webp");
}
.home-search__headline-item {
  padding-top: 112px;
  width: 472px;
  background-position: top 16px center;
}
.home-search__headline-item-text {
  line-height: 1.6;
  width: 344px;
  margin: 0 auto;
  text-align: left;
}
.home-search__headline-medal {
  position: absolute;
  top: -20px;
  right: 80px;
}
.home-search__body {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.home-search__body-headline {
  margin-bottom: 20px;
}
.home-search__body-headline-title {
  text-align: center;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 40px;
}
.home-search__body-headline-title .is-fontsize {
  line-height: 1;
  font-size: 20px;
}
.home-search__body-headline-title-box {
  font-size: 36px;
}
.home-search__body-headline-title-box .is-square1 {
  border-radius: 4px;
  background-color: #E75E69;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 8px;
}
.home-search__body-headline-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
}
.home-search__body-headline-text .is-color {
  color: #E75E69;
}
.home-search__body-tab-note {
  border: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto 20px;
}
.home-search__body-tab-note-headline {
  background-color: #F7F7F7;
  font-weight: bold;
  background-image: url("../img/home-search__body-tab-note-headline_bg_pc.webp");
  line-height: 1.5;
  background-position: left 16px top 15px;
  width: 220px;
  font-size: 14px;
  padding: 12px 16px 12px 43px;
  background-size: 16px;
}
.home-search__body-tab-note-list {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  font-size: 14px;
  padding: 12px 24px;
}
.home-search__body-tab-note-item {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 120px;
}
.home-search__body-tab-main {
  margin-bottom: 70px;
}
.home-search__body-tab-main.is-inner {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.home-search__body-tab-main-area-list {
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.home-search__body-tab-main-area-item {
  position: relative;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0 0;
  z-index: 2;
  width: 218px;
  height: 48px;
  margin-bottom: -1px;
  background-color: #57b597;
  border-top: 4px solid transparent;
  font-size: 16px;
  padding: 16px 0;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.home-search__body-tab-main-area-item.is-active {
  border-top: 4px solid #57b597;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  background-color: #fff;
  color: #57b597;
}
.home-search__body-tab-main-area-link {
  position: relative;
  display: block;
}
.home-search__body-tab-main-area-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
}
.home-search__body-tab-main-content-list {
  position: relative;
  display: flex;
  border: 1px solid #DADADA;
  z-index: 1;
  overflow: hidden;
}
.home-search__body-tab-main-content-item {
  position: relative;
  width: 0;
  height: 0;
  background-color: #fff;
  z-index: -1;
}
.home-search__body-tab-main-content-item.is-active {
  width: 100%;
  height: auto;
  z-index: 1;
}
.home-search__body-tab-main-content-item-headline {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
}
.home-search__body-tab-main-content-item-headline a {
  color: #57b597;
  font-size: 20px;
}
.home-search__body-tab-main-content-item-inner {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 30px 50px;
}
.home-search__body-tab-main-content-item-inner.is-active {
  opacity: 1;
}
.home-search__body-tab-main-block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 30px 0;
}
.home-search__body-tab-main-block:not(:last-of-type) {
  border-bottom: 1px solid #DADADA;
}
.home-search__body-tab-main-headline {
  font-weight: bold;
  width: 180px;
  font-size: 16px;
}
.home-search__body-tab-main-headline-count {
  font-size: 12px;
}
.home-search__body-tab-main-list {
  line-height: 1;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.home-search__body-tab-main-item a {
  position: relative;
  display: block;
  width: fit-content;
  min-width: 112px;
  padding-left: 20px;
}
.home-search__body-tab-main-item a::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  rotate: -45deg;
  top: 4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
}
.home-search__body-tab-main-item-name {
  color: #57b597;
  border-bottom: 1px solid #57b597;
  font-size: 16px;
}
.home-search__body-tab-main-item-count {
  font-size: 12px;
}
.home-search__body-tab-word {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 50px;
  background-color: #EFEFEF;
}
.home-search__body-tab-word-title {
  font-size: 16px;
}
.home-search__body-tab-word-title-text {
  font-weight: bold;
  line-height: 1.3;
}
.home-search__body-tab-word-form {
  display: flex;
  gap: 9px;
}
.home-search__body-tab-word-form input[type=text] {
  background-color: #FFF;
  width: 480px;
  padding: 10px 8px;
  border-radius: 4px;
  border: 1px solid #8C8C8C;
  font-size: 14px;
}
.home-search__body-tab-word-form-btn {
  position: relative;
  display: block;
  background-color: #57b597;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  height: 44px;
  padding: 10px 30px 10px 50px;
  border-radius: 5px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.home-search__body-tab-word-form-btn::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url("../img/home-search__body-tab-word-form-btn-icon.svg") no-repeat center center/contain;
  left: 10px;
  width: 24px;
  height: 24px;
}
.home-search__body-kasou {
  background-image: url("../img/home-search__body-kasou_bg_pc.webp");
  border-radius: 4px;
  border: 2px solid #57b597;
  background-color: #fff;
  position: relative;
  background-position: left top;
  width: 800px;
  margin: 0 auto;
  padding: 20px 30px 20px 0;
}
.home-search__body-kasou-block {
  position: relative;
  width: 352px;
  margin-left: auto;
}
.home-search__body-kasou-pref-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 368px;
  height: 100%;
}
.home-search__body-kasou-pref-item {
  position: absolute;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #FFFFFF;
}
.home-search__body-kasou-pref-item.is-tokyo-area {
  top: 100px;
  left: 15px;
}
.home-search__body-kasou-pref-item.is-kanagawa-area {
  top: 170px;
  left: 40px;
}
.home-search__body-kasou-pref-item.is-saitama-area {
  top: 25px;
  left: 30px;
}
.home-search__body-kasou-pref-item.is-chiba-area {
  top: 100px;
  left: 220px;
}
.home-search__body-kasou-pref-name {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #333333;
  padding: 8px 8px 4px;
  font-size: 15px;
}
.home-search__body-kasou-pref-count {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #333333;
  padding: 5px 8px;
  background-color: #FFFFFF;
  font-size: 15px;
}
.home-search__body-kasou-pref-count .is-number {
  font-size: 1.4em;
  color: #E5404D;
  margin-right: 3px;
}
.home-search__body-kasou-catch {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 15px;
}
.home-search__body-kasou-catch p {
  background-color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 4px 0 #57b597;
  padding: 6px 16px;
}
.home-search__body-kasou-catch .is-color {
  color: #57b597;
}
.home-search__body-kasou-catch .is-marker {
  background: linear-gradient(transparent 60%, #ffe958 60%, #ffe958 90%, transparent 90%);
}
.home-search__body-kasou-headline {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 13px;
}
.home-search__body-kasou-headline .is-color {
  color: #897627;
}
.home-search__body-kasou-note {
  border-radius: 4px;
  background-color: #FEF8F9;
  background-image: url("../img/home-search__body-kasou-note_bg.svg");
  font-weight: bold;
  line-height: 1.6;
  background-position: left 16px top 8px;
  padding: 8px 16px 8px 48px;
  font-size: 12px;
  margin-bottom: 14px;
}
.home-search__body-kasou-note .is-color {
  color: #E75E69;
}
.home-search__body-kasou-link a {
  display: block;
  font-weight: bold;
  background-color: #57b597;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 30px;
  font-size: 14px;
  width: 240px;
  margin: 0 auto;
  padding: 12px 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home-search__body-kasou-link a:hover {
  background-color: #fff;
  color: #57b597;
}
.home-search__body-kasou-link a:hover::after {
  background-color: #57b597;
}
.home-search__body-kasou-link a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  right: 20px;
  transition: background-color 0.3s ease;
}
.home-search__footer {
  background-color: #fff;
  overflow: hidden;
  height: 410px;
  padding: 40px 0;
}
.home-search__footer-wrap {
  width: 1120px;
  margin: 0 auto;
}
.home-search__footer-title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.home-search__footer-item {
  background-color: #fff;
  border-radius: 5px;
}
.home-search__footer-item-box {
  padding: 16px;
}
.home-search__footer-item-name {
  color: #57b597;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.home-search__footer-item-address {
  font-size: 14px;
  margin-bottom: 10px;
}
.home-search__footer-item-list {
  display: flex;
  gap: 5px;
}
.home-sns {
  background-color: #F4FAF8;
  background-image: url("../img/home-sns_bg_pc.webp");
  padding: 80px 0;
  background-position: left top;
}
.home-sns__headline {
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  width: 1120px;
  padding: 40px 80px;
}
.home-sns__headline-title {
  text-align: center;
}
.home-sns__headline-title-main {
  line-height: 1;
  margin-bottom: 5px;
}
.home-sns__headline-title-main > p {
  color: #57b597;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.home-sns__headline-title-main > h2 {
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
}
.home-sns__headline-title-main > h2::before, .home-sns__headline-title-main > h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.home-sns__headline-title-main > h2::before {
  right: -15px;
}
.home-sns__headline-title-main > h2::after {
  left: -15px;
}
.home-sns__headline-title-catch {
  margin-bottom: 40px;
}
.home-sns__headline-title-catch > h3 {
  font-weight: bold;
  display: inline;
  position: relative;
  background-image: url("../img/home-plan__headline-title-catch_bg.webp");
  line-height: 2;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 28px;
  background-size: 4px;
  padding-bottom: 10px;
}
.home-sns__headline-title-catch > h3 .is-color {
  color: #57b597;
}
.home-sns__headline-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.home-sns__headline-item {
  background-color: #F4FAF8;
  border-radius: 8px;
  text-align: center;
  padding: 16px;
  line-height: 1;
}
.home-sns__headline-item-headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.home-sns__headline-item-text {
  font-size: 16px;
  margin-bottom: 15px;
}
.home-sns__headline-item-link {
  font-weight: bold;
}
.home-sns__headline-item-link a {
  color: #3EA482;
  font-size: 14px;
}
.home-sns__headline {
  position: relative;
  background-color: transparent;
  box-shadow: none;
}
.home-sns__headline-title-catch > h3 .is-border {
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.home-sns__headline-title-catch > h3 .is-border:nth-child(2) {
  margin-top: 23px;
}
.home-sns__headline .is-fontsize {
  line-height: 1;
  font-size: 28px;
}
.home-sns__headline-medal {
  position: absolute;
  right: 0;
  top: 0;
}
.home-sns__body {
  width: 1120px;
  margin: 0 auto;
}
.home-sns__body-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 136px;
}
.home-sns__body-slider {
  width: 680px;
  margin-top: 120px;
}
.home-sns__body-slider-body {
  position: relative;
  margin-bottom: 30px;
}
.home-sns__body-slider-body.is-overflow-hidden {
  overflow: hidden;
}
.home-sns__body-slider-item.swiper-slide {
  pointer-events: none;
  width: 280px;
}
.home-sns__body-slider-item.swiper-slide-active {
  z-index: 100 !important;
  pointer-events: auto;
}
.home-sns__body-slider-item.swiper-slide-active .is-inner {
  scale: 1;
  transition: scale 0.3s;
}
.home-sns__body-slider-item.swiper-slide-active .page-shorts-video {
  opacity: 1;
  transition: opacity 0.3s;
}
.home-sns__body-slider-item .page-shorts-video {
  width: 100%;
  margin: 0;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.home-sns__body-slider-item-inner {
  position: relative;
  background-color: #FFFFFF;
  scale: 0.7;
  transition: scale 0.3s;
}
.home-sns__body-slider-button-prev, .home-sns__body-slider-button-next {
  z-index: 5 !important;
}
.home-sns__body-slider-button-prev {
  border-radius: 50%;
  overflow: hidden;
  background-color: #57b597;
  font-weight: bold;
  color: #FFFFFF !important;
  left: calc((100% - 270px) / 2 - 60px) !important;
  width: 40px !important;
  height: 40px !important;
}
.home-sns__body-slider-button-prev::after {
  margin-left: -3px;
  font-size: 20px !important;
}
.home-sns__body-slider-button-next {
  border-radius: 50%;
  overflow: hidden;
  background-color: #57b597;
  font-weight: bold;
  color: #FFFFFF !important;
  right: calc((100% - 270px) / 2 - 60px) !important;
  width: 40px !important;
  height: 40px !important;
}
.home-sns__body-slider-button-next::after {
  margin-right: -3px;
  font-size: 20px !important;
}
.home-sns__body-slider-small {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.home-sns__body-info {
  width: 427px;
}
.home-sns__body-info-text {
  line-height: 2.3;
  font-size: 16px;
}
.home-sns__body-info-review {
  background-color: #DDF0EA;
  border-radius: 4px;
  padding: 16px 24px 24px;
  margin: 16px 0;
}
.home-sns__body-info-review-title {
  line-height: 1;
  background-color: #57b597;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto;
  width: 184px;
  padding: 8px 12px;
  margin-bottom: 20px;
}
.home-sns__body-info-review-list {
  line-height: 1.4;
  font-weight: bold;
  font-size: 12px;
}
.home-sns__body-info-review-item {
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 12px;
}
.home-sns__body-info-review-item .is-color {
  color: #429277;
}
.home-sns__body-info-review-item:not(:last-child) {
  margin-bottom: 10px;
}
.home-sns__body-info-links {
  border-radius: 4px;
  border: 1px solid #57b597;
  background-color: #fff;
  margin-top: 40px;
  padding: 24px;
}
.home-sns__body-info-links-title {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 16px;
}
.home-sns__body-info-links-list {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.home-sns__body-info-links-item {
  background-position: top center;
  transition: background-image 0.3s ease;
}
.home-sns__body-info-links-item:hover:nth-child(1) {
  background-image: url("../img/home-sns__body-info-links-item1_hover_bg_pc.webp");
}
.home-sns__body-info-links-item:hover:nth-child(2) {
  background-image: url("../img/home-sns__body-info-links-item2_hover_bg_pc.webp");
}
.home-sns__body-info-links-item:hover:nth-child(3) {
  background-image: url("../img/home-sns__body-info-links-item3_hover_bg_pc.webp");
}
.home-sns__body-info-links-item:nth-child(1) {
  background-image: url("../img/home-sns__body-info-links-item1_bg_pc.webp");
}
.home-sns__body-info-links-item:nth-child(2) {
  background-image: url("../img/home-sns__body-info-links-item2_bg_pc.webp");
}
.home-sns__body-info-links-item:nth-child(3) {
  background-image: url("../img/home-sns__body-info-links-item3_bg_pc.webp");
}
.home-sns__body-info-links-item:nth-child(1) img {
  width: 80px;
}
.home-sns__body-info-links-item:nth-child(2) img {
  width: 93px;
}
.home-sns__body-info-links-item:nth-child(3) img {
  width: 67px;
}
.home-sns__body-info-links-item a {
  display: block;
  padding-top: 56px;
}
.home-sns__body-review-block {
  border-radius: 24px;
}
.home-sns__body-review-headline {
  background-image: url("../img/home-sns__body-review-headline_bg_pc.webp");
  background-position: left center;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 416px;
  height: 57px;
  margin: 0 auto -35px;
  font-size: 18px;
  padding-top: 5px;
}
.home-sns__body-review-headline-title .is-fontsize {
  font-size: 24px;
}
.home-sns__body-review-list {
  font-weight: bold;
  background-color: #DDF0EA;
  font-size: 14px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 80px 0;
  margin-bottom: 60px;
}
.home-sns__body-review-list-dots > li button {
  color: transparent;
}
.home-sns__body-review-list-dots > li.slick-active {
  background-color: #57b597;
}
.home-sns__body-review-item {
  border-radius: 4px;
  border: 1px solid #b4a150;
  background-color: #fff;
  width: 322px;
  padding: 16px 24px;
}
.home-sns__body-review-item-text {
  line-height: 1.6;
  margin-bottom: 20px;
}
.home-sns__body-review-item-text .is-color1 {
  color: #447AC2;
}
.home-sns__body-review-item-text .is-color2 {
  color: #E75E69;
}
.home-sns__body-review-item-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.home-sns__body-review-item-info-text {
  font-size: 12px;
}
.home-sns__body-review-item-info-text .is-name {
  font-weight: bold;
}
.home-sns__body-review-case-title {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 24px;
}
.home-sns__body-review-case-title .is-color {
  color: #57b597;
}
.home-sns__body-review-case-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 56px;
}
.home-sns__body-review-case-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #57b597;
  color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  width: 360px;
  padding: 20px 24px;
  font-weight: bold;
  justify-content: center;
  padding-right: 60px;
  padding-left: 60px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home-sns__body-review-case-item a::before {
  content: "";
  display: block;
  position: absolute;
}
.home-sns__body-review-case-item a:hover {
  color: #57b597;
  background-color: #fff;
}
.home-sns__body-review-case-item a:hover::before {
  background-color: #57b597;
}
.home-sns__body-review-case-item a::before {
  top: 0;
  bottom: 0;
  margin: auto;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  right: 30px;
  width: 24px;
  height: 25px;
  transition: background-color 0.3s ease;
}
.home-sns__body-review-banner {
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-sns__body-review-banner:hover {
  transform: translateY(4px);
  opacity: 0.8;
}
.home-sns__body-review-banner a {
  display: block;
}
.home-feature {
  background-color: #DDF0EA;
  padding: 80px;
}
.home-feature__inner {
  background-color: #fff;
  border-radius: 24px;
  padding: 80px 0;
}
.home-feature__headline {
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  width: 1120px;
  padding: 40px 80px;
}
.home-feature__headline-title {
  text-align: center;
}
.home-feature__headline-title-main {
  line-height: 1;
  margin-bottom: 5px;
}
.home-feature__headline-title-main > p {
  color: #57b597;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.home-feature__headline-title-main > h2 {
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
}
.home-feature__headline-title-main > h2::before, .home-feature__headline-title-main > h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.home-feature__headline-title-main > h2::before {
  right: -15px;
}
.home-feature__headline-title-main > h2::after {
  left: -15px;
}
.home-feature__headline-title-catch {
  margin-bottom: 40px;
}
.home-feature__headline-title-catch > h3 {
  font-weight: bold;
  display: inline;
  position: relative;
  background-image: url("../img/home-plan__headline-title-catch_bg.webp");
  line-height: 2;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 28px;
  background-size: 4px;
  padding-bottom: 10px;
}
.home-feature__headline-title-catch > h3 .is-color {
  color: #57b597;
}
.home-feature__headline-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.home-feature__headline-item {
  background-color: #F4FAF8;
  border-radius: 8px;
  text-align: center;
  padding: 16px;
  line-height: 1;
}
.home-feature__headline-item-headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.home-feature__headline-item-text {
  font-size: 16px;
  margin-bottom: 15px;
}
.home-feature__headline-item-link {
  font-weight: bold;
}
.home-feature__headline-item-link a {
  color: #3EA482;
  font-size: 14px;
}
.home-feature__headline {
  background-color: transparent;
  box-shadow: none;
  position: relative;
}
.home-feature__headline-title-catch {
  margin-bottom: 50px;
}
.home-feature__headline-medal {
  position: absolute;
  right: 0;
  top: 0;
}
.home-feature__slider {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 1760px;
  height: 180px;
}
.home-feature__slider-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 80px;
}
.home-feature__slider-wrapper::before, .home-feature__slider-wrapper::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  top: 0;
  width: 200px;
  height: 180px;
}
.home-feature__slider-wrapper::before {
  left: 0;
}
.home-feature__slider-wrapper::after {
  right: 0;
  transform: rotateZ(180deg);
}
.home-feature__slider-list {
  display: flex;
  animation: scroll 40s linear infinite;
  gap: 24px;
  width: 3420px;
}
.home-feature__slider-item img {
  width: 320px;
  height: 180px;
}
.home-feature__body {
  width: 1120px;
  margin: 0 auto;
}
.home-feature__body-comparison {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
.home-feature__body-comparison-table {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #737373;
  width: 320px;
}
.home-feature__body-comparison-table table {
  text-align: center;
  width: inherit;
}
.home-feature__body-comparison-table table thead tr th {
  color: #fff;
  background-color: #8C8C8C;
  padding: 16px 0;
  font-size: 24px;
}
.home-feature__body-comparison-table table thead tr th.is-color {
  background-color: #57b597;
}
.home-feature__body-comparison-table table tbody tr {
  background-color: #fff;
}
.home-feature__body-comparison-table table tbody tr:nth-child(2n) {
  background-color: #F7F7F7;
}
.home-feature__body-comparison-table table tbody tr:not(:last-child) {
  border-bottom: 1px dashed #888;
}
.home-feature__body-comparison-table table tbody tr td {
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
  padding: 16px 0;
  font-size: 18px;
  height: 120px;
}
.home-feature__body-comparison-table table tbody tr td small {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
.home-feature__body-comparison-table table tbody tr td .is-sub,
.home-feature__body-comparison-table table tbody tr td .is-strong {
  width: fit-content;
  margin: 0 auto;
}
.home-feature__body-comparison-table table tbody tr td .is-sub {
  font-size: 14px;
}
.home-feature__body-comparison-table table tbody tr td .is-strong {
  color: #3EA482;
  font-size: 20px;
}
.home-feature__body-comparison-table table tbody tr td .is-fontsize {
  font-size: 28px;
}
.home-feature__body-comparison-table.is-normal {
  margin-top: 20px;
}
.home-feature__body-comparison-table.is-normal tbody tr td {
  background-image: url("../img/home-feature__body-comparison-table-cell_bg_pc.webp");
  background-position: left 16px center;
}
.home-feature__body-comparison-table.is-msb {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #57b597;
}
.home-feature__body-comparison-table.is-msb thead tr th {
  background-color: #57b597;
  padding: 26px 0;
}
.home-feature__body-comparison-caption {
  margin-top: 95px;
}
.home-feature__body-comparison-caption-list {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
.home-feature__body-comparison-caption-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FBF6EC;
  width: 80px;
  height: 80px;
  padding: 16px 0;
}
.home-feature__body-comparison-caption-item:not(:last-child) {
  margin-bottom: 40px;
}
.home-feature__body-about {
  position: relative;
  width: 832px;
  margin: 0 auto 80px;
}
.home-feature__body-about::before, .home-feature__body-about::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-feature__body-about_border_bg.webp");
  background-position: left top;
  background-repeat: repeat;
  width: 100%;
  height: 4px;
}
.home-feature__body-about::before {
  top: 0;
}
.home-feature__body-about::after {
  bottom: 0;
}
.home-feature__body-about-box {
  background-image: url("../img/home-feature__body-about-box_bg_pc.webp");
  width: 830px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  position: relative;
}
.home-feature__body-about-box::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-feature__body-about_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  margin: auto;
  right: 0;
  top: -30px;
  width: 93px;
  height: 55px;
}
.home-feature__body-about-headline {
  width: 368px;
}
.home-feature__body-about-headline-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
}
.home-feature__body-about-headline-text {
  line-height: 1.6;
  font-size: 16px;
}
.home-feature__body-about-link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #57b597;
  color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  width: 360px;
  padding: 20px 24px;
  position: relative;
  font-weight: bold;
  justify-content: center;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home-feature__body-about-link a::before {
  content: "";
  display: block;
  position: absolute;
}
.home-feature__body-about-link a:hover {
  color: #57b597;
  background-color: #fff;
}
.home-feature__body-about-link a:hover::before {
  background-color: #57b597;
}
.home-feature__body-about-link a::before {
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  width: 24px;
  height: 24px;
  transition: background-color 0.3s ease;
}
.home-feature__body-reason {
  background-image: url("../img/home-feature__body-reason_bg_pc.webp");
  background-position: top center;
  padding-top: 70px;
}
.home-feature__body-reason-planner {
  text-align: center;
}
.home-feature__body-reason-planner a:hover {
  opacity: 0.8;
}
.home-feature__body-reason-title {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 24px;
}
.home-feature__body-reason-list {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 38px;
  margin-bottom: 43px;
}
.home-feature__body-reason-item {
  width: 100px;
  height: 100px;
}
.home-feature__body-movie {
  display: block;
  width: 100%;
}
.home-feature__body-movie-container {
  margin-bottom: 100px;
}
.home-feature__body-movie-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.home-feature__body-movie-banner-button {
  display: block;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.home-feature__body-movie-banner-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.home-feature__body-movie-banner-button img {
  display: block;
  width: 100%;
  height: auto;
}
.home-feature__body-media-title {
  text-align: center;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 8px;
}
.home-feature__body-media-title .is-strong {
  color: #E75E69;
  font-size: 32px;
}
.home-feature__body-media-title::after, .home-feature__body-media-title::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/skew-stick-icon_bg.svg");
  top: 0;
  width: 20px;
  height: 30px;
}
.home-feature__body-media-title::before {
  left: -20px;
}
.home-feature__body-media-title::after {
  transform: scale(-1, 1);
  right: -20px;
}
.home-feature__body-media-content {
  background-color: #F7F7F7;
  border: 1px solid #8C8C8C;
  border-radius: 8px;
  position: relative;
  padding: 40px;
}
.home-feature__body-media-content::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-feature__body-media-content_bg_pc.webp");
  top: -53px;
  left: 130px;
  width: 92px;
  height: 52px;
}
.home-feature__body-media-content-block {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
.home-feature__body-media-content-img-text {
  margin-top: 10px;
  text-align: center;
}
.home-feature__body-media-content-archive {
  width: 680px;
  display: grid;
  gap: 24px;
  grid-template-columns: 330px 1fr;
}
.home-feature__body-media-content-archive-box {
  width: 328px;
}
.home-feature__body-media-content-archive-box:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.home-feature__body-media-content-archive-box:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/5;
}
.home-feature__body-media-content-archive-label {
  color: #E75E69;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 15px;
}
.home-feature__body-media-content-archive-label::after, .home-feature__body-media-content-archive-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-feature__body-media-content-archive-label::before {
  background-color: #DADADA;
  width: 100%;
  height: 1px;
  right: 0;
}
.home-feature__body-media-content-archive-label::after {
  border-radius: 50%;
  background-color: #E75E69;
  left: 0;
  width: 8px;
  height: 8px;
}
.home-feature__body-media-content-archive-label .is-border {
  background-color: #f7f7f7;
  display: block;
  position: relative;
  width: fit-content;
  padding-left: 18px;
  padding-right: 15px;
}
.home-feature__body-media-content-archive-list {
  line-height: 1.4;
  font-size: 14px;
}
.home-feature__body-media-content-archive-item:not(:last-child) {
  margin-bottom: 10px;
}
.home-feature__body-media-content-link a {
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #57b597;
  color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  width: 360px;
  padding: 20px 24px;
  justify-content: center;
  font-size: 14px;
  width: 240px;
  margin: 0 auto;
  padding: 12px 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home-feature__body-media-content-link a::before {
  content: "";
  display: block;
  position: absolute;
}
.home-feature__body-media-content-link a:hover {
  color: #57b597;
  background-color: #fff;
}
.home-feature__body-media-content-link a:hover::before {
  background-color: #57b597;
}
.home-feature__body-media-content-link a::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 20px;
  transition: color 0.3s ease;
}

.home-movie-modal {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.home-movie-modal:not([data-active=true]) {
  opacity: 0;
}
.home-movie-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.home-movie-modal__inner {
  overflow: auto;
  margin-inline: auto;
  margin-block-end: var(--mbe);
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  padding: 0 20px;
}
.home-movie-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  display: flex;
  max-width: 900px;
  height: calc(100dvh + 1px);
  margin: auto;
}
.home-movie-modal__block {
  position: relative;
  width: 100%;
  height: fit-content;
  margin: auto;
}
.home-movie-modal__content {
  display: block;
  aspect-ratio: 16/9;
}
.home-movie-modal__thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.home-movie-modal__thumbnail::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url("../img/youtube_social_icon_red.png") no-repeat center center/contain;
  z-index: 1;
  width: 100px;
  height: 70px;
}
.home-movie-modal__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.home-movie-modal__thumbnail.is-active {
  display: none;
}
.home-movie-modal__thumbnail.is-active::before {
  display: none;
}
.home-movie-modal__iframe {
  display: block;
  width: 100%;
}
.home-movie-modal__iframe iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.home-movie-modal__close-text {
  display: flex;
  padding-top: 30px;
}
.home-movie-modal__close-text-button {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  cursor: pointer;
}

.main .hidden--sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .main .hidden--sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .main .hidden--pc {
    display: none;
  }
}
.main .fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s, transform 1s;
}
.main .fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}
.main .fade-in-down {
  opacity: 0;
  transform: translateY(-24px);
  transition: opacity 1s, transform 1s;
}
.main .fade-in-down.is-in-view {
  opacity: 1;
  transform: translateY(0);
}
.main .fade-in {
  opacity: 0;
  transition: opacity 1s;
}
.main .fade-in.is-in-view {
  opacity: 1;
}
.area-lp-fv {
  margin-bottom: -24px;
}
.area-lp-fv + .area-lp-cta {
  margin-bottom: 50px;
}
.area-lp-fv__inner {
  background-image: url("../img/area-lp-new-fv-pc.webp");
  background-position: bottom center;
  min-height: 550px;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 11px;
}
.area-lp-fv__wrap {
  width: 754px;
  margin: 0 auto;
}
.area-lp-fv__wrap.is-over-height {
  padding-bottom: 30px;
}
.area-lp-fv__headline {
  font-family: "Noto Serif", serif;
  font-feature-settings: "palt";
  color: #377B64;
  line-height: 1;
  width: 710px;
  margin: 0 auto 15px;
  font-size: 40px;
}
.area-lp-fv__headline .is-area-parent-name {
  display: block;
  letter-spacing: 0.08em;
  font-size: 18px;
  margin-bottom: 9px;
}
.area-lp-fv__headline .is-area-name {
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.area-lp-fv__headline .is-area-name .is-label {
  text-align: center;
  color: #fff;
  background-color: #377B64;
  display: inline-block;
  border-radius: 6px;
  font-size: 58px;
  min-width: 450px;
  padding: 12px 18px;
  margin-right: 10px;
}
.area-lp-fv__headline .is-text {
  display: block;
  text-align: left;
  letter-spacing: 0.09em;
}
.area-lp-fv__headline .is-text .is-fontsize1 {
  display: inline-block;
  font-size: 42px;
}
.area-lp-fv__headline .is-text .is-fontsize2 {
  display: inline-block;
  font-size: 29px;
}
.area-lp-fv__body {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9137254902);
  text-align: center;
  border-radius: 5px 5px 0 0;
  border-top: 7px solid #57b597;
  padding: 10px 38px;
  margin-bottom: 15px;
}
.area-lp-fv__body.is-over-height {
  overflow: hidden;
  height: 190px;
  padding-bottom: 50px;
}
.area-lp-fv__body.is-over-height::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: linear-gradient(0deg, #FFFFFF 20%, transparent 100%);
  height: 140px;
}
.area-lp-fv__body.is-active {
  height: auto;
}
.area-lp-fv__body.is-active::before {
  display: none;
}
.area-lp-fv__body-catch {
  line-height: 1.5;
  border-bottom: 2px solid #FDD759;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}
.area-lp-fv__body-catch .is-catch {
  color: #377B64;
  font-size: 32px;
}
.area-lp-fv__body-text {
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
}
.area-lp-fv__body-button {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #57b597;
  bottom: 15px;
  font-size: 16px;
}
.area-lp-fv__footer {
  display: flex;
  align-items: center;
  gap: 30px;
}
.area-lp-fv__footer-medal {
  margin-left: -10px;
}

.area-lp-fv-movie {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .area-lp-fv-movie {
    padding-bottom: 44px;
  }
}
.area-lp-fv-movie__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1028px;
}
.area-lp-fv-movie__img--badge {
  position: absolute;
  z-index: 3;
  width: 128px;
  top: -100px;
  left: 0px;
}
.area-lp-fv-movie__slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.area-lp-fv-movie__item {
  border-radius: 9px;
  width: 309px;
  height: 410px;
  object-fit: cover;
  aspect-ratio: 301/398;
}
.area-lp-fv-movie__caution {
  color: #1c1118;
  font-family: "Noto Serif", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0666666667em;
  margin-top: 4px;
}

.area-lp-support {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.area-lp-support.is-bgnone {
  background-image: none;
  padding-top: 50px;
}
.area-lp-support__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-support__container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: none;
  padding: 38px 96px 52px;
}
.area-lp-support__head--sub {
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.0777777778em;
  font-size: clamp(15px, 15 / 375 * 100vw, 15px);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 12px;
  border-radius: 32.5px;
  background: #f6df08;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.4 !important;
}
@media screen and (min-width: 768px) {
  .area-lp-support__head--sub {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-size: clamp(18px, 25 / 1680 * 100vw, 25px);
    gap: 6px;
  }
}
.area-lp-support__head--sub::before {
  content: "!";
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.0272727273em;
  width: 19px;
  height: 19px;
  background: #1E1926;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .area-lp-support__head--sub::before {
    font-size: clamp(11px, 25 / 1680 * 100vw, 25px);
    width: clamp(19px, 34 / 1680 * 100vw, 34px);
    height: clamp(19px, 34 / 1680 * 100vw, 34px);
  }
}
.area-lp-support__head--main {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 21 / 375 * 100vw, 21px);
  text-align: center;
  margin-top: 80px;
  white-space: nowrap;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(30, 25, 38, 0.2);
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-support__head--main {
    font-size: clamp(21px, 30 / 1680 * 100vw, 30px);
    top: 25px;
    margin-top: 100px;
  }
}
.area-lp-support__items {
  margin-top: 41px;
  display: grid;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .area-lp-support__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: clamp(10px, 30 / 1680 * 100vw, 30px);
    margin-top: 59px;
  }
  .area-lp-support__items .div1 {
    grid-row: span 3/span 2;
  }
  .area-lp-support__items .div2 {
    grid-row: span 3/span 5;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .area-lp-support__items .div3 {
    grid-row: span 3/span 2;
    grid-column-start: 1;
    grid-row-start: 4;
  }
}
.area-lp-support .support-item {
  border-radius: 10px;
  border: 2px solid #57b597;
  background: #f7f5eb;
  padding: 38px 19px 23px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-support .support-item {
    border-radius: 11px;
    padding-bottom: 15px;
  }
}
.area-lp-support .support-item:nth-of-type(3) {
  display: flex;
  align-items: center;
  gap: clamp(10px, 18 / 375 * 100vw, 23px);
  padding: 14px 19px 18px;
}
.area-lp-support .support-item.div1 .support-item__img img {
  aspect-ratio: 175/58;
}
.area-lp-support .support-item.div2 .support-item__img img {
  aspect-ratio: 175/58;
}
.area-lp-support .support-item.div3 .support-item__img img {
  aspect-ratio: 137/105;
}
.area-lp-support .support-item__head {
  display: inline-block;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 19 / 375 * 100vw, 19px);
  padding: 10px;
  border-radius: 5px;
  background: #57b597;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .area-lp-support .support-item__head {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0952380952em;
  }
}
.area-lp-support .support-item__text {
  margin-left: -10px;
  margin-right: -10px;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
@media screen and (min-width: 576px) {
  .area-lp-support .support-item__text {
    justify-content: center;
  }
}
.area-lp-support .support-item__text p {
  color: #e75e69;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 21 / 375 * 100vw, 21px);
}
@media screen and (min-width: 768px) {
  .area-lp-support .support-item__text p {
    font-size: clamp(18px, 23 / 1680 * 100vw, 23px);
  }
}
.area-lp-support .support-item__text p .is-large {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 31 / 375 * 100vw, 31px);
}
@media screen and (min-width: 768px) {
  .area-lp-support .support-item__text p .is-large {
    font-size: clamp(28px, 35 / 1680 * 100vw, 35px);
  }
}
.area-lp-support .support-item__text::before {
  content: "";
  width: clamp(40px, 57 / 375 * 100vw, 57px);
  height: clamp(40px, 57 / 375 * 100vw, 57px);
  background-image: url("../img/area-lp-support-tel.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .area-lp-support .support-item__text::before {
    width: clamp(46px, 64 / 1680 * 100vw, 64px);
    height: clamp(46px, 64 / 1680 * 100vw, 64px);
  }
}
.area-lp-support .support-item__text:nth-of-type(2)::before {
  background-image: url(../img/area-lp-support-car.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.area-lp-support .support-item__text--2 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-support .support-item__text--2 {
    margin-top: 10px;
  }
}
.area-lp-support .support-item__img {
  margin-top: 21px;
}
.area-lp-support .is-large-30 {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0302325581em;
  font-size: clamp(32px, 43 / 375 * 100vw, 43px);
}
.area-lp-support .support-item__text--black {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: clamp(10px, 14 / 375 * 100vw, 16px);
  flex: 167;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-support .support-item__text--black {
    font-size: clamp(12px, 16 / 1680 * 100vw, 16px);
  }
}
.area-lp-support .support-item__img--3 {
  flex: 121;
}
.area-lp-support .support-item__img--3 img {
  aspect-ratio: 46/35;
}
.area-lp-support .support-item__img--top img {
  width: 351px;
  height: 163px;
}
.area-lp-support__cta {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .area-lp-support__cta {
    margin-top: 43px;
  }
}
.area-lp-support__cta.is-mt-0 {
  margin-top: 0;
}

.area-lp-movie {
  padding-top: 40px;
  padding-bottom: 23px;
  background: #f6f3f9;
}
@media screen and (min-width: 768px) {
  .area-lp-movie {
    padding-bottom: 57px;
  }
}
.area-lp-movie__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-movie__head-deco--left {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -100px;
  left: -7%;
  transform: translateX(-60%);
}
@media screen and (min-width: 768px) {
  .area-lp-movie__head-deco--left {
    width: 250px;
    left: -37%;
  }
}
.area-lp-movie__head-deco--right {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -100px;
  right: -7%;
  transform: translateX(60%);
}
@media screen and (min-width: 768px) {
  .area-lp-movie__head-deco--right {
    right: -37%;
    width: 250px;
  }
}
.area-lp-movie__head {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.area-lp-movie__head p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.3375em;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__head p {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.3333333333em;
  }
}
.area-lp-movie__items-inner {
  width: 1130px;
  margin: 0 auto;
}
.area-lp-movie__items {
  display: flex;
  flex-direction: column;
  gap: 95px;
  margin-top: 43px;
  gap: clamp(60px, 9vw, 160px);
}
@media screen and (min-width: 768px) {
  .area-lp-movie__items {
    flex-direction: row;
  }
}
.area-lp-movie__item {
  width: 76.0869565217%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item {
    width: calc((100% - 174px) / 3);
  }
}
.area-lp-movie__item:nth-of-type(2n-1) .is-img {
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(2n-1) .is-img {
    border-radius: 10px;
  }
}
.area-lp-movie__item:nth-of-type(2n-1) .is-text {
  border-left: 0.5px solid #000;
  padding-left: 15px;
  margin-left: 15px;
}
.area-lp-movie__item:nth-of-type(2n-1) .is-title {
  top: 0;
  right: -7%;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(2n-1) .is-title {
    right: -3%;
  }
}
.area-lp-movie__item:nth-of-type(2n-1)::before {
  width: 214px;
  height: 214px;
  background-image: url(../img/area-lp-Ellipse-320.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -100px;
  right: -100px;
}
.area-lp-movie__item:nth-of-type(2n-1)::after {
  width: 168px;
  height: 161px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -80px;
  right: -100px;
}
.area-lp-movie__item:nth-of-type(2n) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(2n) {
    margin-top: 93px;
  }
}
.area-lp-movie__item:nth-of-type(2n) .is-img {
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(2n) .is-img {
    border-radius: 10px;
  }
}
.area-lp-movie__item:nth-of-type(2n) .is-text {
  border-right: 0.5px solid #000;
  padding-right: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(2n) .is-text {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-left: 0.5px solid #000;
    padding-left: 15px;
    margin-left: 15px;
  }
}
.area-lp-movie__item:nth-of-type(2n) .is-title {
  top: 0;
  left: -7%;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(2n) .is-title {
    top: 0;
    left: auto;
    right: -3%;
    transform: translateX(100%);
  }
}
.area-lp-movie__item:nth-of-type(2n)::before {
  width: 200px;
  height: 200px;
  background-image: url(../img/area-lp-Ellipse-320.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -100px;
  left: -100px;
}
.area-lp-movie__item:nth-of-type(2n)::after {
  width: 168px;
  height: 161px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: 20px;
  left: -120px;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(1)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-movie__item:nth-of-type(3) {
    margin-top: 186px;
  }
}
.area-lp-movie__item::before, .area-lp-movie__item::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.area-lp-movie__item-img {
  width: 100%;
  aspect-ratio: 315/417;
  object-fit: cover;
}
.area-lp-movie__item-title {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 5px;
  z-index: 5;
}
.area-lp-movie__item-title p {
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5555555556em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.area-lp-movie__item-title p span {
  writing-mode: horizontal-tb;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.area-lp-movie__item-title p:nth-of-type(2) {
  padding-top: 1.5em;
}
.area-lp-movie__item-text {
  margin-top: 13px;
  position: relative;
  z-index: 3;
}
.area-lp-movie__item-text p {
  display: inline;
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8571428571;
  letter-spacing: 0.0785714286em;
}
.area-lp-movie__item-text a {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8571428571;
  letter-spacing: 0.0785714286em;
}
.area-lp-movie__text-center {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 74px;
  position: relative;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__text-center {
    gap: 30px;
  }
}
.area-lp-movie__text-center p {
  font-family: "Noto Serif", serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.4761904762;
  letter-spacing: 0.380952381em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__text-center p {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5333333333;
    letter-spacing: 0.2433333333em;
  }
}
.area-lp-movie__text-center p:nth-of-type(2) {
  margin-top: 33px;
}
.area-lp-movie__text-center p:nth-of-type(3) {
  margin-top: 98px;
}
.area-lp-movie__text-center::before {
  content: "";
  position: absolute;
  width: 127px;
  height: 116px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -50px;
  left: -13%;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__text-center::before {
    left: 9%;
    top: 80%;
  }
}
.area-lp-movie__text-center::after {
  content: "";
  position: absolute;
  width: 159px;
  height: 145px;
  background-image: url(../img/area-lp-Vector-250.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -50px;
  right: -26%;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__text-center::after {
    right: 23%;
  }
}
.area-lp-movie__img-bottom {
  width: calc(338vw / 3.75);
  margin: 0 auto -34.6666666667vw;
  aspect-ratio: 20/13;
}
.area-lp-movie__img-bottom img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .area-lp-movie__img-bottom {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-top: 45px;
    max-width: 720px;
    margin-bottom: -280px;
  }
}
.area-lp-movie__more {
  display: inline;
}
.area-lp-movie__more div {
  display: inline;
}

.area-lp-message {
  padding-top: 164px;
  padding-bottom: 64px;
  background-image: url(../img/area-lp-message-bg-sp.webp);
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .area-lp-message {
    padding-top: 296px;
    padding-bottom: 84px;
  }
}
.area-lp-message__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 683px;
}
.area-lp-message__head {
  display: inline-block;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2380952381em;
  font-size: clamp(18px, 21 / 375 * 100vw, 21px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-message__head {
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.2407407407em;
    line-height: 2;
  }
}
.area-lp-message__head span {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.9411764706;
  letter-spacing: 0.2352941176em;
  font-size: clamp(15px, 17 / 375 * 100vw, 17px);
}
@media screen and (min-width: 768px) {
  .area-lp-message__head span {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2409090909em;
  }
}
.area-lp-message__text {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5625;
  letter-spacing: 0.2em;
  font-size: clamp(14px, 16 / 375 * 100vw, 16px);
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .area-lp-message__text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8888888889;
    letter-spacing: 0.2055555556em;
    margin-top: 62px;
  }
}
.area-lp-message__text span {
  display: block;
}
.area-lp-message__text span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
}
@media screen and (min-width: 768px) {
  .area-lp-message__text span::after {
    max-width: 683px;
    margin: 0 auto;
  }
}
.area-lp-message__text--last {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.2571428571em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .area-lp-message__text--last {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.2222222222;
    letter-spacing: 0.2611111111em;
    margin-top: 36px;
  }
}
.area-lp-message__deco {
  position: absolute;
}
.area-lp-message__deco--1 {
  width: 135px;
  top: -20px;
  left: 0%;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-message__deco--1 {
    width: 176px;
  }
}
.area-lp-message__deco--2 {
  width: 135px;
  top: -20px;
  right: 0%;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-message__deco--2 {
    width: 176px;
  }
}

.area-lp-plan {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  padding-top: 100px;
  padding-bottom: 77px;
  margin-top: 100px;
}
.area-lp-plan.is-margin {
  margin-top: 0;
}
.area-lp-plan__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-plan__head {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3384615385em;
  font-size: clamp(22px, 26 / 375 * 100vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__head {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3421052632em;
    gap: 31px;
  }
}
.area-lp-plan__head span {
  padding: 6px 30px;
  width: fit-content;
  border-radius: 100px;
  background: #fff;
  color: #3ea482;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.252173913em;
  font-size: clamp(18px, 23 / 375 * 100vw, 23px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-plan__head span {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3411764706em;
    padding: 13px 45px;
  }
}
.area-lp-plan__head span::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/area-lp-after-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-plan__head span::after {
    width: 22px;
  }
}
.area-lp-plan__deco--3, .area-lp-plan__deco--4 {
  position: absolute;
}
.area-lp-plan__deco--3 {
  width: 150px;
  top: -100px;
  left: 8%;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-plan__deco--3 {
    width: 250px;
    top: -200px;
  }
}
.area-lp-plan__deco--4 {
  width: 150px;
  top: -100px;
  right: 8%;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-plan__deco--4 {
    width: 250px;
    top: -200px;
  }
}
.area-lp-plan__head--sub {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5789473684;
  letter-spacing: 0.1473684211em;
  font-size: clamp(14px, 19 / 375 * 100vw, 19px);
  padding: 13px 32px;
  border-radius: 15px;
  background: #e75e69;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-plan__head--sub {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 20px 55px;
    margin-top: 53px;
  }
}
.area-lp-plan__head--sub .is-large {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.0285714286em;
  font-size: clamp(28px, 35 / 375 * 100vw, 35px);
}
@media screen and (min-width: 768px) {
  .area-lp-plan__head--sub .is-large {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0.0288888889em;
  }
}
.area-lp-plan__head--sub .is-yellow {
  color: #f6df08;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4736842105;
  letter-spacing: 0.1473684211em;
  font-size: clamp(14px, 19 / 375 * 100vw, 19px);
  border-bottom: 1px solid #f6df08;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__head--sub .is-yellow {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
.area-lp-plan__head--sub::after {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(../img/area-lp-plan-head.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -12px;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__head--sub::after {
    width: 72px;
    height: 72px;
    top: -20px;
  }
}
.area-lp-plan__items {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 39px;
  }
}
.area-lp-plan__item {
  padding: 14px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__item {
    width: calc((100% - 16px) / 2);
    padding: 0.875rem 0.875rem 1.8125rem;
  }
}
.area-lp-plan-item__wrap--main {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .area-lp-plan-item__wrap--main img {
    aspect-ratio: 347/436;
  }
}
.area-lp-plan-item__wrap--main-img {
  width: 170px;
  max-width: 160px;
}
.area-lp-plan-item__text-wrap {
  width: 250px;
}
.area-lp-plan-item__head {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2363636364em;
  font-size: clamp(16px, 22 / 375 * 100vw, 22px);
}
@media screen and (min-width: 768px) {
  .area-lp-plan-item__head {
    font-size: clamp(22px, 28 / 1680 * 100vw, 28px);
    line-height: 1.3;
  }
}
.area-lp-plan-item__text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4615384615;
  letter-spacing: 0.1384615385em;
  font-size: clamp(10px, 13 / 375 * 100vw, 13px);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-plan-item__text {
    font-size: clamp(13px, 16 / 1680 * 100vw, 16px);
  }
}
.area-lp-plan-item__price {
  color: #E75E69;
  font-family: "Noto Serif", serif;
  margin-top: 23px;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: clamp(40px, 2.6041666667vw, 54px);
}
.area-lp-plan-item__flow {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  display: inline;
  background: #57b597;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  width: 59px;
  font-size: 14px;
}
.area-lp-plan-item__flow:not(:last-child):before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 4px;
  background-image: url(../img/area-lp-plan-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: 63px;
}
.area-lp-plan-item__flow.is-hidden {
  color: #57b597;
  border-radius: 4px;
  padding: 4px;
  border: 1px solid #57b597;
  background: #fff;
  opacity: 0.3;
}
.area-lp-plan-item__flow-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.area-lp-plan-item__img-no1 {
  width: clamp(60px, 92 / 375 * 100vw, 92px);
  position: absolute;
  top: -20px;
  right: calc(-20vw / 3.75);
}
@media screen and (min-width: 768px) {
  .area-lp-plan-item__img-no1 {
    width: clamp(92px, 121 / 1680 * 100vw, 121px);
    top: -34px;
    right: calc(-4vw / 3.75);
  }
}
.area-lp-plan__cost-another img {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.area-lp-plan__text-wrap {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__text-wrap {
    margin-top: 55px;
  }
}
.area-lp-plan__text--main {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7916666667;
  letter-spacing: 0.2791666667em;
  font-size: clamp(20px, 24 / 375 * 100vw, 24px);
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__text--main {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8214285714;
    letter-spacing: 0.2857142857em;
  }
}
.area-lp-plan__text--sub {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.2em;
  font-size: clamp(16px, 18 / 375 * 100vw, 18px);
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__text--sub {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.8095238095;
    letter-spacing: 0.2047619048em;
  }
}
.area-lp-plan__img--last {
  position: relative;
  max-width: 449px;
  margin: 0 auto;
  margin-top: 20px;
}
.area-lp-plan__img--last > img {
  aspect-ratio: 899/601;
}
.area-lp-plan__img--last-deco {
  width: 154px;
  height: 105px;
  position: absolute;
  bottom: -20px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .area-lp-plan__img--last-deco {
    right: -40px;
  }
}
.area-lp-plan .price-wrap {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0476190476em;
  font-size: clamp(18px, 21 / 375 * 100vw, 21px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .area-lp-plan .price-wrap {
    font-size: clamp(21px, 28 / 1680 * 100vw, 28px);
  }
}
.area-lp-plan .price-wrap span {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 0.8333333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .area-lp-plan .price-wrap span {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.area-lp-other {
  background-position: center bottom;
  padding-top: 77px;
  padding-bottom: 110px;
  background-image: url("../img/area-lp-other-bg-pc.png");
  background-repeat: repeat;
  background-size: 320px;
  clip-path: polygon(0 0, 100% 0%, 100% 96%, 50% 100%, 0 96%);
}
.area-lp-other.is-ad-page {
  margin-bottom: -120px;
}
.area-lp-other__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-other__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.area-lp-other__head--sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: clamp(18px, 20 / 375 * 100vw, 20px);
}
@media screen and (min-width: 768px) {
  .area-lp-other__head--sub {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.4827586207;
    letter-spacing: 0.1482758621em;
  }
}
.area-lp-other__head--main {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1392857143em;
  font-size: clamp(24px, 28 / 375 * 100vw, 28px);
  padding-bottom: 6px;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #1E1926;
}
@media screen and (min-width: 768px) {
  .area-lp-other__head--main {
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 1.487804878;
    letter-spacing: 0.1390243902em;
  }
}
.area-lp-other-content1 {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 34px clamp(10px, 18 / 375 * 100vw, 18px) 18px;
  max-width: 731px;
  margin: 0 auto;
  margin-top: 53px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content1 {
    margin-top: 80px;
    padding: 61px 60px 36px;
    border-radius: 18.067px;
  }
}
.area-lp-other-content1__img--attention {
  width: 63px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-other-content1__img--attention {
    width: 114px;
    top: -60px;
  }
}
.area-lp-other-content1__text {
  color: #6a6a6a;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8421052632;
  letter-spacing: 0.0684210526em;
  font-size: clamp(14px, 19 / 375 * 100vw, 17px);
}
@media screen and (min-width: 768px) {
  .area-lp-other-content1__text {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.8823529412;
    letter-spacing: 0.0705882353em;
    font-size: clamp(30px, 34 / 1680 * 100vw, 34px);
  }
}
.area-lp-other-content1__img-text {
  text-align: center;
  color: #6a6a6a;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9411764706;
  letter-spacing: 0.0647058824em;
  font-size: clamp(12px, 17 / 375 * 100vw, 17px);
  margin-top: 8px;
  margin-left: -4px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content1__img-text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.9666666667;
    letter-spacing: 0.07em;
  }
}
.area-lp-other-content1__img-text span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9444444444;
  letter-spacing: 0.1444444444em;
  font-size: clamp(12px, 18 / 375 * 100vw, 16px);
  border-radius: 4.609px;
  padding: 6px 4px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content1__img-text span {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.9393939394;
    letter-spacing: 0.0696969697em;
  }
}
.area-lp-other-content1__img-text .left {
  background: #1e1926;
}
.area-lp-other-content1__img-text .right {
  background: #57b597;
}
.area-lp-other-content1__img {
  margin-right: 15px;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content1__img {
    margin-right: 45px;
  }
}
.area-lp-other-content1__img img {
  aspect-ratio: 144/103;
}
.area-lp-other__text {
  color: #6a6a6a;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.8571428571;
  letter-spacing: 0.0642857143em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  margin: 0 auto;
  margin-top: 9px;
  max-width: 594px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .area-lp-other__text {
    font-size: 1.9rem;
    font-weight: 350;
    line-height: 1.8421052632;
    letter-spacing: 0.0684210526em;
    margin-top: 53px;
  }
}
.area-lp-other-content2 {
  max-width: 731px;
  margin: 0 auto;
  margin-top: 22px;
  display: flex;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2 {
    margin-top: 63px;
  }
}
.area-lp-other-content2__main {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.area-lp-other-content2__main-body {
  padding: 12px clamp(8px, 10 / 375 * 100vw, 10px) 23px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__main-body {
    padding: 21px 48px 39px;
  }
}
.area-lp-other-content2__head {
  padding: 13px 4px 10px;
  border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 18 / 375 * 100vw, 18px);
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__head {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.21875;
    letter-spacing: 0.109375em;
    padding: 28px 4px 21px;
  }
}
.area-lp-other-content2__head span {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1818181818;
  letter-spacing: 0.1454545455em;
  font-size: clamp(8px, 11 / 375 * 100vw, 11px);
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__head span {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2105263158;
    letter-spacing: 0.1526315789em;
  }
}
.area-lp-other-content2__head.is-left {
  background: #1e1926;
}
.area-lp-other-content2__head.is-right {
  background: #57b597;
}
.area-lp-other-content2__title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__title {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.2380952381;
    letter-spacing: 0.1em;
    padding: 18px 6px;
  }
}
.area-lp-other-content2__graph {
  margin-top: 12px;
  margin-inline: 12px;
}
.area-lp-other-content2__graph img {
  aspect-ratio: 1/1;
}
.area-lp-other-content2__answer {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  letter-spacing: 0.0714285714em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  padding-bottom: 13px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__answer {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2962962963;
    letter-spacing: 0.1em;
    font-size: clamp(24px, 27 / 1680 * 100vw, 27px);
    margin-top: 10px;
  }
}
.area-lp-other-content2__answer span {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03125em;
  font-size: clamp(28px, 32 / 375 * 100vw, 32px);
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__answer span {
    font-size: 5.7rem;
    font-weight: 700;
    line-height: 1.0526315789;
    letter-spacing: 0.1em;
    font-size: clamp(40px, 57 / 1680 * 100vw, 57px);
  }
}
.area-lp-other-content2__answer-img {
  max-width: 100%;
  margin-top: 10px;
  margin-inline: 12px;
}
.area-lp-other-content2__answer-img img {
  aspect-ratio: 1/1;
}
.area-lp-other-content2__answer-text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5833333333;
  font-size: clamp(8px, 12 / 375 * 100vw, 12px);
}
@media screen and (max-width: 360px) {
  .area-lp-other-content2__answer-text {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__answer-text {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.619047619;
    letter-spacing: 0.1em;
    font-size: clamp(16px, 21 / 1680 * 100vw, 21px);
  }
}
.area-lp-other-content2__sub {
  padding: 38px 8px 12px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__sub {
    padding: 68px 39px 21px;
  }
}
.area-lp-other-content2__sub::before {
  content: "";
  width: 46px;
  height: 53px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__sub::before {
    width: 83px;
    height: 96px;
    top: -30px;
  }
}
.area-lp-other-content2__sub.is-left::before, .area-lp-other-content2__sub.is-right::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 83px;
  height: 96px;
  top: -1.875rem;
  left: 50%;
}
.area-lp-other-content2__sub.is-left::before {
  background-image: url("../img/area-lp-other-arrow1.webp");
}
.area-lp-other-content2__sub.is-right::before {
  background-image: url("../img/area-lp-other-arrow2.webp");
}
.area-lp-other-content2__sub-top {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.2631578947;
  letter-spacing: 0.5em;
  font-size: clamp(16px, 19 / 375 * 100vw, 19px);
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__sub-top {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.2941176471;
    letter-spacing: 0.1470588235em;
  }
}
.area-lp-other-content2__sub-text {
  color: #6a6a6a;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5833333333;
  font-size: clamp(8px, 12 / 375 * 100vw, 12px);
}
@media screen and (max-width: 360px) {
  .area-lp-other-content2__sub-text {
    font-size: 8px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-other-content2__sub-text {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.619047619;
    letter-spacing: 0.1em;
    font-size: clamp(16px, 21 / 1680 * 100vw, 21px);
    margin-top: 16px;
  }
}
.area-lp-other-content2__sub-img {
  margin-top: 9px;
}
.area-lp-other-content2__sub-img img {
  aspect-ratio: 568/377;
}
.area-lp-other-content2__left {
  width: calc((100% - 14px) / 2);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.area-lp-other-content2__left .other-content2__head {
  background: #1e1926;
}
.area-lp-other-content2__left .other-content2__sub::before {
  background-image: url(../img/area-lp-other-arrow1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.area-lp-other-content2__left .other-content2__sub-top {
  color: #1e1926;
}
.area-lp-other-content2__right {
  width: calc((100% - 14px) / 2);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.area-lp-other-content2__right .other-content2__head {
  background: #57b597;
}
.area-lp-other-content2__right .other-content2__sub-top {
  color: #57b597;
}
.area-lp-other-content2__right .other-content2__sub::before {
  background-image: url(../img/area-lp-other-arrow2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.area-lp-other .no-number {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.5em;
  font-size: clamp(18px, 19 / 375 * 100vw, 19px);
}
@media screen and (min-width: 768px) {
  .area-lp-other .no-number {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.2941176471;
    letter-spacing: 0.2941176471em;
    font-size: clamp(24px, 34 / 1680 * 100vw, 34px);
    margin-top: 10px;
    line-height: 1.8;
  }
}
.area-lp-other__text--last {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 16 / 375 * 100vw, 16px);
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .area-lp-other__text--last {
    margin-top: 26px;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.724137931;
    letter-spacing: 0.1em;
  }
}
.area-lp-other__text--last span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 16 / 375 * 100vw, 16px);
  border-bottom: 1px solid #1E1926;
}
@media screen and (min-width: 768px) {
  .area-lp-other__text--last span {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.724137931;
    letter-spacing: 0.1em;
  }
}

.area-lp-service {
  position: relative;
  background-image: url(../img/area-lp-service-bg.webp);
  background-repeat: no-repeat;
  background-position: center 200px;
  background-size: cover;
  padding-top: 120px;
}
.area-lp-service__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .area-lp-service__inner {
    max-width: 1190px;
  }
}
.area-lp-service__head {
  color: #57b597;
  text-align: center;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.3902439024;
  letter-spacing: 0.243902439em;
  font-size: clamp(32px, 41 / 375 * 100vw, 38px);
  width: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-service__head {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0.25em;
  }
}
.area-lp-service__head span {
  color: #1e1926;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.26em;
  font-size: clamp(20px, 25 / 375 * 100vw, 25px);
}
@media screen and (min-width: 768px) {
  .area-lp-service__head span {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3928571429;
    letter-spacing: 0.275em;
  }
}
.area-lp-service__head-deco {
  position: absolute;
  top: -60px;
  width: 102px;
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-deco {
    width: 250px;
    top: -130px;
  }
}
.area-lp-service__head-deco--left {
  left: 7%;
  transform: translateX(-80%);
}
.area-lp-service__head-deco--right {
  right: 7%;
  transform: translateX(80%);
}
.area-lp-service__head-sub {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub {
    margin-top: 52px;
  }
}
.area-lp-service__head-sub--1 {
  display: inline-block;
  border-radius: 100px;
  background: #3ea482;
  padding: 12px 21px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3368421053em;
  font-size: clamp(16px, 19 / 375 * 100vw, 19px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3458333333em;
    padding: 15px 27px;
  }
}
.area-lp-service__head-sub--1::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/area-lp-after-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(58%) sepia(46%) saturate(494%) hue-rotate(109deg) brightness(120%) contrast(86%);
}
.area-lp-service__head-sub--2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 25 / 375 * 100vw, 25px);
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1875em;
  }
}
.area-lp-service__head-sub--2 span {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2962962963;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 27 / 375 * 100vw, 27px);
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--2 span {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 0.2em;
  }
}
.area-lp-service__head-sub--3 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2962962963;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 27 / 375 * 100vw, 25px);
  position: relative;
  border-bottom: 1px solid #1E1926;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 0.2em;
  }
}
.area-lp-service__head-sub--3 .is-green {
  color: #57b597;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2962962963;
  letter-spacing: 0.2em;
  font-size: clamp(24px, 27 / 375 * 100vw, 27px);
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--3 .is-green {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 0.2em;
  }
}
.area-lp-service__head-sub--3 .is-large {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.325;
  letter-spacing: 0.1425em;
  font-size: clamp(32px, 40 / 375 * 100vw, 40px);
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--3 .is-large {
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.3076923077;
    letter-spacing: 0.1403846154em;
  }
}
.area-lp-service__head-sub--3::after {
  content: "※";
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Noto Serif", serif;
  position: absolute;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--3::after {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3076923077;
    letter-spacing: 0.1em;
  }
}
.area-lp-service__head-sub--4 {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-size: clamp(6px, 9 / 375 * 100vw, 10px);
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .area-lp-service__head-sub--4 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.025em;
  }
}
.area-lp-service__img {
  width: 177%;
  text-align: center;
  margin: 0 calc(50% - 73vw) 0 calc(50% - 80vw);
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .area-lp-service__img {
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
    margin-top: 32px;
  }
}
.area-lp-service__img img {
  aspect-ratio: 2041/686;
}
.area-lp-service__text1 {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-service__text1 {
    margin-top: 90px;
  }
}
.area-lp-service__text1--main {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5769230769;
  letter-spacing: 0.2384615385em;
  font-size: clamp(20px, 26 / 375 * 100vw, 26px);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .area-lp-service__text1--main {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.6060606061;
    letter-spacing: 0.2424242424em;
  }
}
.area-lp-service__text1--sub {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.0769230769;
  letter-spacing: 0.1538461538em;
  font-size: clamp(11px, 13 / 375 * 100vw, 13px);
  margin-top: 17px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .area-lp-service__text1--sub {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.1875;
    letter-spacing: 0.1625em;
  }
}
.area-lp-service__text1-deco1 {
  position: absolute;
  top: -50px;
  left: -80px;
  width: 168px;
  height: 161px;
}
.area-lp-service__text1-deco2 {
  position: absolute;
  bottom: 20px;
  right: -30px;
  width: 77px;
  height: 70px;
}
.area-lp-service-content {
  padding: 35px 24px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content {
    max-width: 855px;
    margin: 0 auto;
    border-radius: 35px;
    box-shadow: 0px 0px 42.496px 0px rgba(0, 0, 0, 0.05);
    margin-top: 73px;
    padding: 54px clamp(40px, 95 / 1680 * 100vw, 95px) 52px;
  }
}
.area-lp-service-content__deco {
  width: 153px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__deco {
    width: 370px;
  }
}
.area-lp-service-content__deco.service-content__deco--left {
  top: -50px;
  left: -80px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__deco.service-content__deco--left {
    top: -140px;
    left: -125px;
  }
}
.area-lp-service-content__deco.service-content__deco--right {
  top: -50px;
  right: -80px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__deco.service-content__deco--right {
    top: -140px;
    right: -125px;
  }
}
.area-lp-service-content__head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__head {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6153846154;
    letter-spacing: 0.2423076923em;
  }
}
.area-lp-service-content__caution {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.2333333333em;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__caution {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.2533333333em;
  }
}
.area-lp-service-content__items {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 7px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__items {
    margin-top: 27px;
  }
}
.area-lp-service-content__item {
  width: calc((100% - 14px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__item {
    width: calc((100% - 21px) / 4);
  }
}
.area-lp-service-content__item img {
  aspect-ratio: 172/173;
}
.area-lp-service-content__item-title {
  display: table;
  color: #3ea482;
  text-align: center;
  margin: auto 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.0769230769em;
  font-size: clamp(8px, 12 / 375 * 100vw, 13px);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__item-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-size: clamp(16px, 20 / 1680 * 100vw, 20px);
  }
}
.area-lp-service-content__text {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.0769230769;
  letter-spacing: 0.0846153846em;
  font-size: clamp(9px, 13 / 375 * 100vw, 13px);
  margin-top: 36px;
}
@media screen and (max-width: 360px) {
  .area-lp-service-content__text {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-service-content__text {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.0526315789;
    letter-spacing: 0.0894736842em;
    max-width: 564px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.area-lp-service-content__text span {
  color: #57b597;
}
.area-lp-service-bottom__head {
  display: inline-block;
  color: #6a6a6a;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: clamp(16px, 20 / 375 * 100vw, 20px);
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__head {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.204em;
    margin-top: 61px;
  }
}
.area-lp-service-bottom__head::after {
  content: "";
  width: 1px;
  height: 33px;
  background: #000;
  position: absolute;
  top: calc(88vw / 3.75);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__head::after {
    top: 105px;
  }
}
.area-lp-service-bottom__head-deco--left {
  position: absolute;
  width: 150px;
  height: 173px;
  top: 0px;
  left: 7%;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__head-deco--left {
    width: 200px;
  }
}
.area-lp-service-bottom__head-deco--right {
  position: absolute;
  width: 150px;
  height: 173px;
  top: 0px;
  right: 7%;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__head-deco--right {
    width: 200px;
  }
}
.area-lp-service-bottom__text {
  color: #6a6a6a;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2388888889em;
  font-size: clamp(16px, 18 / 375 * 100vw, 18px);
  margin-top: 49px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__text {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.24em;
  }
}
.area-lp-service-bottom__swiper-container {
  margin: 0 calc(50% - 50vw);
  height: auto;
  margin-top: 20px;
}
.area-lp-service-bottom__swiper-wrapper {
  align-items: stretch !important;
}
.area-lp-service-bottom__swiper-slide {
  height: auto;
}
.area-lp-service-bottom__articles {
  display: flex;
  gap: 12px;
  height: 100%;
}
.area-lp-service-bottom__article {
  padding: 12px 14px 19px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 11px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__article {
    width: calc((100% - 24px) / 3);
    height: auto;
  }
}
.area-lp-service-bottom__article p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.0571428571em;
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__article p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.area-lp-service-bottom__article-img img {
  aspect-ratio: 334/159;
}
.area-lp-service-bottom__articles--sp {
  margin-top: 48px;
}
.area-lp-service-bottom__caution {
  color: #565656;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.13em;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .area-lp-service-bottom__caution {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.13em;
  }
}

.area-lp-first {
  background-color: #f6f3f9;
  padding-top: 86px;
}
.area-lp-first.is-padding {
  padding-bottom: 80px;
}
.area-lp-first__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-first__head {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2903225806;
  letter-spacing: 0.4193548387em;
  font-size: clamp(28px, 31 / 375 * 100vw, 31px);
  text-align: center;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
  .area-lp-first__head {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.3157894737;
    letter-spacing: 0.4473684211em;
  }
}
.area-lp-first__head .asterisk {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0.0483870968em;
  font-size: clamp(28px, 31 / 375 * 100vw, 31px);
}
@media screen and (min-width: 768px) {
  .area-lp-first__head .asterisk {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0.05em;
  }
}
.area-lp-first__head .first {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.1612903226;
  letter-spacing: 0.0483870968em;
  font-size: clamp(28px, 31 / 375 * 100vw, 31px);
}
@media screen and (min-width: 768px) {
  .area-lp-first__head .first {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.3157894737;
    letter-spacing: 0.4473684211em;
  }
}
.area-lp-first__head .is-small {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: 0.2em;
  font-size: clamp(11px, 13 / 375 * 100vw, 13px);
  display: block;
  text-align: center;
  font-family: "Noto Serif", serif;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .area-lp-first__head .is-small {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3125;
    letter-spacing: 0.2em;
  }
}
.area-lp-first__img1 {
  max-width: 335px;
  margin: 0 auto;
  margin-top: 22px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .area-lp-first__img1 {
    max-width: 420px;
  }
}
.area-lp-first__img1 img {
  position: relative;
  z-index: 5;
  aspect-ratio: 140/31;
}
.area-lp-first__img1::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 164px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -50px;
  left: -100px;
}
.area-lp-first__img1::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 164px;
  background-image: url(../img/area-lp-Vector-250.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -100px;
  right: -100px;
}
.area-lp-first__caution {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.24em;
  color: #6a6a6a;
  text-align: center;
  margin-top: 6px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .area-lp-first__caution {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.25em;
  }
}
.area-lp-first__img2 {
  width: 126px;
  margin: 0 auto;
  margin-top: 21px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-first__img2 {
    width: 178px;
  }
}
.area-lp-first__img2 img {
  aspect-ratio: 89/128;
}
.area-lp-first__img2::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 108px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 150px;
  left: -200px;
}
.area-lp-first__img2::after {
  content: "";
  position: absolute;
  width: 119px;
  height: 108px;
  background-image: url(../img/area-lp-Vector-250.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -100px;
  right: -200px;
}
.area-lp-first__text {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6315789474;
  letter-spacing: 0.2368421053em;
  font-size: clamp(16px, 19 / 375 * 100vw, 19px);
  font-family: "Noto Serif", serif;
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .area-lp-first__text {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.6956521739;
    letter-spacing: 0.247826087em;
  }
}
.area-lp-first__cta {
  margin-top: 39px;
}

.area-lp-look:not(.has-no-bg) {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  padding-top: 108px;
  padding-bottom: 60px;
}
.area-lp-look.is-overflow-x-hidden {
  overflow-x: hidden;
}
.area-lp-look__background-body {
  background-color: #57b597;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%);
  background-repeat: repeat;
  padding-top: 108px;
  padding-bottom: 60px;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
.area-lp-look__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1375px;
}
.area-lp-look__head-deco--left {
  position: absolute;
  display: block;
  top: -120px;
  left: 23%;
  width: 165px;
  height: 173px;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-look__head-deco--left {
    width: 250px;
    left: 39%;
  }
}
.area-lp-look__head-deco--left img {
  display: block;
  width: 100%;
  height: auto;
}
.area-lp-look__head-deco--right {
  position: absolute;
  display: block;
  top: -120px;
  right: 23%;
  width: 165px;
  height: 173px;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-look__head-deco--right {
    width: 250px;
    right: 39%;
  }
}
.area-lp-look__head-deco--right img {
  display: block;
  width: 100%;
  height: auto;
}
.area-lp-look__head.is-mt-80 {
  margin-bottom: 80px;
}
.area-lp-look__head-headline {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3384615385em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .area-lp-look__head-headline {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3333333333em;
  }
}
.area-lp-look__head-headline span {
  width: fit-content;
  color: #57b597;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1384615385em;
  padding: 9px 12px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .area-lp-look__head-headline span {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3333333333em;
  }
}
.area-lp-look__head-catch {
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-bottom: 40px;
}
.area-lp-look__section-head {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 70px;
}
.area-lp-look__section-head::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/area-lp-head-flower-left.webp") no-repeat center center/contain;
  z-index: 0;
  top: -120px;
  left: -100px;
  width: 165px;
  height: 173px;
}
@media screen and (min-width: 768px) {
  .area-lp-look__section-head::before {
    left: -50px;
    width: 250px;
    height: 250px;
  }
}
.area-lp-look__section-head::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/area-lp-head-flower-right.webp") no-repeat center center/contain;
  z-index: 0;
  top: -120px;
  right: -100px;
  width: 165px;
  height: 173px;
}
@media screen and (min-width: 768px) {
  .area-lp-look__section-head::after {
    right: -50px;
    width: 250px;
    height: 250px;
  }
}
.area-lp-look__section-head-inner {
  position: relative;
  z-index: 1;
}
.area-lp-look__section-head-title .is-english {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  margin-bottom: 15px;
}
.area-lp-look__section-head-title-text {
  color: #FFFFFF;
}
.area-lp-look__section-head-title-text .is-area-name {
  display: block;
  width: fit-content;
  background-color: #FFFFFF;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #57B597;
  padding: 12px 16px 11px;
  margin: 0 auto 12px;
  border-radius: 5px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .area-lp-look__section-head-title-text .is-area-name {
    padding: 12px 20px 11px;
    font-size: 36px;
    letter-spacing: 0.3em;
  }
}
.area-lp-look__section-head-title-text .is-small {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .area-lp-look__section-head-title-text .is-small {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.area-lp-look__section-head-title-text .is-large {
  display: block;
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .area-lp-look__section-head-title-text .is-large {
    font-size: 36px;
  }
}
.area-lp-look__section-head-lead-text {
  color: #FFFFFF;
}
.area-lp-look .map_result {
  margin-bottom: 40px !important;
}
.area-lp-look__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .area-lp-look__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.area-lp-look__button-all {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 40px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-top: 32px;
  color: #57b597;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  transition: opacity 0.3s ease;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8235294118;
  letter-spacing: 0.1em;
}
.area-lp-look__button-all::after {
  content: "+";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8235294118;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  .area-lp-look__button-all:hover {
    opacity: 0.7;
  }
}

.area-lp-reason-top {
  padding-top: 40px;
  padding-bottom: 85px;
  background-image: url(../img/area-lp-reason-bg-sp.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #f9fbf0;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top {
    padding-top: 208px;
    padding-bottom: 134px;
  }
}
.area-lp-reason-top__head-deco--left {
  position: absolute;
  width: 112px;
  top: -40px;
  left: 0%;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__head-deco--left {
    top: -162px;
    width: 250px;
    left: 5%;
  }
}
.area-lp-reason-top__head-deco--right {
  position: absolute;
  width: 112px;
  top: -40px;
  right: 0%;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__head-deco--right {
    width: 250px;
    top: -162px;
    right: 5%;
  }
}
.area-lp-reason-top__head {
  display: inline-block;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 27 / 375 * 100vw, 27px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__head {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.8181818182;
    letter-spacing: 0.203030303em;
  }
}
.area-lp-reason-top__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-size: clamp(12px, 16 / 375 * 100vw, 16px);
  max-width: 494px;
  margin: 0 auto;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__text {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.7894736842;
    letter-spacing: 0.1526315789em;
    margin-top: 37px;
  }
}
.area-lp-reason-top__staff {
  padding: 26px 29px;
  border-radius: 20px;
  border: 1px solid #57b597;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.07);
  max-width: 532px;
  margin: 0 auto;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff {
    border-radius: 28px;
    border: 1.4px solid #57b597;
    box-shadow: 0px 8.4px 25.2px 0px rgba(0, 0, 0, 0.07);
    margin-top: 43px;
  }
}
.area-lp-reason-top__staff-head {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff-head {
    gap: 23px;
  }
}
.area-lp-reason-top__staff-head img {
  width: clamp(60px, 21.154589vw, 100px);
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff-head img {
    width: 130px;
  }
}
.area-lp-reason-top__staff-info1 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(9px, 12 / 375 * 100vw, 12px);
  border-radius: 2px;
  background: #57b597;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff-info1 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.area-lp-reason-top__staff-info2 {
  color: #57b597;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.7894736842;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 19 / 375 * 100vw, 19px);
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff-info2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.8076923077;
    letter-spacing: 0.1em;
  }
}
.area-lp-reason-top__staff-info3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-size: clamp(10px, 14 / 375 * 100vw, 14px);
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff-info3 {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.8421052632;
    letter-spacing: 0.1em;
  }
}
.area-lp-reason-top__staff-info3 span {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff-info3 span {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8333333333;
    letter-spacing: 0.1em;
  }
}
.area-lp-reason-top__staff-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason-top__staff-text {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8235294118;
    letter-spacing: 0.1em;
  }
}

.area-lp-reason {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f9fbf0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-reason {
    padding-bottom: 158px;
  }
}
.area-lp-reason__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-reason__head-deco--left {
  position: absolute;
  width: 200px;
  height: 173px;
  top: -67px;
  left: 0%;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-reason__head-deco--left {
    width: 250px;
    left: 10%;
  }
}
.area-lp-reason__head-deco--right {
  position: absolute;
  width: 200px;
  height: 173px;
  top: -67px;
  right: 0%;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-reason__head-deco--right {
    width: 250px;
    right: 10%;
  }
}
.area-lp-reason__head {
  display: inline-block;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 27 / 375 * 100vw, 27px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason__head {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.8055555556;
    letter-spacing: 0.2027777778em;
  }
}
.area-lp-reason .reason-right {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 13px;
  margin-left: 11px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-right {
    gap: 42px;
    margin-top: 25px;
    margin-left: 26px;
  }
}
.area-lp-reason .reason-right-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  padding: clamp(10px, 20 / 375 * 100vw, 20px);
  position: relative;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-right-text {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.7619047619;
    letter-spacing: 0.1em;
    font-size: clamp(16px, 21 / 1680 * 100vw, 21px);
  }
}
.area-lp-reason .reason-right-text span {
  font-weight: 700;
}
.area-lp-reason .reason-right-text::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -10px;
  width: 32px;
  height: 33px;
  border-right: 10px solid #fff;
  border-radius: 0 0 30px 0;
}
.area-lp-reason .reason-right__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 60 / 375 * 100vw, 80px);
}
.area-lp-reason .reason-right__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-right__img {
    width: 90px;
  }
}
.area-lp-reason .reason-right__img p {
  text-align: center;
  color: #57b597;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  width: 100px;
}
.area-lp-reason .reason-flow__wrap {
  border-left: 3px dashed #57b597;
  margin-left: 21px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-flow__wrap {
    left: 50px;
  }
}
.area-lp-reason .reason-main {
  padding: 24px 14px 18px 25px;
  border-radius: 11px;
  border: 3px solid #f1f1f1;
  background: #fff;
  margin-top: 24px;
  position: relative;
  margin-left: 7px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-main {
    flex-direction: row;
    padding: 39px 47px 28px 47px;
    margin-left: 22px;
  }
}
.area-lp-reason .reason-main__number {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 30 / 375 * 100vw, 30px);
  display: grid;
  place-items: center;
  width: clamp(45px, 67 / 375 * 100vw, 67px);
  height: clamp(45px, 67 / 375 * 100vw, 67px);
  background: #57b597;
  border-radius: 100px;
  position: absolute;
  top: -19px;
  left: -45px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-main__number {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    width: clamp(80px, 100 / 1680 * 100vw, 100px);
    height: clamp(80px, 100 / 1680 * 100vw, 100px);
    left: -70px;
  }
}
.area-lp-reason .reason-main__text-wrap {
  width: 410px;
}
.area-lp-reason .reason-main__head {
  color: #3b9a7b;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6818181818;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 21 / 375 * 100vw, 22px);
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-main__head {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.696969697;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .area-lp-reason .reason-main__head {
    font-size: clamp(24px, 33 / 1680 * 100vw, 33px);
  }
}
.area-lp-reason .reason-main__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-size: clamp(11px, 14 / 375 * 100vw, 14px);
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-main__text {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.7894736842;
    letter-spacing: 0.1em;
    font-size: clamp(16px, 19 / 1680 * 100vw, 19px);
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-main__point-wrap {
    margin-top: 35px;
  }
}
.area-lp-reason .reason-main__point {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  font-size: clamp(10px, 14 / 375 * 100vw, 14px);
  white-space: nowrap;
  padding: 10px;
  border-radius: 100px;
  background: #57b597;
  margin-right: 3px;
  margin-top: 7px;
}
@media screen and (max-width: 360px) {
  .area-lp-reason .reason-main__point {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-reason .reason-main__point {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.7619047619;
    letter-spacing: 0.1em;
    font-size: clamp(14px, 21 / 1680 * 100vw, 21px);
  }
}
.area-lp-reason .reason-main__img {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 400px;
}

.area-lp-message2 {
  background-color: #f6f3f9;
  padding-top: 200px;
  padding-bottom: 64px;
}
.area-lp-message2__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1230px;
}
.area-lp-message2__head-deco--left {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -161px;
  left: -86px;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__head-deco--left {
    width: 250px;
    left: 100px;
  }
}
.area-lp-message2__head-deco--right {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -161px;
  right: -86px;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__head-deco--right {
    width: 250px;
    right: 100px;
  }
}
.area-lp-message2__head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 11px;
  position: relative;
  letter-spacing: 0.5em;
}
.area-lp-message2__head p {
  color: #3a3641;
  writing-mode: vertical-lr;
  font-family: "Noto Serif", serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__head p {
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.9;
  }
}
.area-lp-message2__head::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 108px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0px;
  left: 0%;
}
.area-lp-message2__head::after {
  content: "";
  position: absolute;
  width: 119px;
  height: 108px;
  background-image: url(../img/area-lp-Vector-250.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -80px;
  right: 0%;
}
.area-lp-message2__img {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 19px 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__img {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 11px;
    margin-top: 50px;
  }
}
.area-lp-message2__img--1 {
  grid-column: span 2/span 2;
}
.area-lp-message2__img--2 {
  grid-row-start: 2;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__img--2 {
    grid-row-start: 1;
    grid-column-start: 3;
  }
}
.area-lp-message2__img--3 {
  grid-row-start: 2;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__img--3 {
    grid-row-start: 1;
    grid-column-start: 6;
  }
}
.area-lp-message2__img--4 {
  grid-column: span 2/span 2;
  grid-row-start: 3;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__img--4 {
    grid-column: span 2/span 2;
    grid-row-start: 1;
    grid-column-start: 4;
  }
}
.area-lp-message2__text {
  color: #3a3641;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2.4210526316;
  letter-spacing: 0.2368421053em;
  font-size: clamp(16px, 19 / 375 * 100vw, 19px);
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .area-lp-message2__text {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.4583333333;
    letter-spacing: 0.2458333333em;
    margin-top: 70px;
  }
}

.area-lp-voice {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .area-lp-voice {
    padding-top: 116px;
    padding-bottom: 88px;
  }
}
.area-lp-voice__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-voice__head-img {
  max-width: 400px;
  margin: 0 auto;
}
.area-lp-voice__head-wrap {
  position: relative;
}
.area-lp-voice__head {
  display: inline-block;
  color: #3a3641;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.24em;
  font-size: clamp(20px, 25 / 375 * 100vw, 25px);
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-voice__head {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.71875;
    letter-spacing: 0.24375em;
  }
}
.area-lp-voice__head-deco--left {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -62px;
  left: 7%;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .area-lp-voice__head-deco--left {
    width: 250px;
    left: 10px;
  }
}
.area-lp-voice__head-deco--right {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -62px;
  right: 7%;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .area-lp-voice__head-deco--right {
    width: 250px;
    right: 10px;
  }
}
.area-lp-voice__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .area-lp-voice__list {
    flex-direction: row;
    gap: 42px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .area-lp-voice__list {
    margin-top: 58px;
  }
}
.area-lp-voice__item {
  position: relative;
  background: #f6f3f9;
  padding: 59px 18px 30px;
}
@media screen and (min-width: 768px) {
  .area-lp-voice__item {
    width: calc(100% - 21px);
  }
}
.area-lp-voice__item:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 178px;
  height: 163px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -50px;
  left: 0%;
  z-index: 2;
}
.area-lp-voice__item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 178px;
  height: 163px;
  background-image: url(../img/area-lp-Vector-168.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -50px;
  right: 0%;
  z-index: 2;
}
.area-lp-voice__deco--1, .area-lp-voice__deco--2 {
  position: absolute;
  z-index: 3;
  width: 94px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .area-lp-voice__deco--1, .area-lp-voice__deco--2 {
    width: 122px;
  }
}
.area-lp-voice__deco--1 {
  top: -14px;
  left: -33px;
}
.area-lp-voice__deco--2 {
  top: -30px;
  right: -40px;
}
.area-lp-voice__item-head {
  color: #3a3641;
  font-family: "Noto Serif", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 25 / 375 * 100vw, 24px);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .area-lp-voice__item-head {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.40625;
    letter-spacing: 0.203125em;
    font-size: clamp(20px, 32 / 1680 * 100vw, 32px);
  }
}
.area-lp-voice__item-name {
  color: #3a3641;
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3571428571;
  letter-spacing: 0.0785714286em;
  font-size: clamp(10px, 14 / 375 * 100vw, 14px);
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .area-lp-voice__item-name {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.3888888889;
    letter-spacing: 0.0777777778em;
    font-size: clamp(12px, 18 / 1680 * 100vw, 18px);
  }
}
.area-lp-voice__item-info-wrap {
  margin-top: 11px;
}
.area-lp-voice__item-info {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0.0857142857em;
  font-size: clamp(9px, 14 / 375 * 100vw, 14px);
  padding: 5px 7px;
  border: 0.5px solid #1e1926;
}
@media screen and (max-width: 360px) {
  .area-lp-voice__item-info {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-voice__item-info {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3888888889;
    letter-spacing: 0.0888888889em;
    font-size: clamp(13px, 18 / 1680 * 100vw, 18px);
  }
}
.area-lp-voice__item-img {
  margin-top: 21px;
}
.area-lp-voice__item-reason {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.0277777778em;
  font-size: clamp(16px, 18 / 375 * 100vw, 18px);
  background: #d3aa00;
  margin-top: 29px;
  padding: 5px 9px;
}
@media screen and (min-width: 768px) {
  .area-lp-voice__item-reason {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3913043478;
    letter-spacing: 0.0304347826em;
  }
}
.area-lp-voice__item-text-wrap {
  margin-top: 18px;
}
.area-lp-voice__item-text-head {
  color: #3ea482;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-size: clamp(14px, 16 / 375 * 100vw, 16px);
}
@media screen and (min-width: 768px) {
  .area-lp-voice__item-text-head {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.08em;
    font-size: clamp(18px, 20 / 1680 * 100vw, 20px);
  }
}
.area-lp-voice__item-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0785714286em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .area-lp-voice__item-text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.0777777778em;
    font-size: clamp(16px, 18 / 1680 * 100vw, 18px);
  }
}

.area-lp-review {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  padding-top: 84px;
  padding-bottom: 82px;
}
.area-lp-review__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-review__head {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-size: 23px;
}
.area-lp-review__img {
  max-width: 300px;
  margin: 0 auto;
}
.area-lp-review__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-review__items {
    flex-direction: row;
    gap: 14px;
  }
}
.area-lp-review__item {
  border-radius: 10px;
  background: #fff;
  padding: 14px 20px;
}
@media screen and (min-width: 768px) {
  .area-lp-review__item {
    width: calc((100% - 28px) / 3);
    height: fit-content;
  }
}
.area-lp-review .review-item:nth-of-type(1) .review-item__icon {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.11875em;
  background: #b042ba;
}
.area-lp-review .review-item:nth-of-type(2) .review-item__icon {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636363636;
  letter-spacing: 0.1181818182em;
  background: #167f5c;
}
@media screen and (min-width: 768px) {
  .area-lp-review .review-item:nth-of-type(2) .review-item__icon {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.3684210526;
    letter-spacing: 0.1210526316em;
  }
}
.area-lp-review .review-item:nth-of-type(3) .review-item__icon {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636363636;
  letter-spacing: 0.1181818182em;
  background: #42a4ba;
}
@media screen and (min-width: 768px) {
  .area-lp-review .review-item:nth-of-type(3) .review-item__icon {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.3684210526;
    letter-spacing: 0.1210526316em;
  }
}
.area-lp-review .review-item__top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.area-lp-review .review-item__icon {
  color: #fff;
  border-radius: 100px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
}
.area-lp-review .review-item__name {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3846153846;
  letter-spacing: 0.1153846154em;
}
@media screen and (min-width: 768px) {
  .area-lp-review .review-item__name {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3636363636;
    letter-spacing: 0.1181818182em;
  }
}
.area-lp-review .review-item__star img {
  width: 100px;
  aspect-ratio: 105/15;
  object-fit: cover;
  object-position: left center;
}
.area-lp-review .review-item__head {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3529411765;
  letter-spacing: 0.1588235294em;
  font-size: clamp(12px, 17 / 375 * 100vw, 17px);
  letter-spacing: 0.08em;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .area-lp-review .review-item__head {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.1642857143em;
    font-size: clamp(14px, 14 / 1680 * 100vw, 14px);
  }
}
.area-lp-review .review-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.0142857143em;
  font-size: clamp(10px, 14 / 375 * 100vw, 14px);
  line-height: 1.7;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .area-lp-review .review-item__text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.0166666667em;
  }
}

.area-lp-difference {
  background-color: #f5f5f5;
  padding-top: 92px;
  padding-bottom: 150px;
}
.area-lp-difference.is-ad-page {
  padding-top: 160px;
}
.area-lp-difference__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-difference__head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1791666667em;
  font-size: clamp(20px, 24 / 375 * 100vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .area-lp-difference__head {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.4838709677;
    letter-spacing: 0.1806451613em;
  }
}
.area-lp-difference__head span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.31em;
  font-size: clamp(32px, 40 / 375 * 100vw, 40px);
}
@media screen and (min-width: 768px) {
  .area-lp-difference__head span {
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 0.8846153846;
    letter-spacing: 0.3076923077em;
  }
}
.area-lp-difference__items {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 761px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .area-lp-difference__items {
    margin-top: 73px;
  }
}
.area-lp-difference .difference-item__head {
  color: #57b597;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7083333333;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 24 / 375 * 100vw, 24px);
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-item__head {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.4516129032;
    letter-spacing: 0.0483870968em;
  }
}
.area-lp-difference .difference-item__head span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2777777778;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 18 / 375 * 100vw, 18px);
  padding: 3px 10px;
  border-radius: 3px;
  background: #57b597;
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-item__head span {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4782608696;
    letter-spacing: 0.047826087em;
  }
}
.area-lp-difference .difference-item__card-wrap {
  display: flex;
  gap: 14px;
  margin-top: 13px;
}
.area-lp-difference .difference-item__card {
  padding: 10px 8px;
  border-radius: 10px;
  background: #fff;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-item__card {
    border-radius: 13px;
    padding: 12px 24px;
  }
}
.area-lp-difference .difference-card--left .difference-card__head {
  background: #1E1926;
}
.area-lp-difference .difference-card__head {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2777777778;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 18 / 375 * 100vw, 18px);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-card__head {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 2.3043478261;
    letter-spacing: 0.047826087em;
  }
}
.area-lp-difference .difference-card__img {
  margin-top: 6px;
}
.area-lp-difference .difference-card__text--main {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 18 / 375 * 100vw, 18px);
  display: inline-block;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-card__text--main {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3043478261;
    letter-spacing: 0.1em;
  }
}
.area-lp-difference .difference-card__text--sub {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0785714286em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  text-align: justify;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-card__text--sub {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.0777777778em;
  }
}
.area-lp-difference .difference-card--right {
  border-radius: 10px;
  border: 2.5px solid #57b597;
  background: #fff;
  position: relative;
}
.area-lp-difference .difference-card--right .difference-card__head {
  background: #57b597;
}
.area-lp-difference .difference-card--right .difference-card__text--main {
  color: #3ea482;
  background: linear-gradient(transparent 60%, #ffd558 30%);
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-card--right .difference-card__text--main {
    background: linear-gradient(transparent 60%, #ffd558 10%);
  }
}
.area-lp-difference .difference-card__point {
  position: absolute;
  width: clamp(40px, 56 / 375 * 100vw, 56px);
  height: clamp(40px, 56 / 375 * 100vw, 56px);
  top: -30px;
  right: -11px;
}
@media screen and (min-width: 768px) {
  .area-lp-difference .difference-card__point {
    width: clamp(56px, 73 / 375 * 100vw, 73px);
  }
}

.area-lp-after {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  padding-top: 85px;
  padding-bottom: 40px;
}
.area-lp-after__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-after__head-deco--left {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -80px;
  left: 0%;
  transform: translateX(-60%);
}
@media screen and (min-width: 768px) {
  .area-lp-after__head-deco--left {
    top: -160px;
    width: 250px;
  }
}
.area-lp-after__head-deco--right {
  position: absolute;
  width: 190px;
  height: 173px;
  top: -80px;
  right: 0%;
  transform: translateX(60%);
}
@media screen and (min-width: 768px) {
  .area-lp-after__head-deco--right {
    top: -160px;
    width: 250px;
  }
}
.area-lp-after__head {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1769230769em;
  font-size: clamp(22px, 26 / 375 * 100vw, 26px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-after__head {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3235294118em;
  }
}
.area-lp-after__head span {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1769230769em;
  font-size: clamp(22px, 26 / 375 * 100vw, 26px);
}
@media screen and (min-width: 768px) {
  .area-lp-after__head span {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3235294118em;
  }
}
.area-lp-after__head .dots {
  background-image: radial-gradient(circle at center, currentColor 20%, transparent 20%);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.4em;
}
.area-lp-after__head .under {
  display: inline-block;
  margin-top: 17px;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
}
.area-lp-after__head-text {
  margin-top: 53px;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5769230769;
  letter-spacing: 0.1769230769em;
  font-size: clamp(22px, 26 / 375 * 100vw, 26px);
}
@media screen and (min-width: 768px) {
  .area-lp-after__head-text {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.5862068966;
    letter-spacing: 0.1827586207em;
  }
}
.area-lp-after__head-text span {
  display: inline-block;
  padding: 9px 32px;
  border-radius: 100px;
  background: #fff;
  color: #3ea482;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3391304348em;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .area-lp-after__head-text span {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.348em;
  }
}
.area-lp-after__head-text span::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/area-lp-after-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.area-lp-after__img {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 20px;
}
.area-lp-after__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 768px;
  margin: 0 auto;
  margin-top: 40px;
  gap: 24px 10px;
}
.area-lp-after__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 4px;
  padding: 9px 14px 20px;
}
.area-lp-after .after-item {
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-item {
    border-radius: 19px;
  }
}
.area-lp-after .after-item__img {
  width: clamp(50px, 74 / 375 * 100vw, 74px);
  height: clamp(50px, 74 / 375 * 100vw, 74px);
  background: #57b597;
  border-radius: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-item__img {
    width: 96px;
    height: 92px;
  }
}
.area-lp-after .after-item__head {
  color: #57b597;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: clamp(12px, 16 / 375 * 100vw, 16px);
  white-space: nowrap;
  text-align: center;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-item__head {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5238095238;
    letter-spacing: 0.1523809524em;
  }
}
.area-lp-after .after-item__text {
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1583333333em;
  font-size: clamp(10px, 12 / 375 * 100vw, 12px);
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-item__text {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5294117647;
    letter-spacing: 0.1647058824em;
  }
}
.area-lp-after__arrow {
  width: 37px;
  height: 28px;
  margin: 0 auto;
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .area-lp-after__arrow {
    width: 27px;
    margin-top: 53px;
  }
}
.area-lp-after .after-bottom__head {
  color: #fff;
  text-align: center;
}
.area-lp-after .after-bottom__head p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: 0.25em;
  font-size: clamp(14px, 20 / 375 * 100vw, 19px);
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__head p {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.6153846154;
    letter-spacing: 0.25em;
  }
}
.area-lp-after .after-bottom__head span {
  color: #d3aa00;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  font-size: clamp(16px, 24 / 375 * 100vw, 24px);
  padding-block: 11px;
  padding-inline: clamp(6px, 6 / 375 * 100vw, 11px);
  border-radius: 5px;
  background: #fff;
  margin-right: 4px;
}
@media screen and (max-width: 360px) {
  .area-lp-after .after-bottom__head span {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__head span {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2516129032em;
  }
}
.area-lp-after .after-bottom__content {
  border-radius: 10px;
  border: 1.42px solid #fff;
  background: #fff;
  padding: 0 15px 21px;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__content {
    border-radius: 13px;
    padding: 0 68px 47px;
  }
}
.area-lp-after .after-bottom__img-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__img-wrap {
    max-width: 370px;
    margin: 0 auto;
  }
}
.area-lp-after .after-bottom__eligibility-wrap {
  padding-bottom: 8px;
  border-bottom: 1px solid #57b597;
  max-width: 440px;
  margin: 0 auto;
}
.area-lp-after .after-bottom__eligibility__head {
  color: #57b597;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.2608695652;
  letter-spacing: 0.247826087em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__eligibility__head {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8333333333;
    letter-spacing: 0.25em;
  }
}
.area-lp-after .after-bottom__eligibility__head:before, .area-lp-after .after-bottom__eligibility__head:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #57b597;
}
.area-lp-after .after-bottom__eligibility__head:before {
  margin-right: 1rem;
}
.area-lp-after .after-bottom__eligibility__head:after {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__eligibility-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
}
.area-lp-after .after-bottom__eligibility-item {
  color: #57b597;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.1071428571em;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__eligibility-item {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9285714286;
    letter-spacing: 0.1071428571em;
  }
}
.area-lp-after .after-bottom__eligibility-item:nth-child(1) {
  width: 100%;
}
.area-lp-after .after-bottom__text-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__text-content {
    gap: 25px;
  }
}
.area-lp-after .after-bottom__text-wrap {
  border-radius: 10px;
  background: #eef2f1;
  padding: 20px 23px;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__text-wrap {
    padding: 23px 38px;
  }
}
.area-lp-after .after-bottom__text--head {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5789473684;
  letter-spacing: 0.2473684211em;
  font-size: clamp(16px, 19 / 375 * 100vw, 19px);
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__text--head {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.6315789474;
    letter-spacing: 0.1526315789em;
  }
}
.area-lp-after .after-bottom__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.1357142857em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  margin-top: 6px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .area-lp-after .after-bottom__text {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6470588235;
    letter-spacing: 0.1411764706em;
  }
}
.area-lp-after__cta {
  margin-top: 36px;
}

.area-lp-media {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/area-lp-media-bg-sp.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100px;
}
.area-lp-media__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 950px;
}
.area-lp-media__head {
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0791666667em;
  font-size: clamp(20px, 24 / 375 * 100vw, 24px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .area-lp-media__head {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.5161290323;
    letter-spacing: 0.0806451613em;
  }
}
.area-lp-media__head::before, .area-lp-media__head::after {
  content: "";
  width: 45px;
  height: 39px;
  position: absolute;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .area-lp-media__head::before, .area-lp-media__head::after {
    width: 59.775px;
    height: 41.326px;
  }
}
.area-lp-media__head::before {
  background-image: url(../img/area-lp-media-head-left.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 0%;
  transform: translateX(-100%);
}
.area-lp-media__head::after {
  background-image: url(../img/area-lp-media-head-right.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 0%;
  transform: translateX(100%);
}
.area-lp-media__items {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 8px;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .area-lp-media__items {
    justify-content: center;
  }
}
.area-lp-media .media-item {
  width: calc((100% - 16px) / 3);
}
@media screen and (min-width: 768px) {
  .area-lp-media .media-item {
    width: calc((100% - 32px) / 5);
    justify-content: center;
  }
}
.area-lp-media .media-item__name {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.0909090909;
  letter-spacing: 0.0636363636em;
  font-size: clamp(9px, 11 / 375 * 100vw, 11px);
  margin-top: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .area-lp-media .media-item__name {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.0714285714;
    letter-spacing: 0.0714285714em;
  }
}

.area-lp-case {
  padding-top: 43px;
  padding-bottom: 159px;
  background: #f6f3f9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-case {
    padding-top: 80px;
    padding-bottom: 196px;
  }
}
.area-lp-case::after {
  content: "";
  display: block;
  width: 180%;
  height: calc(200vw / 3.75);
  background-image: url(../img/area-lp-case-img2.webp);
  background-position: left calc(34vw / 3.75) center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .area-lp-case::after {
    width: 100%;
    height: 24rem;
    bottom: -50px;
    background-position: center center;
    background-size: contain;
  }
}
.area-lp-case__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1126px;
}
.area-lp-case__head--sub {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.8947368421;
  letter-spacing: 0.2368421053em;
}
@media screen and (min-width: 768px) {
  .area-lp-case__head--sub {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 2.7391304348;
    letter-spacing: 0.2391304348em;
  }
}
.area-lp-case__head--sub span {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2388888889em;
}
@media screen and (min-width: 768px) {
  .area-lp-case__head--sub span {
    font-size: 4.3rem;
    font-weight: 600;
    line-height: 1.4651162791;
    letter-spacing: 0.2325581395em;
  }
}
.area-lp-case__head {
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.2375em;
  font-size: clamp(20px, 24 / 375 * 100vw, 24px);
  margin-top: 31px;
  border-bottom: 1px solid #1E1926;
}
@media screen and (min-width: 768px) {
  .area-lp-case__head {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2.2142857143;
    letter-spacing: 0.2428571429em;
  }
}
.area-lp-case__wrap {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .area-lp-case__wrap {
    display: flex;
    align-items: center;
    gap: 47px;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-case__img {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-case__info {
    flex: 1;
  }
}
.area-lp-case__info-table {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.area-lp-case__info-table-head {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  font-size: clamp(10px, 14 / 375 * 100vw, 14px);
  padding-inline: 10px;
  background: #57b597;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .area-lp-case__info-table-head {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    padding-inline: 15px;
  }
}
.area-lp-case__info-table-body--1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-size: clamp(12px, 16 / 375 * 100vw, 16px);
}
@media screen and (min-width: 768px) {
  .area-lp-case__info-table-body--1 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5294117647;
    letter-spacing: 0.0823529412em;
  }
}
.area-lp-case__info-table-body--2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0777777778em;
  font-size: clamp(14px, 18 / 375 * 100vw, 18px);
}
@media screen and (min-width: 768px) {
  .area-lp-case__info-table-body--2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
}
.area-lp-case__info-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.08em;
  font-size: clamp(11px, 15 / 375 * 100vw, 15px);
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .area-lp-case__info-text {
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 1.7222222222;
    letter-spacing: 0.0777777778em;
  }
}
.area-lp-case .case-comment {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment {
    position: relative;
    margin-top: 39px;
  }
}
@media screen and (min-width: 992px) {
  .area-lp-case .case-comment {
    padding: 28px 66px;
  }
}
.area-lp-case .case-comment__head {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  padding-inline: 12px;
  background: #d3aa00;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__head {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.3333333333;
    letter-spacing: 0.05em;
  }
}
.area-lp-case .case-comment__head--1 {
  position: relative;
}
.area-lp-case .case-comment__head--1::before {
  content: "";
  width: 53px;
  height: 47px;
  object-fit: contain;
  background-image: url(../img/area-lp-case-deco-1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -63px;
  top: -18px;
}
.area-lp-case .case-comment__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0785714286em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  margin-top: 6px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__text {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.7058823529;
    letter-spacing: 0.0764705882em;
  }
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment--staff {
    padding-top: 144px;
  }
}
.area-lp-case .case-comment__staff {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__staff {
    position: absolute;
    top: -40px;
  }
}
.area-lp-case .case-comment__staff-img {
  width: calc(109vw / 3.75);
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__staff-img {
    width: 130px;
  }
}
.area-lp-case .case-comment__staff-name-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__staff-name-wrap {
    margin-top: 40px;
  }
}
.area-lp-case .case-comment__staff-name-wrap::before {
  content: "";
  width: 75px;
  height: 47px;
  background-image: url(../img/area-lp-case-deco2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: -30px;
}
.area-lp-case .case-comment__staff-position {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.075em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__staff-position {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.7692307692;
    letter-spacing: 0.0769230769em;
  }
}
.area-lp-case .case-comment__staff-name-jp {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8095238095;
  letter-spacing: 0.3142857143em;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__staff-name-jp {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.8260869565;
    letter-spacing: 0.3130434783em;
  }
}
.area-lp-case .case-comment__staff-name-en {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.3428571429em;
}
@media screen and (min-width: 768px) {
  .area-lp-case .case-comment__staff-name-en {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.325em;
  }
}

.area-lp-qa {
  padding-top: 54px;
  padding-bottom: 48px;
  background: #57b597;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .area-lp-qa {
    padding-top: 74px;
  }
}
.area-lp-qa.is-municipalities-page {
  padding-bottom: 74px;
  margin: 50px 0;
}
.area-lp-qa__inner {
  width: 100%;
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.area-lp-qa__title {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1392857143em;
  font-size: clamp(24px, 28 / 375 * 100vw, 28px);
  line-height: 1.4 !important;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .area-lp-qa__title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1388888889em;
  }
}
.area-lp-qa__boxes {
  max-width: 782px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.area-lp-qa__box {
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.area-lp-qa__box.is-bgColor {
  background-color: #FAF7F2;
  color: #333;
}
.area-lp-qa__box.is-bgColor:not(:last-child) {
  margin-bottom: 30px;
}
.area-lp-qa__box .qa-box.is-open .qa-box__head summary {
  list-style: none;
}
.area-lp-qa__box .qa-box.is-open .qa-box__head summary::after {
  transform: rotate(180deg);
}
.area-lp-qa__box summary::-webkit-details-marker {
  display: none;
}
.area-lp-qa__box .qa-box__head {
  padding: 22px 51px 16px 14px;
}
@media screen and (min-width: 768px) {
  .area-lp-qa__box .qa-box__head {
    padding: 31px 51px 31px 34px;
  }
}
.area-lp-qa__box .qa-box__head summary {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.area-lp-qa__box .qa-box__head summary::before, .area-lp-qa__box .qa-box__head summary::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -30px;
  width: 13px;
  height: 2px;
  background-color: #57b597;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .area-lp-qa__box .qa-box__head summary::before, .area-lp-qa__box .qa-box__head summary::after {
    width: 19px;
  }
}
.area-lp-qa__box .qa-box__head summary::after {
  transform: rotate(90deg);
}
.area-lp-qa__box .qa-box__head-icon {
  color: #57b597;
  font-family: "Noto Serif", serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1739130435;
  letter-spacing: 0.0434782609em;
  font-size: clamp(18px, 23 / 375 * 100vw, 23px);
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .area-lp-qa__box .qa-box__head-icon {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1666666667;
    letter-spacing: 0.0333333333em;
    margin-right: 30px;
  }
}
.area-lp-qa__box .qa-box__head-text {
  display: block;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5882352941;
  letter-spacing: 0.0764705882em;
  font-size: clamp(14px, 17 / 375 * 100vw, 17px);
}
@media screen and (min-width: 768px) {
  .area-lp-qa__box .qa-box__head-text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5909090909;
    letter-spacing: 0.0772727273em;
  }
}
.area-lp-qa__box .qa-box__body {
  display: none;
  padding: 0 17px 25px 40px;
}
@media screen and (min-width: 768px) {
  .area-lp-qa__box .qa-box__body {
    padding: 11px 32px 29px 86px;
  }
}
.area-lp-qa__box .qa-box__a {
  display: flex;
  gap: 8px;
  line-height: 1.8;
}
.area-lp-qa__box .qa-box__a-icon {
  padding: 10px;
  margin-right: 17px;
}
.area-lp-qa__box .qa-box__a-text {
  display: block;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.0785714286em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
}
@media screen and (min-width: 768px) {
  .area-lp-qa__box .qa-box__a-text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.0777777778em;
  }
}
.area-lp-qa__box .qa-box__a-text a {
  color: #d6a950;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.0785714286em;
  font-size: clamp(12px, 14 / 375 * 100vw, 14px);
  text-decoration-line: underline;
}
@media screen and (min-width: 768px) {
  .area-lp-qa__box .qa-box__a-text a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.0777777778em;
    cursor: pointer;
  }
}
@media (hover: hover) {
  .area-lp-qa__box .qa-box__a-text a:hover {
    opacity: 0.7;
  }
}
.area-lp-qa__cta {
  margin-top: 34px;
}
.area-lp-qa__cta.is-kazokusou {
  background-color: #57b597;
  margin-top: 0;
  padding: 50px 0;
}

.area-lp-cta__text {
  color: #E75E69;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0em;
  font-size: clamp(12px, 17 / 375 * 100vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .area-lp-cta__text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    gap: 5px;
  }
}
.area-lp-cta__text::before {
  content: "!";
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0272727273em;
  width: 19px;
  height: 19px;
  background-color: #E75E69;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .area-lp-cta__text::before {
    width: 23px;
    height: 23px;
  }
}
.area-lp-cta__text--yellow {
  color: #1E1926;
  width: fit-content;
  border-radius: 30px;
  background: #ffd558;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .area-lp-cta__text--yellow {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-size: clamp(18px, 22 / 1680 * 100vw, 22px);
  }
}
.area-lp-cta__text--yellow::before {
  background: #1E1926;
  display: block;
}
.area-lp-cta__text--yellow::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/area-lp-after-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(48%) sepia(21%) saturate(1540%) hue-rotate(340deg) brightness(177%) contrast(101%);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.area-lp-cta__newYear {
  text-align: center;
  color: #e75e69;
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
}
.area-lp-cta__button-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button-wrap {
    margin-top: 27px;
    flex-direction: row;
  }
}
.area-lp-cta__button-wrap.is-knowledge {
  margin-top: 60px;
}
.area-lp-cta__button {
  border-radius: 5px;
  width: 100%;
  max-width: 368px;
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button {
    max-width: 437px;
  }
}
.area-lp-cta__button a {
  padding-inline: clamp(10px, 19 / 375 * 100vw, 13px);
  height: 94px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  gap: 10px;
  transition: opacity 0.3s ease;
}
.area-lp-cta__button a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button a {
    height: 114px;
    width: 437px;
  }
}
.area-lp-cta__button a::after {
  content: "";
  width: 8px;
  height: 14px;
  background-image: url(../img/area-lp-button-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.area-lp-cta__button--left {
  background: #E75E69;
  position: relative;
  box-shadow: 0 5px 0 0 #bc4750;
  height: 100%;
}
.area-lp-cta__button--left a {
  color: #FFF;
  cursor: pointer;
}
.area-lp-cta__button--left a::after {
  position: absolute;
  right: 13px;
}
.area-lp-cta__button--left.is-floating {
  position: fixed;
  bottom: 9px;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  z-index: 999;
  cursor: pointer;
  transition: opacity 0.2s ease;
  height: 102px;
}
.area-lp-cta__button--left.is-floating a {
  height: inherit;
}
.area-lp-cta__button--left.is-floating.is-active {
  opacity: 1;
}
.area-lp-cta__button--left.is-floating__button-text-wrap {
  margin-top: 0;
}
.area-lp-cta__button-img {
  flex-shrink: 0;
}
.area-lp-cta__button-img img {
  width: clamp(47px, 70 / 375 * 100vw, 70px);
  height: clamp(47px, 70 / 375 * 100vw, 70px);
  object-fit: contain;
}
.area-lp-cta__button-text--sub {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(8px, 12 / 375 * 100vw, 12px);
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button-text--sub {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.area-lp-cta__button-text--main {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0193548387em;
  font-size: clamp(22px, 31 / 375 * 100vw, 25px);
  white-space: nowrap;
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button-text--main {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0194444444em;
  }
}
.area-lp-cta__button-text--main span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0666666667em;
  font-size: clamp(10px, 15 / 375 * 100vw, 15px);
  margin-left: -4px;
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button-text--main span {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0705882353em;
  }
}
.area-lp-cta__button-text--phone {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.3px;
  background-image: url("../img/area-lp-cta__button-text--phone.gif");
  background-repeat: no-repeat;
  background-position: left top 1px;
  margin-top: 3px;
  font-size: 2.8rem;
  line-height: 1;
  padding-left: 29px;
  background-size: 22px 22px;
}
.area-lp-cta__button--right {
  border-radius: 5px;
  border: 3px solid #E75E69;
  background-color: #fff;
}
.area-lp-cta__button--right a {
  color: #E75E69;
  justify-content: space-between;
}
.area-lp-cta__button--right a::after {
  filter: invert(51%) sepia(32%) saturate(5708%) hue-rotate(324deg) brightness(102%) contrast(81%);
}
.area-lp-cta__button--right__button-text-wrap {
  padding-right: 10px;
}
.area-lp-cta__button-img--right {
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.080952381em;
  font-size: clamp(16px, 21 / 375 * 100vw, 21px);
  white-space: nowrap;
  border-radius: 4px;
  background: #E75E69;
  padding: 4px 6px;
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button-img--right {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 4px 7px;
  }
}
.area-lp-cta__button-text--main-right {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.0583333333em;
  font-size: clamp(18px, 24 / 375 * 100vw, 24px);
}
@media screen and (min-width: 992px) {
  .area-lp-cta__button-text--main-right {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.0607142857em;
  }
}
.area-lp-cta__button--look a {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 5px 0px 0px #339675;
  padding: 10px 30px 10px 35px;
  align-items: center;
  justify-content: space-between;
}
.area-lp-cta__button--look a .area-lp-cta__button-img img {
  width: 27px;
  height: 38px;
}
.area-lp-cta__button--look a .area-lp-cta__button-text--main {
  color: #3ea482;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.12em;
}
.area-lp-cta__button--look a::after {
  filter: invert(57%) sepia(12%) saturate(1853%) hue-rotate(109deg) brightness(96%) contrast(84%);
  transform: rotate(90deg);
}

.area-lp-movie-slider {
  position: relative;
  background-color: #F6F3F9;
  z-index: 1;
  padding: 70px 0 70px;
}
.area-lp-movie-slider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: -1;
  max-width: 1200px;
  background: url("../img/area-lp-movie-slider__bg-pc.webp") no-repeat center center/contain;
}
.area-lp-movie-slider.has-margin-top {
  margin-top: 70px;
}
.area-lp-movie-slider.has-margin-bottom {
  margin-bottom: 70px;
}
.area-lp-movie-slider.has-margin-bottom-negative-pc {
  margin-bottom: -60px;
}
.area-lp-movie-slider__headline {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 30px;
}
.area-lp-movie-slider__headline-english {
  position: relative;
  display: block;
  color: #51AB8E;
  width: fit-content;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 25px;
  margin: 0 auto 14px;
  font-size: 18px;
}
.area-lp-movie-slider__headline-english::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  background: url(../img/area-lp-movie-slider__headline-title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.area-lp-movie-slider__headline-english::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: block;
  background: url(../img/area-lp-movie-slider__headline-title-icon.svg) no-repeat center center/contain;
  top: 4px;
  width: 16px;
  height: 16px;
}
.area-lp-movie-slider__headline-title {
  position: relative;
  color: #51AB8E;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
  font-size: 36px;
}
.area-lp-movie-slider__headline-title .is-japanese {
  display: block;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.area-lp-movie-slider__headline-title .is-saijou-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #000000;
}
.area-lp-movie-slider__headline-title .is-small {
  font-size: 0.7em;
}

.area-lp-anchor-link {
  padding: 20px 0 40px;
}
.area-lp-anchor-link__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.area-lp-anchor-link__body {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
}
.area-lp-anchor-link__link {
  display: block;
  overflow: hidden;
  width: fit-content;
  position: relative;
  border: 2px solid #57b597;
  border-radius: 4px;
  background-color: #FFFFFF;
  transition: background-color 0.3s !important;
}
.area-lp-anchor-link__link:hover {
  background-color: #DDF0EA;
  transition: background-color 0.3s !important;
}
.area-lp-anchor-link__link-inner {
  position: relative;
  display: flex;
  z-index: 1;
  height: 68px;
  padding: 5px 68px;
}
.area-lp-anchor-link__link-inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/area-lp-anchor-link__icon.webp") no-repeat center center/contain;
  z-index: -1;
  top: 8px;
  left: 8px;
  width: 52px;
  height: 52px;
}
.area-lp-anchor-link__link-title {
  height: fit-content;
  font-weight: bold;
  color: #57B597;
  margin: auto 8px;
  font-size: 26px;
}
.area-lp-anchor-link__link-body {
  margin-right: 10px;
}
.area-lp-anchor-link__link-value {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  text-align: center;
  color: #57B597;
}
.area-lp-anchor-link__link-value .is-number {
  display: inline-block;
  color: #000000;
  margin-right: 8px;
  font-size: 30px;
}
.area-lp-anchor-link__link-value .is-text {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 16px;
}
.area-lp-anchor-link__link-stars:first-of-type {
  display: flex;
  align-items: center;
}
.area-lp-anchor-link__link-stars .star-icon {
  width: 24px;
}
.area-lp-anchor-link__link-count {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  margin: 4px 0;
  border: 2px dashed #D9D9D9;
  border-radius: 3px;
}
.area-lp-anchor-link__link-count-text {
  margin: auto;
  line-height: 1.4;
  text-align: center;
  font-size: 13px;
}
.area-lp-anchor-link__link-count-text .is-number {
  font-size: 1.4em;
}
.area-lp-anchor-link__link-more {
  position: absolute;
  text-align: center;
  font-weight: bold;
  color: #57B597;
  bottom: 14px;
  right: 8px;
  width: 52px;
  padding-top: 20px;
  font-size: 10px;
}
.area-lp-anchor-link__link-more::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  rotate: 45deg;
  width: 12px;
  height: 12px;
  border-right: 2px solid #57B597;
  border-bottom: 2px solid #57B597;
}

.area-lp-evaluation {
  padding: 70px 0;
}
.area-lp-evaluation__inner {
  padding: 0 20px;
}
.area-lp-evaluation__headline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.area-lp-evaluation__headline-english {
  color: #51AB8E;
  position: relative;
  display: block;
  width: fit-content;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 25px;
  margin: 0 auto 14px;
  font-size: 18px;
}
.area-lp-evaluation__headline-english::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../img/area-lp-evaluation__headline-title-icon.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.area-lp-evaluation__headline-english::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: url("../img/area-lp-evaluation__headline-title-icon.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.area-lp-evaluation__headline-title {
  position: relative;
  color: #51AB8E;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
  font-size: 36px;
}
.area-lp-evaluation__headline-title .is-japanese {
  display: block;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.area-lp-evaluation__headline-title .is-saijou-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #000000;
}
.area-lp-evaluation__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.area-lp-knowledge-flow__link {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.area-lp-knowledge-flow__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.area-lp-knowledge-flow__link img {
  display: block;
  width: 100% !important;
  height: auto;
}

.area-lp-features {
  width: 100%;
  max-width: 794px;
  padding: 0 20px;
  margin: 0 auto;
}
.area-lp-features__title {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #57b597;
  padding-top: 23px;
  margin-bottom: 23px;
  font-size: 26px;
}
.area-lp-features__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57b597;
  width: 50px;
  height: 1px;
}
.area-lp-features__content.is-over-height {
  height: 100px;
  overflow: hidden;
}
.area-lp-features__content.is-over-height::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: linear-gradient(0deg, #FFFFFF 0%, transparent 100%);
}
.area-lp-features__content-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #57b597;
}
.area-lp-features__accordion {
  padding-bottom: 50px;
}
.area-lp-features__accordion-title {
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.area-lp-features__accordion-title:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.area-lp-features__accordion-title::before, .area-lp-features__accordion-title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #FFFFFF;
  rotate: 0deg;
  transition: rotate 0.3s !important;
}
.area-lp-features__accordion-title::before {
  z-index: 1;
  right: 38.5px;
  width: 3px;
  height: 20px;
}
.area-lp-features__accordion-title::after {
  right: 30px;
  width: 20px;
  height: 3px;
}
.area-lp-features__accordion-title.is-active::before, .area-lp-features__accordion-title.is-active::after {
  rotate: 90deg;
  transition: rotate 0.3s !important;
}
.area-lp-features__accordion-content {
  display: none;
}
.area-lp-features__accordion-content.is-active {
  display: block;
}
.area-lp-features__accordion-content-close-button {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  color: #57b597;
  padding: 6px 10px;
  margin-top: 30px;
  border: 1px solid #57b597;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s !important;
}
.area-lp-features__accordion-content-close-button:hover {
  background-color: #57b597;
  color: #FFFFFF;
  transition: background-color 0.3s, color 0.3s !important;
}

.kazokusou-fv {
  margin-bottom: 50px;
}
.kazokusou-fv__inner {
  background-image: url("../img/kazokusou-fv__bg-pc.webp");
  width: 100%;
  max-width: 1920px;
  height: 46.3541666667vw;
  max-height: 890px;
  margin: 0 auto;
  background-position: top center;
  background-size: cover;
}
.kazokusou-fv__inner.is-advertisement {
  height: 650px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__inner.is-advertisement {
    height: 46.3541666667vw;
  }
}
.kazokusou-fv__body {
  width: 70.3125vw;
  margin: 0 auto;
  padding-top: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__body {
    width: 1350px;
    padding-top: 90px;
  }
}
.kazokusou-fv__body.is-advertisement {
  width: auto;
  padding: 50px 20px 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__body.is-advertisement {
    width: 70.3125vw;
    margin: 0 auto;
    padding: 4.6875vw 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__body.is-advertisement {
    width: 1350px;
    padding: 90px 0 0;
  }
}
.kazokusou-fv__title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1.5;
  color: #13956B;
  padding-left: 0.15625vw;
  margin-bottom: 0.78125vw;
  font-size: 2.0833333333vw;
  letter-spacing: 0.35em;
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__title {
    padding-left: 3px;
    margin-bottom: 15px;
    font-size: 40px;
  }
}
.kazokusou-fv__title.is-advertisement {
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__title.is-advertisement {
    padding-left: 0.15625vw;
    margin-bottom: 0.78125vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__title.is-advertisement {
    padding-left: 3px;
    margin-bottom: 15px;
    font-size: 40px;
  }
}
.kazokusou-fv__title .is-emphasis {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.05em;
  margin-top: 0.625vw;
  font-size: 1.62em;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__title .is-emphasis {
    margin-top: 12px;
  }
}
.kazokusou-fv__title .is-emphasis.is-advertisement {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__title .is-emphasis.is-advertisement {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__title .is-emphasis.is-advertisement {
    margin-top: 12px;
  }
}
.kazokusou-fv__title .is-label {
  display: inline-block;
  height: fit-content;
  background-color: #13956B;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.625vw 1.0416666667vw;
  border-radius: 0.4166666667vw;
  font-size: 1.1em;
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__title .is-label {
    padding: 12px 20px;
    border-radius: 8px;
  }
}
.kazokusou-fv__title .is-label.is-advertisement {
  padding: 8px 14px;
  border-radius: 7px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__title .is-label.is-advertisement {
    padding: 0.625vw 1.0416666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__title .is-label.is-advertisement {
    padding: 12px 20px;
    border-radius: 8px;
  }
}
.kazokusou-fv__sub {
  width: 26.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__sub {
    width: 500px;
  }
}
.kazokusou-fv__sub.is-advertisement {
  width: 300px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__sub.is-advertisement {
    width: 26.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__sub.is-advertisement {
    width: 500px;
  }
}
.kazokusou-fv__sub img {
  display: block;
  width: 100%;
  height: auto;
}
.kazokusou-fv__plan {
  padding: 0 20px;
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__plan {
    width: fit-content;
    margin-top: -4vw;
    margin-right: 13vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__plan {
    margin-top: -10px;
    margin-right: 300px;
  }
}
.kazokusou-fv__plan-inner {
  display: block;
  width: 370px;
  padding: 15px 15px 25px;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__plan-inner {
    width: 30vw;
    padding: 1.2vw 1.2vw 1.8vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__plan-inner {
    width: 500px;
    padding: 15px 15px 25px;
    margin-top: 30px;
  }
}
.kazokusou-fv__plan-img {
  display: block;
  margin: 0 auto;
  width: calc(100% + 20px + 10px);
  margin-top: -30px;
  margin-right: -30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__plan-img {
    width: 110%;
    margin-top: -2vw;
    margin-right: -2vw;
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__plan-img {
    width: calc(100% + 20px + 10px);
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: 15px;
  }
}
.kazokusou-fv__plan-img img {
  display: block;
  width: 100%;
  height: auto;
}
.kazokusou-fv__plan-button {
  position: relative;
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #EC8252 0%, #DD3D46 100%);
  width: 100%;
  padding: 18px 20px 16px 45px;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: opacity 0.3s !important;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__plan-button {
    padding: 1.1vw 1.2vw 1vw 2.5vw;
    box-shadow: 0 0.3vw 0 0 rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__plan-button {
    padding: 18px 20px 16px 45px;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.7);
  }
}
.kazokusou-fv__plan-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.kazokusou-fv__plan-button::before, .kazokusou-fv__plan-button::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.kazokusou-fv__plan-button::before {
  background-image: url("../img/kazokusou-fv__plan-button-bg-pc.webp");
  left: 30px;
  width: 35px;
  height: 32px;
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__plan-button::before {
    left: 20px;
    width: 50px;
    height: 45px;
  }
}
.kazokusou-fv__plan-button::after {
  background-image: url("../img/area-lp-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: 19px;
  width: 10px;
  height: 17px;
}
.kazokusou-fv__plan-button-container {
  display: block;
}
.kazokusou-fv__plan-button-label {
  display: block;
  border-radius: 2px;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
  color: #BF1412;
  width: 191px;
  padding: 3px 0 1px;
  margin: 0 auto 6px;
  font-size: 11px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__plan-button-label {
    width: 70%;
    padding: 0.2vw 0 0.05vw;
    margin: 0 auto 0.4vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__plan-button-label {
    width: 300px;
    padding: 3px 0 1px;
    margin: 0 auto 6px;
    font-size: 14px;
  }
}
.kazokusou-fv__plan-button-headline {
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #FF6;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  width: 202px;
  padding-bottom: 3px;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .kazokusou-fv__plan-button-headline {
    width: 70%;
    padding-bottom: 0.2vw;
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__plan-button-headline {
    width: 300px;
    padding-bottom: 3px;
    font-size: 28px;
  }
}
.kazokusou-fv__banner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 90%, transparent 90%);
  padding: 0 20px 20px;
  margin-top: -10vw;
}
@media screen and (min-width: 1920px) {
  .kazokusou-fv__banner {
    margin-top: -190px;
  }
}
.kazokusou-fv__banner-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .kazokusou-fv__banner-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 50px;
  }
}
.kazokusou-fv__banner-img:nth-of-type(1) {
  width: 28vw;
}
@media screen and (min-width: 768px) {
  .kazokusou-fv__banner-img:nth-of-type(1) {
    width: 215px;
  }
}
@media screen and (min-width: 1400px) {
  .kazokusou-fv__banner-img:nth-of-type(1) {
    width: 256px;
  }
}
.kazokusou-fv__banner-img:nth-of-type(2) {
  width: 33vw;
}
@media screen and (min-width: 768px) {
  .kazokusou-fv__banner-img:nth-of-type(2) {
    width: 255px;
  }
}
@media screen and (min-width: 1400px) {
  .kazokusou-fv__banner-img:nth-of-type(2) {
    width: 312px;
  }
}
.kazokusou-fv__banner-img-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.kazokusou-fv__banner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.kazokusou-fv__banner-button {
  width: 40vw;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .kazokusou-fv__banner-button {
    width: 310px;
  }
}
@media screen and (min-width: 992px) {
  .kazokusou-fv__banner-button {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .kazokusou-fv__banner-button {
    width: 350px;
    margin-top: 30px;
  }
}
.kazokusou-fv__banner-button-link {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.kazokusou-fv__banner-button-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.kazokusou-fv__banner-button-link img {
  display: block;
  width: 100%;
  height: auto;
}

.kazokusou-video-slider {
  padding-bottom: 58px;
}
.kazokusou-video-slider__inner {
  padding: 0 20px;
  position: relative;
  max-width: 900px;
  margin-inline: auto;
}
.kazokusou-video-slider__splide {
  visibility: visible;
  position: relative;
}
.kazokusou-video-slider__splide-list {
  display: flex;
  gap: 20px;
}
.kazokusou-video-slider__splide-item {
  border-radius: 10px;
  overflow: hidden;
}
.kazokusou-video-slider__splide-item video {
  aspect-ratio: 174.22/228.25;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.kazokusou-video-slider__medals {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  top: -120px;
}
.kazokusou-video-slider__note {
  font-size: 11px;
}

.kazokusou-youtube {
  padding: 0 0 58px;
}
.kazokusou-youtube__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.kazokusou-youtube__body {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}
@media screen and (min-width: 992px) {
  .kazokusou-youtube__body {
    overflow-x: unset;
  }
}
.kazokusou-youtube__body.is-overflow-hidden {
  overflow: hidden;
}
.kazokusou-youtube__list {
  display: flex;
  justify-content: center;
  gap: 25px;
  width: 900px;
  margin: 0 auto;
}
.kazokusou-youtube__item {
  width: calc((100% - 40px) / 3);
}
.kazokusou-youtube__item:first-of-type {
  margin-left: 20px;
}
.kazokusou-youtube__item:last-of-type {
  margin-right: 20px;
}
.kazokusou-youtube__item-inner {
  border-radius: 10px;
  overflow: hidden;
}
.kazokusou-youtube__item-inner .page-shorts-video {
  margin: 0;
}
.kazokusou-youtube__item-inner .page-shorts-video.is-autoplay::before {
  display: none;
}
.kazokusou-youtube__note {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  margin: 10px auto 0;
  font-size: 11px;
}
.kazokusou-youtube__cta {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 30px auto 0;
}

.kazokusou-sudden {
  background-image: url("../img/area-lp-bg-green-sp.webp");
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 85px;
  padding-bottom: 60px;
}
.kazokusou-sudden__inner {
  background-color: #fff;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto;
  padding: 0 62px 44px;
}
.kazokusou-sudden__title {
  position: relative;
  background-color: #f6df08;
  text-align: center;
  margin-inline: auto;
  border-radius: 30px;
  width: fit-content;
  font-weight: bold;
  letter-spacing: 0.08em;
  height: 64px;
  line-height: 64px !important;
  font-size: 31px;
  padding: 0 40px 0 60px;
  top: -30px;
}
.kazokusou-sudden__title::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/kazokusou-sudden__title_pc.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  width: 27px;
  height: 28px;
  left: 23px;
}
.kazokusou-sudden__subTitle {
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1.7;
  font-size: 32px;
}
.kazokusou-sudden__subTitle .is-color {
  color: #E75E69;
}
.kazokusou-sudden__worry {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  margin-top: 32px;
}
.kazokusou-sudden__worry-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kazokusou-sudden__worry-item:nth-child(1) .is-item {
  margin-bottom: 15px;
}
.kazokusou-sudden__worry-item:nth-child(2) .is-item {
  margin-bottom: 20px;
}
.kazokusou-sudden__worry-item-headline {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.65 !important;
  font-size: 17px;
}
.kazokusou-sudden__worry-item-headline .is-color {
  color: #e75e69;
}
.kazokusou-sudden__worry-item-headline .is-fontsize {
  font-size: 22px;
}
.kazokusou-sudden__worry-item-text {
  line-height: 1.7;
  background: #f7f5eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-image: url("../img/kazokusou-sudden__worry-text_bg_pc.webp");
  background-repeat: no-repeat;
  border-radius: 15px;
  font-size: 13px;
  background-size: 75px;
  padding: 26px 24px 25px 90px;
  width: 333px;
  background-position: left 20px center;
}
.kazokusou-sudden__cta-catch {
  text-align: center;
  position: relative;
  width: fit-content;
  line-height: 1.2 !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 2px dotted #333;
  margin: 12px auto 20px;
  font-size: 17px;
}
.kazokusou-sudden__cta-catch .is-color {
  color: #e75e69;
}
.kazokusou-sudden__cta-catch .is-fontsize {
  font-size: 34px;
}
.kazokusou-sudden__cta-tel .area-lp-cta__button {
  margin-inline: auto;
}

.kazokusou-family {
  background-color: #f6f3f9;
  position: relative;
  padding-top: 85px;
}
.kazokusou-family__headline {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.34em;
  text-align: center;
  width: fit-content;
  margin: 0 auto 100px;
}
.kazokusou-family__headline::before, .kazokusou-family__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-family__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-family__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-family__headline::before, .kazokusou-family__headline::after {
  top: -100px;
}
.kazokusou-family__headline::before {
  left: -300px;
}
.kazokusou-family__headline::after {
  right: -300px;
}
.kazokusou-family__headline-subTitle {
  line-height: 1 !important;
  font-size: 29px;
  margin-bottom: 40px;
}
.kazokusou-family__headline-title {
  font-weight: bold;
  line-height: 1 !important;
  font-size: 23px;
}
.kazokusou-family__headline-title .is-small {
  color: #1e1926;
  letter-spacing: 0.2em;
  line-height: 1 !important;
  display: block;
  margin-bottom: 14px;
}
.kazokusou-family__headline-title .is-fontsize {
  display: block;
  color: #57b597;
  letter-spacing: 0.24em;
  font-size: 42px;
  margin-bottom: 15px;
}
.kazokusou-family__headline-catch {
  font-weight: 300;
  place-items: center;
  background-color: #fff;
  margin-inline: auto;
  width: fit-content;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 18px;
}
.kazokusou-family__body {
  width: 1305px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.kazokusou-family__body-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  gap: 10px;
}
.kazokusou-family__body-content::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/kazokusou-family__body-content_bg_pc.webp") no-repeat top right/contain;
  transform: scaleX(-1);
  top: -80px;
  right: 20px;
  width: 168px;
  height: 161px;
}
.kazokusou-family__body-content:nth-of-type(3n + 2) {
  margin-top: 57px;
}
.kazokusou-family__body-content:nth-of-type(3n) {
  margin-top: 114px;
}
.kazokusou-family__body-content-video {
  width: 300px;
}
.kazokusou-family__body-content-video-body {
  overflow: hidden;
  border-radius: 10px;
}
.kazokusou-family__body-content-message {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho StdN", "HiraMinProN-W3", "HiraMinStdN-W5", "Yu Mincho", "MS Mincho", serif;
  position: relative;
  z-index: 1;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  font-size: 18px;
}
.kazokusou-family__body-content-message p {
  line-height: 1.5 !important;
}
.kazokusou-family__body-content-message .is-number {
  text-combine-upright: all;
  margin-bottom: 10px;
}
.kazokusou-family__body-content-message .is-space1 {
  margin-top: 30px;
}
.kazokusou-family__body-content-message .is-space2 {
  margin-top: 70px;
}
.kazokusou-family__body-content-text {
  text-wrap: nowrap;
  border-left: 1px solid #1e1926;
  line-height: 1.9 !important;
  margin: 13px 0 0 22px;
  padding-left: 10px;
  font-size: 14px;
}
.kazokusou-family__footer {
  text-align: center;
  margin-top: 61px;
}

.kazokusou-special {
  background-color: #f9fbf0;
}
.kazokusou-special__inner {
  padding-top: 99px;
}
.kazokusou-special__headline {
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 28px;
}
.kazokusou-special__headline-title {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  line-height: 1.8 !important;
}
.kazokusou-special__headline-title::before, .kazokusou-special__headline-title::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-special__headline-title::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-special__headline-title::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-special__headline-title::before, .kazokusou-special__headline-title::after {
  top: -100px;
}
.kazokusou-special__headline-title::before {
  left: -300px;
}
.kazokusou-special__headline-title::after {
  right: -300px;
}
.kazokusou-special__headline-title .is-line {
  border-bottom: 1px solid #1e1926;
  padding-bottom: 1px;
}
.kazokusou-special__headline-title .is-fontsize {
  font-size: 31px;
}
.kazokusou-special__case {
  margin: 90px 0 120px;
}
.kazokusou-special__case-item {
  position: relative;
  text-align: center;
  z-index: 0;
}
.kazokusou-special__case-item:not(:last-child) {
  margin-bottom: 144px;
}
.kazokusou-special__case-item:nth-child(1) .is-img {
  margin-top: 0;
}
.kazokusou-special__case-img {
  max-width: 930px;
  margin: 70px auto 0;
}
.kazokusou-special__case-title {
  letter-spacing: 0.14em;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho StdN", "HiraMinProN-W3", "HiraMinStdN-W5", "Yu Mincho", "MS Mincho", serif;
  font-size: 32px;
}
.kazokusou-special__familyHistory {
  text-align: center;
  font-size: 29px;
}
.kazokusou-special__familyHistory-headline-catch {
  line-height: 1 !important;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 22px;
}
.kazokusou-special__familyHistory-headline-title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho StdN", "HiraMinProN-W3", "HiraMinStdN-W5", "Yu Mincho", "MS Mincho", serif;
  line-height: 1.6 !important;
  font-size: 29px;
  margin-bottom: 40px;
}
.kazokusou-special__familyHistory-headline-title .is-fontsize {
  position: relative;
  border-bottom: 2px dotted #333;
  font-size: 37px;
}
.kazokusou-special__familyHistory-body {
  margin-bottom: 70px;
}
.kazokusou-special__familyHistory-body-icon {
  margin: 0 auto;
  max-width: 750px;
}
.kazokusou-special__help {
  background-image: url("../img/kazokusou-special__help_bg_pc.webp");
  text-align: center;
  background-position: bottom center;
  padding-bottom: 280px;
}
.kazokusou-special__help-headline {
  background-image: url("../img/kazokusou-special__help-headline_bg_pc.webp");
  background-position: top center;
  padding-top: 160px;
  font-size: 22px;
  margin-bottom: 30px;
}
.kazokusou-special__help-headline-title {
  font-weight: bold;
  line-height: 1.8 !important;
}
.kazokusou-special__help-list {
  width: 734px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.kazokusou-special__help-item {
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  width: 230px;
  font-size: 16px;
  padding: 160px 0 24px;
  background-position: top 20px center;
}
.kazokusou-special__help-item:nth-child(1) {
  background-image: url("../img/kazokusou-special__help-item1_bg_pc.webp");
}
.kazokusou-special__help-item:nth-child(2) {
  background-image: url("../img/kazokusou-special__help-item2_bg_pc.webp");
}
.kazokusou-special__help-item:nth-child(3) {
  background-image: url("../img/kazokusou-special__help-item3_bg_pc.webp");
}
.kazokusou-evaluation {
  background-image: url("../img/kazokusou-evaluation__bg_pc.webp") !important;
  background-size: cover;
  background-color: rgba(87, 181, 151, 0.2);
  padding: 54px 0 90px;
}
.kazokusou-evaluation__inner {
  width: 1000px;
  margin: 0 auto;
}
.kazokusou-evaluation__headline {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
.kazokusou-evaluation__headline-title {
  font-weight: bold;
}
.kazokusou-evaluation__headline-title .is-margin {
  display: block;
  line-height: 1.7;
  margin-top: 30px;
}
.kazokusou-evaluation__review-img {
  text-align: center;
}
.kazokusou-evaluation__review-splide {
  margin-bottom: 60px;
}
.kazokusou-evaluation__review-splide-list {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 20px;
}
.kazokusou-evaluation__review-splide .review-item {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
}
.kazokusou-evaluation__media {
  text-align: center;
}
.kazokusou-evaluation__media-title {
  margin-bottom: 20px;
}
.kazokusou-evaluation__media-splide-list {
  display: flex;
  gap: 5px;
}
.kazokusou-plan {
  background-color: #57b597;
  padding-top: 50px;
  padding-bottom: 60px;
}
.kazokusou-plan__headline {
  text-align: center;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.kazokusou-plan__headline-title {
  margin-bottom: 20px;
}
.kazokusou-plan__headline-title::before, .kazokusou-plan__headline-title::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-plan__headline-title::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-plan__headline-title::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-plan__headline-title::before, .kazokusou-plan__headline-title::after {
  top: -100px;
}
.kazokusou-plan__headline-title::before {
  left: -300px;
}
.kazokusou-plan__headline-title::after {
  right: -300px;
}
.kazokusou-plan__headline-title .is-balloon {
  position: relative;
  width: fit-content;
  color: #57b597;
  background-color: #fff;
  border-radius: 28px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 27px;
  padding: 10px 30px;
  margin-bottom: 25px;
}
.kazokusou-plan__headline-title .is-balloon::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 15px;
  height: 12.9903810568px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -12px;
}
.kazokusou-plan__headline-title .is-title {
  color: #F6DF08;
  border-bottom: 1px solid #F6DF08;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.15em;
  font-size: 31px;
  padding-bottom: 8px;
}
.kazokusou-plan__headline-catch {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
.kazokusou-plan__simple-headline {
  display: block;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 70px;
}
.kazokusou-plan__simple-headline-title {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
}
.kazokusou-plan__subjects {
  color: #57b597;
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 70px;
  font-size: 15px;
}
.kazokusou-plan__subjects-item {
  background-color: #F7F5EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 86.5px;
  height: 86.5px;
}
.kazokusou-plan__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: fit-content;
  max-width: 1211px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 992px) {
  .kazokusou-plan__card {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .kazokusou-plan__card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.kazokusou-plan__card-content {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  width: 377px;
  padding: 0 14px 16px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .kazokusou-plan__card-content:nth-of-type(3) {
    grid-column: 1/3;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .kazokusou-plan__card-content:nth-of-type(3) {
    grid-column: unset;
  }
}
.kazokusou-plan__card-content.is-simple-plan {
  display: flex;
  height: fit-content;
  flex-direction: column-reverse;
  gap: 15px;
  width: 377px;
  padding-top: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .kazokusou-plan__card-content.is-simple-plan {
    flex-direction: row;
    width: 725px;
    grid-column: 1/3;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .kazokusou-plan__card-content.is-simple-plan {
    grid-column: 1/4;
  }
}
.kazokusou-plan__card-content-body {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .kazokusou-plan__card-content-body {
    flex: 1;
    margin-bottom: 0;
  }
}
.kazokusou-plan__card-content-body.is-simple-plan {
  margin-bottom: 0;
}
.kazokusou-plan__card-content-catch {
  background-color: #F7F5EB;
  border-radius: 10px;
  border: 1px solid #57b597;
  color: #57b597;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.3 !important;
  width: 226px;
  font-size: 14px;
  padding: 10px 0;
  margin: -30px auto 0;
}
.kazokusou-plan__card-content-medal {
  position: absolute;
  top: -35px;
  right: -22px;
}
.kazokusou-plan__card-content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0 15px;
}
.kazokusou-plan__card-content-box.is-simple-plan {
  margin-top: 0;
}
.kazokusou-plan__card-content-img {
  overflow: hidden;
  width: 120px;
  border-radius: 5px;
}
.kazokusou-plan__card-content-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kazokusou-plan__card-content-info {
  flex: 1;
  font-weight: bold;
}
.kazokusou-plan__card-content-info-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 0 7px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F6F3F9;
}
.kazokusou-plan__card-content-info-title {
  border-bottom: 1px solid #F6F3F9;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 7px 10px;
  margin-bottom: 10px;
}
.kazokusou-plan__card-content-info-title.is-simple-plan {
  padding: 0;
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  color: #BF1412;
}
.kazokusou-plan__card-content-info-label {
  display: block;
  width: fit-content;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #BF1412;
  padding: 8px 3px 7px;
  border: 1px solid #BF1412;
  border-radius: 4px;
  font-size: 11px;
}
.kazokusou-plan__card-content-info-price {
  color: #E75E69;
  display: flex;
  align-items: center;
  font-size: 38px;
}
.kazokusou-plan__card-content-info-price.is-center-pc {
  justify-content: center;
}
.kazokusou-plan__card-content-info-price-yen {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.kazokusou-plan__card-content-info-price-yen .is-tax {
  text-align: left;
  font-size: 6px;
}
.kazokusou-plan__card-content-info-price-yen .is-small {
  font-size: 20px;
}
.kazokusou-plan__card-content-info-description-text {
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}
.kazokusou-plan__card-content-frame {
  display: block;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
}
@media screen and (min-width: 992px) {
  .kazokusou-plan__card-content-frame {
    flex: 1;
    max-width: 325px;
  }
}
.kazokusou-plan__card-content-frame-lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.kazokusou-plan__card-content-frame-lead .is-large {
  font-size: 1.2em;
}
.kazokusou-plan__card-content-frame-description-text {
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  font-size: 11px;
}
.kazokusou-plan__safety {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  width: 940px;
  margin: 0 auto 62px;
  padding: 47px 80px 45px;
}
.kazokusou-plan__safety-medal {
  border-radius: 50%;
  background-color: #F7F5EB;
  color: #57b597;
  border: 1px solid #57b597;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  font-size: 19px;
  top: -30px;
}
.kazokusou-plan__safety-title {
  color: #57b597;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dashed #57b597;
  width: fit-content;
  font-size: 38px;
  margin: 0 auto 35px;
}
.kazokusou-plan__example {
  width: 940px;
  margin: 0 auto;
}
.kazokusou-plan__example-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1 !important;
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 24px;
}
.kazokusou-plan__example-list {
  display: flex;
  gap: 10px;
}
.kazokusou-plan__example-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  width: 308px;
  padding: 14px 14px 18px;
}
.kazokusou-plan__example-item-img {
  margin-bottom: 17px;
}
.kazokusou-plan__example-item-list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.kazokusou-plan__example-item-list:not(:last-child) {
  margin-bottom: 10px;
}
.kazokusou-plan__example-item-headline {
  color: #fff;
  font-weight: bold;
  background-color: #57b597;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 33px;
}
.kazokusou-plan__sns {
  margin: 50px auto 0;
}

.kazokusou-service {
  background-color: #F9FBF0;
  padding: 80px 0 86px;
}
.kazokusou-service__headline {
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
}
.kazokusou-service__headline::before, .kazokusou-service__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-service__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-service__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-service__headline::before, .kazokusou-service__headline::after {
  top: -100px;
}
.kazokusou-service__headline::before {
  left: -300px;
}
.kazokusou-service__headline::after {
  right: -300px;
}
.kazokusou-service__headline-title {
  line-height: 1 !important;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
.kazokusou-service__headline-title .is-margin {
  display: block;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
.kazokusou-service__headline-title .is-fontsize {
  letter-spacing: 0.2em;
  font-size: 39px;
}
.kazokusou-service__headline-subTitle {
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  width: fit-content;
  letter-spacing: 0.14em;
  font-size: 25px;
  padding: 13px 15px;
  margin: 0 auto;
}
.kazokusou-service__img {
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 43px;
}
.kazokusou-service__catch {
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}
.kazokusou-service__catch-subText {
  line-height: 1 !important;
  letter-spacing: 0.1em;
  font-size: 19px;
  margin-bottom: 20px;
}
.kazokusou-service__catch-mainText {
  letter-spacing: 0.14em;
  line-height: 1 !important;
  color: #57b597;
  border-bottom: 2px solid #57b597;
  font-size: 33px;
  padding-bottom: 10px;
}

.kazokusou-difference__inner {
  padding: 70px 0 92px;
}
.kazokusou-difference__headline {
  text-align: center;
  width: fit-content;
  position: relative;
  margin: 0 auto 34px;
}
.kazokusou-difference__headline::before, .kazokusou-difference__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-difference__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-difference__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-difference__headline::before, .kazokusou-difference__headline::after {
  top: -50px;
}
.kazokusou-difference__headline::before {
  left: -300px;
}
.kazokusou-difference__headline::after {
  right: -300px;
}
.kazokusou-difference__headline-catch {
  line-height: 1 !important;
  color: #57b597;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
.kazokusou-difference__headline-title {
  color: #57b597;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  gap: 6px;
}
.kazokusou-difference__headline-title .is-color {
  background-color: #57b597;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 0.3125rem;
  color: #fff;
  letter-spacing: 0.25em;
  padding: 4px 10px;
}
.kazokusou-difference__tableImg {
  text-align: center;
  margin-bottom: 55px;
}
.kazokusou-difference__listImg {
  text-align: center;
}

.kazokusou-passed-away {
  background-color: #57b597;
}
.kazokusou-passed-away__inner {
  padding: 160px 0 80px;
}
.kazokusou-passed-away__wrap {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 630px;
  margin: 0 auto;
  padding: 52px 45px 45px;
}
.kazokusou-passed-away__wrap::before, .kazokusou-passed-away__wrap::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-passed-away__wrap::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-passed-away__wrap::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-passed-away__wrap::before, .kazokusou-passed-away__wrap::after {
  top: -247px;
}
.kazokusou-passed-away__wrap::before {
  left: -300px;
}
.kazokusou-passed-away__wrap::after {
  right: -300px;
}
.kazokusou-passed-away__headline {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -80px;
}
.kazokusou-passed-away__headline-subTitle {
  background-color: #F6DF08;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 30px;
  width: 300px;
  height: 64px;
  font-size: 26px;
  margin: 0 auto 40px;
}
.kazokusou-passed-away__headline-title {
  font-weight: bold;
  width: fit-content;
  border-bottom: 2px dotted;
  font-size: 28px;
  margin: 0 auto 18px;
}
.kazokusou-passed-away__headline-text {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
.kazokusou-passed-away__body {
  margin-bottom: 60px;
}
.kazokusou-passed-away__footer-balloon {
  background-color: #F7F5EB;
  line-height: 1.5 !important;
  position: relative;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 310px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 13px;
}
.kazokusou-passed-away__footer-balloon:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/kazokusou-passed-away__footer-balloon1_bg_pc.webp");
  background-position: left top;
  width: 102px;
  height: 102px;
}
.kazokusou-passed-away__footer-balloon:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/kazokusou-passed-away__footer-balloon2_bg_pc.webp");
  background-position: left top;
  width: 102px;
  height: 102px;
}
.kazokusou-passed-away__footer-balloon:nth-child(1) {
  padding-left: 61px;
  padding-right: 20px;
  margin-bottom: 22px;
  margin-left: 30px;
}
.kazokusou-passed-away__footer-balloon:nth-child(1)::before {
  left: -40px;
  top: -40px;
}
.kazokusou-passed-away__footer-balloon:nth-child(2) {
  margin-left: auto;
  padding-left: 20px;
  margin-right: 30px;
}
.kazokusou-passed-away__footer-balloon:nth-child(2)::before {
  right: -40px;
  top: -40px;
}
.kazokusou-passed-away__footer-answer {
  text-align: center;
  font-weight: bold;
}
.kazokusou-passed-away__footer-answer-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.kazokusou-passed-away__footer-answer-mainText {
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-size: 20px;
}
.kazokusou-passed-away__footer-answer-mainText .is-color {
  color: #E75E69;
}
.kazokusou-passed-away__footer-answer-subText {
  border-bottom: 2px solid;
  width: fit-content;
  margin: 0 auto;
}

.kazokusou-schedule {
  background-color: #F9FBF0;
  padding: 60px 0;
}
.kazokusou-schedule__headline {
  letter-spacing: 0.1em;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto 60px;
}
.kazokusou-schedule__headline::before, .kazokusou-schedule__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-schedule__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-schedule__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-schedule__headline::before, .kazokusou-schedule__headline::after {
  top: -100px;
}
.kazokusou-schedule__headline::before {
  left: -300px;
}
.kazokusou-schedule__headline::after {
  right: -300px;
}
.kazokusou-schedule__headline-title {
  font-weight: bold;
  color: #57b597;
  width: fit-content;
  border-bottom: 2px solid #57b597;
  letter-spacing: 0.4em;
  padding-bottom: 5px;
  font-size: 48px;
  margin: 0 auto 40px;
}
.kazokusou-schedule__headline-recommend {
  font-weight: bold;
  color: #fff;
  background-color: #57b597;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  width: 240px;
  height: 48px;
  font-size: 23px;
  margin: 0 auto 20px;
}
.kazokusou-schedule__headline-subTitle {
  font-weight: bold;
  color: #57b597;
  letter-spacing: 0.1em;
  line-height: 1.7 !important;
  font-size: 31px;
  margin-bottom: 17px;
}
.kazokusou-schedule__headline-subTitle-break {
  display: block;
}
.kazokusou-schedule__headline-text {
  line-height: 1.8;
  margin-bottom: 50px;
}
.kazokusou-schedule__flow {
  border: 2px solid #f1f1f1;
  background-color: #fff;
  border-radius: 10px;
  width: 780px;
  margin: 0 auto;
  padding: 32px 83px 44px;
}
.kazokusou-schedule__flow-title {
  color: #57b597;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 30px;
}
.kazokusou-schedule__flow-title .is-fontsize {
  display: block;
  line-height: 1 !important;
  font-size: 30px;
  margin-top: 10px;
}
.kazokusou-schedule__flow-img {
  text-align: center;
  height: 230px;
  margin-bottom: 20px;
}
.kazokusou-schedule__flow-img img {
  width: auto;
  height: 100%;
}
.kazokusou-schedule__flow-accordion-top {
  background-color: #F6F3F9;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  width: 556px;
  margin: 0 auto;
  padding: 20px;
}
.kazokusou-schedule__flow-accordion-btn {
  background-color: transparent;
  font-weight: bold;
  color: #57b597;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  margin: 20px auto 0;
  transition: opacity 0.3s ease;
}
.kazokusou-schedule__flow-accordion-btn:hover {
  opacity: 0.8;
}
.kazokusou-schedule__flow-accordion-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-image: url("../img/area-lp-button-arrow.svg");
  background-color: #57b597;
  margin: auto;
  transform: rotate(-270deg);
  transition: transform 0.3s ease;
  right: -30px;
  width: 18px;
  height: 18px;
}
.kazokusou-schedule__flow-accordion-btn.on::after {
  transform: rotate(-90deg);
}
.kazokusou-schedule__flow-accordion-bottom {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease, visibility 0.3s ease;
}
.kazokusou-schedule__flow-accordion-bottom.on {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.kazokusou-schedule__flow-accordion-small {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}
.kazokusou-schedule__flow-content:not(:last-child) {
  margin-bottom: 30px;
}
.kazokusou-schedule__flow-content-headline {
  text-align: center;
  background-color: #57b597;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.kazokusou-schedule__flow-content-list {
  position: relative;
  margin-left: 60px;
}
.kazokusou-schedule__flow-content-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #57b597;
  top: 0;
  left: -35px;
}
.kazokusou-schedule__flow-content-list.is-line::before {
  content: none;
}
.kazokusou-schedule__flow-content-list.is-time1, .kazokusou-schedule__flow-content-list.is-time2 {
  margin-bottom: 50px;
}
.kazokusou-schedule__flow-content-list.is-time1::after, .kazokusou-schedule__flow-content-list.is-time2::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
}
.kazokusou-schedule__flow-content-list.is-time1::after {
  background-color: #fff;
  content: url("../img/kazokusou-schedule__flow-content-list_is-time1_bg.svg");
  left: -51px;
  bottom: -34px;
}
.kazokusou-schedule__flow-content-list.is-time2::after {
  background-color: #fff;
  content: url("../img/kazokusou-schedule__flow-content-list_is-time2_bg.svg");
  left: -51px;
  bottom: 42px;
}
.kazokusou-schedule__flow-content-item {
  position: relative;
}
.kazokusou-schedule__flow-content-item:not(:last-child) {
  margin-bottom: 30px;
}
.kazokusou-schedule__flow-content-item::before, .kazokusou-schedule__flow-content-item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.kazokusou-schedule__flow-content-item::before {
  display: flex;
  background-size: cover;
  top: -10px;
  left: -10px;
  width: 49px;
  height: 48px;
}
.kazokusou-schedule__flow-content-item::after {
  z-index: 2;
  background-color: #fff;
  top: 0;
  left: -46px;
}
.kazokusou-schedule__flow-content-item.is-item1::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block1_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day1::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day1_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day1::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day1_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item2::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block2_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day2::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day2_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day2::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day2_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item3::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block3_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day3::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day3_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day3::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day3_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item4::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block4_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day4::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day4_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day4::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day4_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item5::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block5_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day5::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day5_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day5::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day5_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item6::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block6_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day6::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day6_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day6::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day6_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item7::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block7_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day7::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day7_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day7::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day7_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item8::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block8_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day8::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day8_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day8::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day8_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-item9::before {
  content: url("../img/kazokusou-schedule__flow-content-item-block9_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day9::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_one-day9_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-second-day9::after {
  content: url("../img/kazokusou-schedule__flow-content-item-block_second-day9_bg.svg");
}
.kazokusou-schedule__flow-content-item.is-one-day6::after, .kazokusou-schedule__flow-content-item.is-one-day7::after, .kazokusou-schedule__flow-content-item.is-second-day5::after, .kazokusou-schedule__flow-content-item.is-second-day6::after, .kazokusou-schedule__flow-content-item.is-second-day7::after, .kazokusou-schedule__flow-content-item.is-second-day8::after {
  left: -51px;
}
.kazokusou-schedule__flow-content-item-block {
  background-color: #F7F5EB;
  border-radius: 10px;
  padding: 17px 40px 17px 13px;
}
.kazokusou-schedule__flow-content-item-box {
  display: flex;
  gap: 20px;
}
.kazokusou-schedule__flow-content-item-box:not(:first-child) {
  margin-top: 20px;
}
.kazokusou-schedule__flow-content-item-img {
  text-align: center;
  min-width: 177px;
}
.kazokusou-schedule__flow-content-item-headline {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #57b597;
  margin-bottom: 5px;
  font-size: 20px;
}
.kazokusou-schedule__flow-content-item-text {
  line-height: 1.4;
  font-size: 16px;
}
.kazokusou-schedule__flow-content-item-tel {
  margin-top: 10px;
  margin-left: 190px;
}
.kazokusou-schedule__flow-content-item-option {
  margin-top: 20px;
}
.kazokusou-schedule__flow-content-item-balloon {
  display: flex;
  justify-content: end;
  font-weight: bold;
  gap: 20px;
  margin-top: 30px;
}
.kazokusou-schedule__flow-content-item-balloon-text {
  border-radius: 10px;
  position: relative;
  line-height: 1.4;
  width: 393px;
  padding: 20px;
  font-size: 16px;
  border: 6px solid #F1F1F1;
}
.kazokusou-schedule__flow-content-item-balloon-text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F1F1F1;
  top: 20px;
  right: -20px;
  width: 16px;
  height: 13.8564064606px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.kazokusou-schedule__flow-content-item-time {
  position: relative;
  text-align: center;
  color: #57b597;
  border: 3px solid #57b597;
  font-weight: bold;
  border-radius: 5px;
  width: fit-content;
  top: auto;
  background-color: #fff;
  z-index: 1;
  letter-spacing: 0.1em;
  margin-top: 30px;
  padding: 10px 15px;
  font-size: 16px;
  left: -50px;
}
.kazokusou-schedule__flow-content-item-time p {
  line-height: 1 !important;
}
.kazokusou-schedule__flow-content-item-meeting {
  display: flex;
  color: #fff;
  font-weight: bold;
  text-align: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  font-size: 15px;
}
.kazokusou-schedule__flow-content-item-meeting > li {
  background-color: #57b597;
  border-radius: 20px;
  padding: 10px 18px;
}
.kazokusou-schedule__flow-consultation {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  width: fit-content;
  margin: 60px auto 30px;
  padding: 18px 20px 26px;
}
.kazokusou-schedule__flow-consultation-headline, .kazokusou-schedule__flow-consultation-text {
  font-weight: bold;
  line-height: 1.4 !important;
}
.kazokusou-schedule__flow-consultation-headline {
  color: #E75E69;
  width: fit-content;
  border-bottom: 2px dotted;
  padding-bottom: 2px;
  margin: 0 auto 20px;
  font-size: 26px;
}
.kazokusou-schedule__flow-consultation-text {
  font-size: 18px;
}
.kazokusou-reason {
  background-color: #57b597;
}
.kazokusou-reason__inner {
  padding: 80px 0 90px;
}
.kazokusou-reason__headline {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.kazokusou-reason__headline::before, .kazokusou-reason__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-reason__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-reason__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-reason__headline::before, .kazokusou-reason__headline::after {
  top: -100px;
}
.kazokusou-reason__headline::before {
  left: -300px;
}
.kazokusou-reason__headline::after {
  right: -300px;
}
.kazokusou-reason__headline-title {
  font-weight: bold;
  line-height: 1.8 !important;
  position: relative;
  font-size: 26px;
  margin-bottom: 30px;
}
.kazokusou-reason__headline-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/kazokusou-reason__headline-title_bg_pc.svg");
  width: 54px;
  height: 47px;
  top: -64px;
}
.kazokusou-reason__headline-subTitle {
  font-weight: bold;
  line-height: 1.6 !important;
  font-size: 18px;
  margin-bottom: 20px;
}
.kazokusou-reason__headline-subTitle .is-yellow {
  color: #ffd558;
}
.kazokusou-reason__headline-text {
  font-size: 12px;
  margin-bottom: 20px;
}
.kazokusou-reason__body {
  margin-bottom: 60px;
}
.kazokusou-reason__body-list {
  width: 600px;
  margin: 0 auto;
}
.kazokusou-reason__body-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 34px 21px;
}
.kazokusou-reason__body-item:not(:last-child) {
  margin-bottom: 20px;
}
.kazokusou-reason__body-item-top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.kazokusou-reason__body-item-top-img img {
  border-radius: 50%;
  overflow: hidden;
  width: 92px;
}
.kazokusou-reason__body-item-top-info {
  letter-spacing: 0.1em;
}
.kazokusou-reason__body-item-top-theme, .kazokusou-reason__body-item-top-name {
  line-height: 1 !important;
}
.kazokusou-reason__body-item-top-theme {
  background-color: #57b597;
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 10px;
}
.kazokusou-reason__body-item-top-title {
  color: #57b597;
  font-weight: bold;
  line-height: 1.3 !important;
  font-size: 21px;
  margin-bottom: 10px;
}
.kazokusou-reason__body-item-top-name {
  color: #57b597;
  font-size: 14px;
}
.kazokusou-reason__body-item-top-name .is-en {
  margin-left: 20px;
}
.kazokusou-reason__body-item-top-text {
  line-height: 1.7 !important;
  font-size: 14px;
}
.kazokusou-reason__footer {
  text-align: center;
}

.kazokusou-variety__inner {
  padding: 70px 0 92px;
}
.kazokusou-variety__headline {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho StdN", "HiraMinProN-W3", "HiraMinStdN-W5", "Yu Mincho", "MS Mincho", serif;
  letter-spacing: 0.24em;
  text-align: center;
  line-height: 2.7 !important;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
}
.kazokusou-variety__headline::before, .kazokusou-variety__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-variety__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-variety__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-variety__headline::before, .kazokusou-variety__headline::after {
  top: -100px;
}
.kazokusou-variety__headline::before {
  left: -300px;
}
.kazokusou-variety__headline::after {
  right: -300px;
}
.kazokusou-variety__headline-title {
  margin-bottom: 30px;
}
.kazokusou-variety__headline-title .is-fontsize {
  font-weight: bold;
  font-size: 52px;
}
.kazokusou-variety__headline-img {
  margin-bottom: 60px;
}
.kazokusou-variety__episode {
  width: 930px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  margin-bottom: 70px;
}
.kazokusou-variety__episode-block {
  position: relative;
  background-color: #F6F3F9;
  border-radius: 10px;
  padding: 33px 28px 19px;
}
.kazokusou-variety__episode-block::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/kazokusou-variety__episode-block_bg_pc.webp");
  background-position: left top;
  top: -30px;
  right: -40px;
  width: 148px;
  height: 100px;
}
.kazokusou-variety__episode-headline {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho StdN", "HiraMinProN-W3", "HiraMinStdN-W5", "Yu Mincho", "MS Mincho", serif;
  line-height: 1.5 !important;
  letter-spacing: 0.3em;
  font-size: 30px;
  margin-bottom: 10px;
}
.kazokusou-variety__episode-list {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.04em;
  font-size: 17px;
  margin-bottom: 20px;
}
.kazokusou-variety__episode-item {
  border: 1px solid #1e1926;
  padding: 7px;
}
.kazokusou-variety__episode-img {
  margin-bottom: 20px;
}
.kazokusou-variety__episode-from {
  width: fit-content;
  border-bottom: 1px solid #1e1926;
  font-size: 14px;
  margin-bottom: 15px;
}
.kazokusou-variety__episode-subTitle {
  font-weight: bold;
  line-height: 1.7 !important;
  font-size: 21px;
  margin-bottom: 15px;
}
.kazokusou-variety__episode-text {
  line-height: 2 !important;
}
.kazokusou-variety__episode-text p:not(:last-child) {
  margin-bottom: 20px;
}

.kazokusou-after-support {
  background-color: #57b597;
}
.kazokusou-after-support__inner {
  width: 680px;
  margin: 0 auto;
  padding: 63px 0 68px;
}
.kazokusou-after-support__headline {
  width: fit-content;
  position: relative;
  letter-spacing: 0.3em;
  margin: 0 auto;
}
.kazokusou-after-support__headline::before, .kazokusou-after-support__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.kazokusou-after-support__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.kazokusou-after-support__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.kazokusou-after-support__headline::before, .kazokusou-after-support__headline::after {
  top: -100px;
}
.kazokusou-after-support__headline::before {
  left: -300px;
}
.kazokusou-after-support__headline::after {
  right: -300px;
}
.kazokusou-after-support__headline-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.6 !important;
  font-size: 31px;
  margin-bottom: 40px;
}
.kazokusou-after-support__headline-title .is-line {
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.kazokusou-after-support__headline-subTitle {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.6 !important;
  margin-bottom: 40px;
  font-size: 33px;
}
.kazokusou-after-support__headline-subTitle .is-balloon {
  position: relative;
  width: fit-content;
  color: #57b597;
  background-color: #fff;
  border-radius: 28px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 27px;
  padding: 12px 40px;
  margin-bottom: 25px;
}
.kazokusou-after-support__headline-subTitle .is-balloon::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 15px;
  height: 12.9903810568px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -12px;
}
.kazokusou-after-support__headline-img {
  text-align: center;
  margin-bottom: 30px;
}
.kazokusou-after-support__procedure-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 680px;
  margin: 0 auto;
  gap: 10px;
  margin-bottom: 120px;
}
.kazokusou-after-support__procedure-list::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/kazokusou-after-support__procedure-list_bg_pc.svg");
  background-position: left top;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 26px;
  bottom: -50px;
}
.kazokusou-after-support__procedure-item {
  border-radius: 10px;
  background-color: #fff;
  background-position: top 16px center;
  width: 220px;
  padding: 120px 18px 15px;
}
.kazokusou-after-support__procedure-item:nth-child(1) {
  background-image: url("../img/kazokusou-after-support__procedure-item1_bg_pc.webp");
}
.kazokusou-after-support__procedure-item:nth-child(2) {
  background-image: url("../img/kazokusou-after-support__procedure-item2_bg_pc.webp");
}
.kazokusou-after-support__procedure-item:nth-child(3) {
  background-image: url("../img/kazokusou-after-support__procedure-item3_bg_pc.webp");
}
.kazokusou-after-support__procedure-item:nth-child(4) {
  background-image: url("../img/kazokusou-after-support__procedure-item4_bg_pc.webp");
}
.kazokusou-after-support__procedure-item:nth-child(5) {
  background-image: url("../img/kazokusou-after-support__procedure-item5_bg_pc.webp");
}
.kazokusou-after-support__procedure-item:nth-child(6) {
  background-image: url("../img/kazokusou-after-support__procedure-item6_bg_pc.webp");
}
.kazokusou-after-support__procedure-item-title {
  text-align: center;
  color: #57b597;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}
.kazokusou-after-support__procedure-item-text {
  line-height: 1.4;
  font-size: 14px;
}
.kazokusou-after-support__specialization-title {
  color: #fff;
  line-height: 2.2 !important;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14em;
  font-size: 28px;
  margin-bottom: 30px;
}
.kazokusou-after-support__specialization-title .is-small {
  font-size: 24px;
}
.kazokusou-after-support__specialization-title .is-catch {
  color: #D3AA00;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 34px;
  margin-right: 10px;
}
.kazokusou-after-support__specialization-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 36px 36px;
}
.kazokusou-after-support__specialization-staff {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 403px;
  margin: 0 auto;
  font-size: 13.2px;
  margin-bottom: 40px;
}
.kazokusou-after-support__specialization-qualification {
  color: #57b597;
  border-bottom: 1px solid #57b597;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 403px;
  padding-bottom: 20px;
  margin: 0 auto 30px;
}
.kazokusou-after-support__specialization-qualification-title {
  letter-spacing: 0.14em;
  line-height: 1 !important;
  position: relative;
  font-size: 27px;
  margin-bottom: 20px;
}
.kazokusou-after-support__specialization-qualification-title::after, .kazokusou-after-support__specialization-qualification-title::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-color: #57b597;
  height: 1px;
  top: 12px;
  width: 120px;
}
.kazokusou-after-support__specialization-qualification-title::before {
  left: 0;
}
.kazokusou-after-support__specialization-qualification-title::after {
  right: 0;
}
.kazokusou-after-support__specialization-qualification-item {
  font-size: 16px;
}
.kazokusou-after-support__specialization-qualification-item:not(:last-child) {
  margin-bottom: 10px;
}
.kazokusou-after-support__specialization-problem-item {
  background-color: #EEF2F1;
  border-radius: 10px;
  padding: 29px 49px 28px;
}
.kazokusou-after-support__specialization-problem-item:not(:last-child) {
  margin-bottom: 10px;
}
.kazokusou-after-support__specialization-problem-item-headline {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.kazokusou-after-support__specialization-problem-item-text {
  font-size: 16px;
}
.kazokusou-after-support__specialization-problem-item-text p {
  line-height: 1.8 !important;
}
.kazokusou-area {
  background-color: #F6F3F9;
}
.kazokusou-area__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.kazokusou-area__inner.is-excitement {
  padding-bottom: 0;
  width: 100%;
}
.kazokusou-area__headline {
  text-align: center;
}
.kazokusou-area__headline-title {
  font-weight: bold;
  background-image: url("../img/kazokusou-area__headline-title_bg_pc.webp");
  background-position: bottom center;
  font-size: 36px;
  margin-bottom: 30px;
  padding-bottom: 400px;
}
.kazokusou-area__headline-map {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.kazokusou-area__headline-map-item {
  background-color: #57b597;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
}
.kazokusou-area__body.is-excitement {
  padding-bottom: 94px;
}
.kazokusou-area__body-title {
  text-align: center;
  font-weight: bold;
  line-height: 1.8 !important;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
  font-size: 30px;
}
.kazokusou-area__body-title .is-catch {
  font-weight: 500;
  line-height: 1;
  color: #E75E69;
  font-size: 55px;
}
.kazokusou-area__body-text {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 60px;
  font-size: 16px;
}
.kazokusou-area__body-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.kazokusou-knowledge {
  margin-bottom: 80px;
}
.kazokusou-knowledge__inner {
  width: 1000px;
  margin: 100px auto 80px;
}
.kazokusou-knowledge__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 60px;
}
.kazokusou-knowledge__title > span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.kazokusou-knowledge__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #57b597;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.kazokusou-knowledge__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 20px;
  padding: 0 30px;
  margin-bottom: 30px;
}
.kazokusou-knowledge__item {
  line-height: 1.4 !important;
  transition: all 0.3s ease;
}
.kazokusou-knowledge__item:hover {
  opacity: 0.8;
}
.kazokusou-knowledge__item:hover::after {
  right: 20px;
}
.kazokusou-knowledge__item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  border: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  flex: 0 0 0;
}
.kazokusou-knowledge__item a {
  border: 2px solid #57b597;
  display: flex;
  align-items: center;
  border-radius: 40px;
  position: relative;
  width: 450px;
  height: 66px;
  padding: 0 50px 0 74px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.kazokusou-knowledge__item a:hover {
  background-color: #57b597;
  color: #fff;
}
.kazokusou-knowledge__item a:hover::after {
  background-color: #fff;
  right: 20px;
}
.kazokusou-knowledge__item a::after {
  content: "";
  display: block;
  position: absolute;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-image: url("../img/area-lp-button-arrow.svg");
  background-color: #57b597;
  transform: rotate(-360deg);
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  transition: background-color 0.3s ease, right 0.3s ease;
}
.kazokusou-knowledge__item a p {
  line-height: 1.4 !important;
}
.kazokusou-knowledge__item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 56px;
  height: 56px;
}
.kazokusou-knowledge__btn {
  background-color: transparent;
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: relative;
  color: #57b597;
  font-weight: bold;
  font-size: 16px;
  padding-top: 25px;
  cursor: pointer;
}
.kazokusou-knowledge__btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  transform: rotate(45deg);
  top: 0;
  width: 10px;
  height: 10px;
}
.kazokusou-knowledge__btn.is-hidden {
  display: none;
}

.kazokusou-flow__inner {
  width: 1000px;
  margin: 60px auto;
}
.kazokusou-flow__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 60px;
}
.kazokusou-flow__title > span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.kazokusou-flow__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #57b597;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.kazokusou-flow__list {
  margin-bottom: 70px;
}
.kazokusou-flow__item {
  background-color: #EAF4F1;
  border-radius: 8px;
}
.kazokusou-flow__item.is-open .is-headline::after {
  transform: rotate(225deg);
}
.kazokusou-flow__item:not(:last-child) {
  margin-bottom: 20px;
}
.kazokusou-flow__item:nth-child(1) .is-headline::before {
  content: "1";
}
.kazokusou-flow__item:nth-child(2) .is-headline::before {
  content: "2";
}
.kazokusou-flow__item:nth-child(3) .is-headline::before {
  content: "3";
}
.kazokusou-flow__item:nth-child(4) .is-headline::before {
  content: "4";
}
.kazokusou-flow__item:nth-child(5) .is-headline::before {
  content: "5";
}
.kazokusou-flow__item:nth-child(6) .is-headline::before {
  content: "6";
}
.kazokusou-flow__item-headline {
  font-weight: bold;
  position: relative;
  font-size: 22px;
  padding: 30px 60px;
  cursor: pointer;
}
.kazokusou-flow__item-headline::before {
  display: block;
  position: absolute;
  font-weight: bold;
  background-color: #62B098;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  left: 12px;
  top: 24px;
  font-size: 26px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.kazokusou-flow__item-headline::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  top: 35px;
  right: 20px;
}
.kazokusou-flow__item-text {
  display: none;
  font-size: 18px;
  padding: 0 60px 30px 60px;
}
.kazokusou-flow__item-text > ol,
.kazokusou-flow__item-text ul {
  font-size: 18px;
  line-height: 1.4;
}
.kazokusou-flow__item-text > ol > li:not(:last-child),
.kazokusou-flow__item-text ul > li:not(:last-child) {
  margin-bottom: 8px;
}

/**
カラーはプランページ毎に動的に出力
custom-enqueue.phpで定義
*/
.plan-page-fv {
  background-image: var(--plan-page-fv-bg-img);
  background-position: top center;
  position: relative;
  max-width: 1920px;
  height: 670px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.plan-page-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}
.plan-page-fv.is-noreligion {
  height: 719px;
}
.plan-page-fv__inner {
  width: 1120px;
  margin: 0 auto;
}
.plan-page-fv__content {
  position: relative;
  width: 440px;
}
.plan-page-fv__content-headline {
  text-align: center;
  color: #fff;
  background-color: var(--plan-page-fv-bg);
  border-radius: 6px 6px 0 0;
  padding: 20px 0;
}
.plan-page-fv__content-headline-label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
}
.plan-page-fv__content-headline-title {
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 44px;
}
.plan-page-fv__content-headline-medal {
  position: absolute;
  top: -60px;
  right: -90px;
}
.plan-page-fv__content-body {
  background-color: #fff;
  padding: 20px;
}
.plan-page-fv__content-body-label {
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 12px;
}
.plan-page-fv__content-body-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  margin-bottom: 10px;
}
.plan-page-fv__content-body-list > dl {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.plan-page-fv__content-body-list > dl dt {
  background-color: var(--plan-page-fv-bg-sub);
  text-align: center;
  border-radius: 20px;
  width: 80px;
  padding: 5px 0;
}
.plan-page-fv__content-body-list > dl dd {
  font-weight: bold;
}
.plan-page-fv__content-body-flow {
  text-align: center;
  margin-bottom: 16px;
}
.plan-page-fv__content-body-price-title {
  line-height: 1;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.plan-page-fv__content-body-price-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.plan-page-fv__content-body-price-title .is-text {
  background-color: #fff;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}
.plan-page-fv__content-body-price-info {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}
.plan-page-fv__content-body-price-info .is-fontsize {
  font-weight: bold;
  font-size: 18px;
}
.plan-page-fv__content-body-price-info .is-bold {
  font-weight: bold;
}
.plan-page-fv__content-body-price-number strong {
  color: #333;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: max-content;
  grid-template-rows: repeat(2, 1fr);
  gap: 0 8px;
}
.plan-page-fv__content-body-price-number .is-number {
  color: #E5404D;
  grid-row: span 2/span 2;
  font-size: 56px;
}
.plan-page-fv__content-body-price-number .is-tax {
  line-height: 1;
  border: 1px solid #DADADA;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 16px;
  padding: 0 10px;
  font-size: 12px;
}
.plan-page-fv__content-body-price-number .is-yen {
  font-weight: bold;
  grid-column-start: 2;
  font-size: 24px;
}
.plan-page-fv__content-body-price-note {
  text-align: center;
  color: var(--plan-page-fv-bg);
  line-height: 1.4;
  font-size: 14px;
  margin-top: 15px;
}
.plan-page-fv__content-footer {
  background-color: #F7F7F7;
  border-radius: 0 0 6px 6px;
  padding: 15px;
}
.plan-page-fv__content-footer small {
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}
.plan-page-fv__content-footer small::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-plan__body-table-figcaption-img1_bg_pc.webp");
  background-position: left top;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
}
.plan-page-fv__content-footer small a {
  color: #3EA482;
  text-decoration: underline;
}

.plan-page-chosen {
  padding: 40px 0;
}
.plan-page-chosen__inner {
  width: 1120px;
  margin: 0 auto;
}
.plan-page-chosen__introduction {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-bottom: 60px;
}
.plan-page-chosen__introduction::before, .plan-page-chosen__introduction::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/plan-page-chosen__introduction_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: 236px;
  height: 236px;
}
.plan-page-chosen__introduction::before {
  top: 70px;
  left: 200px;
}
.plan-page-chosen__introduction::after {
  bottom: 70px;
  right: 200px;
}
.plan-page-chosen__introduction-label {
  line-height: 1.8;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  font-feature-settings: "palt";
  text-align: center;
  color: #277FA2;
  letter-spacing: 0.13em;
  font-size: 32px;
  margin-bottom: 24px;
}
.plan-page-chosen__introduction-text {
  line-height: 2.4;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin-bottom: 24px;
}
.plan-page-chosen__introduction-text::before, .plan-page-chosen__introduction-text::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  top: 10px;
  height: 268px;
}
.plan-page-chosen__introduction-text::before {
  background-image: url("../img/plan-page-chosen__introduction-text1_bg_pc.png");
  left: 80px;
  width: 246px;
}
.plan-page-chosen__introduction-text::after {
  background-image: url("../img/plan-page-chosen__introduction-text2_bg_pc.png");
  right: 10px;
  width: 281px;
}
.plan-page-chosen__introduction-text .is-bold {
  font-weight: bold;
}
.plan-page-chosen__introduction-link {
  background-color: #F4FAF8;
  line-height: 1.6;
  width: 468px;
  margin: 0 auto;
  padding: 12px 24px;
}
.plan-page-chosen__introduction-link-label {
  font-size: 14px;
}
.plan-page-chosen__introduction-link-url a {
  color: #3EA482;
  text-decoration: underline;
  position: relative;
  font-size: 16px;
}
.plan-page-chosen__introduction-link-url a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/plan-page-chosen__introduction-link-url_bg.svg");
  background-position: left top;
  background-size: contain;
  top: 0;
  width: 16px;
  height: 16px;
  right: -20px;
}
.plan-page-chosen__headline {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.plan-page-chosen__headline-title {
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
}
.plan-page-chosen__headline-title .is-color {
  font-weight: bold;
  color: var(--plan-page-chosen-text);
}
.plan-page-chosen__headline-title .is-fontsize {
  font-weight: bold;
  font-size: 24px;
}
.plan-page-chosen__body-list {
  margin-bottom: 10px;
}
.plan-page-chosen__body-list > ul {
  line-height: 1.5;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.plan-page-chosen__body-list > ul li {
  background-color: var(--plan-page-chosen-bg);
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  background-position: top 15px center;
  width: 428px;
  padding: 160px 15px 20px;
  background-size: 240px 134px;
}
.plan-page-chosen__body-list > ul li:nth-child(1) {
  background-image: var(--plan-page-chosen-item-bg-img1);
}
.plan-page-chosen__body-list > ul li:nth-child(2) {
  background-image: var(--plan-page-chosen-item-bg-img2);
}
.plan-page-chosen__body-list > ul li .is-bold {
  font-weight: bold;
}
.plan-page-chosen__footer {
  text-align: center;
}
.plan-page-chosen__footer a {
  color: #3EA482;
  position: relative;
  text-decoration: underline;
  font-size: 16px;
}
.plan-page-chosen__footer a::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57B597;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
  width: 16px;
  height: 16px;
}

.plan-page-toc {
  background-color: var(--plan-page-toc-bg);
  max-width: 1920px;
  margin: 0 auto;
}
.plan-page-toc__inner {
  padding: 40px 0;
}
.plan-page-toc__list > ul {
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 16px;
}
.plan-page-toc__list > ul li {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.plan-page-toc__list > ul li a {
  display: block;
  color: #333;
  position: relative;
  border: 1px solid #CCC;
  padding: 12px 30px 12px 20px;
}
.plan-page-toc__list > ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #57b597;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transform: rotate(90deg);
  right: 15px;
  width: 6px;
  height: 10px;
}

.plan-page-reference {
  background-color: #FFFBF2;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
}
.plan-page-reference__inner {
  width: 960px;
  margin: 0 auto;
}
.plan-page-reference__headline {
  margin-bottom: 40px;
}
.plan-page-reference__headline-title {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 28px;
  margin-bottom: 20px;
}
.plan-page-reference__headline-title::before, .plan-page-reference__headline-title::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.plan-page-reference__headline-title::before {
  right: -15px;
}
.plan-page-reference__headline-title::after {
  left: -15px;
}
.plan-page-reference__headline-catch {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 40px;
}
.plan-page-reference__headline-note {
  border: 2px dashed #E75E69;
  background-image: url("../img/plan-page-reference__headline-note_bg_pc.png");
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  width: 640px;
  margin: 0 auto;
  background-position: left 37px center;
  padding: 30px 20px 30px 95px;
}
.plan-page-reference__headline-note-topic {
  color: #fff;
  font-weight: bold;
  background-color: #E75E69;
  border-radius: 30px;
  text-align: center;
  width: fit-content;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -15px;
  padding: 6px 24px;
}
.plan-page-reference__headline-note-topic::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #E75E69;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 10px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -9px;
}
.plan-page-reference__headline-note-text {
  line-height: 1.5;
  font-size: 14px;
}
.plan-page-reference__headline-note-text .is-bold {
  font-weight: bold;
}
.plan-page-reference__headline-note-text .is-color {
  color: #E75E69;
}
.plan-page-reference__body {
  background-color: #fff;
  border: 1px solid #DADADA;
  border-top: 6px solid var(--plan-page-reference-text);
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 6px;
}
.plan-page-reference__body-wrap {
  padding: 0 80px 15px;
}
.plan-page-reference__body-headline {
  text-align: center;
}
.plan-page-reference__body-headline-title {
  background-color: var(--plan-page-reference-bg);
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0 0 6px 6px;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
}
.plan-page-reference__body-headline-title .is-fontsize {
  font-size: 20px;
}
.plan-page-reference__body-headline-info {
  margin-bottom: 20px;
}
.plan-page-reference__body-headline-info-text {
  font-size: 16px;
  margin-bottom: 12px;
}
.plan-page-reference__body-headline-info-text .is-fontsize {
  font-size: 20px;
}
.plan-page-reference__body-headline-info-text .is-bold {
  font-weight: bold;
}
.plan-page-reference__body-headline-info-tooltip {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
}
.plan-page-reference__body-headline-info-tooltip-trigger {
  display: block;
  color: #3EA482;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-decoration: underline;
}
.plan-page-reference__body-headline-info-tooltip-trigger:hover + .tooltip-content {
  opacity: 1;
  visibility: visible;
}
.plan-page-reference__body-headline-info-tooltip-trigger[aria-expanded=true] + .tooltip-content {
  opacity: 1;
  visibility: visible;
}
.plan-page-reference__body-headline-info-tooltip-trigger::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/c-tooltip-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  top: 2px;
  right: -20px;
  width: 16px;
  height: 16px;
}
.plan-page-reference__body-headline-info-tooltip-content {
  border-radius: 4px;
  background-color: #F4FAF8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  line-height: 1.5;
  text-align: left;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: top;
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
  padding: 12px 16px;
  width: 345px;
  bottom: 30px;
  right: 138px;
}
.plan-page-reference__body-headline-info-tooltip-content::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F4FAF8;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 10px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -8px;
}
.plan-page-reference__body-headline-info-tooltip-content .is-bold {
  font-weight: bold;
}
.plan-page-reference__body-headline-info-warning {
  color: #E5404D;
  font-weight: bold;
  font-size: 14px;
}
.plan-page-reference__body-headline-info-warning p:not(:last-child) {
  margin-bottom: 6px;
}
.plan-page-reference__body-headline-info-warning p .is-mark {
  position: relative;
}
.plan-page-reference__body-headline-info-warning p .is-mark::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/c-surprising-icon.svg");
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 14px;
  height: 14px;
}
.plan-page-reference__body-main {
  width: 800px;
  margin: 0 auto;
}
.plan-page-reference__body-main-layout {
  border-radius: 8px;
  border: 2px solid #57B597;
  background-color: #FFF;
  overflow: hidden;
  margin-bottom: 30px;
}
.plan-page-reference__body-main-headline {
  background-color: #DDF0EA;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
}
.plan-page-reference__body-main-headline-primary {
  line-height: 1;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
}
.plan-page-reference__body-main-headline-primary::before {
  content: "A";
  display: block;
  position: absolute;
  color: #fff;
  background-color: #3EA482;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  text-align: center;
  line-height: 23px;
  width: 24px;
  height: 24px;
}
.plan-page-reference__body-main-headline-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.plan-page-reference__body-main-headline-label {
  color: #262626;
  border: 1px solid #999;
  font-size: 14px;
  padding: 4px;
}
.plan-page-reference__body-main-headline-price-number {
  display: flex;
  align-items: center;
  gap: 5px;
}
.plan-page-reference__body-main-headline-price-number .is-label {
  color: #429277;
  font-size: 18px;
}
.plan-page-reference__body-main-headline-price-number strong {
  color: #333;
}
.plan-page-reference__body-main-headline-price-number .is-number {
  color: #E5404D;
  font-size: 28px;
}
.plan-page-reference__body-main-headline-price-number .is-yen {
  font-weight: normal;
  font-size: 16px;
}
.plan-page-reference__body-main-detail {
  padding: 16px 24px;
}
.plan-page-reference__body-main-detail-label {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
}
.plan-page-reference__body-main-detail-label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #E6E6E6;
}
.plan-page-reference__body-main-detail-label .is-text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
  padding: 0 10px;
}
.plan-page-reference__body-main-detail-wrap {
  position: relative;
  counter-reset: count 0;
  display: flex;
  gap: 40px;
  margin-bottom: 14px;
}
.plan-page-reference__body-main-detail-wrap::before, .plan-page-reference__body-main-detail-wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #57b597;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 18px;
}
.plan-page-reference__body-main-detail-wrap::after {
  transform: rotate(90deg);
}
.plan-page-reference__body-main-detail-content {
  background-color: #F4FAF8;
  border-radius: 8px;
  width: 356px;
  padding: 16px 24px;
}
.plan-page-reference__body-main-detail-content-caption {
  line-height: 1;
  border-bottom: 1px solid #B3B3B3;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.plan-page-reference__body-main-detail-content-caption-secondary {
  position: relative;
  color: #3EA482;
  font-weight: bold;
  padding-left: 20px;
  font-size: 16px;
}
.plan-page-reference__body-main-detail-content-caption-secondary::before {
  content: counter(count);
  counter-increment: count 1;
  display: block;
  position: absolute;
  background-color: #3EA482;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  left: 0;
  top: 1px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  font-size: 12px;
}
.plan-page-reference__body-main-detail-content-caption-number {
  display: flex;
  align-items: baseline;
}
.plan-page-reference__body-main-detail-content-caption-number .is-number {
  font-size: 18px;
}
.plan-page-reference__body-main-detail-content-caption-number .is-yen {
  font-weight: normal;
  font-size: 12px;
}
.plan-page-reference__body-main-detail-content-info {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
.plan-page-reference__body-main-detail-content-info small {
  font-weight: normal;
  font-size: 12px;
}
.plan-page-reference__body-main-detail-content-info small:not(:last-child) {
  display: block;
  margin-bottom: 3px;
}
.plan-page-reference__body-main-detail-content-info dl {
  display: flex;
  justify-content: space-between;
}
.plan-page-reference__body-main-detail-content-info dl dd .is-yen {
  font-weight: normal;
  font-size: 12px;
}
.plan-page-reference__body-main-detail-modal-head {
  color: #fff;
  display: block;
  width: 100%;
  background-color: #57B597;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  padding: 12px 8px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.plan-page-reference__body-main-detail-modal-head:hover {
  opacity: 0.8;
}
.plan-page-reference__body-main-detail-modal-head::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/c-toggle-icon.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  left: 210px;
  width: 16px;
  height: 16px;
}
.plan-page-reference__body-main-detail-modal-dialog {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.plan-page-reference__body-main-detail-modal-dialog:not([data-active=true]) {
  opacity: 0;
}
.plan-page-reference__body-main-detail-modal-dialog:not([data-active=true])::backdrop {
  opacity: 0;
}
.plan-page-reference__body-main-detail-modal-dialog-close {
  border-top: 1px solid #DADADA;
  background-color: #EFEFEF;
  border-radius: 0 0 5px 5px;
  width: 1120px;
  margin: 0 auto;
  padding: 16px 0;
}
.plan-page-reference__body-main-detail-modal-dialog-close button {
  width: fit-content;
  margin: 0 auto;
  color: #3EA482;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.plan-page-reference__body-main-detail-modal-dialog-close button::before, .plan-page-reference__body-main-detail-modal-dialog-close button::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #3EA482;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  left: -30px;
}
.plan-page-reference__body-main-detail-modal-dialog-close button::before {
  transform: rotate(45deg);
}
.plan-page-reference__body-main-detail-modal-dialog-close button::after {
  transform: rotate(-45deg);
}
.plan-page-reference__body-main-detail-modal-content {
  overflow: auto;
  margin-inline: auto;
  margin-block-end: var(--mbe);
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  padding: 60px 20px;
}
.plan-page-reference__body-main-detail-modal-content-inner {
  position: relative;
  background-color: #fff;
  margin: auto;
  border-radius: 5px 5px 0 0;
  max-inline-size: 1120px;
}
.plan-page-reference__body-main-detail-modal-content-headline {
  border-bottom: 2px solid #57B597;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 12px 24px 16px 24px;
}
.plan-page-reference__body-main-detail-modal-content-headline-primary {
  font-size: 18px;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-total {
  display: flex;
  align-items: center;
  gap: 5px;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-total .is-label {
  font-weight: bold;
  border: 1px solid #999;
  padding: 4px;
  font-size: 14px;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-total .is-total {
  color: #737373;
  font-size: 18px;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-total .is-number {
  color: #E5404D;
  display: inline-block;
  line-height: 1;
  font-size: 28px;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-total .is-yen {
  font-size: 12px;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-note {
  text-align: right;
  margin-top: 8px;
  font-size: 12px;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-note .is-layout .is-total {
  color: #737373;
}
.plan-page-reference__body-main-detail-modal-content-headline-price-note .is-layout .is-number {
  color: #595959;
  font-size: 18px;
}
.plan-page-reference__body-main-detail-modal-content-layout {
  counter-reset: count 0;
}
.plan-page-reference__body-main-detail-modal-content-close {
  position: absolute;
  top: -25px;
  right: -25px;
}
.plan-page-reference__body-main-detail-modal-content-close button {
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 50%;
  background-color: #333;
  width: 60px;
  height: 60px;
  font-size: 10px;
  padding-bottom: 5px;
}
.plan-page-reference__body-main-detail-modal-content-close button::before, .plan-page-reference__body-main-detail-modal-content-close button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
  top: 25px;
  width: 30px;
}
.plan-page-reference__body-main-detail-modal-content-close button::before {
  transform: rotate(45deg);
}
.plan-page-reference__body-main-detail-modal-content-close button::after {
  transform: rotate(-45deg);
}
.plan-page-reference__body-main-detail-modal-content-scrollHint {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease;
  width: 100px;
  height: 100px;
}
.plan-page-reference__body-main-detail-modal-content-scrollHint.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.plan-page-reference__body-main-detail-modal-content-caption {
  background-color: #DDF0EA;
  padding: 16px 16px 12px 16px;
  gap: 12px;
}
.plan-page-reference__body-main-detail-modal-content-caption-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.plan-page-reference__body-main-detail-modal-content-caption-secondary {
  font-weight: bold;
  position: relative;
  font-size: 18px;
  padding-left: 26px;
}
.plan-page-reference__body-main-detail-modal-content-caption-secondary::before {
  content: counter(count);
  counter-increment: count 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #57b597;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 20px;
  height: 20px;
}
.plan-page-reference__body-main-detail-modal-content-caption-price {
  font-size: 12px;
}
.plan-page-reference__body-main-detail-modal-content-caption-price .is-layout .is-number1 {
  font-weight: bold;
  color: #E5404D;
  font-size: 20px;
}
.plan-page-reference__body-main-detail-modal-content-caption-price .is-layout .is-number2 {
  color: #595959;
  font-size: 16px;
}
.plan-page-reference__body-main-detail-modal-content-caption-note {
  border-radius: 4px;
  background-color: #F4FAF8;
  padding: 8px 16px;
  margin-top: 13px;
}
.plan-page-reference__body-main-detail-modal-content-caption-note .is-label {
  font-weight: bold;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.plan-page-reference__body-main-detail-modal-content-caption-note .is-label::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/home-plan__body-table-figcaption-img1_bg_pc.webp");
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.plan-page-reference__body-main-detail-modal-content-caption-note .is-text {
  display: block;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 8px;
}
.plan-page-reference__body-main-detail-modal-content-caption-note .is-bold {
  font-weight: bold;
}
.plan-page-reference__body-main-detail-modal-content-area {
  padding: 16px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-item {
  display: flex;
  border-radius: 4px;
  border: 1px solid #DADADA;
  padding: 8px;
  gap: 8px;
  font-size: 12px;
  width: 266px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-box {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-rows: minmax(auto, auto) 1fr auto;
  width: 186px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-icon {
  overflow: hidden;
  border-radius: 50%;
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-bussiki {
  border-radius: 4px;
  background-color: #EBE6D0;
  color: #897627;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 4px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-text {
  line-height: 1.4;
  margin-bottom: 3px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-number {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-number .is-notion {
  color: #897627;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-number .is-layout {
  display: block;
  margin-left: auto;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-number .is-number {
  font-size: 14px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-number .is-yen {
  font-weight: normal;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-note {
  margin-top: 10px;
}
.plan-page-reference__body-main-detail-modal-content-priceCard-note small {
  font-size: 12px;
}
.plan-page-reference__body-main-detail-modal-content-subTitle {
  border-radius: 4px;
  border-left: 4px solid #57B597;
  color: #57B597;
  background-color: #F4FAF8;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.plan-page-reference__body-main-detail-modal-content-subTitle:not(:first-child) {
  margin-top: 20px;
}
.plan-page-reference__body-main-detail-modal-content-label {
  font-weight: bold;
  border-bottom: 1px solid #57B597;
  position: relative;
  font-size: 14px;
  padding: 0 0 8px 15px;
  margin: 15px 0 8px 0;
}
.plan-page-reference__body-main-detail-modal-content-label::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #3EA482;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
}
.plan-page-reference__body-main-detail-modal-content-small {
  color: #E5404D;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 10px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item {
  border-bottom: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 532px;
  font-size: 12px;
  padding: 8px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-name p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-name p .is-fontsize {
  font-weight: bold;
  font-size: 13px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-name p .is-note {
  display: inline-block;
  line-height: 1.4;
  width: 300px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-number {
  position: relative;
  font-size: 14px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-number::before, .plan-page-reference__body-main-detail-modal-content-priceTable-item-number::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #E5404D;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -12px;
  width: 7px;
  height: 1px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-number::after {
  transform: rotate(90deg);
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-note {
  margin-top: 10px;
}
.plan-page-reference__body-main-detail-modal-content-priceTable-item-note small {
  font-size: 12px;
}
.plan-page-reference__body-main-foot-head {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.plan-page-reference__body-main-foot-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.plan-page-reference__body-main-foot-content {
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #447AC2;
  width: 392px;
}
.plan-page-reference__body-main-foot-content-caption {
  background-color: #DAE4F3;
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 16px 24px;
  gap: 4px;
}
.plan-page-reference__body-main-foot-content-caption-secondary {
  line-height: 1;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}
.plan-page-reference__body-main-foot-content-caption-secondary.is-icon1::before, .plan-page-reference__body-main-foot-content-caption-secondary.is-icon2::before {
  display: block;
  position: absolute;
  color: #fff;
  background-color: #2654A6;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  text-align: center;
  line-height: 23px;
  width: 24px;
  height: 24px;
}
.plan-page-reference__body-main-foot-content-caption-secondary.is-icon1::before {
  content: "B";
}
.plan-page-reference__body-main-foot-content-caption-secondary.is-icon2::before {
  content: "C";
}
.plan-page-reference__body-main-foot-content-caption-text {
  font-size: 12px;
}
.plan-page-reference__body-main-foot-content-block {
  padding: 16px 24px;
}
.plan-page-reference__body-main-foot-content-block.is-noreligion {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 111px;
}
.plan-page-reference__body-main-foot-content-price {
  display: flex;
  align-items: center;
  gap: 16px;
}
.plan-page-reference__body-main-foot-content-price-text {
  color: #2654A6;
  font-weight: bold;
  font-size: 14px;
}
.plan-page-reference__body-main-foot-content-price-text.is-noreligion {
  font-size: 18px;
}
.plan-page-reference__body-main-foot-content-price-number .is-number {
  font-weight: bold;
  font-size: 24px;
}
.plan-page-reference__body-main-foot-content-price-number .is-yen {
  font-weight: normal;
  font-size: 12px;
}
.plan-page-reference__body-main-foot-content-accordion {
  margin-top: 20px;
}
.plan-page-reference__body-main-foot-content-accordion-details[open] summary {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.plan-page-reference__body-main-foot-content-accordion-details[open] summary::before {
  transform: rotate(90deg);
}
.plan-page-reference__body-main-foot-content-accordion-details[open] summary::after {
  opacity: 0;
}
.plan-page-reference__body-main-foot-content-accordion-head {
  color: #447AC2;
  border-radius: 4px;
  border: 1px solid #DADADA;
  background-color: #ECF2F9;
  position: relative;
  text-align: left;
  cursor: pointer;
  padding: 8px 16px;
}
.plan-page-reference__body-main-foot-content-accordion-head::before, .plan-page-reference__body-main-foot-content-accordion-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #447AC2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.plan-page-reference__body-main-foot-content-accordion-head::before {
  right: 20px;
  width: 2px;
  height: 10px;
}
.plan-page-reference__body-main-foot-content-accordion-head::after {
  right: 16px;
  width: 10px;
  height: 2px;
}
.plan-page-reference__body-main-foot-content-accordion-detail {
  border: 1px solid #DADADA;
  border-radius: 0 0 4px 4px;
  padding: 8px 16px 16px 16px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list {
  margin-bottom: 10px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl {
  border-bottom: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  padding: 8px 4px;
  font-size: 14px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl dt {
  font-weight: bold;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl dt small {
  display: block;
  font-weight: normal;
  margin-top: 4px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl dd {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl dd .is-label {
  border-radius: 2px;
  background-color: #ECF2F9;
  font-size: 12px;
  padding: 4px 6px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl dd .is-number {
  font-weight: bold;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  min-width: 53px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl dd .is-yen {
  font-weight: normal;
}
.plan-page-reference__body-main-foot-content-accordion-detail-list > dl dd .is-text {
  font-size: 13px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-text {
  line-height: 1.4;
  font-size: 12px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-text p:not(:last-child) {
  margin-bottom: 5px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-link a {
  color: #3EA482;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-top: 10px;
}
.plan-page-reference__body-main-foot-content-accordion-detail-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/plan-page-reference__body-main-foot-content-accordion-detail-link_bg.svg");
  background-repeat: no-repeat;
  right: -20px;
  width: 16px;
  height: 16px;
}
.plan-page-reference__body-main-foot-small {
  display: block;
  text-align: right;
  font-size: 12px;
}
.plan-page-reference__footer {
  background-color: var(--plan-page-reference-bg-foot);
  padding: 16px 80px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.plan-page-reference__footer-total {
  font-weight: bold;
}
.plan-page-reference__footer-total-text {
  display: flex;
  align-items: center;
}
.plan-page-reference__footer-total-text .is-meyasu {
  font-size: 20px;
}
.plan-page-reference__footer-total-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.plan-page-reference__footer-total-box .is-label {
  color: var(--plan-page-reference-text);
  font-size: 18px;
}
.plan-page-reference__footer-total-layout {
  display: flex;
  align-items: baseline;
}
.plan-page-reference__footer-total-layout .is-number {
  font-size: 24px;
  margin-right: 5px;
}
.plan-page-reference__footer-total-layout .is-yen {
  font-size: 16px;
}
.plan-page-reference__footer-modal {
  font-size: 14px;
}
.plan-page-reference__footer-modal-btn {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #3EA482;
  display: block;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.plan-page-reference__footer-modal-btn:hover {
  opacity: 0.7;
}
.plan-page-reference__footer-modal-btn::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/plan-page-reference__footer-link_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  left: -20px;
  width: 16px;
  height: 16px;
}
.plan-page-reference__footer-modal-dialog {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.plan-page-reference__footer-modal-dialog:not([data-active=true]) {
  opacity: 0;
}
.plan-page-reference__footer-modal-dialog:not([data-active=true])::backdrop {
  opacity: 0;
}
.plan-page-reference__footer-modal-dialog-content {
  overflow: auto;
  margin-inline: auto;
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  height: 100dvh;
  display: flex;
  align-items: center;
  padding: 60px 20px;
}
.plan-page-reference__footer-modal-dialog-content-inner {
  position: relative;
  background-color: #fff;
  max-inline-size: 1120px;
  margin: 0 auto;
  padding: 40px;
}
.plan-page-reference__footer-modal-dialog-content-primary {
  margin-bottom: 40px;
}
.plan-page-reference__footer-modal-dialog-content-primary-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.plan-page-reference__footer-modal-dialog-content-primary-price {
  background-image: url("../img/plan-page-reference__footer-modal-dialog-content-primary-price_bg_pc.png");
  background-position: left center;
  width: fit-content;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  gap: 9px;
  padding-left: 60px;
}
.plan-page-reference__footer-modal-dialog-content-primary-price .is-total {
  border: 1px solid #B3B3B3;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 20px;
  padding: 0 8px;
}
.plan-page-reference__footer-modal-dialog-content-primary-price .is-number {
  color: #429277;
  font-weight: bold;
  font-size: 64px;
}
.plan-page-reference__footer-modal-dialog-content-primary-price .is-yen {
  font-size: 24px;
}
.plan-page-reference__footer-modal-dialog-content-primary-reference {
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
}
.plan-page-reference__footer-modal-dialog-content-primary-reference cite {
  font-style: normal;
}
.plan-page-reference__footer-modal-dialog-content-primary-reference .is-color {
  color: #3EA482;
}
.plan-page-reference__footer-modal-dialog-content-main {
  overflow: hidden;
  width: 720px;
  margin: 0 auto;
}
.plan-page-reference__footer-modal-dialog-content-main-secondary {
  background-color: #897627;
  text-align: center;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 12px 0;
}
.plan-page-reference__footer-modal-dialog-content-main-secondary-title {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 10px;
}
.plan-page-reference__footer-modal-dialog-content-main-secondary-text {
  font-size: 18px;
}
.plan-page-reference__footer-modal-dialog-content-main-body {
  background-color: #F6F4EB;
  padding: 24px 40px;
}
.plan-page-reference__footer-modal-dialog-content-main-body-list {
  counter-reset: count 0;
  display: flex;
  justify-content: space-between;
}
.plan-page-reference__footer-modal-dialog-content-main-body-item {
  width: 203px;
}
.plan-page-reference__footer-modal-dialog-content-main-body-label {
  background-color: #fff;
  text-align: center;
  color: #897627;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  margin-bottom: 12px;
  padding: 7px 10px 7px 0;
}
.plan-page-reference__footer-modal-dialog-content-main-body-label::before {
  content: "0" counter(count);
  counter-increment: count 1;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  position: absolute;
  color: #B4A150;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  bottom: 0;
  margin: auto;
  top: -1px;
  right: 50px;
  font-size: 32px;
}
.plan-page-reference__footer-modal-dialog-content-main-body-text {
  line-height: 1.5;
  text-align: center;
}
.plan-page-reference__footer-modal-dialog-content-main-body-text > p {
  font-weight: bold;
  font-size: 20px;
}
.plan-page-reference__footer-modal-dialog-content-main-body-text > small {
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
}
.plan-page-reference__footer-modal-dialog-content-main-body-text .is-color {
  color: #897627;
  font-weight: bold;
}
.plan-page-reference__footer-modal-dialog-content-close {
  position: absolute;
  top: -25px;
  right: -25px;
}
.plan-page-reference__footer-modal-dialog-content-close button {
  color: #fff;
  background-color: #333;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 5px;
  width: 60px;
  height: 60px;
  font-size: 10px;
}
.plan-page-reference__footer-modal-dialog-content-close button::before, .plan-page-reference__footer-modal-dialog-content-close button::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #3EA482;
  margin: auto;
  height: 2px;
  left: 0;
  right: 0;
  top: 25px;
  width: 30px;
}
.plan-page-reference__footer-modal-dialog-content-close button:before {
  transform: rotate(45deg);
}
.plan-page-reference__footer-modal-dialog-content-close button::after {
  transform: rotate(-45deg);
}
.plan-page-reference__other {
  margin-top: 40px;
}
.plan-page-reference__other-headline {
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-bottom: 20px;
}
.plan-page-reference__other-headline::before, .plan-page-reference__other-headline::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/home-fv-cta__catch_bg.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57B597;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 30px;
}
.plan-page-reference__other-headline::before {
  left: -30px;
}
.plan-page-reference__other-headline::after {
  transform: scale(-1, 1);
  right: -30px;
}
.plan-page-reference__other-link-list {
  display: flex;
  gap: 20px;
}
.plan-page-reference__other-link-item {
  font-weight: bold;
  background-color: #fff;
  background-position: left top;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  width: 460px;
  transition: opacity 0.3s ease;
}
.plan-page-reference__other-link-item:hover {
  opacity: 0.8;
}
.plan-page-reference__other-link-item.is-noreligion {
  border: 1px solid #277FA2;
  background-image: url("../img/plan-page-referenceplan-page-reference__other_noreligion_bg_pc.png");
}
.plan-page-reference__other-link-item.is-noreligion .is-label {
  color: #277FA2;
}
.plan-page-reference__other-link-item.is-shukkanshiki {
  border: 1px solid #4984D0;
  background-image: url("../img/plan-page-referenceplan-page-reference__other_shukkanshiki_bg_pc.png");
}
.plan-page-reference__other-link-item.is-shukkanshiki .is-label {
  color: #4984D0;
}
.plan-page-reference__other-link-item.is-ichinichisou {
  border: 1px solid #2E98A8;
  background-image: url("../img/plan-page-referenceplan-page-reference__other_ichinichisou_bg_pc.png");
}
.plan-page-reference__other-link-item.is-ichinichisou .is-label {
  color: #2E98A8;
}
.plan-page-reference__other-link-item a {
  display: block;
  position: relative;
  padding: 20px 30px 20px 220px;
}
.plan-page-reference__other-link-item a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #277FA2;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 8px;
  height: 20px;
}
.plan-page-reference__other-link-item-label {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 10px;
}
.plan-page-reference__other-link-item-text {
  line-height: 1.8;
  font-size: 14px;
}

.cta-plan-page {
  background-color: #57B597;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 52px 0;
}
.cta-plan-page::before, .cta-plan-page::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/ctaMain__inner_bg.webp");
  background-repeat: repeat-x;
  width: 100%;
  left: 0;
  height: 16px;
}
.cta-plan-page::before {
  top: 0;
}
.cta-plan-page::after {
  bottom: 0;
}
.cta-plan-page__inner {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  width: 1120px;
  margin: 0 auto;
  padding: 40px 60px;
}
.cta-plan-page__headline {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.cta-plan-page__headline-title {
  line-height: 1.7;
}
.cta-plan-page__headline-title .is-color {
  color: #57b597;
}
.cta-plan-page__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-plan-page__content-tel {
  line-height: 1;
  background-image: url("../img/cta-plan-page__content-tel_bg_pc.png");
  background-position: left top;
  padding: 16px 16px 16px 100px;
}
.cta-plan-page__content-tel-number {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 8px;
}
.cta-plan-page__content-tel-number a {
  line-height: 1;
  background-image: url("../img/cta-plan-page__content-tel-number_bg_pc.png");
  background-repeat: no-repeat;
  display: block;
  text-align: right;
  background-position: left center;
  color: #E6505C;
  padding-left: 50px;
}
.cta-plan-page__content-tel-text {
  background-color: #F7F7F7;
  color: #8C8C8C;
  text-align: center;
  font-size: 14px;
  padding: 4px 8px;
}
.cta-plan-page__content-qr {
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
  padding: 12px 16px;
}
.cta-plan-page__content-qr::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #DADADA;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.cta-plan-page__content-qr-img {
  width: 56px;
  height: 56px;
}
.cta-plan-page__content-qr-text {
  font-weight: bold;
  width: 102px;
  font-size: 12px;
}
.cta-plan-page__content-request a {
  color: #fff;
  border-radius: 4px;
  background-color: #447AC2;
  box-shadow: 0 8px 0 0 #123A94;
  font-weight: bold;
  background-image: url("../img/cta-plan-page__content-request_bg_pc.png");
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 400px;
  background-position: left 16px center;
  padding: 23px 20px 23px 140px;
  transition: transform 0.3s ease, box-shadow, 0.3s ease;
}
.cta-plan-page__content-request a:hover {
  transform: translateY(8px);
  box-shadow: none;
}
.cta-plan-page__content-request a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 24px;
  height: 24px;
}
.cta-plan-page__content-request a .is-label {
  display: block;
  color: #FFF13B;
  font-size: 16px;
  margin-bottom: 10px;
}
.cta-plan-page__content-request a .is-title {
  font-size: 20px;
}

.plan-page-service {
  background-color: #FFFBF2;
  padding: 100px 0 80px;
}
.plan-page-service__inner {
  width: 960px;
  margin: 0 auto;
}
.plan-page-service__headline {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.plan-page-service__headline-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 28px;
  margin-bottom: 20px;
}
.plan-page-service__headline-title::before, .plan-page-service__headline-title::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.plan-page-service__headline-title::before {
  right: -15px;
}
.plan-page-service__headline-title::after {
  left: -15px;
}
.plan-page-service__headline-catch {
  margin-bottom: 30px;
}
.plan-page-service__headline-warning {
  border-radius: 4px;
  border: 2px dashed #E5404D;
  background-color: #FEF8F9;
  width: 800px;
  margin: 40px auto;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-page-service__headline-warning-label {
  background-image: url("../img/plan-page-service__headline-warning_bg.svg");
  background-position: top center;
  padding-top: 23px;
  font-size: 20px;
  width: 160px;
}
.plan-page-service__headline-warning-text {
  text-align: left;
  line-height: 1.7;
  font-weight: normal;
  font-size: 16px;
  width: 520px;
}
.plan-page-service__headline-warning-text .is-bold {
  font-weight: bold;
  color: #E5404D;
}
.plan-page-service__headline-warning-text a {
  font-weight: bold;
  color: #3EA482;
  text-decoration: underline;
}
.plan-page-service__headline-flow {
  margin: 0 auto;
  width: 640px;
}
.plan-page-service__headline-note {
  color: #E75E69;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
.plan-page-service__body {
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 56px 40px 24px;
}
.plan-page-service__body-wrap {
  position: relative;
}
.plan-page-service__body-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  background-image: radial-gradient(rgba(180, 161, 80, 0.631372549) 20%, transparent 10%);
  background-position: top center;
  z-index: 0;
  left: 9px;
  background-size: 15px 15px;
}
.plan-page-service__body-list {
  counter-reset: count 0;
}
.plan-page-service__body-item {
  position: relative;
  background-position: right top 20px;
  padding: 20px 0 0 44px;
}
.plan-page-service__body-item.is-goirai {
  background-image: url("../img/plan-page-service__body-item_goirai_bg.png");
}
.plan-page-service__body-item.is-omukae_goanchi {
  background-image: url("../img/plan-page-service__body-item_omukae_goanchi_bg.png");
}
.plan-page-service__body-item.is-ouchiawase {
  background-image: url("../img/plan-page-service__body-item_ouchiawase_bg.png");
}
.plan-page-service__body-item.is-gonoukan {
  background-image: url("../img/plan-page-service__body-item_gonoukan_bg.png");
}
.plan-page-service__body-item.is-tsuyashiki {
  background-image: url("../img/plan-page-service__body-item_tsuyashiki_bg.png");
}
.plan-page-service__body-item.is-kokubetsushiki {
  background-image: url("../img/plan-page-service__body-item_kokubetsushiki_bg.png");
}
.plan-page-service__body-item.is-goshukkan_kasou {
  background-image: url("../img/plan-page-service__body-item_goshukkan_kasou_bg.png");
}
.plan-page-service__body-item.is-shonanoka_houyou_oshokuji {
  background-image: url("../img/plan-page-service__body-item_shonanoka_houyou_oshokuji_bg.png");
}
.plan-page-service__body-item.is-afuta_sapooto {
  background-image: url("../img/plan-page-service__body-item_afuta_sapooto_bg.png");
}
.plan-page-service__body-item.is-margin {
  margin-bottom: 50px;
}
.plan-page-service__body-item::before {
  content: counter(count);
  display: block;
  position: absolute;
  counter-increment: count 1;
  border-radius: 50%;
  background-color: #B4A150;
  color: #fff;
  text-align: center;
  z-index: 1;
  left: 0;
  font-weight: bold;
  top: 20px;
  font-size: 18px;
  line-height: 27px;
  width: 28px;
  height: 28px;
}
.plan-page-service__body-item-layout {
  position: relative;
  border-bottom: 1px solid #EBE6D0;
  min-height: 154px;
  padding-bottom: 24px;
  padding-right: 180px;
}
.plan-page-service__body-item-label {
  position: absolute;
  text-align: center;
  background-color: #B4A150;
  color: #fff;
  font-weight: bold;
  width: 200px;
  padding: 8px 0;
  font-size: 16px;
  top: -50px;
  left: -84px;
}
.plan-page-service__body-item-primary {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.plan-page-service__body-item-text {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 10px;
}
.plan-page-service__body-item-text .is-bold {
  font-weight: bold;
}
.plan-page-service__body-item-text .is-color1 {
  color: #E5404D;
}
.plan-page-service__body-item-content .is-content:not(:last-child) {
  margin-bottom: 10px;
}
.plan-page-service__body-item-content-cta {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  background-color: #FFFBF2;
  padding: 12px 8px;
  gap: 16px;
}
.plan-page-service__body-item-content-cta-tel {
  background-image: url("../img/plan-page-service__body-item-content-cta-tel_bg_pc.png");
  background-position: left center;
  padding-left: 57px;
}
.plan-page-service__body-item-content-cta-tel-number {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 5px;
}
.plan-page-service__body-item-content-cta-tel-number a {
  display: block;
  line-height: 1;
  color: #E6505C;
}
.plan-page-service__body-item-content-cta-tel-text {
  border-radius: 4px;
  background-color: #EFEFEF;
  text-align: center;
  color: #737373;
  font-size: 12px;
  padding: 4px;
}
.plan-page-service__body-item-content-cta-qr {
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid #DADADA;
  padding-left: 16px;
}
.plan-page-service__body-item-content-cta-qr-text {
  font-weight: bold;
  font-size: 12px;
}
.plan-page-service__body-item-content-note {
  color: #E5404D;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 16px;
}
.plan-page-service__body-item-content-small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
.plan-page-service__body-item-content-point {
  line-height: 1.4;
  border-radius: 4px;
  background-color: #F6F4EB;
  padding: 16px;
  font-size: 14px;
}
.plan-page-service__body-item-content-point-details-head {
  color: #9D8B3A;
  font-weight: bold;
  position: relative;
  background-image: url("../img/plan-page-service__body-item-content-point-secondary_bg.svg");
  background-position: left center;
  background-size: 14px;
  pointer-events: none;
  font-size: 14px;
  padding-left: 23px;
  margin-bottom: 8px;
}
.plan-page-service__body-item-content-point-details-text {
  line-height: 1.7;
  font-size: 14px;
}
.plan-page-service__body-item-content-point-details-text .is-color1 {
  color: #9D8B3A;
}
.plan-page-service__body-item-content-point-details-text .is-bold {
  font-weight: bold;
}
.plan-page-service__body-item-content-point-details-text a {
  color: #3EA482;
  text-decoration: underline;
}
.plan-page-service__body-item-content-point-details-text > ul {
  line-height: 1.4;
  font-weight: bold;
  margin: 10px 0 10px 5px;
}
.plan-page-service__body-item-content-point-details-text > ul li {
  color: #9D8B3A;
  position: relative;
  padding-left: 10px;
}
.plan-page-service__body-item-content-point-details-text > ul li:not(:last-child) {
  margin-bottom: 5px;
}
.plan-page-service__body-item-content-point-details-text > ul li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #9D8B3A;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 3px;
  height: 3px;
}
.plan-page-service__body-item-content-price {
  background-color: #ECF2F9;
  padding: 16px;
}
.plan-page-service__body-item-content-price-secondary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.plan-page-service__body-item-content-price-secondary .is-label {
  color: #fff;
  background-color: #447AC2;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 4px 8px;
  font-size: 14px;
}
.plan-page-service__body-item-content-price-secondary .is-text {
  color: #447AC2;
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
}
.plan-page-service__body-item-content-price-list {
  width: fit-content;
  font-size: 12px;
}
.plan-page-service__body-item-content-price-list > dl {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.plan-page-service__body-item-content-price-list > dl:not(:last-child) {
  margin-bottom: 7px;
}
.plan-page-service__body-item-content-price-list > dl dt .is-fontsize {
  font-size: 12px;
}
.plan-page-service__body-item-content-price-list > dl dd .is-label {
  background-color: #fff;
  color: #447AC2;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  padding: 4px;
}
.plan-page-service__body-item-content-price-list > dl dd .is-number {
  font-size: 14px;
}
.plan-page-service__body-item-content-price-list > dl dd .is-text {
  font-weight: normal;
}
.plan-page-service__body-item-content-price-list small {
  color: #737373;
}
.plan-page-service__body-item-content-service-caption {
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #57B597;
  font-size: 14px;
  padding-left: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.plan-page-service__body-item-content-service-caption::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-color: #3EA482;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
}
.plan-page-service__body-item-content-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 8px;
}
.plan-page-service__body-item-content-service-item {
  display: flex;
  border-radius: 4px;
  border: 1px solid #DADADA;
  padding: 8px;
  gap: 8px;
  font-size: 12px;
  width: 322px;
}
.plan-page-service__body-item-content-service-item-icon {
  overflow: hidden;
  border-radius: 50%;
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.plan-page-service__body-item-content-service-item-box {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-rows: minmax(auto, auto) 1fr auto;
}
.plan-page-service__body-item-content-service-item-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  width: fit-content;
  color: #3EA482;
}
.plan-page-service__body-item-content-service-item-name a {
  color: inherit;
  position: relative;
  transition: opacity 0.3s ease;
}
.plan-page-service__body-item-content-service-item-name a:hover {
  opacity: 0.8;
}
.plan-page-service__body-item-content-service-item-name a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/plan-page-service__body-item-content-service-item-name_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  right: -15px;
  width: 12px;
  height: 12px;
}
.plan-page-service__body-item-content-service-item-name .is-mark {
  position: relative;
}
.plan-page-service__body-item-content-service-item-name .is-mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #57b597;
  right: 0;
  width: 12px;
  height: 12px;
}
.plan-page-service__body-item-content-service-item-text {
  line-height: 1.4;
  margin-bottom: 3px;
}
.plan-page-service__body-item-content-service-item-number {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  width: fit-content;
  margin-left: auto;
}
.plan-page-service__body-item-content-service-item-number .is-notion {
  color: #897627;
}
.plan-page-service__body-item-content-service-item-number .is-layout {
  display: block;
  margin-left: auto;
}
.plan-page-service__body-item-content-service-item-number .is-number {
  font-size: 14px;
}
.plan-page-service__body-item-content-service-item-number .is-yen {
  font-weight: normal;
}
.plan-page-service__body-item-content-service-item-number::before, .plan-page-service__body-item-content-service-item-number::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #E5404D;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  left: -13px;
  width: 8px;
}
.plan-page-service__body-item-content-service-item-number::after {
  transform: rotate(-90deg);
}
.plan-page-service__body-accordion {
  z-index: 1;
  position: relative;
  width: 880px;
  margin-top: 24px;
  transform: translateX(-44px);
}
.plan-page-service__body-accordion-details[open] summary {
  box-shadow: none;
  border-radius: 4px 4px 0 0;
}
.plan-page-service__body-accordion-head {
  position: relative;
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #999;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  transition: opacity 0.3s ease;
}
.plan-page-service__body-accordion-head:hover {
  opacity: 0.9;
}
.plan-page-service__body-accordion-head::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/c-toggle-icon.svg");
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 24px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.plan-page-service__body-accordion-head .is-label {
  background-color: #fff;
  color: #57b597;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 14px;
}
.plan-page-service__body-accordion-head .is-title {
  font-size: 16px;
}
.plan-page-service__body-accordion-detail {
  border-radius: 0 0 4px 4px;
  border: 1px solid #999;
  background-color: #FFF;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2);
  border-top: none;
  padding: 16px;
}
.plan-page-service__body-accordion-detail-priceCard-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.plan-page-service__body-accordion-detail-priceCard-item {
  display: flex;
  border-radius: 4px;
  border: 1px solid #DADADA;
  padding: 8px;
  gap: 8px;
  font-size: 12px;
  width: 276px;
}
.plan-page-service__body-accordion-detail-priceCard-item-icon {
  overflow: hidden;
  border-radius: 50%;
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.plan-page-service__body-accordion-detail-priceCard-item-box {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-rows: minmax(auto, auto) 1fr auto;
}
.plan-page-service__body-accordion-detail-priceCard-item-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.plan-page-service__body-accordion-detail-priceCard-item-bussiki {
  border-radius: 4px;
  background-color: #EBE6D0;
  color: #897627;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 4px;
}
.plan-page-service__body-accordion-detail-priceCard-item-text {
  line-height: 1.4;
  margin-bottom: 3px;
}
.plan-page-service__body-accordion-detail-priceCard-item-number {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.plan-page-service__body-accordion-detail-priceCard-item-number .is-notion {
  color: #897627;
}
.plan-page-service__body-accordion-detail-priceCard-item-number .is-layout {
  display: block;
  margin-left: auto;
}
.plan-page-service__body-accordion-detail-priceCard-item-number .is-number {
  font-size: 14px;
}
.plan-page-service__body-accordion-detail-priceCard-item-number .is-yen {
  font-weight: normal;
}
.plan-page-movie {
  max-width: 1920px;
  margin: 40px auto 80px;
}
.plan-page-movie__inner {
  border-radius: 8px;
  border: 1px solid #57b597;
  background-color: #F4FAF8;
  width: 1120px;
  margin: 0 auto;
  padding: 36px 80px;
}
.plan-page-movie__headline {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #333;
  text-align: center;
  word-break: auto-phrase;
  font-size: 28px;
  margin-bottom: 20px;
  font-size: 28px;
  margin-bottom: 20px;
}
.plan-page-movie__headline::before, .plan-page-movie__headline::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-page-headline_point_bg.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.plan-page-movie__headline::before {
  right: -15px;
}
.plan-page-movie__headline::after {
  left: -15px;
}
.plan-page-movie__body {
  display: flex;
  gap: 40px;
}
.plan-page-movie__body-content {
  background-color: #fff;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  width: 460px;
}
.plan-page-movie__body-content-button-img {
  position: relative;
  display: block;
}
.plan-page-movie__body-content-button-img::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-image: url("../img/youtube_social_icon_red.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 70px;
  height: 70px;
}
.plan-page-movie__body-content-caption {
  font-weight: bold;
  line-height: 1.8;
  font-size: 18px;
  padding: 16px 24px;
}
.plan-page-movie__body-content-modal {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.plan-page-movie__body-content-modal:not([data-active=true]) {
  opacity: 0;
}
.plan-page-movie__body-content-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.plan-page-movie__body-content-modal-inner {
  overflow: auto;
  margin-inline: auto;
  margin-block-end: var(--mbe);
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  height: 100dvh;
  display: flex;
  align-items: center;
  padding: 60px 20px;
}
.plan-page-movie__body-content-modal-block {
  position: relative;
  margin: 0 auto;
  max-inline-size: 1120px;
}
.plan-page-movie__body-content-modal-area {
  width: 960px;
  margin: 0 auto;
}
.plan-page-movie__body-content-modal-close {
  position: absolute;
  z-index: 1;
  right: -30px;
  top: -30px;
}
.plan-page-movie__body-content-modal-close button {
  position: relative;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.plan-page-movie__body-content-modal-close button::before, .plan-page-movie__body-content-modal-close button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 60%;
  margin: auto;
  background-color: #fff;
  height: 3px;
}
.plan-page-movie__body-content-modal-close button::before {
  rotate: 45deg;
}
.plan-page-movie__body-content-modal-close button::after {
  rotate: -45deg;
}
.plan-page-movie__body-content-modal-item {
  position: relative;
  aspect-ratio: 24/13;
  overflow: hidden;
  border-radius: 10px;
}
.plan-page-movie__body-content-modal-item-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  object-fit: cover;
  margin-bottom: 0;
}
.plan-page-movie__body-content-modal-item-thumbnail::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-image: url("../img/youtube_social_icon_red.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 70px;
  height: 70px;
}
.plan-page-movie__body-content-modal-item-thumbnail.is-active::before {
  content: none;
}
.plan-option {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}
.plan-option__inner {
  width: 100vw;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .plan-option__inner {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .plan-option__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
.plan-option__item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 992px) {
  .plan-option__item {
    width: calc((100% - 40px) / 2);
    max-width: unset;
    min-width: 400px;
    margin: 0;
  }
}
.plan-option__item-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 0.3s !important;
}
.plan-option__item-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.plan-option__item-link:hover .is-img {
  scale: 1.05;
  transition: scale 0.3s;
}
.plan-option__item-img {
  display: block;
  width: 100%;
  height: 172px;
  overflow: hidden;
}
.plan-option__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan-option__item-img img.is-img {
  scale: 1;
  transition: scale 0.3s;
}
.plan-option__item-body {
  padding: 27px 30px 32px;
}
.plan-option__item-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #57b597;
  margin-bottom: 16px;
  font-size: 26px;
}
.plan-option__item-catch {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #57b597;
  margin-bottom: 22px;
  font-size: 18px;
}
.plan-option__item-description-text {
  line-height: 1.5 !important;
  font-size: 16px;
}

.plan-noukanshi {
  margin-bottom: 60px;
}

.plan-noukanshi-fv {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .plan-noukanshi-fv__inner {
    display: flex;
    justify-content: space-between;
    gap: 50px 30px;
  }
}
.plan-noukanshi-fv__headline {
  width: 455px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 992px) {
  .plan-noukanshi-fv__headline {
    margin: unset;
  }
}
.plan-noukanshi-fv__headline-img {
  display: block;
  width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .plan-noukanshi-fv__headline-img {
    margin: unset;
  }
}
.plan-noukanshi-fv__headline-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: unset;
}
.plan-noukanshi-fv__body {
  width: 455px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .plan-noukanshi-fv__body {
    margin: unset;
  }
}
.plan-noukanshi-fv__body-img {
  display: block;
  width: 100%;
}
.plan-noukanshi-fv__body-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: unset;
}

.plan-noukanshi-point {
  padding-bottom: 70px;
}
.plan-noukanshi-point__inner {
  padding: 0 20px;
}
.plan-noukanshi-point__headline {
  margin-bottom: 40px;
}
.plan-noukanshi-point__headline-title {
  position: relative;
  padding-top: 23px;
  margin-bottom: 23px;
}
.plan-noukanshi-point__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57b597;
  width: 50px;
  height: 1px;
}
.plan-noukanshi-point__headline-title-text {
  font-weight: bold;
  text-align: center;
  color: #57b597;
  font-size: 26px;
}
.plan-noukanshi-point__headline-date {
  font-weight: bold;
  text-align: right;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .plan-noukanshi-point__voice-list {
    display: flex;
    justify-content: center;
    gap: 50px 40px;
  }
}
.plan-noukanshi-point__voice-item {
  width: 430px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .plan-noukanshi-point__voice-item {
    margin: unset;
  }
}
.plan-noukanshi-point__voice-item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .plan-noukanshi-point__voice-item:not(:last-of-type) {
    margin-bottom: unset;
  }
}
.plan-noukanshi-point__voice-item-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #57b597;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px dotted #57b597;
  font-size: 24px;
}
.plan-noukanshi-point__voice-item-body {
  display: flex;
  gap: 20px;
}
.plan-noukanshi-point__voice-item-img {
  display: block;
}
.plan-noukanshi-point__voice-item-img.is-width1 {
  width: 70px;
}
.plan-noukanshi-point__voice-item-img.is-width2 {
  width: 155px;
}
.plan-noukanshi-point__voice-item-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: unset;
}
.plan-noukanshi-point__voice-item-content {
  flex: 1;
}
.plan-noukanshi-point__voice-item-content-text {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.plan-noukanshi-point__voice-item-content-info {
  line-height: 1.8;
  text-align: right;
  font-size: 15px;
}

.plan-noukanshi-price {
  padding-bottom: 100px;
}
.plan-noukanshi-price__inner {
  padding: 0 20px;
}
.plan-noukanshi-price__item {
  display: flex;
  gap: 30px;
  border-top: 1px dotted #CCCCCC;
  padding: 50px 15px 0;
}
.plan-noukanshi-price__item:not(:last-of-type) {
  padding-bottom: 50px;
}
.plan-noukanshi-price__item-inner {
  flex: 1;
}
.plan-noukanshi-price__item-headline {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #57b597;
}
.plan-noukanshi-price__item-headline-title {
  font-weight: bold;
  line-height: 1;
  color: #57b597;
  margin-bottom: 20px;
  font-size: 16px;
}
.plan-noukanshi-price__item-headline-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.plan-noukanshi-price__item-headline-catch {
  font-weight: bold;
  line-height: 1;
  color: #57b597;
  margin-bottom: unset;
  font-size: 23px;
}
.plan-noukanshi-price__item-headline-price {
  font-weight: bold;
  line-height: 1;
  color: #57b597;
  font-size: 15px;
}
.plan-noukanshi-price__item-headline-price .is-number {
  font-weight: 500;
  margin-right: 10px;
  font-size: 1.6em;
}
.plan-noukanshi-price__item-body {
  display: flex;
  gap: 30px;
}
.plan-noukanshi-price__item-label-list {
  width: fit-content;
}
.plan-noukanshi-price__item-label-item {
  display: block;
  border-radius: 9999px;
  background-color: #B4A150;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  width: 95px;
  padding: 5px 6px 4px;
  font-size: 12px;
}
.plan-noukanshi-price__item-label-item:not(:last-of-type) {
  margin-bottom: 6px;
}
.plan-noukanshi-price__item-content {
  flex: 1;
}
.plan-noukanshi-price__item-content-item {
  position: relative;
  line-height: 1.4;
  padding-left: 20px;
  font-size: 15px;
}
.plan-noukanshi-price__item-content-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.plan-noukanshi-price__item-content-item .is-number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.plan-noukanshi-price__item-content-description-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.plan-noukanshi-price__item-img {
  width: 300px;
}
.plan-noukanshi-price__item-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: unset;
}

.plan-noukanshi-female__inner {
  padding: 0 20px;
}
.plan-noukanshi-female__headline {
  margin-bottom: 40px;
}
.plan-noukanshi-female__headline-title {
  position: relative;
  padding-top: 23px;
  margin-bottom: 23px;
}
.plan-noukanshi-female__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57b597;
  width: 50px;
  height: 1px;
}
.plan-noukanshi-female__headline-title-text {
  font-weight: bold;
  text-align: center;
  color: #57b597;
  font-size: 26px;
}
.plan-noukanshi-female__headline-description-text {
  line-height: 1.8;
  font-size: 15px;
}

/*------------------------------------------------------------------

元のクラス名は、.section normal .inner .ttl_section など。
_style.scssの5,607行目辺りに書いてある

------------------------------------------------------------------*/
.plan-price {
  padding-bottom: 100px;
}
.plan-price.is-pb-0 {
  padding-bottom: 0;
}
.plan-price.has-pt {
  padding-top: 100px;
}
.plan-price.is-front-page {
  padding-top: 50px;
}
.plan-price__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
}
.plan-price__title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.5 !important;
  color: #57b597;
  padding-top: 23px;
  margin-bottom: 23px;
  font-size: 26px;
}
.plan-price__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  background-color: #4b9c82;
  width: 50px;
}
.plan-price__lead {
  line-height: 1.6 !important;
  margin-bottom: 50px;
  font-size: 17px;
  text-align: center;
}
.plan-price__lead.is-front-page {
  margin-bottom: 30px;
}
.plan-price__subtitle {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
}

/*------------------------------------

元のクラス名は、.list_mainplan
_style.scssの5,607行目辺りに書いてある

------------------------------------*/
.plan-price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.plan-price-list__item {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
.plan-price-list__link {
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  color: #333 !important;
  text-decoration: none !important;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  transition: box-shadow 0.3s, opacity 0.3s !important;
}
.plan-price-list__link:hover {
  box-shadow: 0 0 0 1px #d2d2d2;
  opacity: 0.7;
}
.plan-price-list__link:hover .is-img-hover {
  scale: 1.05;
  transition: scale 0.3s ease;
}
.plan-price-list__img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 240px;
}
.plan-price-list__img-item {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.plan-price-list__img-item.is-img-hover {
  scale: 1;
  transition: scale 0.3s;
}
.plan-price-list__body {
  padding: 20px;
}
.plan-price-list__body-img.is-syasou {
  display: block;
  margin: 0 auto;
  width: 212px;
  height: 50px;
}
.plan-price-list__body-img.is-syasou img {
  height: 100%;
  object-fit: contain;
}
.plan-price-list__body-img img {
  display: block;
  width: 100%;
  height: auto;
}
.plan-price-list__title {
  font-weight: bold;
  text-align: center;
  color: #57b597;
  margin-bottom: 18px;
  font-size: 28px;
}
.plan-price-list__warning {
  font-weight: bold;
  text-align: center;
  color: #BF1412;
  border: 2px solid #BF1412;
  border-radius: 5px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  font-size: 20px;
  padding: 8px 10px;
  margin-bottom: 17px;
}
.plan-price-list__description {
  line-height: 1.6;
  text-align: left;
  margin-bottom: 14px;
  font-size: 16px;
}
.plan-price-list__description.is-center-pc {
  text-align: center !important;
}
.plan-price-list__description.is-warning {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 10px;
}
.plan-price-list__description-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 8px;
}
.plan-price-list__description-box .is-fontsize1 {
  font-weight: bold;
  font-size: 16px;
}
.plan-price-list__description-box .is-fontsize2 {
  font-weight: bold;
  font-size: 14px;
}
.plan-price-list__tag {
  margin-bottom: 15px;
}
.plan-price-list__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.plan-price-list__tag-item {
  display: inline-block;
  border: 1px solid #333333;
  text-align: center;
  line-height: 1;
  padding: 3px 10px;
  font-size: 14px;
}
.plan-price-list__price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-price-list__price-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.plan-price-list__price-icon {
  width: 46px;
  margin-right: 10px;
}
.plan-price-list__price-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.plan-price-list__price-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1 !important;
  font-size: 18px !important;
}
.plan-price-list__price-text .is-emphasis {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  color: #d73e65;
  margin-right: 5px;
}
.plan-price-list__price-caution {
  position: relative;
  display: block;
  height: fit-content;
  padding: 0 15px 3px;
  margin: auto 0;
}
.plan-price-list__price-caution::before, .plan-price-list__price-caution::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 8px;
  border-top: 1px solid #BF1412;
  border-bottom: 1px solid #BF1412;
}
.plan-price-list__price-caution::before {
  left: 0;
  border-left: 1px solid #BF1412;
}
.plan-price-list__price-caution::after {
  right: 0;
  border-right: 1px solid #BF1412;
}
.plan-price-list__price-caution-text {
  text-align: center;
  line-height: 1;
  color: #BF1412;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  z-index: 1;
}
.plan-price-list__price-caution-text::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background-color: #BF1412;
  z-index: -1;
}
.plan-price-list__price-caution-text .is-bold {
  font-weight: bold;
  display: block;
  width: fit-content;
  padding: 0 5px;
  margin: 0 auto 5px;
  background-color: #FFF;
  font-size: 1.3em;
}

/*------------------------------------------------------------------
カードタイプのリスト
------------------------------------------------------------------*/
.plan-price-card-list {
  padding-bottom: 70px;
}
.plan-price-card-list__title {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.plan-price-card-list__title-text {
  position: relative;
  text-align: center;
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px;
  font-size: 32px;
}
.plan-price-card-list__title-text::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #57b597;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -18px;
  height: 20px;
  width: 70px;
}
.plan-price-card-list__body {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}
.plan-price-card-list__body.is-pl-0 {
  padding-left: 0;
}
.plan-price-card-list__body.is-pr-0 {
  padding-right: 0;
}
.plan-price-card-list__figure {
  display: block;
  width: 100%;
}
.plan-price-card-list__table {
  display: table;
  width: 100%;
}
.plan-price-card-list__table-header {
  border-bottom: 1px solid #DADADA;
}
.plan-price-card-list__table-header-headline {
  padding: 8px 0;
  border-right: 1px solid #DADADA;
  background-color: #8C8C8C;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}
.plan-price-card-list__table-header-headline.is-item1 {
  width: 280px;
}
.plan-price-card-list__table-header-headline.is-item2 {
  width: 200px;
}
.plan-price-card-list__table-header-headline.is-item3, .plan-price-card-list__table-header-headline.is-item4 {
  width: 100px;
}
.plan-price-card-list__table-header-headline.is-item5 {
  width: 240px;
}
.plan-price-card-list__table-header-headline.is-item6 {
  width: 120px;
}
.plan-price-card-list__table-body-row {
  border-bottom: 1px solid #DADADA;
}
.plan-price-card-list__table-body-row.is-row1:hover .is-hover {
  background-color: #F6F4EB;
}
.plan-price-card-list__table-body-row.is-row2:hover .is-hover {
  background-color: #F4FAF8;
}
.plan-price-card-list__table-body-row.is-row3:hover .is-hover {
  background-color: #ECF6F8;
}
.plan-price-card-list__table-body-row.is-row4:hover .is-hover {
  background-color: #ECF2F9;
}
.plan-price-card-list__table-body-row.is-row5:hover .is-hover {
  background-color: #F2F8FF;
}
.plan-price-card-list__table-body-headline {
  position: relative;
  border-right: 1px solid #DADADA;
  text-align: center;
  vertical-align: middle;
}
.plan-price-card-list__table-body-headline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
}
.plan-price-card-list__table-body-headline.is-color1 {
  background-color: #F6F4EB;
}
.plan-price-card-list__table-body-headline.is-color1::before {
  background-color: #9D8B3A;
}
.plan-price-card-list__table-body-headline.is-color2 {
  background-color: #F4FAF8;
}
.plan-price-card-list__table-body-headline.is-color2::before {
  background-color: #429277;
}
.plan-price-card-list__table-body-headline.is-color3 {
  background-color: #ECF6F8;
}
.plan-price-card-list__table-body-headline.is-color3::before {
  background-color: #2E98A8;
}
.plan-price-card-list__table-body-headline.is-color4 {
  background-color: #ECF2F9;
}
.plan-price-card-list__table-body-headline.is-color4::before {
  background-color: #4984D0;
}
.plan-price-card-list__table-body-headline.is-color5 {
  background-color: #F2F8FF;
}
.plan-price-card-list__table-body-headline.is-color5::before {
  background-color: #4099FF;
}
.plan-price-card-list__table-body-headline-label {
  display: block;
  width: fit-content;
  padding: 5px 20px 4px;
  margin: 0 auto 10px;
  background-color: #FFFFFF;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.plan-price-card-list__table-body-headline-title {
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 24px;
}
.plan-price-card-list__table-body-headline-title.is-ippansou {
  color: #897627;
}
.plan-price-card-list__table-body-headline-title.is-kazokusou {
  color: #429277;
}
.plan-price-card-list__table-body-headline-title.is-ichinichisou {
  color: #2E98A8;
}
.plan-price-card-list__table-body-headline-title.is-shukkanshiki {
  color: #4984D0;
}
.plan-price-card-list__table-body-headline-title.is-simplePlan {
  color: #4984D0;
}
.plan-price-card-list__table-body-data {
  border-right: 1px solid #DADADA;
  text-align: center;
  vertical-align: middle;
}
.plan-price-card-list__table-body-data-price-text {
  display: grid;
  gap: 2px 6px;
  width: fit-content;
  padding-right: 15px;
  margin-left: auto;
}
.plan-price-card-list__table-body-data-price-text .is-tax {
  grid-column: 2/3;
  grid-row: 1/2;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 2px 3px 3px;
  border: 1px solid #DADADA;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.plan-price-card-list__table-body-data-price-text .is-number {
  grid-column: 1/2;
  grid-row: 1/3;
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 32px;
  font-weight: 500;
  color: #E5404D;
}
.plan-price-card-list__table-body-data-price-text .is-yen {
  grid-column: 2/3;
  grid-row: 2/3;
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.plan-price-card-list__table-body-data-days {
  font-size: 14px;
  font-weight: bold;
}
.plan-price-card-list__table-body-data-attendance {
  font-size: 14px;
  font-weight: bold;
}
.plan-price-card-list__table-body-data-flow img {
  display: block;
  width: 240px;
  height: auto;
  margin: 0 auto;
}
.plan-price-card-list__table-body-data-more-link {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}
.plan-price-card-list__table-body-data-more-link::before, .plan-price-card-list__table-body-data-more-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
.plan-price-card-list__table-body-data-more-link::before {
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #57B597;
}
.plan-price-card-list__table-body-data-more-link::after {
  right: 6.6px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  rotate: -45deg;
}
.plan-price-card-list__table-body-data-more-button {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}
.plan-price-card-list__table-body-data-more-button::before, .plan-price-card-list__table-body-data-more-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
.plan-price-card-list__table-body-data-more-button::before {
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #57B597;
}
.plan-price-card-list__table-body-data-more-button::after {
  right: 6.6px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  rotate: -45deg;
}
.plan-price-card-list__caption {
  background-color: #EFEFEF;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}
.plan-price-card-list__caption .is-img1,
.plan-price-card-list__caption .is-img2 {
  position: relative;
  padding-left: 23px;
}
.plan-price-card-list__caption .is-img1::before,
.plan-price-card-list__caption .is-img2::before {
  position: absolute;
  content: "";
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.plan-price-card-list__caption .is-img1::before {
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("../img/home-plan__body-table-figcaption-img1_bg_pc.webp");
}
.plan-price-card-list__caption .is-img2 {
  text-decoration: underline;
}
.plan-price-card-list__caption .is-img2::before {
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../img/home-plan__body-table-figcaption-img2_bg_pc.webp");
}

.planner-comment__textbox {
  flex: 1;
}
.planner-comment__textbox .has-mt {
  margin-top: 20px !important;
}

.plan-caution-modal {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.plan-caution-modal:not([data-active=true]) {
  opacity: 0;
}
.plan-caution-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.plan-caution-modal__inner {
  overflow: auto;
  margin-inline: auto;
  margin-block-end: var(--mbe);
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  padding: 60px 20px 100px;
}
.plan-caution-modal__inner-block {
  position: relative;
  width: 100%;
  height: 100dvh;
  max-width: 1000px;
  padding: 70px 0 50px;
  margin: auto;
}
.plan-caution-modal__close-button {
  position: relative;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.plan-caution-modal__close-button::before, .plan-caution-modal__close-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 60%;
  margin: auto;
  background-color: #FFFFFF;
  height: 3px;
}
.plan-caution-modal__close-button::before {
  rotate: 45deg;
}
.plan-caution-modal__close-button::after {
  rotate: -45deg;
}
.plan-caution-modal__close-button-container {
  position: absolute;
  top: 45px;
  right: -15px;
}
.plan-caution-modal__close-text {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  cursor: pointer;
}
.plan-caution-modal__close-text-container {
  display: flex;
  padding-bottom: 30px;
}
.plan-caution-modal__body {
  background-color: #FFFFFF;
  padding: 40px;
  margin-bottom: 20px;
}
.plan-caution-modal__body-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
.plan-caution-modal__headline {
  flex: 1;
  min-width: 400px;
}
.plan-caution-modal__headline-title {
  display: block;
  margin: 0 auto;
  background-color: #55AD8F;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 5px 40px;
  margin-bottom: 15px;
  font-size: 24px;
}
.plan-caution-modal__headline-title .is-fontsize {
  font-size: 18px;
}
.plan-caution-modal__headline-lead {
  margin-bottom: 20px;
}
.plan-caution-modal__headline-lead-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
}
.plan-caution-modal__headline-lead-text .is-small {
  font-size: 0.9em;
}
.plan-caution-modal__headline-lead-text .is-large {
  font-size: 1.3em;
}
.plan-caution-modal__headline-lead-text .is-color1 {
  color: #BF1412;
}
.plan-caution-modal__headline-lead-text .has-marker {
  display: inline;
  background: linear-gradient(0deg, #FFFF66 20%, transparent 20%);
}
.plan-caution-modal__include-item {
  margin-bottom: 30px;
}
.plan-caution-modal__include-item-table {
  display: table;
  width: 100%;
  background-color: #FFFFFF;
}
.plan-caution-modal__include-item-table-head {
  background-color: #eef8f4;
}
.plan-caution-modal__include-item-table-header {
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 14px;
}
.plan-caution-modal__include-item-table-header.is-in-table-body {
  color: #55AD8F;
  line-height: 1.5;
  padding: 6px;
}
.plan-caution-modal__include-item-table-header.is-in-table-body .is-number {
  font-size: 1.4em;
  line-height: 1;
}
.plan-caution-modal__include-item-table-data {
  position: relative;
  border: 1px solid #d2d2d2;
  line-height: 1.4;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 6px;
  font-size: 14px;
}
.plan-caution-modal__include-item-table-data .is-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: fit-content;
  height: fit-content;
  margin: auto;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  font-size: 4.5em;
  translate: 0 -6px;
}
.plan-caution-modal__include-item-notion {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 10px;
}
.plan-caution-modal__include-item-notion-text {
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 14px;
  text-align: left;
}
.plan-caution-modal__not-recommend-title {
  background-color: #BF1412;
  padding: 11px 10px 10px;
}
.plan-caution-modal__not-recommend-title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 20px;
}
.plan-caution-modal__not-recommend-description {
  border: 2px solid #BF1412;
  padding: 12px;
}
.plan-caution-modal__not-recommend-description-text {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 15px;
}
.plan-caution-modal__not-recommend-description-text .is-color1 {
  color: #BF1412;
}
.plan-caution-modal__not-recommend-description-text .has-marker {
  display: inline;
  background: linear-gradient(0deg, #FFFF66 20%, transparent 20%);
}
.plan-caution-modal__pretense {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 50px;
  border-top: 2px dashed #B91724;
  border-bottom: 2px dashed #B91724;
}
.plan-caution-modal__pretense-inner {
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 45px;
  margin: 0 auto;
}
.plan-caution-modal__pretense-inner::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  background: url("../img/plan-caution-modal__pretense-icon.svg") no-repeat left center/contain;
  width: 34px;
  height: 32px;
}
.plan-caution-modal__pretense-text {
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #B91724;
  font-size: 18px;
}
.plan-caution-modal__pretense-text .is-large {
  font-size: 1.3em;
}
.plan-caution-modal__content {
  flex: 1;
  min-width: 400px;
}
.plan-caution-modal__avarage-headline {
  margin-bottom: 20px;
}
.plan-caution-modal__avarage-headline-title {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.plan-caution-modal__avarage-headline-title-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #FFFFFF;
  z-index: 1;
  padding: 4px 10px;
  font-size: 16px;
}
.plan-caution-modal__avarage-headline-title::before, .plan-caution-modal__avarage-headline-title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background-color: #57B597;
  z-index: 0;
}
.plan-caution-modal__avarage-headline-title::before {
  top: 8px;
  height: 2px;
}
.plan-caution-modal__avarage-headline-title::after {
  top: 13px;
  height: 2px;
}
.plan-caution-modal__avarage-headline-catch {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #55AD8F;
  font-size: 18px;
}
.plan-caution-modal__avarage-headline-catch .is-number {
  font-size: 2.6em;
}
.plan-caution-modal__avarage-table {
  display: table;
  width: 100%;
  background-color: #FFFFFF;
  table-layout: fixed;
}
.plan-caution-modal__avarage-table-head {
  background-color: #eef8f4;
}
.plan-caution-modal__avarage-table-header {
  border: 1px solid #d2d2d2;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 8px 5px;
  font-size: 13px;
}
.plan-caution-modal__avarage-table-header.is-in-table-body {
  background-color: #F4FAF8;
  color: #2B6954;
  padding: 8px 0;
  font-size: 18px;
}
.plan-caution-modal__avarage-table-header.is-in-table-body .is-small {
  font-weight: normal;
  font-size: 0.7em;
  letter-spacing: 0em;
}
.plan-caution-modal__avarage-table-data {
  position: relative;
  border: 1px solid #d2d2d2;
  text-align: left;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.6;
}
.plan-caution-modal__avarage-table-data.is-center {
  text-align: center;
}
.plan-caution-modal__avarage-table-data .is-number {
  font-size: 1.5em;
}
.plan-caution-modal__link {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  border: 2px solid #B4A150;
  border-radius: 9999px;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #B4A150;
  padding: 18px 40px;
  font-size: 14px;
}
.plan-caution-modal__link:hover {
  background-color: #B4A150;
  color: #FFFFFF;
  transition: background-color 0.3s, color 0.3s !important;
}
.plan-caution-modal__link:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0.3s !important;
}
.plan-caution-modal__link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  border-right: 2px solid #B4A150;
  border-bottom: 2px solid #B4A150;
  rotate: -45deg;
  transition: border-color 0.3s !important;
  right: 15px;
  width: 10px;
  height: 10px;
}
.plan-caution-modal__link-container {
  display: flex;
  margin-bottom: 30px;
}
.plan-caution-modal__link-option {
  display: block;
  margin-bottom: 20px;
}
.plan-caution-modal__link-option-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.plan-caution-modal__notion-text {
  line-height: 1.6;
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .plan-caution-modal__notion-text {
    text-align: center;
  }
}

.breakdown-plan {
  margin-bottom: 70px;
}
.breakdown-plan__headline-title {
  border-top: none;
  border-bottom: none;
  padding: 0;
  font-size: 38px;
}
.breakdown-plan__headline-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
}
.breakdown-plan__headline-flow {
  margin-bottom: 40px;
}
.breakdown-plan__headline-flow-img {
  text-align: center;
  margin-bottom: 15px;
}
.breakdown-plan__headline-flow-main-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.breakdown-plan__headline-flow-main-item {
  background-color: #57b597;
  color: #fff;
  border-radius: 6px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  width: 66px;
  height: 140px;
  padding: 11px 19px;
  font-size: 24px;
  letter-spacing: 3px;
}
.breakdown-plan__body {
  width: 600px;
  margin: 0 auto 80px;
}
.breakdown-plan__body-content {
  background-color: #FFFBF2;
  border-radius: 6px;
  border: 1px solid #57b597;
  overflow: hidden;
}
.breakdown-plan__body-content:not(:last-child) {
  margin-bottom: 17px;
}
.breakdown-plan__body-content:nth-child(1) .is-headline {
  background-image: url("../img/breakdown-plan__body-content-headline1_bg_pc.webp");
}
.breakdown-plan__body-content:nth-child(2) .is-headline {
  background-image: url("../img/breakdown-plan__body-content-headline2_bg_pc.webp");
}
.breakdown-plan__body-content:nth-child(3) .is-headline {
  background-image: url("../img/breakdown-plan__body-content-headline3_bg_pc.webp");
}
.breakdown-plan__body-content:nth-child(4) .is-headline {
  background-image: url("../img/breakdown-plan__body-content-headline4_bg_pc.webp");
}
.breakdown-plan__body-content-headline {
  background-position: left center;
  background-size: contain;
  font-size: 24px;
  transition: opacity 0.3s ease;
}
.breakdown-plan__body-content-headline:hover {
  opacity: 0.8;
}
.breakdown-plan__body-content-headline-btn {
  position: relative;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 0.6px;
  padding: 21px 60px 21px 184px;
}
.breakdown-plan__body-content-headline-btn::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  right: 20px;
}
.breakdown-plan__body-content-headline-btn[aria-expanded=true]::before {
  transform: rotate(270deg);
}
.breakdown-plan__body-content-headline-btn .is-number {
  color: #2B6954;
  font-size: 30px;
  margin-right: 8px;
}
.breakdown-plan__body-content-headline-btn .is-fontsize {
  font-size: 20px;
}
.breakdown-plan__body-content-panel {
  display: grid;
  overflow: hidden;
  transition: grid-template-rows 600ms ease, padding 600ms ease;
  grid-template-rows: 0fr;
}
.breakdown-plan__body-content-panel[data-open=true] {
  grid-template-rows: 1fr;
}
.breakdown-plan__body-content-panel-block {
  overflow: hidden;
}
.breakdown-plan__body-content-label {
  background-color: #57b597;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
}
.breakdown-plan__body-content-label .is-fontsize {
  font-size: 13px;
}
.breakdown-plan__body-content-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 14px;
  padding: 20px;
  font-size: 12px;
}
.breakdown-plan__body-content-item-box {
  border-bottom: 1px solid #CCC;
  width: 270px;
  padding-bottom: 17px;
}
.breakdown-plan__body-content-item-box.is-odd, .breakdown-plan__body-content-item-box.is-even {
  border-bottom: none;
  padding-bottom: 0;
}
.breakdown-plan__body-content-item-box:has(+ .is-odd) {
  border-bottom: none;
  padding-bottom: 0;
}
.breakdown-plan__body-content-item-headline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 13px;
}
.breakdown-plan__body-content-item-headline .is-price {
  color: #E75E69;
  font-size: 17px;
  letter-spacing: 0.7px;
}
.breakdown-plan__body-content-item-data {
  color: #737373;
  line-height: 1.6;
  font-size: 12px;
}
.breakdown-plan__body-content-note {
  background-color: #EFEFEF;
  line-height: 1.5;
  font-size: 10px;
  padding: 10px;
}
.breakdown-plan__foot .is-btn {
  line-height: 1;
  font-size: 18px;
}
.breakdown-plan__foot .is-btn::after {
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
}
.breakdown-plan__modal {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.breakdown-plan__modal:not([data-active=true]) {
  opacity: 0;
}
.breakdown-plan__modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.breakdown-plan__modal-block {
  overflow: auto;
  margin-inline: auto;
  margin-block-end: var(--mbe);
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  padding: 60px 20px;
}
.breakdown-plan__modal-content {
  position: relative;
  background-color: #fff;
  max-inline-size: 940px;
  margin: auto;
}
.breakdown-plan__modal-content-wrap {
  padding: 30px 70px 40px;
}
.breakdown-plan__modal-content-headline {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #57b597;
  font-size: 34px;
  padding: 10px 0;
}
.breakdown-plan__modal-content-info-block {
  margin-bottom: 15px;
}
.breakdown-plan__modal-content-info-headline {
  margin-left: auto;
  margin-right: auto;
  color: #E75E69;
  background-image: url("../img/breakdown-plan__modal-content-info-headline_bg_pc.png");
  background-position: top center;
  text-align: center;
  width: 263px;
  font-size: 28px;
  padding: 4px 0;
  margin-bottom: 25px;
}
.breakdown-plan__modal-content-info-note {
  background-color: #F7F7F7;
  padding: 20px 60px 25px;
  margin-bottom: 30px;
}
.breakdown-plan__modal-content-info-note-label {
  color: #CF1B2A;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.breakdown-plan__modal-content-info-note-text {
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 16px;
}
.breakdown-plan__modal-content-info-catch {
  text-align: center;
  line-height: 1.6;
  border-radius: 8px;
  font-weight: bold;
  background-image: url("../img/breakdown-plan__modal-content-info-catch_bg_pc.png");
  padding-top: 15px;
  font-size: 20px;
  height: 142px;
}
.breakdown-plan__modal-content-info-catch strong {
  color: #2B6954;
  font-size: 28px;
}
.breakdown-plan__modal-content-info-medal.is-header {
  background-color: #F4FAF8;
  background-image: url("../img/breakdown-plan__modal-content-info-medal_bg.svg");
  margin-bottom: 0;
  background-position: top 30px center;
  padding: 56px 0 60px;
}
.breakdown-plan__modal-content-info-medal.is-header .is-wrap {
  width: 800px;
  margin: 0 auto;
}
.breakdown-plan__modal-content-info-medal.is-header .is-img {
  width: 220px;
  min-width: 220px;
  height: 180px;
}
.breakdown-plan__modal-content-info-medal.is-header .is-img img {
  width: inherit;
  height: inherit;
}
.breakdown-plan__modal-content-info-medal-wrap {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.breakdown-plan__modal-content-info-medal-img {
  min-width: 120px;
  width: 120px;
  height: 117px;
}
.breakdown-plan__modal-content-info-medal-img img {
  width: inherit;
  height: inherit;
}
.breakdown-plan__modal-content-info-medal-img-text {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
.breakdown-plan__modal-content-info-medal-text {
  text-align: left;
  line-height: 1.4;
  font-size: 18px;
}
.breakdown-plan__modal-content-info-medal-text .is-fontsize {
  font-weight: bold;
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.breakdown-plan__modal-content-table table {
  width: 100%;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
}
.breakdown-plan__modal-content-table table thead th {
  background-color: #2F6953;
  text-align: center;
  color: #fff;
  padding: 7px 0;
}
.breakdown-plan__modal-content-table table thead th.is-category {
  border-right: 2px solid #fff;
  width: 120px;
}
.breakdown-plan__modal-content-table table thead th.is-item_name {
  border-right: 2px solid #fff;
  width: 200px;
}
.breakdown-plan__modal-content-table table thead th.is-price {
  border-right: 2px solid #fff;
  width: 90px;
}
.breakdown-plan__modal-content-table table thead th.is-quantity {
  border-right: 2px solid #fff;
  width: 60px;
}
.breakdown-plan__modal-content-table table tbody tr {
  border-left: 2px solid #C7CFCD;
  border-right: 2px solid #C7CFCD;
}
.breakdown-plan__modal-content-table table tbody tr.is-headline {
  border-top: 2px solid #C7CFCD;
}
.breakdown-plan__modal-content-table table tbody tr:not(.is-headline) {
  border-top: 2px dashed #C7CFCD;
}
.breakdown-plan__modal-content-table table tbody tr:last-child {
  border-bottom: 2px solid #C7CFCD;
}
.breakdown-plan__modal-content-table table tbody tr:nth-child(2n) {
  background-color: #DDEDE9;
}
.breakdown-plan__modal-content-table table tbody tr:nth-child(2n+1) {
  background-color: #EDF2F1;
}
.breakdown-plan__modal-content-table table tbody th,
.breakdown-plan__modal-content-table table tbody td {
  vertical-align: middle;
  padding: 3px 6px;
}
.breakdown-plan__modal-content-table table tbody th.is-category {
  background-color: #EDF2F1;
  border-right: 2px solid #C7CFCD;
  text-align: left;
}
.breakdown-plan__modal-content-table table tbody td.is-item_name {
  border-right: 2px solid #C7CFCD;
}
.breakdown-plan__modal-content-table table tbody td.is-price {
  color: #E75E69;
  border-right: 2px solid #C7CFCD;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.breakdown-plan__modal-content-table table tbody td.is-quantity {
  border-right: 2px solid #C7CFCD;
  text-align: right;
}
.breakdown-plan__modal-content-download {
  position: relative;
  margin-top: 30px;
}
.breakdown-plan__modal-content-download-small {
  display: block;
  text-align: center;
  background: linear-gradient(90deg, rgb(208, 183, 91) 0%, rgb(169, 141, 47) 100%);
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  width: fit-content;
  top: -10px;
  font-size: 14px;
  padding: 4px 10px;
}
.breakdown-plan__modal-content-download-link {
  margin: 0 auto;
  width: 380px;
}
.breakdown-plan__modal-content-download-link a {
  display: block;
  border-radius: 150px;
  border: 2px solid #B4A150;
  color: #B4A150;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
  line-height: 1.5;
  font-size: 21px;
  padding: 20px 60px 10px 90px;
}
.breakdown-plan__modal-content-download-link a:hover {
  background-color: #B4A150;
  color: #fff;
}
.breakdown-plan__modal-content-download-link a:hover::after {
  background-color: #fff;
}
.breakdown-plan__modal-content-download-link a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/contact-form__mail_icon.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #B4A150;
  transition: background-color 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 60px;
  width: 37px;
  height: 41px;
}
.breakdown-plan__modal-content-close {
  position: absolute;
  top: -25px;
  right: -25px;
}
.breakdown-plan__modal-content-close button {
  color: #fff;
  background-color: #333;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-bottom: 5px;
  font-size: 10px;
}
.breakdown-plan__modal-content-close button::before, .breakdown-plan__modal-content-close button::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  top: 25px;
  width: 30px;
}
.breakdown-plan__modal-content-close button::before {
  transform: rotate(45deg);
}
.breakdown-plan__modal-content-close button::after {
  transform: rotate(-45deg);
}
.breakdown-plan__modal-content-small small {
  font-weight: normal;
  margin-top: 10px;
  font-size: 12px;
  display: block;
  text-align: right;
  line-height: 1.5;
}
.breakdown-plan__modal-close {
  text-align: center;
  margin-top: 30px;
}
.breakdown-plan__modal-close-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

.top-main-lp {
  max-width: 1920px;
  margin: 0 auto 130px;
}
.top-main-lp__wrap {
  background-image: url("../img/top-main-lp_bg_pc.webp");
  background-position: center top;
  background-size: cover;
  height: 840px;
  padding-top: 65px;
}
.top-main-lp__box {
  width: 1030px;
  margin: 0 auto;
}
.top-main-lp__mainImg {
  text-align: right;
  margin-bottom: 40px;
}
.top-main-lp__anyTime {
  text-align: right;
  margin-bottom: 20px;
}
.top-main-lp__shortest {
  text-align: right;
  margin-bottom: 30px;
}
.top-main-lp__transport {
  width: fit-content;
  margin: 0 auto;
}
.top-main-lp__cta {
  background-color: #D63759;
}
.top-main-lp__cta-box {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 17px 130px 17px 0;
}
.top-main-lp__cta-box:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-main-lp__cta_bg_pc.webp");
  background-position: left top;
  width: 198px;
  height: 211px;
  background-size: cover;
  bottom: 0;
  right: -80px;
}
.top-main-lp__cta-box a {
  transition: opacity 0.3s ease;
}
.top-main-lp__cta-box a:hover {
  opacity: 0.8;
}
.top-main-lp__cta-img {
  position: relative;
}
.top-main-lp__cta-img::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/top-main-lp__cta-img-icon.gif");
  background-position: left top;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-size: 64px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
}
.top-main-lp__cta-number {
  line-height: 1 !important;
  font-weight: bold !important;
  position: absolute;
  color: #fff;
  font-size: 60px;
  top: 72px;
  left: 134px;
  letter-spacing: 1px;
}
.top-main-lp__cta-qrCode {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-main-lp__cta-qrCode-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6 !important;
}
.top-main-lp__anchorlink {
  background-color: #f2f2f2;
  padding: 60px 0 90px;
}
.top-main-lp__anchorlink-inner {
  width: 680px;
  margin: 0 auto;
}
.top-main-lp__anchorlink-inner ul {
  display: flex;
  justify-content: space-between;
}
.top-main-lp__anchorlink-inner ul li a {
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: scale 0.3s ease, box-shadow 0.3s ease;
}
.top-main-lp__anchorlink-inner ul li a:hover {
  scale: 1.1;
  box-shadow: 0 0 8px rgb(87, 181, 151);
}
.top-main-lp__cost {
  margin-top: 80px;
  margin-bottom: 100px;
}
.top-main-lp__cost-title {
  text-align: center;
  background-color: #b4a151;
  margin-bottom: 60px;
}
.top-main-lp__cost-catchTitle, .top-main-lp__select-catch {
  font-weight: bold;
  color: #57b597;
  text-align: center;
  font-size: 3.0208333333vw;
  border-bottom: 40px solid #57b597;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.top-main-lp__cost-catchTitle p, .top-main-lp__select-catch p {
  line-height: 1 !important;
}
.top-main-lp__cost-headline {
  text-align: center;
  width: 60vw;
  margin: 0 auto;
}
.top-main-lp__cost-warning {
  margin: 0 auto;
  text-align: center;
  width: 28.6458333333vw;
  margin-bottom: 60px;
}
.top-main-lp__cost-another {
  margin: 0 auto;
  text-align: center;
  width: 34.8958333333vw;
}
.top-main-lp__select {
  margin: 80px 0;
}
.top-main-lp__select-img {
  text-align: center;
  width: 60vw;
  margin: 0 auto 60px;
}
.top-main-lp__select-haste {
  text-align: center;
  margin-bottom: 80px;
}
.top-main-lp__select-area {
  text-align: center;
  margin-bottom: 80px;
}
.top-main-lp__select-map {
  background-image: url("../img/search-area-saijou__body-img.svg");
  background-position: left top;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 41.6666666667vw;
  height: 32.8125vw;
  background-size: 41.6666666667vw;
}
.top-main-lp__select-map-list {
  position: relative;
  font-weight: bold;
  font-size: 0.9375vw;
}
.top-main-lp__select-map-item {
  position: absolute;
}
.top-main-lp__select-map-item a {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 3px 3px 6px 0 rgba(104, 151, 171, 0.6);
  cursor: pointer;
  padding: 20px 24px;
}
.top-main-lp__select-map-item.is-tokyo-area {
  top: 11.9791666667vw;
  left: 11.9791666667vw;
}
.top-main-lp__select-map-item.is-chiba-area {
  top: 16.6666666667vw;
  left: 27.0833333333vw;
}
.top-main-lp__select-map-item.is-kanagawa-area {
  top: 18.75vw;
  left: 9.375vw;
}
.top-main-lp__select-map-item.is-saitama-area {
  top: 5.2083333333vw;
  left: 9.8958333333vw;
}
.top-main-lp__satisfaction {
  margin: 80px 0;
}
.top-main-lp__satisfaction-img {
  text-align: center;
  margin-bottom: 15px;
}
.top-main-lp__satisfaction-small {
  width: fit-content;
  margin: 0 auto;
}
.top-main-lp__satisfaction-small small {
  display: block;
  line-height: 1.8;
}

.crematorium__fv {
  background-image: url("../img/crematorium__fv_pc.png");
  padding: 0 0 36px;
  background-size: cover;
}
.crematorium__fv-mainTitle {
  line-height: 1 !important;
  text-align: center;
  letter-spacing: 0.1em;
  color: #5B4C1F;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 15px 0;
  font-size: 25px;
  margin-bottom: 10px;
}
.crematorium__fv-mainTitle::after, .crematorium__fv-mainTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2px;
  background-color: #5B4C1F;
  margin: auto;
  width: 100px;
}
.crematorium__fv-mainTitle::before {
  left: 50%;
  margin-left: -180px;
}
.crematorium__fv-mainTitle::after {
  right: 50%;
  margin-right: -180px;
}
.crematorium__fv-mainImg {
  text-align: center;
  margin-bottom: 30px;
}
.crematorium__fv-subImg {
  text-align: center;
  margin-bottom: 30px;
}
.crematorium__fv-list {
  display: flex;
  width: 595px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.crematorium__fv-item {
  position: relative;
}
.crematorium__fv-item-link {
  display: block;
  filter: brightness(1);
  translate: 0 0;
  transition: filter 0.3s ease, translate 0.3s ease;
}
.crematorium__fv-item-link:hover {
  filter: brightness(1.1);
  translate: 0 -5px;
}
.crematorium__fv-item-number {
  color: #fff;
  position: absolute;
  width: fit-content;
  font-weight: 500;
  font-size: 40px;
  top: 6px;
  right: 70px;
}
.crematorium__fv-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.crematorium-combined {
  background-color: #F9FBF0;
  padding: 90px 0;
}
.crematorium-combined__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.crematorium-combined__title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6 !important;
  letter-spacing: 3px;
  font-size: 32px;
  margin-bottom: 50px;
}
.crematorium-combined__title .is-green {
  color: #57b597;
  display: block;
  font-size: 48px;
}
.crematorium-combined__title .is-fontsize1 {
  font-size: 32px;
}
.crematorium-combined__title .is-fontsize2 {
  font-size: 40px;
}
.crematorium-combined__comparison {
  margin-bottom: 80px;
}
.crematorium-combined__comparison-headline {
  color: #fff;
  background-color: #57b597;
  text-align: center;
  position: relative;
  font-weight: bold;
  border-radius: 30px;
  width: 240px;
  margin: 0 auto 50px;
  font-size: 26px;
  padding: 8px 40px;
}
.crematorium-combined__comparison-headline::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #57b597;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 12.124355653px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -11px;
}
.crematorium-combined__comparison-banners {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.crematorium-combined__comparison-banners-box:nth-child(1) {
  margin-bottom: 40px;
}
.crematorium-combined__comparison-banners-item {
  text-align: center;
}
.crematorium-combined__comparison-price-headline {
  text-align: center;
  color: #57b597;
  font-weight: bold;
}
.crematorium-combined__comparison-price-area {
  position: relative;
  background-color: #fff;
  border: 2px solid #13956B;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto;
  padding: 70px 70px 40px;
}
.crematorium-combined__comparison-price-area::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/thakuzen-plan-funeral__content-wrap-bg_pc.svg");
  background-position: left top;
  top: -60px;
  width: 106px;
  height: 106px;
  background-size: 106px;
}
.crematorium-combined__comparison-price-subTitle {
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 28px;
  margin-bottom: 40px;
}
.crematorium-combined__comparison-price-block {
  display: flex;
  justify-content: space-between;
}
.crematorium-combined__comparison-price-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/thakuzen-plan-funeral__content-wrap-bg_pc.svg");
  background-position: left top;
  top: -60px;
  width: 106px;
  height: 106px;
  background-size: 106px;
}
.crematorium-combined__comparison-price-shikijo, .crematorium-combined__comparison-price-kasou {
  width: 400px;
}
.crematorium-combined__comparison-price-shikijo-headline, .crematorium-combined__comparison-price-kasou-headline {
  background-color: #57b597;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 32px;
  margin-bottom: 40px;
  padding: 4px 0;
  letter-spacing: 1px;
}
.crematorium-combined__comparison-price-shikijo-headline::after, .crematorium-combined__comparison-price-kasou-headline::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #57b597;
  width: 24px;
  height: 20.7846096908px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -18px;
  padding: 6px 0;
}
.crematorium-combined__comparison-price-shikijo-list, .crematorium-combined__comparison-price-kasou-list {
  text-align: center;
}
.crematorium-combined__comparison-price-shikijo-item .is-number, .crematorium-combined__comparison-price-kasou-item .is-number {
  color: #E75E69;
  font-weight: bold;
  font-size: 49px;
}
.crematorium-combined__comparison-price-shikijo-item .is-fontsize, .crematorium-combined__comparison-price-kasou-item .is-fontsize {
  font-size: 20px;
}
.crematorium-combined__comparison-price-shikijo-item:nth-child(1), .crematorium-combined__comparison-price-kasou-item:nth-child(1) {
  position: relative;
  margin-bottom: 40px;
}
.crematorium-combined__comparison-price-shikijo-item:nth-child(1)::after, .crematorium-combined__comparison-price-kasou-item:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/thakuzen-plan-funeral__content-item_after_bg_pc.svg");
  background-position: left top;
  background-size: contain;
  width: 10px;
  height: 31px;
  bottom: -38px;
}
.crematorium-combined__comparison-price-frame {
  background-color: #FFFFFF;
  padding: 50px 50px 70px;
  border: 1px solid #57b597;
}
.crematorium-combined__comparison-price-frame-headline {
  position: relative;
  padding-top: 80px;
  margin-bottom: 70px;
}
.crematorium-combined__comparison-price-frame-headline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: url("../img/crematorium-combined__comparison-price-frame-headline-icon.svg") no-repeat top center/contain;
  width: 48px;
  height: 58px;
}
.crematorium-combined__comparison-price-frame-headline-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 0.25em;
}
.crematorium-combined__comparison-price-frame-headline-lead-text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
.crematorium-combined__comparison-price-frame-headline-lead-text .is-bold {
  font-weight: bold;
}
.crematorium-combined__comparison-price-frame-main-item:not(:last-of-type) {
  margin-bottom: 50px;
}
.crematorium-combined__comparison-price-frame-main-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #57b597;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 24px;
}
.crematorium-combined__comparison-price-frame-main-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57b597;
  width: 50px;
  height: 2px;
}
.crematorium-combined__comparison-price-frame-main-title.is-color1 {
  color: #A59345;
}
.crematorium-combined__comparison-price-frame-main-title.is-color1::after {
  background-color: #A59345;
}
.crematorium-combined__comparison-price-frame-main-title.is-color2 {
  color: #57b597;
}
.crematorium-combined__comparison-price-frame-main-title.is-color2::after {
  background-color: #57b597;
}
.crematorium-combined__comparison-price-frame-sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
}
.crematorium-combined__comparison-price-frame-sub-item {
  width: 424px;
}
.crematorium-combined__comparison-price-frame-sub-title {
  width: 100%;
  border-radius: 9999px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 6px 15px;
  margin-bottom: 15px;
  font-size: 22px;
}
.crematorium-combined__comparison-price-frame-sub-title.is-color1 {
  background-color: #A59345;
}
.crematorium-combined__comparison-price-frame-sub-title.is-color2 {
  background-color: #57b597;
}
.crematorium-combined__comparison-price-frame-sub-notion {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
}
.crematorium-combined__comparison-price-frame-sub-notion .is-asterisk {
  font-weight: 500;
}
.crematorium-combined__comparison-price-frame-sub-notion .has-mr {
  margin-right: 10px;
}
.crematorium-combined__comparison-price-frame-detail {
  display: flex;
  flex-wrap: wrap;
}
.crematorium-combined__comparison-price-frame-detail-term {
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100px;
  padding: 19px 10px 15px 0;
  border-bottom: 1px dashed #CCCCCC;
  font-size: 17px;
}
.crematorium-combined__comparison-price-frame-detail-term.is-tokyo {
  width: 70px;
}
.crematorium-combined__comparison-price-frame-detail-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
  width: calc(100% - 100px);
  padding: 15px 0;
  border-bottom: 1px dashed #CCCCCC;
}
.crematorium-combined__comparison-price-frame-detail-description.is-tokyo {
  grid-template-columns: 160px 1fr;
  width: calc(100% - 70px);
}
.crematorium-combined__comparison-price-frame-detail-description-text {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  word-break: keep-all;
  white-space: nowrap;
  min-width: 152px;
  font-size: 16px;
}
.crematorium-combined__comparison-price-frame-detail-description-text.is-large {
  width: 170px;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-label {
  display: inline-block;
  text-align: center;
  padding: 3px 5px;
  margin-right: 6px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 16px;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-label.is-color1 {
  background-color: #A59345;
  border-color: #A59345;
  color: #FFFFFF;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-label.is-color2 {
  background-color: #FFFFFF;
  border-color: #A59345;
  color: #A59345;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-label.is-color3 {
  background-color: #377B64;
  border-color: #377B64;
  color: #FFFFFF;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-label.is-color4 {
  background-color: #FFFFFF;
  border-color: #377B64;
  color: #377B64;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-content {
  flex: 1;
  text-align: right;
}
.crematorium-combined__comparison-price-frame-detail-description-text .has-pr-15 {
  padding-right: 15px;
}
.crematorium-combined__comparison-price-frame-detail-description-text .has-negative-margin-right {
  margin-right: -15px;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-number {
  font-size: 1.2em;
  font-weight: 500;
}
.crematorium-combined__comparison-price-frame-detail-description-text .is-small {
  font-size: 0.8em;
  font-weight: 500;
}
.crematorium-combined__comparison-small {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.4;
  width: 1000px;
  margin: 20px auto 0;
}

.crematorium-ittosanken__headline {
  text-align: center;
  font-weight: bold;
  line-height: 1.7 !important;
  letter-spacing: 4px;
  font-size: 34px;
  margin-bottom: 5px;
}
.crematorium-ittosanken__headline .is-green {
  background-color: #57b597;
  color: #fff;
}
.crematorium-ittosanken__catch {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 50px;
}
.crematorium-ittosanken__content {
  margin: 50px 0;
}
.crematorium-ittosanken__content-headline {
  text-align: center;
  font-weight: bold;
  letter-spacing: 6px;
  font-size: 30px;
  margin-bottom: 30px;
}
.crematorium-ittosanken__content-list {
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  font-size: 22px;
}
.crematorium-ittosanken__content-item {
  width: 470px;
}
.crematorium-ittosanken__content-item-link {
  display: block;
  position: relative;
  color: #fff;
  background-image: url("../img/crematorium-ittosanken__link-item_bg_pc.png");
  background-position: left top;
  padding: 23px 36px 23px 16px;
  filter: brightness(1);
  translate: 0 0;
  transition: filter 0.3s ease, translate 0.3s ease;
}
.crematorium-ittosanken__content-item-link:hover {
  filter: brightness(1.1);
  translate: 0 -5px;
}
.crematorium-ittosanken__content-item-link:after {
  background-image: url("../img/area-lp-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 10px;
  height: 18px;
}
.crematorium-ittosanken__content-item .is-fontsize {
  font-size: 32px;
}
.crematorium-ittosanken__content-item .is-layout {
  display: inline-block;
  min-width: 160px;
}

.crematorium-price-indication {
  background-color: #F9FBF0;
  padding: 90px 0;
  margin-bottom: 60px;
}
.crematorium-price-indication__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.crematorium-price-indication__title {
  text-align: center;
  color: #57b597;
  line-height: 1.6 !important;
  font-size: 34px;
  margin-bottom: 120px;
}
.crematorium-price-indication__title .is-fontsize {
  font-weight: bold;
  display: block;
  font-size: 40px;
}
.crematorium-price-indication__price-frame {
  background-color: #FFFFFF;
  padding: 50px;
  border: 1px solid #57b597;
}
.crematorium-price-indication__price-frame-headline {
  position: relative;
  padding-top: 80px;
  margin-bottom: 30px;
}
.crematorium-price-indication__price-frame-headline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: url("../img/crematorium-price-indication__price-frame-headline-icon.svg") no-repeat top center/contain;
  width: 48px;
  height: 58px;
}
.crematorium-price-indication__price-frame-headline-title {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.25em;
}
.crematorium-price-indication__price-frame-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 50px;
  margin-bottom: 40px;
}
.crematorium-price-indication__price-frame-item {
  width: 400px;
}
.crematorium-price-indication__price-frame-item-title {
  display: block;
  width: 100%;
  background-color: #57b597;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 8px 20px;
  margin-bottom: 20px;
  font-size: 26px;
}
.crematorium-price-indication__price-frame-item-content {
  width: 100%;
}
.crematorium-price-indication__price-frame-item-content-text {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.crematorium-price-indication__price-frame-item-content-text .is-bold {
  font-weight: bold;
}
.crematorium-price-indication__price-frame-item-content-text .is-large {
  font-size: 1.4em;
}
.crematorium-price-indication__price-frame-item-content-text .is-color1 {
  color: #E75E69;
}
.crematorium-price-indication__price-frame-item-content-text .is-number {
  font-size: 1.1em;
  margin-right: 8px;
}
.crematorium-price-indication__price-frame-notion small {
  line-height: 1.6;
}

.recruitment {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.recruitment-fv {
  position: relative;
  margin: 0 0 120px;
}
@media screen and (min-width: 992px) {
  .recruitment-fv {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1) 120px;
  }
}
.recruitment-fv__inner {
  width: 100%;
  height: 100%;
  padding: 0 20px 50px;
}
.recruitment-fv__header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(100vw - 15px);
  padding: 20px;
  margin: 0 -20px 100px;
}
@media screen and (min-width: 992px) {
  .recruitment-fv__header {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1) 100px;
  }
}
.recruitment-fv__header-line {
  display: block;
  border-bottom: dashed #119DD9;
  width: 200px;
  height: 2px;
  border-bottom-width: 2px;
}
.recruitment-fv__header-text {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #119DD9;
  font-size: 20px;
  padding: 0 25px;
}
.recruitment-fv__title {
  text-align: center;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  font-size: 38px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.recruitment-fv__title-strong {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin: 30px 0;
  font-size: 64px;
}
.recruitment-fv__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.recruitment-fv__catch {
  width: 630px;
  margin: 0 auto 30px;
}
.recruitment-fv__catch-block {
  display: block;
  width: fit-content;
  background-color: #FFFFFF;
  font-weight: bold;
  line-height: 1 !important;
  color: #57b597;
}
.recruitment-fv__catch-block:nth-of-type(2n+1) {
  margin-right: auto;
  font-size: 42px;
  padding: 15px 5px;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 80%);
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.recruitment-fv__catch-block:nth-of-type(2n) {
  margin-left: auto;
  letter-spacing: 0.1em;
  font-size: 32px;
  padding: 15px 30px;
  clip-path: polygon(0 0, 100% 15%, 100% 90%, 1% 100%);
}
.recruitment-fv__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .recruitment-fv__container {
    justify-content: space-between;
  }
}
.recruitment-fv__comment {
  width: 300px;
}
.recruitment-fv__comment-img {
  width: 100%;
}
.recruitment-fv__comment-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-fv__movie {
  overflow: hidden;
  width: 430px;
  height: 244px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .recruitment-fv__movie {
    flex: 1;
  }
}
.recruitment-fv__movie-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.recruitment-fv__staff {
  width: 350px;
}
@media screen and (min-width: 1200px) {
  .recruitment-fv__staff {
    width: 250px;
    margin-top: -100px;
  }
}
.recruitment-fv__staff-img {
  width: 100%;
}
.recruitment-fv__staff-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.recruitment-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitment-sns {
  padding: 30px 0 70px;
}
@media screen and (min-width: 992px) {
  .recruitment-sns {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-sns__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-sns__headline-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6 !important;
  color: #57b597;
  font-size: 42px;
  margin-bottom: 40px;
}
.recruitment-sns__headline-img {
  width: 500px;
  margin: 0 auto 50px;
}
.recruitment-sns__headline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-sns__buttons {
  margin-bottom: 80px;
}
.recruitment-sns__buttons-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}
.recruitment-sns__buttons-item {
  width: calc((100% - 30px) / 3);
  max-width: 220px;
}
.recruitment-sns__buttons-link {
  display: block;
}
.recruitment-sns__buttons-link img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-sns__media {
  background-color: #faf7f2;
  width: calc(100vw - 15px);
  padding: 70px 0;
  margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1) 100px;
}
.recruitment-sns__media-lead {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.recruitment-sns__media-lead-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.6 !important;
  color: #57b597;
  font-size: 42px;
}
.recruitment-sns__media-slider {
  overflow: hidden;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.recruitment-sns__media-slider::before, .recruitment-sns__media-slider::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  width: 100px;
  height: 100%;
  z-index: 1;
}
.recruitment-sns__media-slider::before {
  left: 0;
  background: linear-gradient(90deg, #faf7f2 0, transparent 70px);
}
.recruitment-sns__media-slider::after {
  right: 0;
  background: linear-gradient(-90deg, #faf7f2 0, transparent 70px);
}
.recruitment-sns__media-list {
  display: flex;
}
.recruitment-sns__media-list.swiper-wrapper {
  z-index: 0;
  transition-timing-function: linear;
}
.recruitment-sns__media-item {
  display: block;
  overflow: hidden;
  width: 120px;
  margin: 0 10px;
}
.recruitment-sns__media-item.swiper-slide {
  width: 120px;
}
.recruitment-sns__media-item img {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  object-fit: cover;
  height: 120px;
  margin-bottom: 10px;
}
.recruitment-sns__media-name {
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 12px;
}
.recruitment-sns__banner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.recruitment-sns__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-sns__post-link {
  position: relative;
  display: block;
  background-color: #57b597;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  box-shadow: 0 5px 0 0 #D5DFDE;
  width: 400px;
  padding: 35px 40px;
  margin: 0 auto 30px;
  border-radius: 55px;
  font-size: 20px;
}
.recruitment-sns__post-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url("../img/icon_external-link-white.svg") no-repeat center center/contain;
  top: -2px;
  right: 40px;
  width: 20px;
  background-size: 20px 20px;
}
.recruitment-sns__post-link::after img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-sns__post-notion {
  text-align: center;
}

.recruitment-guarantee {
  position: relative;
  background-color: #F6F3F9;
  background-image: url("../img/recruitment-guarantee_bg_pc.webp");
  z-index: 0;
  background-position: center center;
  padding: 100px 0;
  background-size: 1000px;
}
@media screen and (min-width: 992px) {
  .recruitment-guarantee {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-guarantee__inner {
  width: 100%;
  padding: 0 20px;
}
.recruitment-guarantee__headline {
  margin-bottom: 50px;
}
.recruitment-guarantee__headline-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #57b597;
  font-size: 42px;
}
.recruitment-guarantee__banner {
  width: 450px;
  margin: 0 auto 15px;
}
.recruitment-guarantee__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-guarantee__caution {
  text-align: center;
  margin-bottom: 70px;
  font-size: 14px;
}
.recruitment-guarantee__lead {
  line-height: 1.6;
  margin-bottom: 50px;
}
.recruitment-guarantee__lead-text {
  font-family: "Noto Serif", serif;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 22px;
  line-height: 3 !important;
}
.recruitment-guarantee__lead-text.is-large {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.5 !important;
  letter-spacing: 0.35em;
}
.recruitment-guarantee__lead-text.is-small {
  margin-bottom: -5px;
  font-size: 18px;
  line-height: 1.2 !important;
}
.recruitment-guarantee__others-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}
.recruitment-guarantee__others-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.recruitment-guarantee__others-item {
  width: calc((100% - 150px) / 4);
  max-width: 150px;
}
.recruitment-guarantee__others-img {
  width: 100%;
  margin: 0 auto 10px;
}
.recruitment-guarantee__others-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-guarantee__others-name {
  text-align: center;
  font-size: 16px;
}
.recruitment-guarantee__bg {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  padding-top: 50px;
  margin: auto;
}
.recruitment-guarantee__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.recruitment-topic-entry {
  background-color: #FFFFFF;
}
.recruitment-topic-entry__title {
  position: relative;
  display: block;
  font-weight: bold;
  color: #D63759;
}
.recruitment-topic-entry__title::before, .recruitment-topic-entry__title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #D63759;
  width: 2.5px;
  height: 25px;
}
.recruitment-topic-entry__title::before {
  rotate: -15deg;
}
.recruitment-topic-entry__title::after {
  rotate: 15deg;
}
.recruitment-topic-entry__lead {
  font-weight: bold;
  text-align: center;
}
.recruitment-topic-entry__button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 0 0 #D5DFDE;
  max-width: 400px;
  padding: 15px;
  margin: 0 auto 50px;
}
.recruitment-topic-entry__button:last-of-type {
  margin-bottom: 0;
}
.recruitment-topic-entry__button-icon {
  width: 35px;
  height: 30px;
}
.recruitment-topic-entry__button-icon.is-wide {
  width: 25px;
  height: 20px;
}
.recruitment-topic-entry__button-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recruitment-topic-entry__button-text {
  display: block;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
}
.recruitment-topic-entry__button.is-color1 {
  background-color: #57b597;
}
.recruitment-topic-entry__button.is-color2 {
  background-color: #D63759;
}

@media screen and (min-width: 992px) {
  .recruitment-business {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-business__inner {
  width: 100%;
  background-color: rgba(158, 199, 243, 0.2);
  padding: 100px 20px;
}
.recruitment-business__headline {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.recruitment-business__headline-title {
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto;
}
.recruitment-business__headline-title-en {
  font-weight: 900;
  line-height: 1 !important;
  color: rgba(87, 181, 151, 0.2);
  font-size: 80px;
  letter-spacing: 0.1em;
}
.recruitment-business__headline-title-ja {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.25em;
}
.recruitment-business__intro {
  max-width: 1000px;
  margin: 0 auto 100px;
}
.recruitment-business__intro-description {
  max-width: 650px;
  margin: 0 auto 50px;
}
.recruitment-business__intro-description-text {
  line-height: 1.75 !important;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 18px;
}
.recruitment-business__intro-description-text-strong {
  font-weight: bold;
}
.recruitment-business__intro-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.recruitment-business__intro-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-business__lead {
  margin-bottom: 50px;
}
.recruitment-business__lead-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #57b597;
  font-size: 42px;
  line-height: 1.4 !important;
}
.recruitment-business__lead-text .is-small {
  font-size: 0.6em;
}
.recruitment-business__lead-text .is-black {
  color: #000000;
}
.recruitment-business__lead-text .is-border {
  border-bottom: 1px solid #000000;
}
.recruitment-business__voice {
  display: block;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(210, 210, 210, 0.6) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(210, 210, 210, 0.6) calc(100% - 1px));
  background-repeat: repeat;
  background-position: top center;
  background-size: 20px 20px;
  width: 100%;
  padding: 30px 40px;
  margin: 0 auto 70px;
  border: 1px solid #d2d2d2;
}
@media screen and (min-width: 992px) {
  .recruitment-business__voice {
    padding: 40px 60px;
  }
}
.recruitment-business__voice img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-business__movie-lead {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.recruitment-business__movie-lead-text {
  letter-spacing: unset;
  white-space: nowrap;
}
.recruitment-business__movie-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (min-width: 1200px) {
  .recruitment-business__movie-box {
    align-items: flex-start;
  }
}
.recruitment-business__movie-video {
  flex: 1;
  max-width: 500px;
  margin: 0 auto;
}
.recruitment-business__movie-video-item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.recruitment-business__movie-img-sp img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-business__movie-img-pc {
  height: auto;
}
.recruitment-business__movie-img-pc:first-of-type {
  width: 20%;
  max-width: 210px;
}
@media screen and (min-width: 1200px) {
  .recruitment-business__movie-img-pc:first-of-type {
    margin-top: -100px;
  }
}
.recruitment-business__movie-img-pc:last-of-type {
  width: 20%;
  max-width: 190px;
}
@media screen and (min-width: 1200px) {
  .recruitment-business__movie-img-pc:last-of-type {
    margin-top: -70px;
  }
}
.recruitment-business__movie-img-pc img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-business__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.recruitment-business__flow {
  width: 100%;
  margin-bottom: 70px;
}
.recruitment-business__flow img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.recruitment-business__mind-map {
  width: 100%;
  max-width: 630px;
  padding-top: 20px;
  margin: 0 auto 70px;
}
.recruitment-business__mind-map img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-business__comment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.recruitment-business__comment-item {
  display: flex;
  background-color: #FFFFFF;
  border: 1px solid #57b597;
  gap: 20px;
  width: calc((100% - 50px) / 2);
  padding: 15px 20px;
  border-radius: 10px;
}
.recruitment-business__comment-item:nth-of-type(2n + 1) {
  flex-direction: row;
}
.recruitment-business__comment-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.recruitment-business__comment-avatar-img {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
}
.recruitment-business__comment-avatar-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-business__comment-avatar-text {
  font-weight: bold;
  text-align: center;
  color: #57b597;
  line-height: 1.2 !important;
  width: 100px;
  font-size: 10px;
}
.recruitment-business__comment-avatar-position {
  display: inline-block;
  margin-bottom: 5px;
}
.recruitment-business__comment-content {
  height: fit-content;
  margin: auto 0;
}
.recruitment-business__comment-content-text {
  text-align: justify;
  line-height: 1.6;
  font-size: 14px;
}
.recruitment-business__footer {
  width: 100%;
}
.recruitment-business__footer-inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-business__president {
  background: url("../img/recruitment-business__president-bg-img-pc.webp") no-repeat center center/cover;
  overflow: hidden;
  padding: 100px 0;
}
.recruitment-business__president-inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-business__president-lead {
  margin-bottom: 50px;
}
.recruitment-business__president-lead-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 28px;
}
.recruitment-business__president-lead .is-color1 {
  color: #57b597;
}
.recruitment-business__president-description {
  margin-bottom: 70px;
}
.recruitment-business__president-description-text {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
.recruitment-business__president-description-text:last-of-type {
  margin-bottom: 0;
}
.recruitment-business__president-description-text .is-dashed {
  position: relative;
  display: inline-block;
  height: 1.3px;
  background-color: #000000;
  bottom: 6px;
  width: 30px;
  margin-left: 3px;
}
.recruitment-business__president-signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.recruitment-business__president-signature-title {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.recruitment-business__president-signature-img {
  width: 200px;
}
.recruitment-business__president-signature-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-business__support {
  background-color: #57b597;
  padding: 100px 0;
  margin: 0 0 100px;
}
.recruitment-business__support-lead {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 70px;
}
.recruitment-business__support-lead-text {
  display: inline;
  font-weight: bold;
  line-height: 2 !important;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 18px;
}
.recruitment-business__support-lead-text.has-underline {
  border-bottom: 1px solid #FFFFFF;
}
.recruitment-business__support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-business__support-item {
  width: calc((100% - 50px) / 2);
  min-width: 400px;
}
.recruitment-business__support-item.has-border-top {
  border-top: 1px solid #FFFFFF;
  padding-top: 40px;
  width: 100%;
  min-width: unset;
}
.recruitment-business__support-text {
  border-radius: 12px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 2 !important;
}
.recruitment-business__support-text.is-color1 {
  position: relative;
  background-color: #FFFFFF;
  color: #57b597;
  padding: 15px 12px 15px 44px;
}
.recruitment-business__support-text.is-color1::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icon-pencil-green.svg") no-repeat center center/contain;
  top: 15px;
  left: 15px;
  width: 37px;
  height: 37px;
}
.recruitment-business__support-text.is-color2 {
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}
.recruitment-business__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: 100px auto;
}
.recruitment-business__card {
  position: relative;
  border: 1px solid #57b597;
  border-radius: 12px;
  width: calc((100% - 70px) / 2);
  min-width: 400px;
  padding: 20px 30px;
  margin-right: 10px;
}
.recruitment-business__card-label {
  position: absolute;
  top: 3px;
  left: 15px;
}
.recruitment-business__card-label-name {
  display: flex;
  align-items: center;
  rotate: 90deg;
  transform-origin: left;
  color: #d2d2d2;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.recruitment-business__card-label-name::before {
  content: "";
  display: inline-block;
  background-color: #d2d2d2;
  width: 100px;
  height: 1px;
  margin-right: 10px;
}
.recruitment-business__card-inner {
  padding-left: 25px;
}
.recruitment-business__card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.recruitment-business__card-head-catch {
  font-weight: bold;
  line-height: 2 !important;
  letter-spacing: 0.1em;
  color: #57b597;
  margin-bottom: 10px;
  font-size: 20px;
}
.recruitment-business__card-head-name {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #57b597;
  font-size: 12px;
}
.recruitment-business__card-head-name-position {
  margin-right: 15px;
}
.recruitment-business__card-head-photo {
  width: 220px;
  margin-right: -40px;
}
.recruitment-business__card-head-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-business__card-description {
  line-height: 2 !important;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.recruitment-person {
  background-color: rgba(255, 228, 190, 0.1);
  padding: 100px 0;
}
@media screen and (min-width: 992px) {
  .recruitment-person {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-person__inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-person__headline {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.recruitment-person__headline-title {
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto;
}
.recruitment-person__headline-title-en {
  font-weight: 900;
  line-height: 1 !important;
  color: rgba(87, 181, 151, 0.2);
  font-size: 80px;
  letter-spacing: 0.1em;
}
.recruitment-person__headline-title-ja {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.25em;
}
.recruitment-person__intro {
  margin-bottom: 50px;
}
.recruitment-person__lead-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #57b597;
  font-size: 42px;
  line-height: 1.4 !important;
}
.recruitment-person__catch-text {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 20px;
}
.recruitment-person__feature {
  margin-bottom: 70px;
}
.recruitment-person__feature-title {
  width: 100%;
  margin-bottom: 70px;
}
.recruitment-person__feature-title img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-person__feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 50px;
}
.recruitment-person__feature-list-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: calc((100% - 50px) / 2);
  min-width: 440px;
}
.recruitment-person__feature-list-item:nth-of-type(2n + 1) {
  flex-direction: row;
}
.recruitment-person__feature-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.recruitment-person__feature-list-img {
  position: relative;
  width: calc(50% - 10px);
  max-height: 310px;
}
.recruitment-person__feature-list-img:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  background-color: #57b597;
  z-index: -1;
  width: calc(100% - 40px);
  height: 220px;
  clip-path: polygon(0 0, 50px 0, 100% 100%, 0 100%);
}
.recruitment-person__feature-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-left: 20px;
  padding-bottom: 20px;
}
.recruitment-person__feature-list-img.is-reverse::before {
  left: unset;
  right: 0;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
}
.recruitment-person__feature-list-img.is-reverse img {
  padding-left: unset;
  padding-right: 20px;
}
.recruitment-person__feature-list-content {
  width: calc(50% - 10px);
}
.recruitment-person__feature-list-head {
  display: flex;
  margin-bottom: 15px;
}
.recruitment-person__feature-list-number {
  display: block;
  font-weight: bold;
  line-height: 1.2 !important;
  letter-spacing: -0.07em;
  color: rgba(210, 210, 210, 0.6);
  margin-right: 10px;
  font-size: 50px;
}
.recruitment-person__feature-list-title {
  font-weight: bold;
  color: #57b597;
  letter-spacing: -0.05em;
  font-size: 24px;
}
.recruitment-person__feature-list-description-text {
  display: inline;
  border-bottom: 1px solid #57b597;
  line-height: 2.4 !important;
  padding-bottom: 10px;
  font-size: 14px;
}
.recruitment-person__experience-lead {
  margin-bottom: 50px;
}
.recruitment-person__experience-lead-text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7 !important;
  color: #57b597;
  text-align: center;
  font-size: 20px;
}
.recruitment-person__experience-card {
  border: 3px solid #F1F1F1;
  border-radius: 12px;
  background-color: #FFFFFF;
  position: relative;
  padding: 30px 50px 50px;
  z-index: 1;
}
.recruitment-person__experience-card-catch {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.recruitment-person__experience-card-title {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #57b597;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 20px;
}
.recruitment-person__experience-card-title::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background-color: #57b597;
  z-index: -1;
}
.recruitment-person__experience-card-title span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #FFFFFF;
  line-height: 1 !important;
  padding: 5px 15px;
}
.recruitment-person__experience-card-body {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.recruitment-person__experience-card-img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .recruitment-person__experience-card-img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    z-index: -1;
  }
}
.recruitment-person__experience-card-img img {
  display: block;
  height: auto;
  object-fit: contain;
}
.recruitment-person__experience-card-img img:nth-of-type(1) {
  width: 60%;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .recruitment-person__experience-card-img img:nth-of-type(1) {
    width: 160px;
    margin: unset;
  }
}
.recruitment-person__experience-card-img img:nth-of-type(2) {
  width: 80%;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .recruitment-person__experience-card-img img:nth-of-type(2) {
    width: 300px;
    margin: unset;
  }
}
.recruitment-person__experience-list {
  margin-right: 30px;
}
.recruitment-person__experience-list:last-of-type {
  margin-right: 0;
}
.recruitment-person__experience-item {
  word-break: keep-all;
  margin-bottom: 15px;
  font-size: 16px;
}
.recruitment-person__experience-item:last-of-type {
  margin-bottom: 0;
}

.recruitment-company {
  background-color: #F9FBF0;
  padding: 100px 0;
}
@media screen and (min-width: 992px) {
  .recruitment-company {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-company__inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-company__headline {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.recruitment-company__headline-title {
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto;
}
.recruitment-company__headline-title-en {
  font-weight: 900;
  line-height: 1 !important;
  color: rgba(87, 181, 151, 0.2);
  font-size: 80px;
  letter-spacing: 0.1em;
}
.recruitment-company__headline-title-ja {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.25em;
}
.recruitment-company__intro {
  margin-bottom: 70px;
}
.recruitment-company__lead {
  margin-bottom: 50px;
}
.recruitment-company__lead-text {
  font-weight: bold;
  text-align: center;
  color: #57b597;
  font-size: 42px;
  line-height: 1.4 !important;
}
.recruitment-company__catch {
  position: relative;
  max-width: 640px;
  height: 450px;
  margin: 0 auto;
}
.recruitment-company__catch-img {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
}
.recruitment-company__catch-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-company__catch-block {
  margin-left: auto;
  background-color: rgba(87, 181, 151, 0.9);
  width: 340px;
  height: 430px;
  padding: 100px 30px 100px 100px;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);
}
.recruitment-company__catch-text {
  margin: auto 0;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 2.2 !important;
  letter-spacing: 0.1em;
}
.recruitment-company__card-item {
  background-color: #FFFFFF;
  border: 3px solid #F1F1F1;
  margin-bottom: 50px;
  border-radius: 20px;
}
.recruitment-company__card-item:last-of-type {
  margin-bottom: 0;
}
.recruitment-company__card-inner {
  padding: 50px;
}
.recruitment-company__card-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.7 !important;
  color: #57b597;
  margin-bottom: 20px;
  font-size: 26px;
}
.recruitment-company__card-lead-text {
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  font-size: 16px;
}
.recruitment-company__card-catch {
  margin-bottom: 50px;
}
.recruitment-company__card-catch-text {
  font-family: "Noto Serif", serif;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-size: 26px;
}
.recruitment-company__card-media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.recruitment-company__card-media-item {
  width: calc((100% - 30px) / 2);
  min-width: 400px;
}
.recruitment-company__card-media-img {
  width: 100%;
}
.recruitment-company__card-media-img img {
  display: block;
  width: 100%;
  height: auto;
}

.recruitment-work {
  background-color: rgba(158, 236, 173, 0.1);
  padding: 100px 0;
}
@media screen and (min-width: 992px) {
  .recruitment-work {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-work__inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-work__headline {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.recruitment-work__headline-title {
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto;
}
.recruitment-work__headline-title-en {
  font-weight: 900;
  line-height: 1 !important;
  color: rgba(87, 181, 151, 0.2);
  font-size: 80px;
  letter-spacing: 0.1em;
}
.recruitment-work__headline-title-ja {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.25em;
}
.recruitment-work__intro {
  margin-bottom: 70px;
}
.recruitment-work__intro-description {
  margin-bottom: 50px;
}
.recruitment-work__intro-description-text {
  line-height: 1.75 !important;
  letter-spacing: 0.1em;
}
.recruitment-work__intro-description-text-strong {
  font-weight: bold;
}
.recruitment-work__intro-img {
  width: 100%;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 50px;
}
.recruitment-work__intro-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-work__intro-banner {
  width: 100%;
  margin-bottom: 50px;
}
.recruitment-work__intro-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-work__lead {
  margin-bottom: 50px;
}
.recruitment-work__lead-text {
  font-weight: bold;
  text-align: center;
  color: #57b597;
  font-size: 42px;
  line-height: 1.4 !important;
}
.recruitment-work__card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 70px;
}
.recruitment-work__card-item {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .recruitment-work__card-item {
    width: calc((100% - 50px) / 2);
    margin: 0;
  }
}
.recruitment-work__card-img {
  width: 100%;
  max-width: 455px;
}
@media screen and (min-width: 992px) {
  .recruitment-work__card-img {
    max-width: unset;
  }
}
.recruitment-work__card-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitment-work__requirements-list-container {
  display: flex;
  gap: 50px;
}
.recruitment-work__requirements-list {
  width: calc((100% - 50px) / 2);
}
.recruitment-work__requirements-term {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 16px;
}
.recruitment-work__requirements-description {
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 14px;
}

.recruitment-job-category {
  background-color: #F8F9F7;
  padding: 100px 0;
}
@media screen and (min-width: 992px) {
  .recruitment-job-category {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-job-category__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.recruitment-job-category__title {
  color: #57b597;
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  margin-bottom: 70px;
}
.recruitment-job-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 50px;
}
.recruitment-job-category__item {
  width: calc((100% - 100px) / 3);
  min-width: 250px;
}
.recruitment-job-category__button {
  display: block;
  border: 2px solid #57b597;
  text-align: center;
  line-height: 1;
  color: #57b597;
  font-weight: bold;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 5px 0 0 #D5DFDE;
  cursor: pointer;
  width: 100%;
  padding: 33px 45px;
  border-radius: 43px;
  font-size: 17px;
}
.recruitment-job-category__button::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  width: 8px;
  height: 14px;
  left: 25px;
}
.recruitment-job-category__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  translate: 100% 0;
  opacity: 0;
  transition: opacity 0.3s;
  overflow-y: scroll;
  z-index: 999;
  padding: 100px 50px;
}
.recruitment-job-category__modal.is-active {
  translate: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.recruitment-job-category__modal-close {
  position: absolute;
  display: block;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  top: -20px;
  right: -15px;
  width: 50px;
  height: 50px;
}
.recruitment-job-category__modal-close-line {
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  width: 30px;
  height: 2px;
}
.recruitment-job-category__modal-close-line:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 2px;
}
.recruitment-job-category__modal-close-line:nth-of-type(2) {
  rotate: -45deg;
}
.recruitment-job-category__modal-inner {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1000px;
  padding: 100px 70px;
  margin: 0 auto;
}
.recruitment-job-category__modal-title {
  text-align: center;
  font-weight: bold;
  color: #57b597;
  margin-bottom: 20px;
  font-size: 32px;
}
.recruitment-job-category__modal-lead {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}
.recruitment-job-category__duties-list {
  margin-bottom: 20px;
}
.recruitment-job-category__duties-item {
  position: relative;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}
.recruitment-job-category__duties-item::before {
  position: absolute;
  content: "◇";
  top: 0;
  left: 0;
}
.recruitment-job-category__accordion {
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.6);
  margin-bottom: 30px;
  padding: 15px;
  font-size: 14px;
}
.recruitment-job-category__accordion::after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  rotate: 45deg;
  transition: rotate 0.3s;
  top: 12px;
  right: 18px;
  width: 12px;
  height: 12px;
}
.recruitment-job-category__accordion[open]::after {
  rotate: -135deg;
  transition: rotate 0.3s;
}
.recruitment-job-category__accordion-head {
  text-align: center;
  font-weight: bold;
}
.recruitment-job-category__accordion-body {
  line-height: 1.5;
  margin: 20px 0;
}
.recruitment-job-category__accordion-schedule-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.recruitment-job-category__accordion-schedule-term {
  flex-basis: 100px;
}
.recruitment-job-category__accordion-schedule-description {
  width: calc(100% - 100px);
}
.recruitment-job-category__accordion-notion-item {
  font-size: 12px;
}
.recruitment-job-category__requirements {
  line-height: 1.7;
  margin-bottom: 50px;
  font-size: 14px;
}
.recruitment-job-category__requirements-term {
  font-weight: bold;
}
.recruitment-job-category__requirements-description {
  margin-bottom: 20px;
}
.recruitment-job-category__requirements-description .is-border {
  border-bottom: 1px solid #333;
}
.recruitment-job-category__apply-btn {
  position: relative;
  display: block;
  background-color: #D63759;
  box-shadow: 0 5px 0 0 #D5DFDE;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  max-width: 350px;
  padding: 30px;
  margin: 0 auto;
  border-radius: 39px;
  font-size: 20px;
}
.recruitment-job-category__apply-btn::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  rotate: -45deg;
  width: 10px;
  height: 10px;
}

.recruitment-faq {
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .recruitment-faq {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1) 100px;
  }
}
.recruitment-faq__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .recruitment-faq__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.recruitment-faq__title {
  color: #57b597;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 42px;
  margin-bottom: 70px;
}
.recruitment-faq__list {
  border-bottom: 1px solid #57b597;
}
.recruitment-faq__item {
  border-top: 1px solid #57b597;
  cursor: pointer;
  padding: 30px 20px;
}
.recruitment-faq__question {
  position: relative;
}
.recruitment-faq__question::before {
  position: absolute;
  content: "Q.";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  color: #E75E69;
  font-weight: bold;
  font-size: 18px;
}
.recruitment-faq__question-text {
  padding-left: 30px;
  padding-right: 50px;
  font-size: 18px;
}
.recruitment-faq__question-button {
  position: absolute;
  right: 0;
  display: block;
  border: 1px solid #13956B;
  border-radius: 50%;
  top: -4px;
  width: 25px;
  height: 25px;
}
.recruitment-faq__question-button::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #13956B;
  opacity: 1;
  rotate: 0deg;
  transition: rotate 0.3s;
  width: 15px;
  height: 1px;
}
.recruitment-faq__question-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #13956B;
  rotate: 0deg;
  transition: rotate 0.3s;
  width: 1px;
  height: 15px;
}
.recruitment-faq__question-button.is-active::before {
  rotate: 90deg;
  opacity: 0;
  transition: rotate 0.3s;
}
.recruitment-faq__question-button.is-active::after {
  rotate: 90deg;
  transition: rotate 0.3s;
}
.recruitment-faq__answer {
  display: none;
  padding-top: 30px;
}
.recruitment-faq__answer-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.recruitment-faq__answer-header::before, .recruitment-faq__answer-header::after {
  content: "";
  flex: 1;
  display: block;
  height: 1px;
  border-top: 1px dashed #E75E69;
}
.recruitment-faq__answer-header-label {
  display: flex;
  background-color: #E75E69;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 30px;
}
.recruitment-faq__answer-header-text {
  display: inline-block;
  margin: auto;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
  color: #FFFFFF;
  font-size: 22px;
}
.recruitment-faq__answer-text {
  line-height: 1.6;
  font-size: 18px;
}

.recruitment-contact {
  background-color: #F8F9F7;
  padding: 100px 0;
}
@media screen and (min-width: 992px) {
  .recruitment-contact {
    margin: 0 calc((calc(100vw - 15px) - 100%) / 2 * -1);
  }
}
.recruitment-contact__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .recruitment-contact__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.recruitment-contact__headline {
  background-color: #57b597;
  text-align: center;
  color: #fff;
  background-image: url("../img/recruitment-contact__title_bg-sp.svg");
  padding: 80px 50px 25px;
  background-position: top 20px center;
  background-size: 70px;
  letter-spacing: 0.05em;
}
.recruitment-contact__headline-title {
  font-weight: bold;
  font-size: 34px;
}
.recruitment-contact__headline-text {
  font-size: 14px;
  margin-top: 10px;
}
.recruitment-contact__body-form {
  padding: 70px 0;
}
.recruitment-contact__body-form-item {
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.recruitment-contact__body-form-item.is-border-none {
  border-bottom: none;
  padding-bottom: 0;
}
.recruitment-contact__body-title {
  width: 270px;
  padding-right: 0px;
}
.recruitment-contact__body-headline {
  font-weight: bold;
  font-size: 16px;
}
.recruitment-contact__body-headline-text {
  display: flex;
  align-items: center;
  line-height: 1 !important;
  gap: 20px;
}
.recruitment-contact__body-headline-text.is-block {
  display: block;
}
.recruitment-contact__body-headline.is-width {
  display: block;
  width: 32px;
  margin-right: 15px;
}
.recruitment-contact__body-block {
  width: calc(100% - 270px);
}
.recruitment-contact__body-block.is-flex {
  display: flex;
}
.recruitment-contact__body-box.is-flex-pc {
  display: flex;
  align-items: center;
}
.recruitment-contact__body-box.is-flex-pc:not(:last-child) {
  margin-right: 40px;
}
.recruitment-contact__body-caution {
  font-size: 14px;
  margin-bottom: 15px;
}
.recruitment-contact__body-caution.mt-10 {
  margin-top: 10px;
}
.recruitment-contact__body .is-required {
  color: #fff;
  border-radius: 4px;
  background-color: #57b597;
  display: inline-block;
  font-size: 11px;
  padding: 3px 5px;
}
.recruitment-contact__body .is-optional {
  color: #fff;
  border-radius: 4px;
  background-color: #8F9291;
  display: inline-block;
  font-size: 11px;
  padding: 3px 5px;
  margin-top: 10px;
}
.recruitment-contact__body input[type=text] {
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  width: 220px;
  height: 46px;
  padding: 0 10px;
}
.recruitment-contact__body input[type=tel] {
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  width: 100%;
  height: 46px;
  padding: 0 10px;
}
.recruitment-contact__body input[type=email] {
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  width: 100%;
  height: 46px;
  padding: 0 10px;
}
.recruitment-contact__body input[type=radio] {
  position: absolute;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
}
.recruitment-contact__body input.is-calendar {
  background-image: url("../img/recruitment-contact__body-cell-calendar.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: left 10px center;
  background-size: 26px;
  padding-left: 50px;
}
.recruitment-contact__body textarea {
  resize: vertical;
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  width: 100%;
  height: 200px;
  padding: 10px;
}
.recruitment-contact__body-cell.is-position {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.recruitment-contact__body-cell.is-position label {
  display: block;
  color: #57b597;
  background-color: transparent;
  width: fit-content;
  text-align: center;
  font-weight: bold;
  border: 1px solid #57b597;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 20px 24px;
  border-radius: 999px;
  min-width: 100px;
}
.recruitment-contact__body-cell.is-position label:hover {
  cursor: pointer;
}
.recruitment-contact__body-cell.is-position input[type=radio]:checked + label {
  background-color: #57b597;
  color: #fff;
}
.recruitment-contact__agreement-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.recruitment-contact__agreement-text span {
  color: #D73E65;
}
.recruitment-contact__agreement-label {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.recruitment-contact__agreement-label:hover {
  cursor: pointer;
}
.recruitment-contact__agreement-label input[type=checkbox] {
  display: none;
}
.recruitment-contact__agreement-label input[type=checkbox]:checked + .is-text::after {
  display: block;
}
.recruitment-contact__agreement-label-text {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  gap: 12px;
  padding-left: 32px;
}
.recruitment-contact__agreement-label-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
}
.recruitment-contact__agreement-label-text::after {
  position: absolute;
  content: "";
  display: none;
  rotate: 45deg;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
}
.recruitment-contact__btn {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #57b597;
  box-shadow: 0 5px 0 0 #D5DFDE;
  margin: 50px auto 0;
  width: 256px;
  padding: 16px;
  border-radius: 999px;
  font-size: 24px;
}

.syasou-fv {
  background-image: url("../img/syasou-fv_bg_pc.webp");
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-size: 1400px;
}
@media screen and (min-width: 1400px) {
  .syasou-fv {
    background-size: 1920px;
  }
}
.syasou-fv__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.syasou-fv__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 600px;
  padding: 20px 0 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__wrap {
    height: 870px;
    padding: 50px 0 30px;
    margin-bottom: 20px;
  }
}
.syasou-fv__label-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 30px;
}
.syasou-fv__label-item {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  width: 120px;
  padding: 10px;
  border: 1px solid #000000;
  font-size: 22px;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__label-item {
    width: 150px;
    font-size: 30px;
  }
}
.syasou-fv__main {
  display: block;
  background-color: #000000;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  width: 382px;
  padding: 15px 20px 10px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__main {
    width: 470px;
    padding: 20px 30px 15px;
    font-size: 32px;
  }
}
.syasou-fv__main .is-emphasis {
  font-size: 1.7em;
}
.syasou-fv__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin: auto auto 0;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__bottom {
    max-width: unset;
  }
}
.syasou-fv__concierge {
  margin-top: 10px;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__concierge {
    margin-top: unset;
  }
}
.syasou-fv__catch {
  width: 250px;
  margin-bottom: -10px;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__catch {
    width: 400px;
    margin-bottom: -10px;
  }
}
.syasou-fv__catch img {
  display: block;
  width: 100%;
  height: auto;
  scale: 1.3;
}
.syasou-fv__small {
  line-height: 1 !important;
  font-family: "Noto Serif", serif;
  width: 255px;
  padding-left: 6px;
  font-size: 13px;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__small {
    width: auto;
    padding-left: 10px;
    font-size: 18px;
  }
}
.syasou-fv__medal {
  width: 130px;
}
@media screen and (min-width: 1400px) {
  .syasou-fv__medal {
    width: 203px;
  }
}
.syasou-fv__case-list {
  display: flex;
  gap: 20px;
}
.syasou-fv__case-item {
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.syasou-fv__cta {
  margin-top: 50px !important;
  margin-bottom: 60px;
}

.syasou-passed-away {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  width: 100%;
  max-width: 1920px;
  padding: 70px 0;
  margin: 0 auto;
}
.syasou-passed-away__inner {
  background-color: #fff;
  border-radius: 10px;
  width: 740px;
  margin: 0 auto;
  padding: 0 96px 40px;
}
.syasou-passed-away__title {
  background-color: #F6DF08;
  border-radius: 5px;
  background-image: url("../img/syasou-passed-away__title_bg.svg");
  font-weight: bold;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.05em;
  background-position: left 30px center;
  width: 383px;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 10px 20px 10px 80px;
  font-size: 40px;
}
.syasou-passed-away__subtitle {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1 !important;
  font-size: 30px;
  margin-bottom: 20px;
}
.syasou-passed-away__subtitle .is-font {
  color: #E75E69;
  font-size: 43px;
}
.syasou-passed-away__subtitle .is-mark {
  font-size: 10px;
}
.syasou-passed-away__content {
  background-color: #F6F3F9;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 30px 24px;
}
.syasou-passed-away__content-text {
  line-height: 1.4 !important;
  font-size: 16px;
  margin-bottom: 10px;
}
.syasou-passed-away__content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 20px;
  gap: 10px;
  margin-bottom: 13px;
}
.syasou-passed-away__content-item {
  background-color: #fff;
  text-align: center;
  width: 230px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.syasou-passed-away__content small {
  text-align: center;
}
.syasou-passed-away__time {
  text-align: center;
}
.syasou-passed-away__time-main {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.03em;
  border-bottom: 1px dotted #333;
  font-weight: bold;
  font-size: 23px;
  width: fit-content;
  margin: 0 auto 20px;
  padding-bottom: 10px;
}
.syasou-passed-away__time-main p {
  line-height: 1 !important;
}
.syasou-passed-away__time-main .is-color {
  color: #E75E69;
  font-size: 44px;
}
.syasou-passed-away__time-text {
  font-size: 14px;
  margin-bottom: 12px;
}
.syasou-passed-away__time-text p {
  line-height: 1.4 !important;
}
.syasou-passed-away__cta {
  margin-bottom: 30px;
}
.syasou-passed-away__cta .area-lp-cta__button {
  width: 450px !important;
  max-width: 450px !important;
  margin: 0 auto;
}
.syasou-passed-away__area {
  text-align: center;
}

.syasou-certified {
  background-image: url("../img/syasou-certified_bg_pc.webp");
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.syasou-certified__inner {
  padding: 52px 0 40px;
}
.syasou-certified__headline {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.syasou-certified__headline::before, .syasou-certified__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.syasou-certified__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.syasou-certified__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.syasou-certified__headline::before, .syasou-certified__headline::after {
  top: -170px;
}
.syasou-certified__headline::before {
  left: -240px;
}
.syasou-certified__headline::after {
  right: -240px;
}
.syasou-certified__headline-title {
  margin-bottom: 30px;
}
.syasou-certified__headline-text {
  font-family: "Noto Serif", serif;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 20px;
}
.syasou-certified__headline-img {
  width: 140px;
  margin: 0 auto 40px;
}
.syasou-certified__body {
  background-color: #EBEFF3;
  border-radius: 10px;
  position: relative;
  width: 640px;
  margin: 0 auto 10px;
  padding: 23px 50px 30px;
}
.syasou-certified__body-medal {
  position: absolute;
  top: -30px;
  right: -10px;
}
.syasou-certified__body-headline {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1.4 !important;
}
.syasou-certified__body-headline .is-main {
  display: block;
  letter-spacing: 0.3em;
  font-size: 33px;
}
.syasou-certified__body-headline .is-sub {
  display: block;
  letter-spacing: 0.2em;
  font-size: 24px;
  margin-bottom: 8px;
}
.syasou-certified__body-headline .is-text {
  letter-spacing: 0.2em;
  border-bottom: 1px solid #333;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  margin-bottom: 14px;
}
.syasou-certified__body-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.syasou-certified__footer {
  text-align: right;
  width: 640px;
  margin: 0 auto;
}
.syasou-case {
  background-image: url("../img/syasou-case_bg_pc.webp");
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-position: top center;
  background-size: contain;
}
.syasou-case__inner {
  padding: 70px 0 100px;
}
.syasou-case__headline {
  line-height: 1 !important;
  text-align: center;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 60px;
}
.syasou-case__headline .is-text {
  display: block;
  line-height: 1.5;
  margin-bottom: 20px;
}
.syasou-case__headline .is-label {
  display: block;
  border: 1px solid #333;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 31px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.syasou-case__headline .is-main {
  display: block;
  letter-spacing: 0.4em;
  font-size: 40px;
}
.syasou-case__content-block:not(:last-child) {
  margin-bottom: 120px;
}
.syasou-case__content-body-label {
  line-height: 1 !important;
  text-align: center;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.15em;
  position: relative;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
}
.syasou-case__content-body-label::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #A4740E;
  right: 0;
  left: 0;
  margin: auto;
  clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
  transform: rotate(90deg);
  top: -10px;
  width: 9px;
  height: 9px;
}
.syasou-case__content-body-title {
  text-align: center;
  background-color: #2B2E2D;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5 !important;
  font-size: 28px;
  width: 664px;
  margin: 0 auto 50px;
  padding: 15px 0;
}
.syasou-case__content-body-list {
  width: 1220px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 70px;
}
.syasou-case__content-body-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 360px;
}
.syasou-case__content-body-item:nth-child(2), .syasou-case__content-body-item:nth-child(5) {
  margin-top: 70px;
}
.syasou-case__content-body-item:nth-child(3) {
  margin-top: 140px;
}
.syasou-case__content-body-item::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-case__content-body-item_bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 61px;
  height: 56px;
  top: -60px;
  left: -20px;
}
.syasou-case__content-body-item-title .is-margin1 {
  margin-top: 40px;
}
.syasou-case__content-body-item-title .is-margin2 {
  margin-top: 100px;
}
.syasou-case__content-body-item-title .is-margin3 {
  margin-top: 125px;
}
.syasou-case__content-body-item-img {
  margin-bottom: 20px;
}
.syasou-case__content-body-item-title {
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.6 !important;
  font-family: "Noto Serif", serif;
  writing-mode: vertical-rl;
  font-size: 19px;
}
.syasou-case__content-body-item-text {
  border-left: 1px solid #D4D4D4;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 20px;
}
.syasou-case__content-body-item-text p {
  line-height: 2 !important;
}
.syasou-case__content-footer {
  background-color: #F6F3F9;
  position: relative;
  line-height: 1.6;
  width: 610px;
  margin: auto;
  padding: 20px 33px 23px 80px;
}
.syasou-case__content-footer.is-bg1::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-case__content-footer1_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: 84px;
  width: 84px;
  height: 84px;
  top: -20px;
  left: -20px;
}
.syasou-case__content-footer.is-bg2::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-case__content-footer2_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: 84px;
  width: 84px;
  height: 84px;
  top: -20px;
  left: -20px;
}
.syasou-case__content-footer.is-bg3::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-case__content-footer3_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: 84px;
  width: 84px;
  height: 84px;
  top: -20px;
  left: -20px;
}
.syasou-case__content-footer-box {
  margin-bottom: 10px;
}
.syasou-case__content-footer-name {
  font-weight: bold;
}
.syasou-anxiety {
  background-color: #F6F7F6;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.syasou-anxiety__inner {
  padding: 70px 0;
}
.syasou-anxiety__title {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7 !important;
  font-size: 32px;
  margin-bottom: 40px;
}
.syasou-anxiety__list {
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-size: 23px;
}
.syasou-anxiety__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.syasou-anxiety__item:nth-child(6) {
  align-items: normal;
}
.syasou-anxiety__item:nth-child(6) .is-number::after {
  height: 26px;
}
.syasou-anxiety__item:not(:last-child) {
  margin-bottom: 20px;
}
.syasou-anxiety__item .is-number {
  font-family: "Noto Serif", serif;
  position: relative;
  font-size: 26px;
}
.syasou-anxiety__item .is-number::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #333;
  top: 0;
  right: -10px;
}
.syasou-anxiety__item .is-text {
  line-height: 1.7 !important;
}
.syasou-anxiety__item .is-color {
  color: #57b597;
  font-weight: bold;
}

.syasou-concierge {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.syasou-concierge__inner {
  width: 895px;
  margin: 0 auto;
  padding: 46px 0 80px;
}
.syasou-concierge__title {
  line-height: 1 !important;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  background-image: url("../img/syasou-concierge__title_bg_pc.webp");
  background-position: bottom center;
  padding-bottom: 350px;
  translate: 0 13px;
}
.syasou-concierge__title .is-label {
  width: fit-content;
  background-color: #fff;
  display: block;
  color: #13956B;
  position: relative;
  letter-spacing: 0.2em;
  margin: 0 auto 25px;
  font-size: 36px;
  padding: 15px 30px;
}
.syasou-concierge__title .is-label::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 17.3205080757px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -16px;
}
.syasou-concierge__title .is-text {
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  font-size: 42px;
  margin-bottom: 20px;
}
.syasou-concierge__title .is-main {
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
  width: fit-content;
  letter-spacing: 0.1em;
  font-size: 48px;
  margin: 10px auto;
  padding-bottom: 10px;
}
.syasou-concierge__body {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 50px 70px 40px;
  margin-bottom: 100px;
}
.syasou-concierge__body::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  height: 41px;
  bottom: -80px;
}
.syasou-concierge__body-headline {
  text-align: center;
  line-height: 1 !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.syasou-concierge__body-headline-text {
  color: #57b597;
  font-size: 23px;
  margin-bottom: 20px;
}
.syasou-concierge__body-headline-main {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.syasou-concierge__body-headline-main .is-main {
  font-size: 36px;
}
.syasou-concierge__body-headline-main .is-sub {
  font-size: 28px;
}
.syasou-concierge__body-headline-main .is-text {
  display: block;
  width: fit-content;
  background-image: url("../img/syasou-concierge__body-headline-main-is-text_bg.svg");
  background-position: bottom center;
  font-size: 24px;
  margin: 10px auto 0;
  padding-bottom: 13px;
}
.syasou-concierge__body-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
}
.syasou-concierge__body-item {
  display: flex;
  align-items: center;
  line-height: 1.3;
  width: 300px;
  gap: 10px;
}
.syasou-concierge__footer {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  margin-bottom: 30px;
}
.syasou-concierge__footer p {
  line-height: 1.6 !important;
}
.syasou-concierge__footer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.13em;
}
.syasou-concierge__footer .is-main {
  display: block;
  letter-spacing: 0.1em;
  font-size: 38px;
}
.syasou-concierge__footer .is-text {
  font-size: 30px;
}
.syasou-concierge__footer .is-label {
  background-color: #fff;
  color: #57b597;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  margin-left: 6px;
  font-size: 30px;
}
.syasou-concierge__cta {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.syasou-security {
  background-color: #F7F9F1;
  width: 100%;
  max-width: 1920px;
  padding: 80px 0;
  margin: 0 auto;
}
.syasou-security__title {
  line-height: 1.4 !important;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  color: #57b597;
  letter-spacing: 0.1em;
  font-size: 37px;
  width: fit-content;
  margin: 0 auto 30px;
}
.syasou-security__title::before, .syasou-security__title::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.syasou-security__title::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.syasou-security__title::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.syasou-security__title::before, .syasou-security__title::after {
  top: -180px;
}
.syasou-security__title::before {
  left: -360px;
}
.syasou-security__title::after {
  right: -360px;
}
.syasou-security__content {
  width: 576px;
  margin: 0 auto;
}
.syasou-security__content-item:not(:last-child) {
  margin-bottom: 48px;
}
.syasou-security__content-headline {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.syasou-security__content-headline::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-case__content-body-item_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 88px;
  height: 80px;
  top: -10px;
  right: 60px;
}
.syasou-security__content-headline p {
  line-height: 2.3 !important;
}
.syasou-security__content-headline span {
  display: block;
  position: relative;
  font-size: 18px;
}
.syasou-security__content-headline span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  margin: 0 auto;
}
.syasou-security__content-body, .syasou-security__content-footer {
  border-radius: 6px;
}
.syasou-security__content-body {
  background-color: #fff;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}
.syasou-security__content-body-label {
  line-height: 1 !important;
  background-color: #57b597;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif", serif;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  padding: 8px 10px;
  margin-bottom: 20px;
}
.syasou-security__content-body-title {
  text-align: center;
  line-height: 1.8 !important;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 30px;
}
.syasou-security__content-body-title .is-color {
  color: #57b597;
}
.syasou-security__content-body-img {
  margin-bottom: 20px;
}
.syasou-security__content-body-text p {
  line-height: 1.8 !important;
}
.syasou-security__content-footer {
  background-color: #E8EADE;
  padding: 20px 20px 30px;
}
.syasou-security__content-footer-top.is-margin {
  margin-bottom: -20px;
}
.syasou-security__content-footer-top-label {
  text-align: center;
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
  width: 396px;
  margin: 0 auto;
  font-size: 20px;
  padding: 8px 0;
}
.syasou-security__content-footer-top p {
  line-height: 1.4 !important;
}
.syasou-security__content-footer-bottom {
  background-color: #fff;
  border-radius: 3px;
  padding: 21px 24px 26px;
}
.syasou-security__content-footer-bottom.is-color {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  font-size: 19px;
}
.syasou-security__content-footer-bottom-list {
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto;
  padding: 25px 30px 0;
}
.syasou-security__content-footer-bottom-list.is-fontsize {
  padding: 0;
}
.syasou-security__content-footer-bottom-item {
  position: relative;
  line-height: 1.7;
}
.syasou-security__content-footer-bottom-item.is-dot:before {
  background-color: #57b597;
}
.syasou-security__content-footer-bottom-item:not(:last-child) {
  margin-bottom: 10px;
}
.syasou-security__content-footer-bottom-item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #BBA673;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  top: 10px;
  left: -20px;
}
.syasou-security__content-footer-bottom-item .is-color1 {
  line-height: 1;
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  padding: 5px;
}
.syasou-security__content-footer-bottom-item .is-color2 {
  font-weight: bold;
}
.syasou-security__content-footer-bottom-text {
  text-align: center;
}
.syasou-security__content-footer-bottom-text p {
  line-height: 2 !important;
}
.syasou-security__content-footer-bottom-label {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #57b597;
  border-radius: 3px;
  letter-spacing: 0.05em;
  font-size: 19px;
  padding: 11px 2px;
  margin-top: 20px;
}

.syasou-create {
  background-color: #F6F3F9;
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 70px 0;
  margin: 0 auto;
}
.syasou-create::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-create_bg_pc.webp");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  width: 197px;
  height: 238px;
  left: 160px;
  margin-left: 50%;
}
.syasou-create__title {
  text-align: center;
  line-height: 1.6 !important;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  font-size: 26px;
  width: fit-content;
  margin: 0 auto 40px;
}
.syasou-create__title::before, .syasou-create__title::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.syasou-create__title::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.syasou-create__title::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.syasou-create__title::before, .syasou-create__title::after {
  top: -180px;
}
.syasou-create__title::before {
  left: -360px;
}
.syasou-create__title::after {
  right: -360px;
}
.syasou-create__content-img {
  padding: 7px 7px 0;
  text-align: center;
}
.syasou-create__content-block {
  background-color: #fff;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  width: 630px;
  margin: 0 auto;
}
.syasou-create__content-box {
  letter-spacing: 0.1em;
  padding: 20px;
  margin-bottom: 60px;
}
.syasou-create__content-info {
  letter-spacing: 0.08em;
  font-size: 14px;
  margin-bottom: 20px;
}
.syasou-create__content-info .is-label {
  background-color: #57b597;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 3px 5px;
  margin-right: 10px;
}
.syasou-create__content-headline {
  font-family: "Noto Serif", serif;
}
.syasou-create__content-headline-sub {
  font-weight: bold;
  line-height: 1 !important;
  font-size: 18px;
  margin-bottom: 5px;
}
.syasou-create__content-headline-title {
  font-weight: bold;
  line-height: 1.6 !important;
  border-bottom: 1px solid #DFDFDF;
  font-size: 23px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.syasou-create__content-text {
  font-size: 15px;
}
.syasou-create__content-text p {
  line-height: 2 !important;
}
.syasou-create__content-story-label {
  position: relative;
  margin: 20px 0;
}
.syasou-create__content-story-label::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.syasou-create__content-story-label p {
  line-height: 1 !important;
  width: fit-content;
  border: 2px solid #333;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  z-index: 1;
  letter-spacing: 0.2em;
  font-size: 14px;
  padding: 10px;
}
.syasou-create__content-story-box {
  transition: margin-bottom 0.3s ease, visibility 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.syasou-create__content-story-box:not(:last-child) {
  margin-bottom: 20px;
}
.syasou-create__content-story-box.is-hidden {
  margin-bottom: 0;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.syasou-create__content-story-title {
  font-weight: bold;
  color: #57b597;
  font-size: 20px;
  margin-bottom: 10px;
}
.syasou-create__content-story-text p {
  line-height: 2 !important;
}
.syasou-create__content-story-btn {
  background-color: #57b597;
  text-align: center;
  color: #fff;
  line-height: 1 !important;
  display: block;
  font-weight: bold;
  border-radius: 10px;
  width: 170px;
  margin: 0 auto;
  padding: 18px 10px;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.syasou-create__content-story-btn:hover {
  opacity: 0.8;
}
.syasou-create__content-story-btn.is-hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.syasou-create__content-point {
  margin-bottom: 60px;
}
.syasou-create__content-point-title {
  width: fit-content;
  line-height: 1 !important;
  border-bottom: 1px solid #333;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 0 auto 60px;
  padding-bottom: 10px;
  font-size: 27px;
}
.syasou-create__content-point-list {
  line-height: 1 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  width: 810px;
  margin: 0 auto;
  justify-content: center;
}
.syasou-create__content-point-item {
  position: relative;
  width: 320px;
}
.syasou-create__content-point-item:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-create__content-point-item1_bg.svg");
  background-size: cover;
  width: 40px;
  height: 43px;
  top: -30px;
  left: -40px;
}
.syasou-create__content-point-item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-create__content-point-item2_bg.svg");
  background-size: cover;
  width: 40px;
  height: 43px;
  top: -30px;
  left: -40px;
}
.syasou-create__content-point-item:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-create__content-point-item3_bg.svg");
  background-size: cover;
  width: 40px;
  height: 43px;
  top: -30px;
  left: -40px;
}
.syasou-create__content-point-item:nth-child(4)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-create__content-point-item4_bg.svg");
  background-size: cover;
  width: 40px;
  height: 43px;
  top: -30px;
  left: -40px;
}
.syasou-create__content-point-item:nth-child(5)::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-create__content-point-item5_bg.svg");
  background-size: cover;
  width: 40px;
  height: 43px;
  top: -30px;
  left: -40px;
}
.syasou-create__content-point-item-headline {
  font-weight: bold;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.06em;
  font-size: 23px;
  margin-bottom: 10px;
}
.syasou-create__content-point-item-text {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 15px;
}
.syasou-create__content-footer {
  background-color: #fff;
  line-height: 1.6;
  width: 430px;
  margin: 0 auto;
  padding: 30px;
}

.syasou-plan {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  width: 100%;
  max-width: 1920px;
  padding: 52px 0 50px;
  margin: 0 auto;
}
.syasou-plan__headline {
  text-align: center;
  line-height: 1.6 !important;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 33px;
  width: fit-content;
  margin: 0 auto 10px;
}
.syasou-plan__headline::before, .syasou-plan__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.syasou-plan__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.syasou-plan__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.syasou-plan__headline::before, .syasou-plan__headline::after {
  top: -180px;
}
.syasou-plan__headline::before {
  left: -440px;
}
.syasou-plan__headline::after {
  right: -440px;
}
.syasou-plan__text {
  line-height: 1.6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.syasou-plan__case {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  width: 960px;
  gap: 15px;
}
.syasou-plan__case-item:nth-child(4) .is-title {
  font-size: 13px;
}
.syasou-plan__case-item-box {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  min-height: 192px;
  padding: 15px;
}
.syasou-plan__case-item-title {
  font-weight: bold;
  line-height: 1.5 !important;
  font-size: 16px;
  margin-bottom: 10px;
}
.syasou-plan__case-item-list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.2px;
}
.syasou-plan__case-item-list:not(:last-child) {
  margin-bottom: 5px;
}
.syasou-plan__case-item-headline {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  width: 62px;
  padding: 5px 4px;
}
.syasou-counseling {
  width: 100%;
  max-width: 1920px;
  margin: 90px auto 100px;
}
.syasou-counseling__headline {
  text-align: center;
  font-family: "Noto Serif", serif;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8 !important;
  font-size: 23px;
  margin-bottom: 30px;
}
.syasou-counseling__headline::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/syasou-counseling__headline_bg.svg");
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: -60px;
}
.syasou-counseling__headline .is-text {
  display: block;
  font-size: 23px;
}
.syasou-counseling__headline .is-catch {
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
  font-size: 28px;
}
.syasou-counseling__text {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 16px;
  margin-bottom: 20px;
}
.syasou-counseling__cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.syasou-flow {
  background-color: #F9FBF0;
  width: 100%;
  max-width: 1920px;
  padding: 60px 0 120px;
  margin: 0 auto;
}
.syasou-flow__headline {
  text-align: center;
  line-height: 1 !important;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.syasou-flow__headline::before, .syasou-flow__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.syasou-flow__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.syasou-flow__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.syasou-flow__headline-title {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 40px;
}
.syasou-flow__headline::before, .syasou-flow__headline::after {
  top: -180px;
}
.syasou-flow__headline::before {
  left: -190px;
}
.syasou-flow__headline::after {
  right: -190px;
}
.syasou-flow__headline-text {
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 30px;
}
.syasou-flow__info {
  border: 1px solid #57b597;
  background-color: rgba(87, 181, 151, 0.4);
  border-radius: 15px;
  text-align: center;
  width: 446px;
  margin: 0 auto 80px;
  padding: 30px 0 20px;
}
.syasou-flow__info-img {
  margin-bottom: 20px;
}
.syasou-flow__info-text {
  line-height: 1.6;
}
.syasou-flow__content {
  width: 680px;
  margin: 0 auto;
}
.syasou-flow__content:not(:last-child) {
  margin-bottom: 40px;
}
.syasou-flow__content-headline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.syasou-flow__content-headline-title {
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 10px;
  min-height: 50px;
}
.syasou-flow__content-headline-text {
  line-height: 1.4;
}
.syasou-flow__content-list {
  position: relative;
  padding: 20px 0 0 40px;
}
.syasou-flow__content-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #57b597;
  top: 0;
  left: 10px;
}
.syasou-flow__content-item {
  width: 620px;
}
.syasou-flow__content-item:not(:last-child) {
  margin-bottom: 20px;
}
.syasou-flow__content-item-block {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  padding: 20px 50px 20px 20px;
}
.syasou-flow__content-item-medal {
  position: absolute;
  top: -20px;
  right: -20px;
}
.syasou-flow__content-item-headline {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.syasou-flow__content-item-text {
  line-height: 1.6;
  font-size: 18px;
  margin-left: 30px;
}
.syasou-flow__content-item-img {
  margin-bottom: 20px;
  margin-left: 30px;
}
.syasou-flow__content-item-small {
  margin-left: 30px;
}
.syasou-flow__content-item-btn {
  text-align: center;
  color: #fff;
  background-color: #57b597;
  position: relative;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 4px solid #fff;
  border-radius: 40px;
  font-size: 22px;
  margin-top: 20px;
  padding: 10px 0;
  width: 620px;
  cursor: pointer;
}
.syasou-flow__content-item-btn:hover {
  opacity: 0.8;
}
.syasou-flow__content-item-btn::after, .syasou-flow__content-item-btn::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  margin: auto;
  bottom: 0;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, right 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.syasou-flow__content-item-btn::before {
  top: 0;
  right: 20px;
  width: 12px;
  height: 2px;
}
.syasou-flow__content-item-btn::after {
  top: 0;
  right: 25px;
  height: 12px;
  width: 2px;
}
.syasou-flow__content-item-btn.is-open::after {
  opacity: 0;
}
.syasou-flow__content-item-btn.is-open::before {
  transform: rotate(90deg);
}
.syasou-flow__content-item-flow-box {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.syasou-flow__content-item-flow-box.is-open {
  height: auto;
  visibility: unset;
  opacity: 1;
  margin-bottom: 10px;
}
.syasou-flow__content-item-flow-list {
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #F1F1F1;
  padding: 20px 30px;
  margin-top: 10px;
}
.syasou-flow__content-item-flow-item:not(:last-child) {
  margin-bottom: 20px;
}
.syasou-flow__content-item-flow-item-headline {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 22px;
}
.syasou-flow__content-item-flow-item-headline p {
  line-height: 1 !important;
}
.syasou-flow__content-item-flow-item-headline .is-number {
  background-color: #57b597;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  width: 32.4px;
  height: 32.4px;
}
.syasou-flow__content-item-flow-item-text {
  line-height: 1.6;
  background-color: #F7F5EB;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
}
.syasou-flow__content-item-flow-small {
  padding-right: 20px;
  padding-left: 10px;
}
.syasou-flow__content-item-flow-small small {
  line-height: 1.7 !important;
  font-size: 12px;
}
.syasou-flow__content-item-check {
  border-radius: 10px;
  font-weight: bold;
  background-color: #fff;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  visibility: hidden;
  border: none;
  opacity: 0;
}
.syasou-flow__content-item-check.is-open {
  visibility: unset;
  height: auto;
  border: 2px solid #F1F1F1;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 19px;
  padding: 30px;
  gap: 20px 50px;
  margin: 20px 0;
}
.syasou-flow__content-item-check-item {
  background-image: url("../img/syasou-flow__content-item-check-item_bg.svg");
  background-position: left top;
  padding-left: 40px;
  min-height: 25px;
  min-width: 250px;
}
.syasou-area {
  background-color: #F6F3F9;
  width: 100%;
  max-width: 1920px;
  padding: 60px 0 100px;
  margin: 0 auto;
}
.syasou-area__headline {
  position: relative;
}
.syasou-area__headline::before, .syasou-area__headline::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.syasou-area__headline::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.syasou-area__headline::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.syasou-area__headline::after, .syasou-area__headline::before {
  top: -180px;
}
.syasou-area__headline::before {
  left: 420px;
}
.syasou-area__headline::after {
  right: 420px;
}
.syasou-area__headline-title {
  text-align: center;
  line-height: 1 !important;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  background-position: bottom center;
  background-image: url("../img/syasou-area__headline-title_bg.svg");
  font-size: 31px;
  padding-bottom: 230px;
  background-size: 217px;
  width: 217px;
  margin: 0 auto 40px;
}
.syasou-area__headline-map {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  gap: 6px;
}
.syasou-area__headline-map-item {
  background-color: #57b597;
  border-radius: 7px;
  font-size: 18px;
  padding: 15px 20px;
}
.syasou-area__body-title {
  text-align: center;
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  font-size: 20px;
  margin-bottom: 20px;
}
.syasou-area__body-title .is-text {
  line-height: 1.7;
  display: block;
}
.syasou-area__body-title .is-number {
  color: #E75E69;
  font-size: 40px;
}
.syasou-area__body-text {
  line-height: 1.9 !important;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
}
.syasou-area__body-list {
  width: 860px;
  margin: 30px auto;
  display: flex;
  gap: 20px;
}
.syasou-voice {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  width: 100%;
  max-width: 1920px;
  padding: 80px 0 90px;
  margin: 0 auto;
}
.syasou-voice__title {
  position: relative;
  font-family: "Noto Serif", serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 25px;
  margin-bottom: 40px;
}
.syasou-voice__title::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
  transform: rotate(90deg);
}
.syasou-voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 500px;
  margin: 0 auto;
  font-size: 16px;
  gap: 10px;
  margin-bottom: 30px;
}
.syasou-voice__item {
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
}
.syasou-voice__content {
  width: 1140px;
  margin: 0 auto;
}
.syasou-voice__content-list {
  display: flex;
}
.syasou-voice__content-item {
  background-color: #fff;
  border-radius: 7px;
  width: 364px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.syasou-voice__content-item-box {
  padding: 20px 25px;
}
.syasou-voice__content-headline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.syasou-voice__content-info {
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.syasou-voice__content-info-list {
  display: flex;
}
.syasou-voice__content-info-list:not(:last-child) {
  margin-bottom: 10px;
}
.syasou-voice__content-text {
  line-height: 1.8;
  font-size: 14px;
}
.syasou-rep {
  width: 100%;
  max-width: 1920px;
  padding: 52px 0 50px;
  margin: 0 auto;
}
.syasou-rep__title {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 27px;
  margin: 0 auto 70px;
  width: fit-content;
}
.syasou-rep__title::before, .syasou-rep__title::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-position: left top;
  background-size: cover;
  width: 250px;
  height: 247px;
}
.syasou-rep__title::before {
  background-image: url("../img/area-lp-head-flower-left.webp");
}
.syasou-rep__title::after {
  background-image: url("../img/area-lp-head-flower-right.webp");
}
.syasou-rep__title::after, .syasou-rep__title::before {
  top: -150px;
}
.syasou-rep__title::before {
  left: -330px;
}
.syasou-rep__title::after {
  right: -330px;
}
.syasou-rep__content {
  width: 1140px;
  margin: 0 auto;
}
.syasou-rep__list {
  display: flex;
  letter-spacing: 0.05em;
  gap: 10px;
  justify-content: center;
}
.syasou-rep__item {
  background-color: #F7F5EB;
  border-radius: 10px;
  width: 336px;
  padding: 30px;
  font-size: 13px;
}
.syasou-rep__item-customer {
  font-size: 18px;
  margin-bottom: 20px;
}
.syasou-rep__item-text {
  line-height: 1.8;
  font-size: 15px;
}

.syasou-faq {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.syasou-faq__title {
  margin-bottom: 40px;
}
.syasou-faq__list {
  background: none !important;
}
.syasou-faq__item {
  background-color: #fff;
  border-radius: 10px;
}
.syasou-faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.area-review {
  margin-bottom: 90px;
}
.area-review.is-questionary {
  margin-bottom: 0;
  margin-top: 60px;
}
.area-review.is-pref-page {
  margin-top: 90px;
}
.area-review__inner {
  width: 1000px;
  margin: 0 auto;
}
.area-review__inner.is-search {
  width: 940px;
}
.area-review__block:not(:last-child) {
  margin-bottom: 80px;
}
.area-review__headline {
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 260px;
  padding-top: 50px;
  margin-bottom: 26px;
}
.area-review__headline::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 360px;
}
.area-review__headline-title {
  color: #6C590E;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 30px;
}
.area-review__headline-number {
  font-weight: bold;
  font-size: 48px;
}
.area-review__headline-star {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.area-review__headline-star .star-icon {
  width: 40px;
}
.area-review__headline-text {
  color: #57b597;
  font-weight: bold;
  font-size: 28px;
}
.area-review__headline.is-tokyo {
  background-image: url("../img/area-review__headline-tokyo_bg_pc.webp");
}
.area-review__headline.is-saitama {
  background-image: url("../img/area-review__headline-saitama_bg_pc.webp");
}
.area-review__headline.is-chiba {
  background-image: url("../img/area-review__headline-chiba_bg_pc.webp");
}
.area-review__headline.is-kanagawa {
  background-image: url("../img/area-review__headline-kanagawa_bg_pc.webp");
}
.area-review__detail {
  border: 1px solid #CECCD0;
  border-radius: 5px;
  padding: 30px 20px;
}
.area-review__detail.is-single-questionary {
  padding: 25px 20px 30px;
}
.area-review__detail.is-pref-page {
  background-color: #FFFFFF;
}
.area-review__detail-title {
  font-weight: bold;
  border-bottom: 1px solid #CECCD0;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.area-review__detail-title.is-single-questionary {
  padding: 0 60px 20px;
}
.area-review__detail-title .is-fontsize {
  color: #333;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  margin-left: 10px;
}
.area-review__detail-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.area-review__detail-toggle {
  color: #333;
  appearance: none;
}
.area-review__detail-total {
  text-align: center;
  border-right: 1px solid #CECCD0;
  min-width: 270px;
}
.area-review__detail-total-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.area-review__detail-total-number {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 4px;
}
.area-review__detail-total-number p {
  line-height: 1 !important;
}
.area-review__detail-total-star {
  justify-content: center;
  display: flex;
  margin-bottom: 8px;
}
.area-review__detail-total-star .star-icon {
  width: 30px;
}
.area-review__detail-total-text {
  color: #57b597;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 6px;
}
.area-review__detail-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.area-review__detail-info-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 274px;
}
.area-review__detail-info-entry {
  line-height: 1 !important;
  width: 128px;
}
.area-review__detail-info-star {
  letter-spacing: 1.8px;
}
.area-review__detail-info-star .star-icon {
  width: 21px;
}
.area-review__detail-info-number {
  line-height: 1 !important;
}
.area-review__small {
  display: block;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 10px;
}
.area-review__overview {
  margin: 30px 0;
}
.area-review__overview-title {
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #57b597;
  margin-bottom: 10px;
  font-size: 16px;
}
.area-review__overview-description-text {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.questionary-voice-list {
  position: relative;
}
.questionary-voice-list.is-questionary {
  margin-top: 40px;
}
.questionary-voice-list__inner {
  width: 1000px;
  margin: 0 auto;
}
.questionary-voice-list__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.questionary-voice-list__content:has(li:nth-child(4)) {
  justify-content: flex-start;
}
.questionary-voice-list__content.is-slider {
  opacity: 0;
}
.questionary-voice-list__content.is-slider .is-item {
  margin: 0 10px 0;
}
.questionary-voice-list__content.slick-initialized {
  opacity: 1;
}
.questionary-voice-list__content .slick-list {
  padding-bottom: 10px !important;
}
.questionary-voice-list__content .slick-arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  position: absolute;
  display: block;
  z-index: 5;
  top: 120px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.questionary-voice-list__content .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
}
.questionary-voice-list__content .slick-prev {
  left: -5px;
}
.questionary-voice-list__content .slick-prev::after {
  transform: rotate(135deg);
  left: 15px;
}
.questionary-voice-list__content .slick-next {
  right: -5px;
}
.questionary-voice-list__content .slick-next::after {
  left: 8px;
}
.questionary-voice-list__item {
  border-bottom: 1px solid #d2d2d2;
  width: 32%;
  border-bottom: none;
}
.questionary-voice-list__item.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.questionary-voice-list__item a {
  display: block;
  position: relative;
  padding: 10px 5px;
  height: 100%;
  padding: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
}
.questionary-voice-list__item a:hover {
  opacity: 0.7;
  box-shadow: 0px 0px 0px 1px #d2d2d2;
}
.questionary-voice-list__item a:hover .img img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.questionary-voice-list__item-block {
  display: block;
}
.questionary-voice-list__item-img {
  overflow: hidden;
}
.questionary-voice-list__item-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
@media (min-width: 769px) {
  .questionary-voice-list__item-img img {
    width: 100%;
    height: 139px;
  }
}
@media (min-width: 769px) {
  .questionary-voice-list__item-img {
    border-radius: 5px 5px 0 0;
  }
}
.questionary-voice-list__item-box {
  flex: 1;
  position: relative;
}
@media (min-width: 769px) {
  .questionary-voice-list__item-box {
    padding: 16px 19px 0;
  }
}
.questionary-voice-list__item-title {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  -webkit-line-clamp: 1;
}
.questionary-voice-list__item-pickUp {
  background-color: #ce3a5a;
  text-align: center;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 14px;
  padding: 8px;
}
.questionary-voice-list__item-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.questionary-voice-list__item-rating .stars .star-icon {
  width: 18px;
}
.questionary-voice-list__item-rating-number {
  font-size: 22px;
}
.questionary-voice-list__item-rating-text {
  font-weight: bold;
  color: #57b597;
  font-size: 14px;
}
.questionary-voice-list__item-rating .new {
  margin-left: 10px;
  padding: 3px 5px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background-color: #ce3a5a;
}
.questionary-voice-list__item-area {
  display: flex;
  justify-content: flex-start;
  font-size: 13px;
  margin-bottom: 10px;
}
.questionary-voice-list__item-area-address {
  font-weight: bold;
}
.questionary-voice-list__item-area-name {
  margin-left: 0.6em;
}
.questionary-voice-list__item-area-name::after {
  content: "様";
}
.questionary-voice-list__item-area time {
  margin-left: auto;
  color: #aaa;
}
.questionary-voice-list__item-info {
  display: flex;
  flex-wrap: wrap;
  padding: 0 17px 20px;
  gap: 5px;
}
.questionary-voice-list__item-info > li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.questionary-voice-list__item-info > li:last-child {
  margin-right: 0;
}
.questionary-voice-list__item-info > li .icn {
  width: 19px;
  height: 19px;
  margin-right: 2px;
  border-radius: 10px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #57b597;
  font-size: 1.2rem;
  font-weight: bold;
}
.questionary-voice-list__item-info > li .icn.place {
  background-image: url("../img/icn_place.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

.block_questionary {
  width: 900px;
  margin: 0 auto;
}
.block_questionary .questionary_info {
  margin-bottom: 45px;
}
@media (min-width: 769px) {
  .block_questionary .questionary_info {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
}
.block_questionary .questionary_info .img img {
  width: 100%;
  height: 61.3333vw;
  object-fit: cover;
}
@media (min-width: 769px) {
  .block_questionary .questionary_info .img {
    width: 400px;
  }
  .block_questionary .questionary_info .img img {
    height: 266px;
  }
}
.block_questionary .questionary_info .txt {
  margin-top: 25px;
  padding: 0 5px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .block_questionary .questionary_info .txt {
    margin-top: 0;
    margin-left: 36px;
    padding: 0;
    flex: 1;
  }
}
.block_questionary .questionary_info .txt .ttl {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
}
@media (min-width: 769px) {
  .block_questionary .questionary_info .txt .ttl {
    font-size: 2.4rem;
  }
}
.block_questionary .questionary_info .txt p {
  font-size: 15px;
}
.block_questionary .questionary_info .txt p + p {
  margin-top: 1em;
}
.block_questionary .questionary_info .txt p.name_area {
  margin-bottom: 0.4em;
  font-size: calc(16vw / 3.75);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .block_questionary .questionary_info .txt p.name_area {
    font-size: 18px;
  }
}
.block_questionary .questionary_info .txt p.name_area .add {
  margin-right: 0.8em;
}
.block_questionary .questionary_info .txt p.name_area .name::after {
  content: "様";
  margin-left: 0.1em;
}
.block_questionary .questionary_info .txt p.name_area time {
  margin-left: auto;
  color: #aaa;
  font-weight: normal;
  font-size: 16px;
}
.block_questionary .questionary_info .txt p a {
  padding-left: 1.4em;
  position: relative;
  color: #4b9c82;
}
.block_questionary .questionary_info .txt p a::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .block_questionary .questionary_info .txt p {
    font-size: 1.4rem;
    line-height: 1.5714;
  }
}
.block_questionary .table_questionary .ttl_sub {
  padding: 0 5px;
  font-size: 1.6rem;
  color: #57b597;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .ttl_sub {
    padding: 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .table_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.block_questionary .table_questionary .table_area .table {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
.block_questionary .table_questionary .table_area .table + .table {
  margin-top: -1px;
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .table_area .table + .table {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .table_area .table {
    width: 440px;
  }
}
.block_questionary .table_questionary .table_area .table tr {
  border-bottom: 1px solid #d2d2d2;
}
.block_questionary .table_questionary .table_area .table tr th {
  width: calc(7em + 20px);
  padding: 6px 10px 5px;
  font-weight: normal;
  background-color: #eef8f4;
  vertical-align: middle;
}
.block_questionary .table_questionary .table_area .table tr th p {
  font-size: 1.3rem;
  line-height: 1.5714;
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .table_area .table tr th {
    width: calc(7em + 36px);
    padding: 8px 12px 7px;
  }
}
.block_questionary .table_questionary .table_area .table tr td {
  padding: 6px 10px 5px;
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .table_area .table tr td {
    padding: 8px 5px 7px 12px;
  }
}
.block_questionary .table_questionary .table_area .table tr td p {
  font-size: 1.4rem;
  line-height: 1.5714;
  position: relative;
  display: flex;
}
.block_questionary .table_questionary .table_area .table tr td p .icn {
  width: 19px;
  height: 19px;
  margin-right: 5px;
  border-radius: 10px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #57b597;
  font-size: 1.2rem;
  font-weight: bold;
}
.block_questionary .table_questionary .table_area .table tr td p .icn.place {
  background-image: url("../img/icn_place.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .table_area .table tr td p .icn {
    width: 21px;
    height: 21px;
    border-radius: 11px;
  }
}
.block_questionary .table_questionary .table_area .table tr td p span {
  flex: 1;
  display: block;
}
.block_questionary .table_questionary .table_area .table tr td p a {
  color: #4b9c82;
  display: flex;
}
.block_questionary .table_questionary .table_area .table tr td p a.name {
  margin: 5px 0;
  align-items: center;
}
.block_questionary .table_questionary .table_area .table tr td p a.name img {
  width: 50px;
  height: 50px;
  margin-right: 6px;
  object-fit: cover;
  border-radius: 25px;
}
.block_questionary .table_questionary .table_area .table tr td p a.name span {
  flex: 1;
}
@media (min-width: 769px) {
  .block_questionary .table_questionary .table_area .table tr td p a.name {
    margin-left: -1px;
  }
}
.block_questionary .block_rating {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  text-align: center;
  margin-top: 50px;
  padding: 50px 50px 50px 15px;
  display: flex;
  align-items: center;
}
.block_questionary .block_rating .total {
  width: 270px;
}
.block_questionary .block_rating .total .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .block_questionary .block_rating .total .ttl {
    margin-bottom: 0.4em;
  }
}
.block_questionary .block_rating .total p.rating {
  line-height: 1;
}
.block_questionary .block_rating .total p.rating .eng {
  margin-top: -3px;
  font-size: 5.2rem;
  display: block;
}
@media (min-width: 769px) {
  .block_questionary .block_rating .total p.rating .eng {
    margin: 0 0 -5px;
  }
}
.block_questionary .block_rating .total p.rating .star {
  height: 24px;
  margin-top: 6px;
  display: block;
}
.block_questionary .block_rating .total p.rating .sf {
  margin-top: 0.6em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
  display: block;
}
.block_questionary .block_rating .list {
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid #d2d2d2;
  display: inline-flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .block_questionary .block_rating .list {
    flex: 1;
    padding-top: 3px;
    padding-left: 32px;
    border-left: 1px solid #d2d2d2;
    border-top: none;
    display: block;
    column-count: 2;
    column-gap: 42px;
  }
}
.block_questionary .block_rating .list > li {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_questionary .block_rating .list > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .block_questionary .block_rating .list > li {
    margin-bottom: 24px !important;
  }
}
.block_questionary .block_rating .list > li p {
  line-height: 1;
}
.block_questionary .block_rating .list > li p.rating {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.block_questionary .block_rating .list > li p.rating .star {
  height: 15px;
  margin-right: 6px;
}
.block_questionary .block_rating .list > li p.rating .eng {
  margin-top: -4px;
  font-size: 1.7rem;
}
@media (min-width: 769px) {
  .block_questionary .block_rating .list > li p.rating .eng {
    margin: 0 0 -2px;
  }
}
@media (min-width: 769px) {
  .block_questionary .block_rating .list > li p.rating {
    margin-left: 0;
  }
}

.urgency-cta {
  max-width: 1920px;
  margin: 0 auto;
}
.urgency-cta__inner {
  width: 100%;
  padding: 50px 20px;
  background-color: #FAF7F2;
}
.urgency-cta__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.urgency-cta__media {
  width: 460px;
}
.urgency-cta__media-img {
  width: 100%;
  margin-bottom: 30px;
}
.urgency-cta__media-img img {
  display: block;
  width: 100%;
  height: auto;
}
.urgency-cta__media-caution {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #E75E69;
  border-bottom: 1px solid #E75E69;
}
.urgency-cta__media-caution-headline {
  position: relative;
  padding: 0 10px 0 70px;
  margin-bottom: 10px;
}
.urgency-cta__media-caution-headline::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url("../img/urgency-cta__media-caution-headline-icon.svg") no-repeat center center/contain;
  left: 10px;
  width: 40px;
  height: 34px;
}
.urgency-cta__media-caution-headline-text {
  font-weight: bold;
  color: #F50000;
  line-height: 1.5;
  font-size: 15px;
}
.urgency-cta__media-caution-description {
  padding: 10px 10px 0;
  border-top: 1px dashed #E75E69;
}
.urgency-cta__media-caution-description-text {
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.urgency-cta__main {
  width: 500px;
}
.urgency-cta__main-title {
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 24px;
}
.urgency-cta__main-title .is-bold {
  font-weight: bold;
}
.urgency-cta__main-title .is-color1 {
  color: #D73E65;
}
.urgency-cta__main-title .is-number {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}
.urgency-cta__main-check-list {
  margin-bottom: 22px;
}
.urgency-cta__main-check-item {
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 32px;
  font-size: 16px;
}
.urgency-cta__main-check-item::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background: url("../img/urgency-cta__main-check-item-icon.svg") no-repeat center center;
  background-color: #FFFFFF;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: 14px 14px;
  border: 1px solid #B7B7B7;
}
.urgency-cta__main-check-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.urgency-cta__frame {
  padding: 15px 17px;
  background-color: #FFFFFF;
  border: 1px solid #CE3A5A;
  border-radius: 10px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
}
.urgency-cta__frame-inner {
  display: flex;
  align-items: center;
}
.urgency-cta__frame-body {
  flex: 1;
  padding-right: 34px;
}
.urgency-cta__frame-lead {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 18px;
}
.urgency-cta__frame-tel {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}
.urgency-cta__frame-tel::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  display: block;
  width: 41px;
  height: 26px;
  background: url("../img/urgency-cta__frame-tel.svg") no-repeat center center/contain;
}
.urgency-cta__frame-tel-link {
  display: block;
  font-size: 33px;
  color: #CE3A5A;
}
.urgency-cta__frame-tel-link .is-text {
  display: block;
}
.urgency-cta__frame-tel-link .is-number {
  display: block;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.urgency-cta__frame-list {
  display: flex;
  justify-content: center;
  padding: 5px;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
}
.urgency-cta__frame-item {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.urgency-cta__frame-item:not(:first-of-type) {
  position: relative;
  padding-left: 10px;
}
.urgency-cta__frame-item:not(:first-of-type)::before {
  position: absolute;
  content: "/";
  top: 0;
  left: 3px;
  display: block;
}
.urgency-cta__frame-qr {
  width: 107px;
}
.urgency-cta__frame-qr-img {
  display: block;
  width: 82px;
  margin: 0 auto;
}
.urgency-cta__frame-qr-img img {
  display: block;
  width: 100%;
  height: auto;
}
.urgency-cta__frame-qr-notion .is-small {
  font-size: 10px;
}

.urgency-hansou {
  width: 100%;
  max-width: 1920px;
  padding: 70px 0 0;
  margin: 0 auto;
}
.urgency-hansou__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.urgency-hansou__banner-link {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  translate: 0 0;
  transition: opacity 0.3s, translate 0.3s !important;
  cursor: pointer;
  pointer-events: auto;
}
.urgency-hansou__banner-link:hover {
  opacity: 0.7;
  translate: 0 5px;
  transition: opacity 0.3s, translate 0.3s !important;
}
.urgency-hansou__banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

.urgency-speed {
  max-width: 1920px;
  padding: 50px 0;
  margin: 0 auto;
}
.urgency-speed__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.urgency-speed__headline {
  margin-bottom: 50px;
}
.urgency-speed__headline-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #57B597;
  padding-top: 23px;
  margin-bottom: 23px;
  font-size: 26px;
}
.urgency-speed__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57B597;
  width: 50px;
  height: 1px;
}
.urgency-speed__headline-lead-text {
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
}
.urgency-speed__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 46px;
}
.urgency-speed__item {
  width: 210px;
}
.urgency-speed__item-icon {
  width: 100px;
  margin: 0 auto 10px;
}
.urgency-speed__item-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.urgency-speed__item-title {
  font-weight: bold;
  line-height: 1.6;
  color: #57B597;
  display: flex;
  margin-bottom: 8px;
  font-size: 20px;
}
.urgency-speed__item-title .is-number {
  margin-top: -10px;
  margin-right: 4px;
  font-size: 30px;
}
.urgency-speed__item-description-text {
  line-height: 1.6;
  font-size: 14px;
}

.urgency-flow {
  max-width: 1920px;
  padding: 50px 0 0;
  margin: 0 auto;
}
.urgency-flow__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.urgency-flow__headline {
  margin-bottom: 50px;
}
.urgency-flow__headline-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #57B597;
  padding-top: 23px;
  margin-bottom: 23px;
  font-size: 26px;
}
.urgency-flow__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57B597;
  width: 50px;
  height: 1px;
}
.urgency-flow__headline-lead-text {
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
}
.urgency-flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.urgency-flow__item {
  display: flex;
  flex-direction: column;
  width: 180px;
}
.urgency-flow__item:not(:first-of-type) {
  position: relative;
}
.urgency-flow__item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  rotate: -45deg;
  top: 60px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #9FCABC;
  border-bottom: 2px solid #9FCABC;
}
.urgency-flow__item-img {
  margin-bottom: 16px;
}
.urgency-flow__item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.urgency-flow__item-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #57B597;
  margin-bottom: 9px;
  font-size: 18px;
}
.urgency-flow__item-title .is-number {
  font-size: 1.15em;
}
.urgency-flow__item-description-text {
  line-height: 1.8;
  font-size: 15px;
}

.urgency-important {
  max-width: 1920px;
  padding: 50px 0;
  margin: 0 auto;
}
.urgency-important__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.urgency-important__headline {
  margin-bottom: 50px;
}
.urgency-important__headline-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #57B597;
  padding-top: 23px;
  margin-bottom: 23px;
  font-size: 26px;
}
.urgency-important__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57B597;
  width: 50px;
  height: 1px;
}
.urgency-important__headline-lead-text {
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
}
.urgency-important__list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.urgency-important__item {
  position: relative;
  width: 470px;
}
.urgency-important__item-icon {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  background-color: #57B597;
  width: 67px;
  height: 67px;
}
.urgency-important__item-icon-text {
  text-align: center;
  color: #FFFFFF;
  padding-top: 12px;
  font-size: 11px;
}
.urgency-important__item-icon-text .is-number {
  font-size: 3em;
}
.urgency-important__item-img {
  display: block;
  width: 100%;
}
.urgency-important__item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.urgency-important__item-catch {
  line-height: 1.5;
  color: #57B597;
  margin-bottom: 18px;
  font-size: 18px;
}
.urgency-important__item-title {
  font-weight: bold;
  line-height: 1.5;
  color: #57B597;
  margin-bottom: 12px;
  font-size: 20px;
}
.urgency-important__item-description-text {
  line-height: 1.8;
  font-size: 15px;
}

.line-official-fv {
  background-image: url("../img/line-official-fv_bg_pc.webp");
  background-position: center top;
  max-width: 1920px;
  margin: 0 auto;
  height: 640px;
  padding-top: 117px;
}
.line-official-fv__inner {
  width: 1040px;
  margin: 0 auto;
  padding-left: 60px;
}
.line-official-fv__wrap {
  width: 513px;
}
.line-official-fv__title {
  font-weight: bold;
  background-image: url("../img/line-official-fv__title_bg.svg");
  background-position: left center;
  width: fit-content;
  letter-spacing: 0.02em;
  font-size: 16px;
  margin: 0 auto 24px;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
}
.line-official-fv__catch {
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}
.line-official-fv__catch > span {
  display: block;
}
.line-official-fv__catch-text {
  background-color: #fff;
  text-align: center;
  font-size: 36px;
  padding: 5px;
}
.line-official-fv__catch-text:nth-child(1) {
  width: 500px;
  margin-bottom: 15px;
}
.line-official-fv__catch-text:nth-child(2) {
  width: 467px;
  margin: 0 auto;
}
.line-official-fv__catch-text .is-fontsize {
  font-size: 44px;
}
.line-official-fv__catch-text .is-color {
  color: #E75E69;
}
.line-official-fv__qr {
  width: 445px;
  position: relative;
  border-radius: 8px;
  border: 2px solid #06C755;
  background-color: #fff;
  padding: 34px 20px 16px 18px;
  margin: 0 auto;
}
.line-official-fv__qr-headline {
  position: absolute;
  border-radius: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #06C755;
  width: 216px;
  font-size: 20px;
  padding: 6px 18px;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
}
.line-official-fv__qr-block {
  display: flex;
  gap: 16px;
}
.line-official-fv__qr-box {
  width: 287px;
}
.line-official-fv__qr-text {
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}
.line-official-fv__qr-link {
  position: relative;
  width: fit-content;
}
.line-official-fv__qr-link::after {
  background-image: url("../img/area-lp-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  background-color: #E75E69;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-size: 6px 12px;
  top: 0;
  right: -30px;
  transform: rotate(90deg);
}
.line-official-fv__qr-link a {
  color: #E75E69;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.line-official-fv__qr-link a:hover {
  opacity: 0.8;
}
.line-official-fv__qr-img {
  width: 100px;
  height: 100px;
}
.line-official-fv__qr-img img {
  height: auto;
}

.line-official-merit__inner {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.line-official-merit__title {
  text-align: center;
  letter-spacing: 0.1em;
}
.line-official-merit__title-sub {
  color: #55AD8F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.line-official-merit__title-main {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
}
.line-official-merit__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 80px;
}
.line-official-merit__item:nth-child(2) {
  display: block;
}
.line-official-merit__item:not(:last-child) {
  margin-bottom: 20px;
}
.line-official-merit__item-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.line-official-merit__item-info {
  letter-spacing: 0.1em;
  width: 400px;
}
.line-official-merit__item-info-number {
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 14px;
}
.line-official-merit__item-info-number::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #3EA482;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
}
.line-official-merit__item-info-headline {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 32px;
  margin-bottom: 32px;
}
.line-official-merit__item-info-headline .is-color {
  color: #E75E69;
}
.line-official-merit__item-info-text {
  position: relative;
  letter-spacing: 0.06em;
  line-height: 2;
  font-size: 16px;
  width: 320px;
}
.line-official-merit__item-info-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #57b597;
  height: 1px;
  top: -16px;
  width: 30px;
}
.line-official-merit__item-img img {
  height: auto;
}
.line-official-merit__item-movie {
  width: 100%;
  padding-top: 120px;
}
.line-official-merit__item-movie-frame {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.line-official-merit__item-movie-frame-headline {
  position: relative;
  width: 100%;
  z-index: 1;
  max-width: 320px;
  padding: 50px 50px 0;
  margin: -100px auto -1px;
}
.line-official-merit__item-movie-frame-headline::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #69BFA2;
  background-repeat: repeat;
  background-position: 0 0;
  clip-path: ellipse(50% 80% at 50% 140%);
  width: 100%;
  height: 180%;
  background-image: radial-gradient(circle, #84C8B1 2.5px, transparent 2.5px);
  background-size: 25px 25px;
}
.line-official-merit__item-movie-frame-headline-title {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 18px;
}
.line-official-merit__item-movie-frame-headline-title::before, .line-official-merit__item-movie-frame-headline-title::after {
  position: absolute;
  content: "";
  display: block;
  top: -60px;
  width: 160px;
  height: 160px;
}
.line-official-merit__item-movie-frame-headline-title::before {
  background: url("../img/line-official-merit__item-movie-frame-headline-bg-left-pc.webp") no-repeat center center/contain;
  left: -100px;
}
.line-official-merit__item-movie-frame-headline-title::after {
  background: url("../img/line-official-merit__item-movie-frame-headline-bg-right-pc.webp") no-repeat center center/contain;
  right: -100px;
}
.line-official-merit__item-movie-frame-headline-title .is-bg-block {
  display: inline-block;
  background-color: #FFFFFF;
  font-size: 0.8em;
  color: #69BFA2;
  padding: 5px 3px 5px 5px;
  border-radius: 5px;
}
.line-official-merit__item-movie-frame-headline-title .is-bg-block:not(:last-of-type) {
  margin-right: 5px;
}
.line-official-merit__item-movie-frame-headline-title .is-bg-block:last-of-type {
  margin-right: 8px;
}
.line-official-merit__item-movie-frame-body {
  position: relative;
  background-color: #69BFA2;
  background-repeat: repeat;
  background-position: 0 0;
  z-index: 0;
  padding: 20px;
  background-image: radial-gradient(circle, #84C8B1 2.5px, transparent 2.5px);
  background-size: 25px 25px;
  border-radius: 20px;
}
.line-official-merit__item-movie-frame-body.is-modal-on {
  z-index: unset;
}
.line-official-merit__item-movie-frame-body-inner {
  position: relative;
  background-color: #F0F8F6;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  border-radius: 15px;
}
.line-official-merit__item-movie-frame-body-inner::before, .line-official-merit__item-movie-frame-body-inner::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
}
.line-official-merit__item-movie-frame-body-inner::before {
  right: 0;
  background: url("../img/line-official-merit__item-movie-frame-body-bg-right-pc.webp") no-repeat top right/contain;
  top: 0;
  width: 200px;
  height: 300px;
}
.line-official-merit__item-movie-frame-body-inner::after {
  left: 0;
  background: url("../img/line-official-merit__item-movie-frame-body-bg-left-pc.webp") no-repeat bottom left/contain;
  bottom: 0;
  width: 200px;
  height: 300px;
}
.line-official-merit__item-movie-frame-body-title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.line-official-merit__item-movie-frame-body-title img {
  display: block;
  width: 100%;
  height: auto;
}
.line-official-merit__item-movie-frame-body-catch {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 20px;
  font-size: 16px;
}
.line-official-merit__item-movie-frame-body-catch .is-color1 {
  color: #E75E69;
}
.line-official-merit__item-movie-frame-body-lead {
  position: relative;
  padding-right: 100px;
}
.line-official-merit__item-movie-frame-body-lead::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/line-official-merit__item-movie-frame-body-lead-arrow-pc.svg");
  top: 0;
  bottom: 0;
  right: 10px;
  width: 80px;
  height: 25px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.line-official-merit__item-movie-frame-body-lead-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.line-official-merit__item-movie-frame-box {
  position: relative;
  z-index: 1;
  padding-left: 140px;
  margin-right: 40px;
}
.line-official-merit__item-movie-frame-box::before {
  position: absolute;
  content: "";
  top: -70px;
  left: -35px;
  display: block;
  width: 160px;
  height: 150px;
  background: url("../img/line-official-merit__item-movie-frame-body-bg-pc.webp") no-repeat top left/contain;
}
.line-official-merit__item-movie-frame-button-area {
  position: relative;
  z-index: 1;
  padding-right: 160px;
}
.line-official-merit__item-movie-frame-button-area.is-modal-on {
  opacity: 0;
  visibility: collapse;
}
.line-official-merit__item-movie-frame-button-item {
  display: block;
  width: 160px;
  cursor: pointer;
  pointer-events: auto;
}
.line-official-merit__item-movie-frame-button-item:hover .is-img-hover {
  scale: 1.1;
  filter: brightness(1.4);
  transition: scale 0.3s, filter 0.3s !important;
}
.line-official-merit__item-movie-frame-button-img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.line-official-merit__item-movie-frame-button-img::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url("../img/line-official-merit__item-movie-frame-button-icon.svg") no-repeat center center/contain;
  width: 56px;
  height: 56px;
}
.line-official-merit__item-movie-frame-button-img img {
  display: block;
  width: 100%;
  height: auto;
}
.line-official-merit__item-movie-frame-button-img img.is-img-hover {
  scale: 1;
  filter: brightness(1);
  transition: scale 0.3s, filter 0.3s !important;
}
.line-official-merit__item-movie-frame-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  visibility: collapse;
  opacity: 0;
  transition: opacity 0.3s !important;
  z-index: 999;
}
.line-official-merit__item-movie-frame-modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.line-official-merit__item-movie-frame-modal-inner {
  display: flex;
  height: 100%;
  padding: 100px 20px;
}
.line-official-merit__item-movie-frame-modal-content {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  background-color: #FFFFFF;
  max-width: 1000px;
  padding: 30px 60px 60px;
  margin: auto;
  border-radius: 10px;
}
.line-official-merit__item-movie-frame-modal-content::before, .line-official-merit__item-movie-frame-modal-content::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
}
.line-official-merit__item-movie-frame-modal-content::before {
  background: url("../img/line-official-merit__item-movie-frame-modal-content-bg-left-pc.webp") no-repeat top left/contain;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
.line-official-merit__item-movie-frame-modal-content::after {
  background: url("../img/line-official-merit__item-movie-frame-modal-content-bg-right-pc.webp") no-repeat bottom right/contain;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
}
.line-official-merit__item-movie-frame-modal-close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
.line-official-merit__item-movie-frame-modal-close-button {
  position: relative;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #55AD8F;
  min-width: 52px;
  padding-top: 60px;
  font-size: 16px;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.line-official-merit__item-movie-frame-modal-close-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.line-official-merit__item-movie-frame-modal-close-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: url("../img/line-official-merit__item-movie-frame-modal-close-button.svg") no-repeat top center/contain;
  width: 52px;
  height: 52px;
}
.line-official-merit__item-movie-frame-modal-headline {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 40px 0 40px 150px;
  margin: 0 auto;
}
.line-official-merit__item-movie-frame-modal-headline:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/line-official-merit__item-movie-frame-modal-headline-avatar-pc.webp") no-repeat top center/contain;
  bottom: 0;
  width: 120px;
  height: 120px;
  margin: auto 0;
}
.line-official-merit__item-movie-frame-modal-headline-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.line-official-merit__item-movie-frame-modal-body {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}
.line-official-merit__item-movie-frame-modal-block {
  flex-wrap: wrap;
  justify-content: center;
}

.line-official-toroku {
  background-color: #DDF0EA;
}
.line-official-toroku__inner {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.line-official-toroku__title {
  text-align: center;
  letter-spacing: 0.1em;
}
.line-official-toroku__title-sub {
  color: #55AD8F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.line-official-toroku__title-main {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
}
.line-official-toroku__list {
  counter-reset: count 0;
}
.line-official-toroku__item {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 40px 40px 96px;
}
.line-official-toroku__item:not(:last-child) {
  margin-bottom: 24px;
}
.line-official-toroku__item::before {
  content: counter(count);
  counter-increment: count 1;
  display: block;
  position: absolute;
  color: #3EA482;
  font-weight: bold;
  line-height: 1;
  top: 36px;
  left: 40px;
  font-size: 46px;
}
.line-official-toroku__item-wrap {
  border-left: 1px solid #999;
  padding: 10px 0 16px 40px;
}
.line-official-toroku__item-headline {
  font-weight: bold;
  font-size: 24px;
}
.line-official-toroku__item-cta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.line-official-toroku__item-cta-box {
  background-color: #F6F4EB;
  border-radius: 8px;
  width: 424px;
  padding: 16px 24px;
}
.line-official-toroku__item-cta-catch {
  font-weight: bold;
  border-bottom: 1px solid #999;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.line-official-toroku__item-cta-area {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.line-official-toroku__item-cta-text {
  line-height: 1.6;
  font-size: 16px;
}
.line-official-toroku__item-cta-img.is-qr {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.line-official-toroku__item-cta-img.is-line {
  width: 152px;
  min-width: 152px;
  height: 47.5px;
}
.line-official-toroku__item-cta-img.is-line a {
  display: block;
  transition: opacity 0.3s ease;
}
.line-official-toroku__item-cta-img.is-line a:hover {
  opacity: 0.8;
}
.line-official-toroku__item-cta-img.is-line a img {
  height: auto;
}
.line-official-toroku__item-add {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
}
.line-official-toroku__item-add::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/line-official-toroku__item-add-arrow.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 18px;
  height: 30px;
}
.line-official-toroku__item-add-img img {
  height: auto;
}
.line-official-toroku__item-complete-img {
  width: 684px;
  height: 387px;
  margin: 24px auto 40px;
}
.line-official-toroku__item-complete-img img {
  height: auto;
}
.line-official-toroku__item-complete-question {
  background-color: #F6F4EB;
  border-radius: 16px;
  padding: 24px;
}
.line-official-toroku__item-complete-question-headline {
  font-weight: bold;
  color: #897627;
  background-image: url("../img/line-official-toroku__item-complete-question-headline_bg.svg");
  background-position: left top;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  padding-left: 32px;
  margin-bottom: 15px;
}
.line-official-toroku__item-complete-question-list {
  counter-reset: count 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.line-official-toroku__item-complete-question-item {
  position: relative;
  background-color: #fff;
  background-position: bottom center;
  border-radius: 8px;
  width: 265px;
  padding: 16px 15px;
}
.line-official-toroku__item-complete-question-item::before {
  content: counter(count);
  counter-increment: count 1;
  display: block;
  position: absolute;
  color: #B4A150;
  font-weight: bold;
  line-height: 1;
  top: 15px;
  left: 17px;
  font-size: 24px;
}
.line-official-toroku__item-complete-question-item-text {
  line-height: 1.6;
  padding-left: 22px;
  font-size: 16px;
  margin-bottom: 16px;
}
.line-official-toroku__item-complete-question-item-text .is-bold {
  font-weight: bold;
}
.line-official-toroku__item-complete-question-item-img img {
  height: auto;
}

.line-official-cta {
  background-color: #69BFA2;
}
.line-official-cta__inner {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
}
.line-official-cta__title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.line-official-cta__cta {
  display: flex;
  justify-content: space-between;
}
.line-official-cta__cta-box {
  border-radius: 8px;
  background-color: #fff;
  width: 512px;
  padding: 16px 24px;
}
.line-official-cta__cta-catch {
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.line-official-cta__cta-area {
  display: flex;
  justify-content: space-between;
}
.line-official-cta__cta-text {
  line-height: 1.8;
  font-size: 16px;
  width: 334px;
}
.line-official-cta__cta-img img {
  height: auto;
}
.line-official-cta__cta-img.is-qr {
  width: 100px;
  height: 100px;
}
.line-official-cta__cta-img.is-line {
  width: 152px;
  min-width: 152px;
  height: 47.5px;
}

.preservation-fv {
  position: relative;
  z-index: 0;
}
.preservation-fv__title {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 1.8vw;
}
@media screen and (min-width: 1200px) {
  .preservation-fv__title {
    top: 25px;
  }
}
.preservation-fv__title-text {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  color: #3EA482;
  padding: 2vw;
  margin-bottom: 0.6vw;
  font-size: 2.6vw;
}
@media screen and (min-width: 1200px) {
  .preservation-fv__title-text {
    padding: 20px;
    margin-bottom: 10px;
    font-size: 32px;
  }
}
.preservation-fv__title-body {
  display: flex;
  justify-content: center;
  gap: 1vw;
}
@media screen and (min-width: 1200px) {
  .preservation-fv__title-body {
    gap: 10px;
  }
}
.preservation-fv__title-box {
  display: block;
  background-color: #3EA482;
  font-weight: bold;
  font-style: italic;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  padding: 0.55vw 4.2vw 0.55vw 4vw;
  font-size: 3.3vw;
}
@media screen and (min-width: 1200px) {
  .preservation-fv__title-box {
    padding: 6px 52px 6px 48px;
    font-size: 40px;
  }
}
.preservation-fv__img {
  position: relative;
  z-index: -1;
  width: 140%;
  max-width: 1920px;
  height: auto;
  margin: 0 -20%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .preservation-fv__img {
    width: 100%;
    height: 800px;
    margin: 0 auto;
  }
}
.preservation-fv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preservation-area {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #FFFFFF 2px, #FFFFFF 10px), repeating-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 2px, transparent 2px, transparent 10px);
  padding: 100px 0;
}
.preservation-area__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.preservation-area__frame {
  border: 1px solid #57B597;
  background-color: #FFFFFF;
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
}
.preservation-area__frame-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}
.preservation-area__frame-content {
  flex: 1;
}
.preservation-area__frame-title {
  font-weight: bold;
  line-height: 1 !important;
  color: #57B597;
  position: relative;
  width: 100%;
  height: fit-content;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
.preservation-area__frame-title::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto 0;
  border: 1px dashed #57B597;
  z-index: 0;
}
.preservation-area__frame-title .is-emphasis {
  font-size: 1.4em;
}
.preservation-area__frame-title .is-bg-white-pc {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 0 20px;
  background-color: #FFFFFF;
  z-index: 1;
}
.preservation-area__frame-map {
  position: relative;
  width: 200px;
}
.preservation-area__frame-map-img {
  width: 100%;
}
.preservation-area__frame-map-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-area__frame-map-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.preservation-area__frame-map-pin {
  position: absolute;
  width: 16px;
}
.preservation-area__frame-map-pin::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff100;
  bottom: -4.5px;
  width: 16px;
  height: 8px;
}
.preservation-area__frame-map-pin::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.1px solid #fff100;
  animation: animation_ripples 1.3s ease-out infinite 1.4s;
  bottom: -5px;
  width: 16px;
  height: 8px;
}
.preservation-area__frame-map-pin img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}
.preservation-area__frame-map-pin:nth-of-type(1) {
  top: 8%;
  left: 13%;
}
.preservation-area__frame-map-pin:nth-of-type(2) {
  top: 5%;
  left: 32%;
}
.preservation-area__frame-map-pin:nth-of-type(3) {
  top: 26%;
  left: 20%;
}
.preservation-area__frame-map-pin:nth-of-type(4) {
  top: 18%;
  left: 40%;
}
.preservation-area__frame-map-pin:nth-of-type(5) {
  top: 24%;
  left: 60%;
}
.preservation-area__frame-map-pin:nth-of-type(6) {
  top: 40%;
  left: 70%;
}
.preservation-area__frame-map-pin:nth-of-type(7) {
  top: 60%;
  left: 60%;
}
.preservation-area__frame-map-pin:nth-of-type(8) {
  top: 50%;
  left: 20%;
}
.preservation-area__frame-map-pin:nth-of-type(9) {
  top: 36%;
  left: 36%;
}
@keyframes animation_ripples {
  0% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.preservation-area__frame-grid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0 auto 30px;
}
.preservation-area__frame-grid-item {
  display: inline-block;
  background-color: #57B597;
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  width: 159px;
  padding: 8px 5px;
  font-size: 24px;
}
.preservation-area__frame-description {
  display: inline-flex;
  letter-spacing: 0.15em;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 24px;
}
.preservation-area__frame-description-text {
  display: inline-flex;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1 !important;
  text-align: center;
  color: #E75E69;
}
.preservation-area__frame-description-text .is-dotted {
  position: relative;
  display: inline-block;
  padding-top: 10px;
}
.preservation-area__frame-description-text .is-dotted::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #E75E69;
  width: 5px;
  height: 5px;
}
.preservation-area__frame-description-text .is-strong {
  font-size: 1.8em;
  line-height: 0.8 !important;
}
.preservation-area__voice {
  /*
  &-card {
      position: relative;
      background-color: #FFFFFF;
      border: 1px solid #3EA482;

      @if $type ==sp {
          padding: spCalc(7);
          border-radius: spCalc(15);
      }

      @if $type ==pc {
          padding: 10px;
          border-radius: 15px;
      }
  }

  &-title {
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      width: fit-content;
      margin: 0 auto;
      border-radius: 9999px;
      background-color: #3EA482;
      font-weight: bold;
      text-align: center;
      line-height: 1 !important;
      color: #FFFFFF;

      @if $type ==sp {
          top: spCalc(-25);
          padding: spCalc(10) spCalc(30);
          font-size: spCalc(24);
      }

      @if $type ==pc {
          top: -30px;
          padding: 10px 40px;
          font-size: 28px;
      }
  }

  &-body {
      @if $type ==pc {
          display: flex;
          gap: 10px;
      }
  }

  &-img {
      @if $type ==sp {
          width: 100%;
          margin-bottom: spCalc(7);
      }

      @if $type ==pc {
          width: calc((100% - (10px * 2)) / 3);
      }

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

      &:last-of-type {
          margin-bottom: 0;
      }
  }*/
}

.preservation-media {
  /*
  background-color: #faf7f2;

  @if $type ==sp {
      padding: spCalc(70) 0;
  }

  @if $type ==pc {
      padding: 100px 0;
  }

  &__inner {
      max-width: 1000px;
      margin: 0 auto;
  }

  &__title {
      @if $type ==sp {
          padding: 0 spCalc(15);
          margin-bottom: spCalc(30);
      }

      @if $type ==pc {
          padding: 0 20px;
          margin-bottom: 50px;
      }

      &-text {
          font-weight: bold;
          text-align: center;
          letter-spacing: 0.05em;
          color: #3EA482;

          @if $type ==sp {
              font-size: spCalc(26);
          }

          @if $type ==pc {
              font-size: 32px;
          }
      }
  }

  &__slider {
      &-list {
          display: flex;

          @if $type ==sp {
              gap: spCalc(15);
              width: calc(spCalc(229) * 9);
              animation: mediaImgCarousel 40s linear infinite;
          }

          @if $type ==pc {
              gap: 20px;
              width: fit-content;
          }
      }

      &-item {
          display: block;
          overflow: hidden;

          @if $type ==sp {
              width: spCalc(100);
          }

          @if $type ==pc {
              width: 100px;
          }

          &-name {
              width: 100%;
              font-weight: bold;
              text-align: center;

              @if $type ==sp {
                  font-size: spCalc(11);
              }

              @if $type ==pc {
                  font-size: 11px;
              }
          }
      }

      &-img {
          width: 100%;
          border: 1px solid $color6;
          border-radius: 12px;
          overflow: hidden;

          @if $type ==sp {
              height: spCalc(100);
          }

          @if $type ==pc {
              height: 100px;
          }

          img {
              display: block;
              width: 100%;
              height: 100% !important;
              object-fit: cover;
          }
      }
  }*/
}

.preservation-cta {
  background-color: #3EA482;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.1) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.1) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.1) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.1) 75%);
  background-position: 10px 10px, 20px 20px;
  background-size: 20px 20px;
  background-repeat: repeat;
  padding: 100px 0;
}
.preservation-cta__inner {
  padding: 0 20px;
}
.preservation-cta__buttons {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
.preservation-cta__buttons-title {
  position: relative;
  display: flex;
  width: fit-content;
  border-radius: 9999px;
  background-color: #ffd558;
  max-width: 400px;
  padding: 12px 15px 12px 40px;
  margin: 0 auto 30px;
}
.preservation-cta__buttons-title::before {
  position: absolute;
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1E1926;
  color: #FFFFFF;
  text-align: center;
  line-height: 1 !important;
  top: 8px;
  left: 8px;
  width: 25px;
  height: 25px;
  font-size: 16px;
}
.preservation-cta__buttons-title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  background-color: #ffd558;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  bottom: -9px;
  width: 15px;
  height: 10px;
}
.preservation-cta__buttons-title-text {
  margin: auto 0;
  font-weight: bold;
  line-height: 1 !important;
  white-space: nowrap;
  font-size: 18px;
}
.preservation-cta__buttons-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.preservation-cta__frame {
  width: 100%;
  max-width: 1000px;
  background-color: #FFFFFF;
  padding: 50px 20px;
  margin: 0 auto;
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .preservation-cta__frame {
    padding: 60px 50px;
  }
}
.preservation-cta__frame-title {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 0.9 !important;
  width: fit-content;
  padding-bottom: 15px;
  margin: 0 auto 50px;
  font-size: 34px;
}
.preservation-cta__frame-title .is-strong {
  font-size: 2em;
  color: #E75E69;
  margin: 0 5px;
}
.preservation-cta__frame-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.preservation-cta__frame-body {
  width: calc((100% - 50px) / 2);
  min-width: 425px;
  padding: 30px 40px 20px;
  background-color: #F7F5EB;
  border: 1px solid #3EA482;
  border-radius: 10px;
  overflow: hidden;
}
.preservation-cta__frame-body.is-flexbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.preservation-cta__frame-catch {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.preservation-cta__frame-catch::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.preservation-cta__frame-catch.is-speedy::before {
  background: url("../img/icon_speedy.webp") no-repeat center center/contain;
}
.preservation-cta__frame-catch.is-skilled::before {
  background: url("../img/icon_star.webp") no-repeat center center/contain;
}
.preservation-cta__frame-catch.is-counsel::before {
  background: url("../img/icon_chat-balloon.webp") no-repeat center center/contain;
}
.preservation-cta__frame-catch.is-transport::before {
  background: url("../img/icon_car.webp") no-repeat center center/contain;
}
.preservation-cta__frame-catch-text {
  font-weight: bold;
  line-height: 1.5 !important;
  color: #E75E69;
  font-size: 32px;
}
.preservation-cta__frame-catch-text .has-marker {
  display: inline;
  background: linear-gradient(transparent 80%, yellow 20%);
}
.preservation-cta__frame-img {
  width: 100%;
  padding: 0 10px;
}
.preservation-cta__frame-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-cta__frame-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3EA482;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 40px;
}
.preservation-cta__frame-label::before {
  content: "";
  display: block;
  background: url("../img/icon_24-hour.webp") no-repeat center center/contain;
  width: 40px;
  height: 40px;
  margin: -1px 10px 0 0;
}
.preservation-cta__frame-label-text {
  font-weight: bold;
  line-height: 1 !important;
  color: #FFFFFF;
  font-size: 34px;
}
.preservation-cta__frame-checkList {
  margin: 0 0 30px 10px;
}
.preservation-cta__frame-checkList-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.preservation-cta__frame-checkList-item::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background: url("../img/icon_check-box.webp") no-repeat center center/contain;
  top: -2px;
  width: 25px;
  height: 25px;
}
.preservation-cta__frame-checkList-text {
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.05em;
  font-size: 22px;
}

.preservation-steps {
  padding: 100px 0;
}
.preservation-steps.is-hansou {
  padding-bottom: 0;
}
.preservation-steps.is-anchi {
  padding-bottom: 0;
}
.preservation-steps.is-shochi {
  padding-top: 0;
  padding-bottom: 0;
}
.preservation-steps__headline {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.preservation-steps__headline-title {
  position: relative;
  z-index: 1;
}
.preservation-steps__headline-title-text {
  position: relative;
  width: fit-content;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1 !important;
  color: #FFFFFF;
  z-index: 1;
  padding: 25px 50px 15px 15px;
  font-size: 50px;
}
.preservation-steps__headline-title-text .is-number {
  position: relative;
  font-size: 3em;
  font-weight: normal;
  color: #3EA482;
  margin-right: 30px;
}
.preservation-steps__headline-title-text .is-number::after {
  position: relative;
  content: "";
  display: inline-block;
  background-color: #3EA482;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.preservation-steps__headline-title-text::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  display: block;
  width: 100%;
  background-color: #000000;
  z-index: -1;
  top: 85px;
  height: calc(100% - 85px);
}
.preservation-steps__headline-catch {
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  z-index: 1;
  width: 55%;
  min-width: fit-content;
  padding: 15px 20px;
  margin: -15px auto 0;
  border-radius: 10px;
}
.preservation-steps__headline-catch-text {
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  font-size: 36px;
}
.preservation-steps__headline-img {
  position: relative;
  z-index: 0;
  margin-top: -90px;
}
.preservation-steps__headline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__intro {
  padding: 0 20px;
  margin-bottom: 50px;
}
.preservation-steps__intro-lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.preservation-steps__intro-lead-text {
  line-height: 1.6;
  font-size: 26px;
}
.preservation-steps__intro-card {
  border: 4px solid #D73E65;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 600px;
  padding: 30px 50px;
  margin: 0 auto;
  border-radius: 15px;
}
.preservation-steps__intro-card.is-full-pc {
  max-width: 1000px;
}
.preservation-steps__intro-card-flexbox {
  display: flex;
  gap: 30px;
}
.preservation-steps__intro-card-item {
  flex: 1;
}
.preservation-steps__intro-card-title {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.preservation-steps__intro-card-title::before {
  content: "";
  display: block;
  background: url("../img/icon_caution.webp") no-repeat center center/contain;
  width: 60px;
  height: 60px;
}
.preservation-steps__intro-card-title.has-border-bottom {
  border-bottom: 1px solid #D73E65;
  padding-bottom: 30px;
}
.preservation-steps__intro-card-title-text {
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  color: #D73E65;
  margin-top: 14px;
  font-size: 32px;
}
.preservation-steps__intro-card-title-text.is-large {
  margin-top: 12px;
  font-size: 42px;
}
.preservation-steps__intro-card-lead {
  margin-bottom: 15px;
}
.preservation-steps__intro-card-lead-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 22px;
}
.preservation-steps__intro-card-lead-text.is-large {
  font-size: 42px;
}
.preservation-steps__intro-card-lead-text.is-center {
  text-align: center;
}
.preservation-steps__intro-card-description.has-margin-bottom {
  margin-bottom: 20px;
}
.preservation-steps__intro-card-description-text {
  line-height: 2 !important;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.preservation-steps__intro-card-description-text.is-bold {
  font-weight: bold;
}
.preservation-steps__intro-card-description-text.is-center {
  text-align: center;
}
.preservation-steps__intro-card-description-text.is-large-pc {
  font-size: 26px;
}
.preservation-steps__intro-card-description-text .has-marker {
  display: inline;
  background: linear-gradient(transparent 65%, yellow 35%);
}
.preservation-steps__intro-card-label {
  background-color: #D73E65;
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 8px 15px;
  margin-bottom: 8px;
  border-radius: 10px;
  font-size: 24px;
}
.preservation-steps__intro-card-label.is-mb-20-pc {
  margin-bottom: 20px;
}
.preservation-steps__intro-card-button {
  display: block;
  padding: 15px 0 20px;
}
.preservation-steps__intro-card-button-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 9999px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 360px;
  padding: 22px 60px;
  margin: 0 auto;
  background-color: #57b597;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid #57b597;
  font-size: 17px;
  color: #FFFFFF;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s !important;
  cursor: pointer;
  pointer-events: auto;
}
.preservation-steps__intro-card-button-link:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  color: #57b597;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s !important;
}
.preservation-steps__intro-card-button-link:hover::before {
  background-color: #57b597;
  transition: background-color 0.3s !important;
}
.preservation-steps__intro-card-button-link:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0.3s !important;
}
.preservation-steps__intro-card-button-link::before, .preservation-steps__intro-card-button-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
.preservation-steps__intro-card-button-link::before {
  background-color: #FFFFFF;
  border-radius: 50%;
  right: 25px;
  width: 24px;
  height: 24px;
  transition: background-color 0.3s !important;
}
.preservation-steps__intro-card-button-link::after {
  rotate: -45deg;
  right: 34px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #57b597;
  transition: border-color 0.3s !important;
}
.preservation-steps__flow {
  background-color: #F6F3F9;
  padding: 100px 20px;
}
.preservation-steps__flow-headline {
  margin-bottom: 50px;
}
.preservation-steps__flow-headline-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.preservation-steps__flow-headline-title::before {
  content: "";
  display: block;
  background: url("../img/preservation-steps__flow-headline-title-icon.webp") no-repeat center center/contain;
  width: 110px;
  height: 45px;
  margin-bottom: 20px;
}
.preservation-steps__flow-headline-title-text {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3EA482;
  font-size: 42px;
}
.preservation-steps__flow-headline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__flow-intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.preservation-steps__flow-intro.is-half {
  width: calc((100% - 50px) / 2);
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
}
.preservation-steps__flow-intro-flexbox {
  display: flex;
  width: 100%;
  max-width: 1000px;
  gap: 50px;
}
.preservation-steps__flow-intro-label {
  background-color: #3EA482;
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.preservation-steps__flow-intro-lead-text {
  text-align: center;
  letter-spacing: 0.05em;
}
.preservation-steps__flow-intro-img {
  width: 100%;
}
.preservation-steps__flow-intro-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__flow-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.preservation-steps__flow-item {
  position: relative;
  padding-bottom: 130px;
}
.preservation-steps__flow-item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: url("../img/icon_dubble-arrow-downwards.webp") no-repeat center center/contain;
  bottom: 30px;
  width: 70px;
  height: 70px;
}
.preservation-steps__flow-item:last-of-type {
  padding-bottom: 0;
}
.preservation-steps__flow-item:last-of-type::after {
  display: none;
}
.preservation-steps__flow-item-inner {
  position: relative;
  border: 1px solid #3EA482;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 50px 20px;
  border-radius: 15px;
}
.preservation-steps__flow-item-inner.has-margin-bottom {
  margin-bottom: 50px;
}
.preservation-steps__flow-number {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #3EA482;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  padding: 10px 70px 30px 10px;
}
.preservation-steps__flow-number-text {
  font-weight: bold;
  line-height: 1 !important;
  color: #FFFFFF;
  font-size: 40px;
}
.preservation-steps__flow-title {
  width: 100%;
  max-width: 770px;
  padding: 0 30px;
  margin: 0 auto 40px;
}
.preservation-steps__flow-title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  color: #3EA482;
  font-size: 32px;
}
.preservation-steps__flow-label {
  border-radius: 9999px;
  line-height: 1 !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  width: 100%;
  max-width: 770px;
  padding: 5px 15px;
  margin: 0 auto 30px;
  font-size: 20px;
}
.preservation-steps__flow-label.is-color1 {
  background-color: #3EA482;
}
.preservation-steps__flow-label.is-color2 {
  background-color: #D73E65;
}
.preservation-steps__flow-label.is-color3 {
  background-color: #F6DF08;
}
.preservation-steps__flow-catch {
  position: relative;
  width: fit-content;
  max-width: 770px;
  margin: 0 auto 30px;
}
.preservation-steps__flow-catch-text {
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  font-size: 34px;
}
.preservation-steps__flow-catch-img {
  position: absolute;
  top: -80px;
  right: -110px;
  width: 100px;
  height: 100px;
}
.preservation-steps__flow-catch-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__flow-lead {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 30px;
}
.preservation-steps__flow-lead.is-margin-bottom-0 {
  margin-bottom: 0;
}
.preservation-steps__flow-lead-text {
  letter-spacing: 0.1em;
  font-size: 20px;
  text-align: center;
}
.preservation-steps__flow-lead-text.is-color1 {
  color: #D73E65;
}
.preservation-steps__flow-lead-text.is-bold {
  font-weight: bold;
}
.preservation-steps__flow-lead-text.is-center {
  text-align: center;
}
.preservation-steps__flow-alert {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 30px;
}
.preservation-steps__flow-alert-text {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 34px;
}
.preservation-steps__flow-alert .is-color1 {
  color: #3EA482;
}
.preservation-steps__flow-alert .has-underline-emphasis {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.preservation-steps__flow-alert .has-underline-emphasis::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: url("../img/icon_underline-yellow.svg") no-repeat center center/contain;
  height: 20px;
}
.preservation-steps__flow-attention {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #E75E69;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  font-size: 18px;
}
.preservation-steps__flow-compare {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 770px;
  margin: 0 auto 30px;
}
.preservation-steps__flow-compare-icon {
  width: auto;
  height: 80px;
  margin: 0 auto 5px;
}
.preservation-steps__flow-compare-icon img {
  display: block;
  width: auto;
  height: 100% !important;
}
.preservation-steps__flow-compare-name {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.preservation-steps__flow-compare-devider {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3EA482;
  margin: auto calc(15vw / 3.75);
  width: 50px;
  height: 50px;
  margin: auto 40px;
}
.preservation-steps__flow-compare-devider-text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  color: #FFFFFF;
  margin-top: -5px;
  margin-left: -3px;
  font-size: 32px;
}
.preservation-steps__flow-subtitle {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 770px;
  margin: 0 auto 20px;
}
.preservation-steps__flow-subtitle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto 0;
  border-bottom: 2px dashed #3EA482;
  z-index: -1;
}
.preservation-steps__flow-subtitle-text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #FFFFFF;
  letter-spacing: 0.1em;
  padding: 20px;
  font-size: 22px;
}
.preservation-steps__flow-subtitle-text .is-color1 {
  font-weight: bold;
  color: #3EA482;
}
.preservation-steps__flow-description {
  flex: 1;
}
.preservation-steps__flow-description-flexbox {
  display: flex;
  gap: 50px;
  width: 100%;
  max-width: 770px;
  margin: 0 auto 30px;
}
.preservation-steps__flow-description-flexbox.is-margin-bottom-0 {
  margin-bottom: 0;
}
.preservation-steps__flow-description-icon {
  max-width: 630px;
  margin: 0 auto 20px;
}
.preservation-steps__flow-description-icon-name {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #3EA482;
  max-width: 44px;
  font-size: 22px;
  line-height: 1.4 !important;
}
.preservation-steps__flow-description-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__flow-description-icon.is-flex-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.preservation-steps__flow-description-icon.is-flex-item img {
  max-width: 80px;
}
.preservation-steps__flow-description-icon.is-margin-bottom-0 {
  margin-bottom: 0;
}
.preservation-steps__flow-description-icon.has-margin-bottom-30 {
  margin-bottom: 30px;
}
.preservation-steps__flow-description-text {
  line-height: 1.6;
  font-size: 20px;
}
.preservation-steps__flow-media {
  overflow: hidden;
  border-radius: 15px;
}
.preservation-steps__flow-media.is-half {
  flex: 1;
}
.preservation-steps__flow-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preservation-steps__flow-media-flexbox {
  display: flex;
  gap: 50px;
}
.preservation-steps__staff {
  padding: 100px 0;
}
.preservation-steps__staff-inner {
  position: relative;
  padding: 0 20px;
}
.preservation-steps__staff-card {
  border: 5px solid rgba(62, 164, 130, 0.5);
  width: 100%;
  max-width: 1000px;
  padding: 30px 70px;
  margin: 0 auto;
}
.preservation-steps__staff-comment {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 20px;
}
.preservation-steps__staff-comment::before, .preservation-steps__staff-comment::after {
  content: "";
  display: block;
  width: 35px;
  height: 45px;
}
.preservation-steps__staff-comment::before {
  margin-bottom: auto;
  background: url("../img/icon_hook-start-green.webp") no-repeat top left/contain;
}
.preservation-steps__staff-comment::after {
  margin-top: auto;
  background: url("../img/icon_hook-end-green.webp") no-repeat top right/contain;
}
.preservation-steps__staff-comment-text {
  font-weight: bold;
  line-height: 2 !important;
  color: #3EA482;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  font-size: 34px;
}
.preservation-steps__staff-balloon {
  position: absolute;
  right: auto;
  left: auto;
  display: block;
  top: -75px;
  width: 90px;
  height: auto;
  translate: -80px 0;
}
.preservation-steps__staff-balloon img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__staff-label {
  background-color: #3EA482;
  line-height: 1 !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  font-size: 24px;
}
.preservation-steps__staff-label.is-margin-bottom-0 {
  margin-bottom: 0;
}
.preservation-steps__staff-label .is-small {
  font-size: 0.8em;
  vertical-align: text-top;
}
.preservation-steps__staff-label-container {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.preservation-steps__staff-customer {
  margin-bottom: 40px;
}
.preservation-steps__staff-customer-title {
  font-weight: bold;
  text-align: center;
  color: #3EA482;
  margin-bottom: 15px;
  font-size: 28px;
}
.preservation-steps__staff-customer-voice {
  position: relative;
  border: 1px solid #3EA482;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.preservation-steps__staff-customer-voice::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #3EA482;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  bottom: -15px;
  width: 30px;
  height: 15px;
}
.preservation-steps__staff-customer-voice-text {
  font-size: 21px;
}
.preservation-steps__staff-customer-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.preservation-steps__staff-customer-icon {
  width: 60px;
  margin-right: 20px;
}
.preservation-steps__staff-customer-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__staff-customer-text {
  font-size: 18px;
}
.preservation-steps__staff-important-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  color: #3EA482;
  margin-bottom: 10px;
  font-size: 28px;
}
.preservation-steps__staff-important-title::before {
  content: "";
  display: block;
  background: url("../img/icon_heart-in-hand-green.webp") no-repeat center center/contain;
  width: 50px;
  height: 40px;
  margin-top: -6px;
  margin-right: 20px;
}
.preservation-steps__staff-important-body {
  display: flex;
  align-items: flex-end;
  margin-top: -20px;
  margin-bottom: -50px;
}
@media screen and (min-width: 992px) {
  .preservation-steps__staff-important-body {
    margin-top: -160px;
  }
}
.preservation-steps__staff-important-description {
  flex: 1;
  line-height: 2 !important;
  padding-bottom: 70px;
  font-size: 22px;
}
.preservation-steps__staff-important-photo {
  position: relative;
  margin-left: 10px;
  margin-right: -85px;
}
.preservation-steps__staff-important-photo-img {
  margin-left: auto;
  width: 170px;
  margin-right: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .preservation-steps__staff-important-photo-img {
    width: 210px;
  }
}
.preservation-steps__staff-important-photo-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__staff-important-photo-label {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: fit-content;
  background-color: #000000;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  color: #FFFFFF;
  z-index: 1;
  padding: 8px 50px;
  font-size: 18px;
}
.preservation-steps__voices {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(217, 217, 217, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(217, 217, 217, 0.2) calc(100% - 1px));
  background-repeat: repeat;
  background-position: top center;
  background-size: 20px 20px;
  background-color: #FBFBF8;
  padding: 0 0 100px;
}
.preservation-steps__voices-inner {
  padding: 0 20px;
}
.preservation-steps__voices-headline {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.preservation-steps__voices-headline-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
}
.preservation-steps__voices-headline-title-ja {
  background-color: #3EA482;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 20px 20px 0;
  font-size: 36px;
}
.preservation-steps__voices-headline-title-en {
  font-weight: bold;
  text-align: center;
  line-height: 0.75 !important;
  letter-spacing: 0.1em;
  color: rgba(62, 164, 130, 0.1);
  margin-top: -10px;
  font-size: 86px;
  white-space: nowrap;
}
.preservation-steps__voices-headline-title::before, .preservation-steps__voices-headline-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  background-color: #3EA482;
  bottom: 1px;
  height: 50px;
}
.preservation-steps__voices-headline-title::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.preservation-steps__voices-headline-title::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.preservation-steps__voices-intro {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
.preservation-steps__voices-balloon {
  display: block;
  width: fit-content;
  height: 86px;
  margin-bottom: 20px;
}
.preservation-steps__voices-balloon:nth-of-type(2n + 1) {
  margin-right: auto;
}
.preservation-steps__voices-balloon:nth-of-type(2n) {
  margin-left: auto;
}
.preservation-steps__voices-balloon:last-of-type {
  margin-bottom: 0;
}
.preservation-steps__voices-balloon img {
  display: block;
  width: auto;
  height: 100% !important;
}
.preservation-steps__voices-list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.preservation-steps__voices-item {
  margin-bottom: 30px;
}
.preservation-steps__voices-accordion[open] .is-bg-close {
  display: none;
}
.preservation-steps__voices-accordion[open] .is-bg-open {
  display: block;
}
.preservation-steps__voices-accordion[open] .has-icon::after {
  rotate: -135deg;
  transition: rotate 0.3s;
}
.preservation-steps__voices-accordion-head {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  height: 76px;
}
.preservation-steps__voices-accordion-head-inner {
  position: relative;
  display: flex;
  padding: 14px 50px 0 20px;
}
.preservation-steps__voices-accordion-head-inner.has-icon::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: 45deg;
  transition: rotate 0.3s;
  right: 20px;
  width: 13px;
  height: 13px;
  border-right: 3px solid #3EA482;
  border-bottom: 3px solid #3EA482;
  translate: 0 2px;
}
.preservation-steps__voices-accordion-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.preservation-steps__voices-accordion-head-bg.is-bg-close {
  display: block;
}
.preservation-steps__voices-accordion-head-bg.is-bg-open {
  display: none;
}
.preservation-steps__voices-accordion-head-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__voices-accordion-head-icon {
  display: block;
  flex-basis: 60px;
  height: 61px;
  margin-left: 5px;
  margin-right: 20px;
}
.preservation-steps__voices-accordion-head-icon img {
  display: block;
  width: auto;
  height: 100% !important;
}
.preservation-steps__voices-accordion-head-content {
  flex: 1;
  display: flex;
  align-items: center;
}
.preservation-steps__voices-accordion-body {
  position: relative;
  background-color: #FFFFFF;
  z-index: 1;
  padding: 0 50px 40px 20px;
  margin-top: -2px;
  border-left: 1px solid #57B597;
  border-right: 1px solid #57B597;
  border-bottom: 1px solid #57B597;
}
.preservation-steps__voices-accordion-description {
  border-top: 1px solid #3EA482;
  line-height: 2 !important;
  letter-spacing: 0.05em;
  padding-top: 20px;
  font-size: 16px;
}
.preservation-steps__voices-user-order {
  line-height: 1 !important;
  letter-spacing: 0.05em;
  flex-basis: 220px;
}
.preservation-steps__voices-user-info {
  display: flex;
  align-items: center;
}
.preservation-steps__voices-user-detail {
  font-weight: bold;
  line-height: 1 !important;
  font-size: 14px;
}
.preservation-steps__voices-rating {
  margin-right: 20px;
}
.preservation-steps__voices-rating-icon {
  letter-spacing: -0.1em;
  color: #FFD558;
  font-size: 20px;
}
.preservation-steps__compare-voice {
  position: relative;
}
.preservation-steps__compare-voice-inner {
  position: relative;
  background-color: #F6F3F9;
  z-index: 1;
  padding: 100px 20px;
}
.preservation-steps__compare-voice-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/bg_pattern-dot.webp") repeat-x top center/50%;
}
.preservation-steps__compare-voice-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.preservation-steps__compare-voice-card {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #3EA482;
  flex: 1;
  min-width: 450px;
  padding: 10px;
  border-radius: 10px;
}
.preservation-steps__compare-voice-card-title {
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  background-color: #3EA482;
  border-radius: 9999px;
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  top: -30px;
  padding: 12px 40px;
  font-size: 32px;
  z-index: 2;
}
.preservation-steps__compare-voice-card-box {
  margin-bottom: 10px;
}
.preservation-steps__compare-voice-card-box:last-of-type {
  margin-bottom: 0;
}
.preservation-steps__compare-voice-card-photo {
  width: 100%;
}
.preservation-steps__compare-voice-card-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__compare-voice-card:last-of-type {
  margin-bottom: 0;
}
.preservation-steps__compare-voice::after {
  content: "";
  display: block;
  background-color: #F6F3F9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 400px;
  height: 75px;
  margin: -1px auto 0;
}
.preservation-steps__compare-table {
  padding: 100px 0;
}
.preservation-steps__compare-table-inner {
  padding: 0 20px;
}
.preservation-steps__compare-table-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  font-size: 36px;
}
.preservation-steps__compare-table-title .is-merit {
  color: #3EA482;
  margin-right: 20px;
}
.preservation-steps__compare-table-title .is-demerit {
  color: #707070;
  margin-left: 20px;
}
.preservation-steps__compare-table-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
}
.preservation-steps__compare-table-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__compare-table-lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.preservation-steps__compare-table-lead-text {
  text-align: center;
  line-height: 2.4 !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.preservation-steps__compare-conclusion {
  position: relative;
  background-color: #3EA482;
  padding: 150px 0 150px;
}
.preservation-steps__compare-conclusion::before, .preservation-steps__compare-conclusion::after {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  background-color: #FFFFFF;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #FFFFFF 2px, #FFFFFF 10px), repeating-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 2px, transparent 2px, transparent 10px);
  bottom: -1px;
  height: 100px;
}
.preservation-steps__compare-conclusion::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.preservation-steps__compare-conclusion::after {
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.preservation-steps__compare-conclusion-inner {
  padding: 0 20px;
}
.preservation-steps__compare-conclusion-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 400px;
  height: 75px;
  margin: -1px auto 0;
}
.preservation-steps__compare-conclusion-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg_pattern-stripe-diagonal.svg") no-repeat top center/cover;
}
.preservation-steps__compare-conclusion-title {
  font-weight: bold;
  text-align: center;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 34px;
}
.preservation-steps__compare-conclusion-title-label {
  display: inline-block;
  background-color: #FFFFFF;
  color: #3EA482;
  padding: 8px 30px;
  border-radius: 15px;
}
.preservation-steps__compare-conclusion-title-label:first-of-type {
  margin-right: 20px;
}
.preservation-steps__compare-conclusion-title-label:last-of-type {
  margin-left: 20px;
}
.preservation-steps__compare-conclusion-catch {
  width: fit-content;
  text-align: center;
  background: linear-gradient(transparent 90%, yellow 20%);
  font-weight: bold;
  color: #FFFFFF;
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 36px;
  letter-spacing: 0.1em;
}
.preservation-steps__compare-conclusion-checkList {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
.preservation-steps__compare-conclusion-checkList-item {
  position: relative;
  font-weight: bold;
  line-height: 1.4 !important;
  color: #FFFFFF;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 20px;
}
.preservation-steps__compare-conclusion-checkList-item::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background: url("../img/icon_check-box-white.webp") no-repeat center center/contain;
  top: 5px;
  width: 21px;
  height: 20px;
}
.preservation-steps__compare-conclusion-checkList-item:last-of-type {
  margin-bottom: 0;
}
.preservation-steps__counsel {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #FFFFFF 2px, #FFFFFF 10px), repeating-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 2px, transparent 2px, transparent 10px);
  margin-top: -100px;
  padding: 200px 0 100px;
}
.preservation-steps__counsel-inner {
  padding: 0 20px;
}
.preservation-steps__counsel-title-img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 30px;
}
.preservation-steps__counsel-title-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__counsel-catch {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.preservation-steps__counsel-catch-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1 !important;
  color: #6C590E;
  font-size: 42px;
  margin-bottom: 50px;
}
.preservation-steps__counsel-catch-text .is-strong {
  font-family: "Noto Serif", serif;
  font-size: 2em;
  margin-right: 5px;
}
.preservation-steps__counsel-catch-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.preservation-steps__counsel-catch-title::before, .preservation-steps__counsel-catch-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 150px;
}
.preservation-steps__counsel-catch-title::before {
  background: url("../img/icon_emphasis-line-yellow-left.webp") no-repeat center center/contain;
}
.preservation-steps__counsel-catch-title::after {
  background: url("../img/icon_emphasis-line-yellow-right.webp") no-repeat center center/contain;
}
.preservation-steps__counsel-catch-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #3EA482;
  font-size: 36px;
  line-height: 1.8 !important;
}
.preservation-steps__counsel-catch-img {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.preservation-steps__counsel-catch-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__counsel-catch-notion {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
}
.preservation-steps__counsel-catch-notion-text {
  font-size: 12px;
}
.preservation-steps__counsel-area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.preservation-steps__counsel-area img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__counsel-buttons {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.preservation-steps__counsel-buttons-title {
  position: relative;
  display: flex;
  width: fit-content;
  border-radius: 9999px;
  background-color: #ffd558;
  max-width: 400px;
  padding: 12px 15px 12px 40px;
  margin: 0 auto 30px;
}
.preservation-steps__counsel-buttons-title::before {
  position: absolute;
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1E1926;
  color: #FFFFFF;
  text-align: center;
  line-height: 1 !important;
  top: 8px;
  left: 8px;
  width: 25px;
  height: 25px;
  font-size: 16px;
}
.preservation-steps__counsel-buttons-title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  background-color: #ffd558;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  bottom: -9px;
  width: 15px;
  height: 10px;
}
.preservation-steps__counsel-buttons-title-text {
  margin: auto 0;
  font-weight: bold;
  line-height: 1 !important;
  white-space: nowrap;
  font-size: 18px;
}
.preservation-steps__counsel-buttons-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.preservation-steps__service {
  background-color: #F7F7F7;
  padding: 100px 0;
}
.preservation-steps__service-inner {
  padding: 0 20px;
}
.preservation-steps__service-title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  font-size: 34px;
}
.preservation-steps__service-catch {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.preservation-steps__service-catch-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.preservation-steps__service-catch-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__service-contents {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .preservation-steps__service-contents {
    max-width: 1000px;
  }
}
.preservation-steps__service-list {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
}
.preservation-steps__service-item {
  position: relative;
  width: 50%;
  padding: 25px;
}
@media screen and (min-width: 1200px) {
  .preservation-steps__service-item {
    width: 25%;
  }
}
.preservation-steps__service-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 1px;
  margin: auto 0;
  background-color: #3EA482;
  height: calc(100% - 30px);
}
.preservation-steps__service-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #3EA482;
  width: calc(100% - 30px);
}
@media screen and (min-width: 1200px) {
  .preservation-steps__service-item::after {
    display: none;
  }
}
.preservation-steps__service-item:nth-of-type(2n)::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .preservation-steps__service-item:nth-of-type(2n)::before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .preservation-steps__service-item:nth-of-type(4n)::before {
    display: none;
  }
}
.preservation-steps__service-item:nth-last-child(2)::after, .preservation-steps__service-item:last-of-type::after {
  display: none;
}
.preservation-steps__service-icon {
  width: 100px;
  margin: 0 auto 20px;
}
.preservation-steps__service-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-steps__service-name {
  font-weight: bold;
  text-align: center;
  color: #3EA482;
  margin-bottom: 20px;
  font-size: 18px;
}
.preservation-steps__service-description {
  margin-bottom: 20px;
}
.preservation-steps__service-description-text {
  line-height: 1.6;
  font-size: 16px;
}
.preservation-steps__service-detail {
  font-weight: bold;
  font-size: 16px;
}
.preservation-steps__service-button {
  display: block;
  padding: 70px 0;
}
.preservation-steps__service-button-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 9999px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 360px;
  padding: 22px 60px;
  margin: 0 auto;
  background-color: #57b597;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid #57b597;
  font-size: 17px;
  color: #FFFFFF;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s !important;
  cursor: pointer;
  pointer-events: auto;
}
.preservation-steps__service-button-link:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  color: #57b597;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s !important;
}
.preservation-steps__service-button-link:hover::before {
  background-color: #57b597;
  transition: background-color 0.3s !important;
}
.preservation-steps__service-button-link:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0.3s !important;
}
.preservation-steps__service-button-link::before, .preservation-steps__service-button-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
.preservation-steps__service-button-link::before {
  background-color: #FFFFFF;
  border-radius: 50%;
  right: 25px;
  width: 24px;
  height: 24px;
  transition: background-color 0.3s !important;
}
.preservation-steps__service-button-link::after {
  rotate: -45deg;
  right: 34px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #57b597;
  transition: border-color 0.3s !important;
}

.preservation-guarantee {
  position: relative;
  background-color: #F6F3F9;
  overflow: hidden;
  z-index: 0;
  background-position: center center;
  background-image: url("../img/preservation-guarantee_bg.webp");
  background-size: 750px;
  padding: 100px 0;
}
.preservation-guarantee__inner {
  padding: 0 20px;
}
.preservation-guarantee__headline {
  line-height: 1.5;
  margin-bottom: 30px;
}
.preservation-guarantee__headline-title {
  font-family: "Noto Serif", serif;
  text-align: center;
}
.preservation-guarantee__headline-title.is-large {
  letter-spacing: 0.4em;
  font-size: 34px;
}
.preservation-guarantee__headline-title.is-small {
  letter-spacing: 0.15em;
  font-size: 18px;
}
.preservation-guarantee__banner {
  margin-bottom: 30px;
}
.preservation-guarantee__banner-img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.preservation-guarantee__banner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-guarantee__banner-text {
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.8 !important;
  margin-top: 20px;
  font-size: 14px;
}
.preservation-guarantee__hi-service {
  width: 100%;
  max-width: 170px;
  margin: 0 auto 50px;
}
.preservation-guarantee__hi-service img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-guarantee__others-title {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 18px;
}
.preservation-guarantee__others-list {
  display: flex;
  max-width: 650px;
  margin: 0 auto;
  gap: 40px;
}
.preservation-guarantee__others-item {
  display: block;
  width: calc((100% - 120px) / 4);
}
.preservation-guarantee__others-img {
  width: 100%;
}
.preservation-guarantee__others-img img {
  display: block;
  width: 100%;
  height: auto;
}
.preservation-guarantee__lead {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-size: 24px;
}

.preservation-search {
  /*
  &__headline {
      @if $type ==sp {
          padding: 0 spCalc(15);
      }

      @if $type ==pc {
          padding: 0 20px;
      }

      &-title {
          font-weight: bold;
          text-align: center;
          letter-spacing: 0.05em;
          color: #3EA482;

          @if $type ==sp {
              margin-bottom: spCalc(30);
              font-size: spCalc(30);
          }

          @if $type ==pc {
              width: 100%;
              max-width: 1000px;
              margin: 0 auto 50px;
              font-size: 34px;
          }
      }

      &-img {
          @if $type ==pc {
              width: 100%;
              max-width: 600px;
              margin: 0 auto;
          }

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

  &__list {
      &-item {
          height: auto !important;
      }

      &-link {
          color: #333 !important;
          text-decoration: none !important;
      }

      &-img {
          @if $type ==sp {
              height: spCalc(145);
          }

          @if $type ==pc {
              height: 150px;
          }

          img {
              display: block;
              width: 100%;
              height: 100% !important;
              object-fit: cover;
          }
      }
  }*/
}

.archive-search-questionary-header {
  padding: 80px 0;
}
.archive-search-questionary-header__inner {
  padding: 0 20px;
}
.archive-search-questionary-header__english {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #51AB8E;
  padding: 0 25px;
  margin: 0 auto 14px;
  font-size: 18px;
}
.archive-search-questionary-header__english::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../img/archive-search-questionary-header__title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.archive-search-questionary-header__english::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../img/archive-search-questionary-header__title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.archive-search-questionary-header__title {
  position: relative;
  color: #51AB8E;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
  margin-bottom: 30px;
  font-size: 36px;
}
.archive-search-questionary-header__title .is-japanese {
  display: block;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.archive-search-questionary-header__title .is-saijou-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #000000;
}
.archive-search-questionary-header__catch-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.archive-search-questionary-header__img {
  width: fit-content;
  margin: 50px auto 0;
}
.archive-search-questionary-header__img img {
  display: block;
}

.archive-staff__block:not(:last-child) {
  margin-top: 90px;
}
.archive-staff__title {
  font-weight: bold;
  color: #57b597;
  font-size: 26px;
  margin-bottom: 50px;
}
.archive-staff__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 168px);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  justify-content: center;
  text-align: center;
}
.archive-staff__item {
  width: 168px;
}
.archive-staff__item a {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.archive-staff__item a:hover {
  transform: translateY(-4px);
  opacity: 0.8;
}
.archive-staff__img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  margin-bottom: 18px;
}
.archive-staff__text-name {
  text-align: center;
  line-height: 1;
  font-size: 15px;
}

.archive-interview__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 480px);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  justify-content: center;
}
.archive-interview__item {
  background-color: #fff;
}
.archive-interview__item-link {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.archive-interview__item-link .is-img {
  scale: 1;
  transition: scale 0.3s ease;
}
.archive-interview__item-link:hover {
  opacity: 0.8;
}
.archive-interview__item-link:hover .is-img {
  scale: 1.1;
}
.archive-interview__item-img {
  width: 480px;
  height: 210px;
  overflow: hidden;
}
.archive-interview__item-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.archive-interview__item-box {
  font-size: 16px;
  padding: 27px 30px 32px;
}
.archive-interview__item-info {
  font-size: 18px;
  margin-bottom: 7px;
}
.archive-interview__item-info-address {
  font-weight: bold;
  margin-right: 15px;
}
.archive-interview__item-title {
  font-weight: bold;
  color: #57b597;
  font-size: 26px;
  margin-bottom: 15px;
}
.archive-interview__item-catch {
  line-height: 1.5;
}

.knowledge-page-top__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 480px);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  justify-content: center;
}
.knowledge-page-top__item {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 480px;
}
.knowledge-page-top__item a {
  display: block;
}
.knowledge-page-top__item a img {
  transition: transform 0.3s ease;
}
.knowledge-page-top__item a img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.knowledge-page-top__item-img img {
  object-fit: cover;
  width: 480px;
  height: 240px;
}
.knowledge-page-top__item-box {
  font-size: 16px;
  padding: 27px 30px 32px;
}
.knowledge-page-top__item-title {
  color: #57b597;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}
.knowledge-page-top__item-text {
  line-height: 1.5;
}

.jiinshoukai {
  max-width: 100vw;
  overflow-x: hidden;
}

.jiinshoukai-section {
  position: relative;
  background-color: #F6F3F9;
  overflow: hidden;
  z-index: 1;
}
.jiinshoukai-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 1550px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-section__bg-pc.webp") no-repeat top center/contain;
  translate: 0 -100px;
}

.jiinshoukai-top {
  position: relative;
  overflow: hidden;
}
.jiinshoukai-top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: 0;
  max-width: 1450px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-top__bg-pc.webp") no-repeat bottom center/contain;
  translate: 0 30px;
}

.jiinshoukai-fv {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  background: linear-gradient(180deg, #FFFFFF 80%, transparent 100%);
}
.jiinshoukai-fv__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  max-width: 900px;
  padding: 50px 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .jiinshoukai-fv__inner {
    padding-top: 30px;
  }
}
.jiinshoukai-fv__headline-lead {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3EA482;
  text-shadow: 0 0 5px #FFFFFF;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .jiinshoukai-fv__headline-lead {
    font-size: 28px;
  }
}
.jiinshoukai-fv__headline-lead .has-underline {
  position: relative;
  display: inline-block;
}
.jiinshoukai-fv__headline-lead .has-underline::after {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3EA482;
  z-index: 0;
  bottom: 3px;
}
.jiinshoukai-fv__headline-title {
  font-family: "Noto Serif", serif;
  margin-bottom: 30px;
}
.jiinshoukai-fv__headline-title-label {
  display: inline-block;
  background-color: #3EA482;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px 10px 11px;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .jiinshoukai-fv__headline-title-label {
    font-size: 28px;
  }
}
.jiinshoukai-fv__headline-title-label:first-of-type {
  margin-right: 10px;
}
.jiinshoukai-fv__headline-title-text {
  display: inline-block;
  font-weight: lighter;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #3EA482;
  padding-top: 30px;
  font-size: 58px;
}
@media screen and (min-width: 768px) {
  .jiinshoukai-fv__headline-title-text {
    font-size: 72px;
  }
}
.jiinshoukai-fv__badge-wrapper {
  position: relative;
  display: flex;
  z-index: 1;
  margin-left: -10px;
}
.jiinshoukai-fv__badge-item {
  width: 170px;
}
.jiinshoukai-fv__badge-item:first-of-type {
  margin-right: 10px;
}
.jiinshoukai-fv__badge-item img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-fv__bg {
  width: 1680px;
  margin-left: calc((1680px - 100%) / 2 * -1 + 100px);
}
@media screen and (min-width: 768px) {
  .jiinshoukai-fv__bg {
    margin: 0 calc((1680px - 100%) / 2 * -1);
  }
}
@media screen and (min-width: 1400px) {
  .jiinshoukai-fv__bg {
    margin: 0 auto;
  }
}
.jiinshoukai-fv__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.jiinshoukai-introduce {
  position: relative;
  overflow-x: hidden;
  padding: 70px 0;
}
.jiinshoukai-introduce.is-top {
  padding-bottom: 0;
  margin-top: -290px;
}
@media screen and (min-width: 768px) {
  .jiinshoukai-introduce.is-top {
    margin-top: -270px;
  }
}
.jiinshoukai-introduce.is-top01 {
  padding-bottom: 0;
  margin-top: -290px;
}
@media screen and (min-width: 768px) {
  .jiinshoukai-introduce.is-top01 {
    margin-top: -270px;
  }
}
.jiinshoukai-introduce.is-top02 {
  padding-bottom: 0;
}
.jiinshoukai-introduce.is-top03 {
  padding-bottom: 0;
}
.jiinshoukai-introduce.is-top04 {
  padding-bottom: 0;
}
.jiinshoukai-introduce.is-bg-color1 {
  background-color: #F6F3F9;
}
.jiinshoukai-introduce.has-bg {
  z-index: 0;
}
.jiinshoukai-introduce.has-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 1400px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-introduce__bg-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-introduce__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-introduce__headline {
  margin-bottom: 30px;
}
.jiinshoukai-introduce__headline-title {
  margin-bottom: 20px;
}
.jiinshoukai-introduce__headline-title-text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.25em;
  font-size: 26px;
}
.jiinshoukai-introduce__headline-title-text .is-emphasis {
  font-size: 1.8em;
}
.jiinshoukai-introduce__headline-lead-text {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #1D1926;
  font-size: 20px;
}
.jiinshoukai-introduce__cg {
  max-width: 530px;
  margin: 0 auto 70px;
}
.jiinshoukai-introduce__cg-head-img {
  width: 100%;
}
.jiinshoukai-introduce__cg-head-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-introduce__cg-flexbox {
  display: flex;
  gap: 10px;
  padding: 0 40px;
  margin-top: -12px;
}
.jiinshoukai-introduce__cg-card {
  flex: 1;
  border: 1px solid #d2d2d2;
  background-color: #FFF;
  padding: 12px 10px 18px;
  border-radius: 8px;
}
.jiinshoukai-introduce__cg-card-img {
  width: 100%;
  margin-bottom: 15px;
}
.jiinshoukai-introduce__cg-card-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-introduce__cg-card-name {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.jiinshoukai-introduce__service {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 50px;
}
.jiinshoukai-introduce__service::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/area-lp-head-flower-right.webp") no-repeat center center/contain;
  top: -100px;
  right: -120px;
  width: 250px;
  height: 250px;
}
.jiinshoukai-introduce__service-inner {
  background-color: #57b597;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%);
  background-repeat: repeat;
  overflow: hidden;
  padding: 30px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
@media screen and (min-width: 768px) {
  .jiinshoukai-introduce__service-inner {
    padding: 30px 50px;
  }
}
.jiinshoukai-introduce__service-title {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-top: 35px;
  margin-bottom: 15px;
}
.jiinshoukai-introduce__service-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 28px;
  background: url("../img/jiinshoukai__title-ribbon-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-introduce__service-title-img {
  display: inline-block;
  height: 50px;
}
.jiinshoukai-introduce__service-title-img img {
  display: block;
  width: auto;
  height: 100%;
}
.jiinshoukai-introduce__service-title-text {
  font-family: "Noto Serif", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 36px;
}
.jiinshoukai-introduce__service-notion.has-margin-bottom {
  margin-bottom: 15px;
}
.jiinshoukai-introduce__service-notion-text {
  font-family: "Noto Serif", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.jiinshoukai-introduce__service-notion-text.is-small {
  letter-spacing: 0em;
  font-size: 12px;
}
.jiinshoukai-introduce__service-notion-text.is-color1 {
  color: #FFFFFF;
}
.jiinshoukai-introduce__service-notion-text.is-font1 {
  font-family: "Noto Sans JP", sans-serif;
}
.jiinshoukai-introduce__service-frame {
  background-color: #FFFFFF;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.jiinshoukai-introduce__service-frame-title {
  position: relative;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 28px;
}
.jiinshoukai-introduce__service-frame-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: url("../img/jiinshoukai-introduce__service-frame-title-underline-pc.webp") no-repeat center center/contain;
}
.jiinshoukai-introduce__service-frame-cost {
  display: flex;
  justify-content: center;
  width: 100%;
}
.jiinshoukai-introduce__service-frame-cost-item {
  width: fit-content;
}
.jiinshoukai-introduce__service-frame-cost-item-name {
  display: block;
  width: fit-content;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  word-break: keep-all;
  white-space: nowrap;
  padding: 5px 7px;
  margin: 0 auto 10px;
  font-size: 16px;
}
.jiinshoukai-introduce__service-frame-cost-item-name.is-label {
  background-color: #FDD759;
  border-radius: 9999px;
}
.jiinshoukai-introduce__service-frame-cost-item-price {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  border-left: 1px solid #13956B;
  font-family: "Noto Serif", serif;
  padding: 10px 25px;
}
.jiinshoukai-introduce__service-frame-cost-item-price.is-border-none {
  border-left: 0;
}
.jiinshoukai-introduce__service-frame-cost-item-price .is-tax {
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  margin-right: 8px;
  font-size: 14px;
}
.jiinshoukai-introduce__service-frame-cost-item-price .is-number {
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -0.1em;
  color: #3EA482;
  margin-right: 8px;
  font-size: 56px;
}
.jiinshoukai-introduce__service-frame-cost-item-price .is-monetary-unit {
  font-weight: bold;
  font-size: 24px;
}
.jiinshoukai-introduce__service-complement {
  margin-bottom: 15px;
}
.jiinshoukai-introduce__service-complement-text {
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 14px;
}
.jiinshoukai-introduce__service-guidance-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding-bottom: 5px;
  font-size: 18px;
}
.jiinshoukai-introduce__service-guidance-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.jiinshoukai-introduce__cta {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.jiinshoukai-introduce__cta-title {
  position: relative;
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto 20px;
}
.jiinshoukai-introduce__cta-title::before, .jiinshoukai-introduce__cta-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  background-color: #E65E69;
  width: 3px;
  height: 30px;
}
.jiinshoukai-introduce__cta-title::before {
  left: 0;
  rotate: -15deg;
}
.jiinshoukai-introduce__cta-title::after {
  right: 0;
  rotate: 15deg;
}
.jiinshoukai-introduce__cta-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #E65E69;
  padding-bottom: 4px;
  font-size: 24px;
}
.jiinshoukai-introduce__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.jiinshoukai-strength {
  width: 100%;
  max-width: 1000px;
  padding: 70px 0;
  margin: 0 auto;
}
.jiinshoukai-strength__inner {
  padding: 0 20px;
}
.jiinshoukai-strength__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 30px;
}
.jiinshoukai-strength__item {
  width: calc((100% - 20px) / 2);
}
.jiinshoukai-strength__item-name {
  font-family: "Noto Serif", serif;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 auto 15px;
  font-size: 50px;
}
.jiinshoukai-strength__item-img {
  width: 100%;
}
.jiinshoukai-strength__item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-strength__lead-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-size: 20px;
}

.jiinshoukai-issue {
  position: relative;
  background-color: #F8F6EC;
  overflow: hidden;
  padding: 70px 0 0;
}
.jiinshoukai-issue::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 1220px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-issue__bg-pc.webp") no-repeat center center/contain;
  translate: 0 60px;
}
.jiinshoukai-issue__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-issue__headline {
  margin-bottom: 50px;
}
.jiinshoukai-issue__headline-title {
  position: relative;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding-top: 40px;
  font-size: 28px;
}
.jiinshoukai-issue__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 28px;
  background: url("../img/jiinshoukai__title-ribbon-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-issue__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 70px;
}
.jiinshoukai-issue__card-item {
  background-color: #FFFFFF;
  width: 230px;
  padding: 15px 20px;
  border-radius: 6px;
}
.jiinshoukai-issue__card-avatar {
  width: 110px;
  margin: 0 auto 15px;
}
.jiinshoukai-issue__card-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-issue__card-voice {
  height: fit-content;
}
.jiinshoukai-issue__card-voice-text {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: center;
}
.jiinshoukai-issue__lead {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: 630px;
  padding: 30px 100px 70px;
  margin: 0 auto;
}
.jiinshoukai-issue__lead-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.jiinshoukai-issue__lead-bg {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: -1;
  bottom: 10px;
}
.jiinshoukai-issue__lead-bg-item:nth-of-type(1) {
  width: 65px;
  margin-top: 30px;
}
.jiinshoukai-issue__lead-bg-item:nth-of-type(2) {
  width: 100px;
}
.jiinshoukai-issue__lead-bg-item img {
  display: block;
  width: 100%;
  height: auto;
}

.jiinshoukai-troubles {
  position: relative;
  overflow: hidden;
  padding-bottom: 98px;
}
.jiinshoukai-troubles::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 110%;
  margin: 0 -5%;
  background-color: #DDE1DF;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  height: 100px;
}
.jiinshoukai-troubles__inner {
  background-color: #DDE1DF;
  padding: 70px 20px 30px;
}
.jiinshoukai-troubles__headline {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px;
}
.jiinshoukai-troubles__headline-title {
  position: relative;
  width: fit-content;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25em;
  padding: 80px 0 2px;
  margin: 0 auto 30px;
  font-size: 34px;
}
.jiinshoukai-troubles__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: url("../img/jiinshoukai-troubles__headline-title-img-pc.webp") no-repeat center center/contain;
}
.jiinshoukai-troubles__headline-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.jiinshoukai-troubles__headline-catch-text {
  font-family: "Noto Serif", serif;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.jiinshoukai-troubles__case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 70px;
}
.jiinshoukai-troubles__case-item {
  width: 380px;
}
.jiinshoukai-troubles__case-title {
  position: relative;
  display: inline-block;
  background-color: #000000;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
  padding: 10px 3px 10px 15px;
  font-size: 24px;
  letter-spacing: 0.4em;
}
.jiinshoukai-troubles__case-card {
  background-color: #FFFFFF;
  padding: 15px;
  margin: -30px 10px 0;
  border-radius: 3px;
}
.jiinshoukai-troubles__case-img {
  width: 100%;
  margin-bottom: 15px;
}
.jiinshoukai-troubles__case-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-troubles__case-detail {
  display: flex;
  height: 120px;
}
.jiinshoukai-troubles__case-detail-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: 100%;
  height: fit-content;
  margin: auto 0;
  font-size: 16px;
}
.jiinshoukai-troubles__comment {
  position: relative;
  display: flex;
  background-color: #FFFFFF;
  padding: 15px 10px;
  margin: 26px 10px 0;
  border-radius: 3px;
}
.jiinshoukai-troubles__comment::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%);
  top: -15px;
  width: 25px;
  height: 16px;
}
.jiinshoukai-troubles__comment-avatar {
  margin-right: 20px;
}
.jiinshoukai-troubles__comment-avatar-img {
  margin: 0 auto;
  width: 70px;
}
.jiinshoukai-troubles__comment-avatar-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-troubles__comment-avatar-name {
  position: relative;
  display: block;
  background-color: #57b597;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  z-index: 1;
  width: 85px;
  padding: 6px;
  margin-top: -20px;
  border-radius: 3px;
  font-size: 13px;
}
.jiinshoukai-troubles__comment-description {
  height: fit-content;
  margin: auto 0;
}
.jiinshoukai-troubles__comment-description-text {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.6;
}
.jiinshoukai-troubles__outline {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.jiinshoukai-troubles__outline-title {
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto 20px;
}
.jiinshoukai-troubles__outline-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.jiinshoukai-troubles__outline-title-text {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.2em;
  font-size: 28px;
  font-weight: bold;
}
.jiinshoukai-troubles__outline-description-text {
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.jiinshoukai-troubles__outline-description-text .is-label {
  display: inline-block;
  background-color: #000000;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  padding: 10px 30px;
  margin-top: 20px;
  letter-spacing: 0.2em;
}

.jiinshoukai-solution {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}
.jiinshoukai-solution::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 1450px;
  margin: 0 auto 150px;
  background: url("../img/jiinshoukai-solution__bg-pc.webp") no-repeat bottom center/contain;
}
.jiinshoukai-solution__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-solution__headline {
  margin-bottom: 20px;
}
.jiinshoukai-solution__headline-title {
  font-family: "Noto Serif", serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  font-size: 50px;
}
.jiinshoukai-solution__headline-catch-text {
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 26px;
}
.jiinshoukai-solution__lead {
  position: relative;
  padding-top: 70px;
  margin-bottom: 20px;
}
.jiinshoukai-solution__lead::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1px;
  margin: 0 auto;
  background-color: #E6505C;
  height: 50px;
}
.jiinshoukai-solution__lead-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #1D1926;
  font-size: 20px;
}
.jiinshoukai-solution__chart {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 70px;
}
.jiinshoukai-solution__chart img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-solution__message {
  position: relative;
  padding-top: 80px;
}
.jiinshoukai-solution__message::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 26px;
  background: url("../img/jiinshoukai__title-ribbon-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-solution__message-flexbox {
  display: flex;
  justify-content: center;
}
.jiinshoukai-solution__message-lead-text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.6em;
  writing-mode: vertical-rl;
  font-size: 24px;
}
.jiinshoukai-solution__message-lead-text .is-color1 {
  color: #3DA482;
}
.jiinshoukai-solution__message-img {
  width: 280px;
  margin: 5px 0 0 -60px;
}
.jiinshoukai-solution__message-img img {
  display: block;
  width: 100%;
  height: auto;
}

.jiinshoukai-support {
  position: relative;
}
.jiinshoukai-support::before, .jiinshoukai-support::after {
  position: absolute;
  content: "";
  display: block;
  top: -90px;
  width: 200px;
  height: 200px;
}
.jiinshoukai-support::before {
  background: url("../img/area-lp-head-flower-left.webp") no-repeat center center/contain;
  left: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-support::before {
    left: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-support::after {
  background: url("../img/area-lp-head-flower-right.webp") no-repeat center center/contain;
  right: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-support::after {
    right: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-support__inner {
  background-color: #57b597;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%);
  background-repeat: repeat;
  overflow: hidden;
  padding: 70px 20px;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
.jiinshoukai-support__headline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.jiinshoukai-support__headline-balloon {
  position: relative;
  width: fit-content;
  border-radius: 9999px;
  background-color: #FFFFFF;
  padding: 10px 30px;
  margin: 0 auto 30px;
}
.jiinshoukai-support__headline-balloon::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  bottom: -10px;
  width: 15px;
  height: 11px;
}
.jiinshoukai-support__headline-balloon-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3EA482;
  font-size: 24px;
}
.jiinshoukai-support__headline-title {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 26px;
  letter-spacing: 0.2em;
}
.jiinshoukai-support__headline-title .is-emphasis {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  font-size: 2em;
}
.jiinshoukai-support__lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.jiinshoukai-support__lead-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 18px;
}
.jiinshoukai-support__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.jiinshoukai-support__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
}
.jiinshoukai-support__card-item {
  background-color: #FFFFFF;
  width: 390px;
  padding: 30px;
  border-radius: 10px;
}
.jiinshoukai-support__card-number {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #E75E69;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.jiinshoukai-support__card-number::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  background-color: #E75E69;
  width: 26px;
}
.jiinshoukai-support__card-title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 24px;
}
.jiinshoukai-support__card-img {
  width: 100%;
  margin-bottom: 20px;
}
.jiinshoukai-support__card-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-support__card-description-text {
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: justify;
  color: #1D1926;
  padding: 0 10px;
  font-size: 14px;
}
.jiinshoukai-support__frame {
  border: 3px solid #E6CA67;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 540px;
  padding: 5px;
  margin: 0 auto;
}
.jiinshoukai-support__frame-inner {
  border: 2px solid #E6CA67;
  padding: 10px 30px 30px;
}
.jiinshoukai-support__frame-title {
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
}
.jiinshoukai-support__frame-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background: url("../img/jiinshoukai-support__frame-title-icon-pc.webp") no-repeat center center/contain;
}
.jiinshoukai-support__frame-title-inner {
  position: relative;
  width: 100%;
}
.jiinshoukai-support__frame-title-inner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background-color: #E6505C;
  z-index: 0;
}
.jiinshoukai-support__frame-title-text {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #FFFFFF;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
  padding: 0 20px;
  font-size: 26px;
}
.jiinshoukai-support__frame-lead-text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.3em;
  font-size: 16px;
}
.jiinshoukai-support__frame-lead-text .is-emphasis {
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.4em;
}

.jiinshoukai-compare {
  position: relative;
}
.jiinshoukai-compare__inner {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 70px 20px;
}
.jiinshoukai-compare__inner.is-bg-color1 {
  background-color: #F8F6EC;
}
.jiinshoukai-compare__inner.is-bg-color1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 860px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-compare__bg-pc01.webp") no-repeat top center/contain;
  translate: 0 -40px;
}
.jiinshoukai-compare__inner.is-bg-color2 {
  background-color: #EDE8CD;
}
.jiinshoukai-compare__inner.is-bg-color2::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 150px;
  max-width: 1140px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-compare__bg-pc02.webp") no-repeat top center/contain;
}
.jiinshoukai-compare__inner.is-pb-0 {
  padding-bottom: 0;
}
.jiinshoukai-compare__headline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.jiinshoukai-compare__headline-catch {
  margin-bottom: 20px;
}
.jiinshoukai-compare__headline-catch-text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-size: 26px;
}
.jiinshoukai-compare__headline-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  font-size: 40px;
}
.jiinshoukai-compare__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.jiinshoukai-compare__body-title {
  position: relative;
  padding-top: 40px;
  margin-bottom: 20px;
}
.jiinshoukai-compare__body-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 26px;
  background: url("../img/jiinshoukai__title-ribbon-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-compare__body-title-text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #3FA481;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #3FA481;
  padding-bottom: 10px;
  font-size: 28px;
}
.jiinshoukai-compare__body-lead {
  margin-bottom: 20px;
}
.jiinshoukai-compare__body-lead-text {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #1D1926;
  font-size: 16px;
}
.jiinshoukai-compare__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.jiinshoukai-compare__card-item {
  background-color: #FFFFFF;
  width: 224px;
  padding: 20px;
  border-radius: 4px;
}
.jiinshoukai-compare__card-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.jiinshoukai-compare__card-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #3FA481;
  width: 40px;
  height: 2px;
}
.jiinshoukai-compare__card-title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.jiinshoukai-compare__card-description-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #1D1926;
  font-size: 13px;
}
.jiinshoukai-compare__illust {
  width: 320px;
  margin: 50px auto 0;
}
.jiinshoukai-compare__illust img {
  display: block;
  width: 100%;
  height: auto;
}

.jiinshoukai-styles {
  position: relative;
  padding: 30px 0 70px;
}
.jiinshoukai-styles::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  height: 428px;
  background: url("../img/jiinshoukai__bg-asanoha-pc.webp") repeat-x top center/contain;
}
.jiinshoukai-styles::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  background: url("../img/jiinshoukai__bg-sankuzushi-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-styles__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1450px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-styles__headline {
  margin-bottom: 80px;
}
.jiinshoukai-styles__headline-title {
  position: relative;
  padding-top: 70px;
  margin-bottom: 20px;
}
.jiinshoukai-styles__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1px;
  margin: 0 auto;
  background-color: #B5A050;
  height: 50px;
}
.jiinshoukai-styles__headline-title-text-en {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #b4a150;
  margin-bottom: 20px;
  font-size: 18px;
}
.jiinshoukai-styles__headline-title-text-ja {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.jiinshoukai-styles__headline-title-text-ja .is-emphasis {
  font-size: 1.7em;
}
.jiinshoukai-styles__headline-label-list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.jiinshoukai-styles__headline-label-item {
  display: block;
  background-color: #B09E4E;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  width: 200px;
  padding: 10px 15px;
  font-size: 22px;
}
.jiinshoukai-styles__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.jiinshoukai-styles__card-item {
  position: relative;
  border: 3px solid #EDEDED;
  background-color: #FFFFFF;
  width: calc((100% - 30px) / 2);
  min-width: 428px;
  padding: 40px 10px 20px;
  border-radius: 10px;
}
.jiinshoukai-styles__card-item:last-of-type {
  margin-bottom: 0;
}
.jiinshoukai-styles__card-badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #B09E4E;
  top: -15px;
  right: -15px;
  width: 75px;
  height: 75px;
  padding: 5px;
}
.jiinshoukai-styles__card-badge-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #FFFFFF;
  margin-top: 6px;
  margin-left: 3px;
  font-size: 16px;
}
.jiinshoukai-styles__card-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-size: 28px;
}
.jiinshoukai-styles__card-lead {
  margin-bottom: 15px;
}
.jiinshoukai-styles__card-lead-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.jiinshoukai-styles__card-graph {
  background-color: #F7F7F7;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.jiinshoukai-styles__card-graph-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin: 0 10px 5px;
}
.jiinshoukai-styles__card-graph-list::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #B09E4E;
  z-index: -1;
  height: 2px;
}
.jiinshoukai-styles__card-graph-item {
  display: block;
  border: 2px solid #B09E4E;
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
}
.jiinshoukai-styles__card-graph-item.is-active {
  position: relative;
  width: 28px;
  height: 28px;
}
.jiinshoukai-styles__card-graph-item.is-active::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  border-radius: 50%;
  background-color: #E75E69;
  width: 16px;
  height: 16px;
}
.jiinshoukai-styles__card-graph-text {
  display: flex;
  justify-content: space-between;
}
.jiinshoukai-styles__card-graph-text-item {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 11px;
}
.jiinshoukai-styles__card-description-text {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.jiinshoukai-styles__card-description-text .is-emphasis {
  font-weight: bold;
  color: #3FA481;
}
.jiinshoukai-styles__lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.jiinshoukai-styles__lead-text {
  text-align: center;
  line-height: 1.6;
  color: #1D1926;
  font-size: 22px;
  letter-spacing: 0.3em;
}
.jiinshoukai-styles__img-box {
  display: flex;
  gap: calc(8vw / 3.75);
}
.jiinshoukai-styles__img-item {
  flex: 1;
}
.jiinshoukai-styles__img-item img {
  display: block;
  width: 100%;
  height: auto;
}

.jiinshoukai-merit {
  padding: 100px 0;
}
.jiinshoukai-merit__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-merit__headline {
  margin-bottom: 30px;
}
.jiinshoukai-merit__headline-title {
  position: relative;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding-top: 40px;
  font-size: 40px;
}
.jiinshoukai-merit__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 26px;
  background: url("../img/jiinshoukai__title-ribbon-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-merit__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.jiinshoukai-merit__card-item {
  background-color: #FFFFFF;
  width: 230px;
  padding: 20px 15px;
  border-radius: 5px;
}
.jiinshoukai-merit__card-item:last-of-type {
  margin-bottom: 0;
}
.jiinshoukai-merit__card-avatar {
  width: 110px;
  margin: 0 auto 20px;
}
.jiinshoukai-merit__card-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-merit__card-voice-text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: center;
}
.jiinshoukai-merit__priest-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 40px;
}
.jiinshoukai-merit__priest-card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.jiinshoukai-merit__priest-card-item {
  background-color: #FFFFFF;
  width: 350px;
  padding: 15px;
  border-radius: 5px;
}
.jiinshoukai-merit__priest-card-img {
  width: 100%;
  margin-bottom: 15px;
}
.jiinshoukai-merit__priest-card-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-merit__priest-card-description-text {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.jiinshoukai-merit__priest-notion {
  margin-top: 20px;
}
.jiinshoukai-merit__priest-notion-text {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.jiinshoukai-examples {
  position: relative;
  padding: 0 0 70px;
}
.jiinshoukai-examples__headline {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
.jiinshoukai-examples__headline-label {
  display: block;
  width: fit-content;
  background-color: #B09E4E;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 0 auto 15px;
}
.jiinshoukai-examples__headline-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 26px;
  letter-spacing: 0.3em;
}
.jiinshoukai-examples__headline-title .is-emphasis {
  font-size: 1.3em;
}
.jiinshoukai-examples__case-item {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.jiinshoukai-examples__case-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  height: 428px;
  background: url("../img/jiinshoukai__bg-asanoha-pc.webp") repeat-x top center/contain;
}
.jiinshoukai-examples__case-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-examples__case-item-bg-pc.webp") no-repeat top center/contain;
  translate: -20px 370px;
}
.jiinshoukai-examples__case-item-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-examples__case-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}
.jiinshoukai-examples__case-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #B09E4E;
  clip-path: polygon(0 30%, 50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%);
  width: 14px;
  height: 15.5px;
}
.jiinshoukai-examples__case-frame {
  border: 1px solid #B09E4E;
  background-color: #FFFFFF;
  padding: 30px 100px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.jiinshoukai-examples__case-frame-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.jiinshoukai-examples__case-frame-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 30px;
}
.jiinshoukai-examples__case-frame-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B09E4E;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.jiinshoukai-examples__case-frame-label-text {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 7px;
  margin-left: 5px;
  font-size: 16px;
}
.jiinshoukai-examples__case-frame-info {
  margin-bottom: 20px;
}
.jiinshoukai-examples__case-frame-info-title {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.jiinshoukai-examples__case-frame-info-text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.jiinshoukai-examples__case-frame-img {
  width: 100%;
  margin-bottom: 20px;
}
.jiinshoukai-examples__case-frame-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-examples__case-frame-request-title {
  position: relative;
  margin-bottom: 20px;
}
.jiinshoukai-examples__case-frame-request-title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background-color: #B09E4E;
  z-index: 0;
}
.jiinshoukai-examples__case-frame-request-title-text {
  position: relative;
  background-color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #B09E4E;
  z-index: 1;
  padding-right: 20px;
  font-size: 14px;
}
.jiinshoukai-examples__case-frame-request-item {
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-left: 20px;
  font-size: 14px;
}
.jiinshoukai-examples__case-frame-request-item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.jiinshoukai-examples__case-episode-title {
  position: relative;
  padding: 5px 0;
  margin-bottom: 50px;
}
.jiinshoukai-examples__case-episode-title::before {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #B09E4E;
  z-index: 2;
  left: 0;
}
.jiinshoukai-examples__case-episode-title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: 1px;
  margin: auto 0;
  background-color: #B09E4E;
  z-index: 0;
  width: 100%;
}
.jiinshoukai-examples__case-episode-title-text {
  position: relative;
  background-color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #B09E4E;
  z-index: 1;
  padding: 0 20px;
  font-size: 18px;
}
.jiinshoukai-examples__case-episode-mv {
  display: flex;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 20px;
}
.jiinshoukai-examples__case-episode-mv-catch {
  position: relative;
  display: block;
  height: fit-content;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 2;
  writing-mode: vertical-rl;
  padding: 10px 25px 0;
  margin-right: 30px;
  font-size: 26px;
  letter-spacing: 0.4em;
}
.jiinshoukai-examples__case-episode-mv-catch .is-quotation {
  line-height: 0;
  letter-spacing: 0em;
  writing-mode: horizontal-tb;
  translate: 0.8em 0;
}
.jiinshoukai-examples__case-episode-mv-catch .is-end {
  rotate: 180deg;
  translate: -0.8em 0;
}
.jiinshoukai-examples__case-episode-mv-img {
  flex: 1;
}
.jiinshoukai-examples__case-episode-mv-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jiinshoukai-examples__case-episode-photo {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 30px;
}
.jiinshoukai-examples__case-episode-photo-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 240px;
}
.jiinshoukai-examples__case-episode-photo-item {
  flex: 1;
}
.jiinshoukai-examples__case-episode-photo-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jiinshoukai-examples__case-episode-description {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.jiinshoukai-examples__case-episode-description-text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #1D1926;
  margin-top: 20px;
  font-size: 16px;
}
.jiinshoukai-examples__case-episode-description-text:first-of-type {
  margin-top: 0;
}
.jiinshoukai-examples__case-movie {
  width: 100%;
  max-width: 560px;
  padding: 0 20px;
  margin: 50px auto 0;
}
.jiinshoukai-examples__case-movie-title {
  margin-bottom: 20px;
}
.jiinshoukai-examples__case-movie-title-text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 24px;
}
.jiinshoukai-examples__case-movie-item {
  width: 100%;
  height: 290px;
}
.jiinshoukai-examples__case-movie-video {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

.jiinshoukai-staff {
  position: relative;
}
.jiinshoukai-staff::before, .jiinshoukai-staff::after {
  position: absolute;
  content: "";
  display: block;
  top: -90px;
  width: 200px;
  height: 200px;
}
.jiinshoukai-staff::before {
  background: url("../img/area-lp-head-flower-left.webp") no-repeat center center/contain;
  left: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-staff::before {
    left: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-staff::after {
  background: url("../img/area-lp-head-flower-right.webp") no-repeat center center/contain;
  right: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-staff::after {
    right: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-staff__inner {
  background-color: #57b597;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%);
  background-repeat: repeat;
  overflow: hidden;
  padding: 70px 20px;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
.jiinshoukai-staff__headline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.jiinshoukai-staff__headline-title {
  position: relative;
  width: fit-content;
  border-radius: 9999px;
  background-color: #FFFFFF;
  min-width: 350px;
  padding: 10px 30px;
  margin: 0 auto 30px;
}
.jiinshoukai-staff__headline-title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  bottom: -10px;
  width: 15px;
  height: 11px;
}
.jiinshoukai-staff__headline-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3EA482;
  font-size: 24px;
}
.jiinshoukai-staff__headline-lead {
  margin-bottom: 30px;
}
.jiinshoukai-staff__headline-lead-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.8;
}
.jiinshoukai-staff__headline-lead-text .is-emphasis {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
}
.jiinshoukai-staff__headline-img {
  position: relative;
  z-index: 0;
  width: 400px;
  margin: 0 auto -10px;
}
.jiinshoukai-staff__headline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-staff__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.jiinshoukai-staff__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.jiinshoukai-staff__card-item {
  background-color: #FFFFFF;
  width: 372px;
  padding: 20px;
  border-radius: 10px;
}
.jiinshoukai-staff__card-head {
  display: flex;
  margin-bottom: 20px;
}
.jiinshoukai-staff__card-avatar {
  width: 82px;
  height: 82px;
  margin-right: 15px;
}
.jiinshoukai-staff__card-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-staff__card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jiinshoukai-staff__card-name {
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 14px;
}
.jiinshoukai-staff__card-lead-text {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.jiinshoukai-staff__card-description-text {
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.jiinshoukai-price {
  position: relative;
  overflow: hidden;
  padding-bottom: 98px;
}
.jiinshoukai-price::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 110%;
  margin: 0 -5%;
  background-color: #F8F6EC;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  z-index: 1;
  height: 100px;
}
.jiinshoukai-price__inner {
  position: relative;
  background-color: #F8F6EC;
  z-index: 2;
  padding: 50px 20px 30px;
}
.jiinshoukai-price__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-price__bg-pc.webp") no-repeat top center/100% auto;
  translate: 0 -40px;
}
.jiinshoukai-price__headline {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.jiinshoukai-price__headline-title {
  position: relative;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-top: 30px;
  font-size: 40px;
}
.jiinshoukai-price__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 26px;
  background: url("../img/jiinshoukai__title-ribbon-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-price__headline-title .is-small {
  font-size: 0.7em;
}
.jiinshoukai-price__body {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
.jiinshoukai-price__basic {
  position: relative;
  padding-bottom: 50px;
}
.jiinshoukai-price__basic::before, .jiinshoukai-price__basic::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #3EA482;
}
.jiinshoukai-price__basic::before {
  bottom: 22.5px;
  width: 21px;
  height: 3px;
}
.jiinshoukai-price__basic::after {
  bottom: 14px;
  width: 3px;
  height: 20px;
}
.jiinshoukai-price__option {
  position: relative;
  padding-bottom: 50px;
}
.jiinshoukai-price__option::before, .jiinshoukai-price__option::after {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #3EA482;
  bottom: 14px;
  width: 3px;
  height: 20px;
}
.jiinshoukai-price__option::before {
  left: 12px;
  right: 0;
}
.jiinshoukai-price__option::after {
  left: 0;
  right: 12px;
}
.jiinshoukai-price__card {
  background-color: #FFFFFF;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.05);
  padding: 40px 15px 20px;
  border-radius: 5px;
}
.jiinshoukai-price__card-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  color: #3EA482;
  margin-bottom: 30px;
  font-size: 28px;
}
.jiinshoukai-price__card-table {
  display: flex;
  flex-wrap: wrap;
}
.jiinshoukai-price__card-table-term {
  align-content: center;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 170px;
  padding: 12px 20px 10px 10px;
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .jiinshoukai-price__card-table-term {
    width: 180px;
    padding-left: 50px;
  }
}
.jiinshoukai-price__card-table-term:last-of-type {
  border-bottom: none;
}
.jiinshoukai-price__card-table-description {
  flex: 1;
  align-self: center;
  border-bottom: 1px solid #EDEDED;
  font-family: "Noto Serif", serif;
  text-align: end;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 0;
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .jiinshoukai-price__card-table-description {
    padding-right: 50px;
  }
}
.jiinshoukai-price__card-table-description:last-of-type {
  border-bottom: none;
}
.jiinshoukai-price__card-label-item {
  position: relative;
  padding-bottom: 30px;
}
.jiinshoukai-price__card-label-item::before, .jiinshoukai-price__card-label-item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #3EA482;
}
.jiinshoukai-price__card-label-item::before {
  bottom: 14px;
  width: 16px;
  height: 2px;
}
.jiinshoukai-price__card-label-item::after {
  bottom: 7px;
  width: 2px;
  height: 16px;
}
.jiinshoukai-price__card-label-item:last-of-type {
  padding-bottom: 0;
}
.jiinshoukai-price__card-label-item:last-of-type::before, .jiinshoukai-price__card-label-item:last-of-type::after {
  display: none;
}
.jiinshoukai-price__card-label-inner {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #F9F9F9;
}
.jiinshoukai-price__card-label-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.jiinshoukai-price__card-label-description {
  margin-top: 10px;
}
.jiinshoukai-price__card-label-description-text {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.jiinshoukai-price__summary {
  margin-bottom: 20px;
}
.jiinshoukai-price__summary-label {
  background-color: #57b597;
  padding: 20px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.jiinshoukai-price__summary-label-text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  font-size: 30px;
}
.jiinshoukai-price__summary-notion-text {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 11px;
}
.jiinshoukai-price__declaration-img {
  margin: 0 auto;
  width: 120px;
  margin-bottom: -30px;
}
.jiinshoukai-price__declaration-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-price__declaration-card {
  position: relative;
  background-color: #FFFFFF;
  z-index: 1;
  padding: 30px 20px;
  border-radius: 5px;
}
.jiinshoukai-price__declaration-card-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  color: #3EA482;
  margin-bottom: 10px;
  font-size: 34px;
}
.jiinshoukai-price__declaration-card-description-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 20px;
}
.jiinshoukai-price__declaration-card-description-text .has-underline {
  position: relative;
  padding-bottom: 4px;
}
.jiinshoukai-price__declaration-card-description-text .has-underline::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E75E69;
}
.jiinshoukai-price__declaration-card-description-text .is-color1 {
  color: #E75E69;
}
.jiinshoukai-price__declaration-card-description-text .is-emphasis {
  font-size: 2em;
}

.jiinshoukai-service {
  position: relative;
  padding: 70px 0;
}
.jiinshoukai-service::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  background: url("../img/jiinshoukai-service__bg-pc.webp") no-repeat top center/contain;
  translate: 0 120px;
}
.jiinshoukai-service__inner {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-service__headline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.jiinshoukai-service__headline::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  background-color: #E6505C;
  width: 45px;
}
.jiinshoukai-service__headline-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  font-size: 24px;
}
.jiinshoukai-service__headline-notion-text {
  text-align: center;
  font-size: 14px;
}
.jiinshoukai-service__main-item {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.jiinshoukai-service__main-item:last-of-type {
  margin-bottom: 0;
}
.jiinshoukai-service__media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 auto 50px;
}
.jiinshoukai-service__media-item {
  width: 120px;
}
.jiinshoukai-service__media-thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
.jiinshoukai-service__media-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-service__media-name-text {
  text-align: center;
  line-height: 1.4;
}
.jiinshoukai-service__description {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.jiinshoukai-service__description-text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 17px;
}

.jiinshoukai-voice {
  position: relative;
  background-color: #F6F3F9;
  padding: 50px 0 70px;
}
.jiinshoukai-voice::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 820px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-voice__bg-pc.webp") no-repeat top center/100% auto;
  translate: 0 -40px;
}
.jiinshoukai-voice__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 670px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-voice__headline {
  margin-bottom: 40px;
}
.jiinshoukai-voice__headline-title {
  position: relative;
  margin: 0 auto;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  padding-top: 60px;
  font-size: 24px;
}
.jiinshoukai-voice__headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 26px;
  background: url("../img/jiinshoukai__title-ribbon-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-voice__headline-title .is-mt-30 {
  margin-top: 40px;
}
.jiinshoukai-voice__letter-img {
  width: 100%;
  margin-bottom: 30px;
}
.jiinshoukai-voice__letter-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-voice__notion-text {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.jiinshoukai-instagram {
  position: relative;
  background-color: #F8F6EC;
  overflow: hidden;
  padding: 70px 0 0;
}
.jiinshoukai-instagram::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
  max-width: 700px;
  margin: 0 auto;
  background: url("../img/jiinshoukai-instagram__bg-pc.webp") no-repeat top center/100% auto;
  transform-origin: top;
  scale: 1.2;
  translate: -60px 150px;
}
.jiinshoukai-instagram__inner {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.jiinshoukai-instagram__headline {
  margin-bottom: 100px;
}
.jiinshoukai-instagram__headline-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 32px;
}
.jiinshoukai-instagram__illust {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.jiinshoukai-instagram__illust img {
  display: block;
  width: 100%;
  height: auto;
}

.jiinshoukai-guarantee {
  position: relative;
}
.jiinshoukai-guarantee::before, .jiinshoukai-guarantee::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: -90px;
  width: 200px;
  height: 200px;
}
.jiinshoukai-guarantee::before {
  background: url("../img/area-lp-head-flower-left.webp") no-repeat center center/contain;
  left: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-guarantee::before {
    left: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-guarantee::after {
  background: url("../img/area-lp-head-flower-right.webp") no-repeat center center/contain;
  right: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-guarantee::after {
    right: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-guarantee__inner {
  position: relative;
  z-index: 1;
  padding: 80px 20px 100px;
}
.jiinshoukai-guarantee__inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/jiinshoukai-guarantee__bg-pc.webp") no-repeat top center/cover;
}
.jiinshoukai-guarantee__headline {
  margin-bottom: 50px;
}
.jiinshoukai-guarantee__headline-title {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.jiinshoukai-guarantee__headline-title img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-guarantee__lead {
  margin-bottom: 50px;
}
.jiinshoukai-guarantee__lead-text {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #2B2E2D;
  font-size: 20px;
}
.jiinshoukai-guarantee__img {
  margin: 0 auto;
  width: 160px;
}
.jiinshoukai-guarantee__img img {
  display: block;
  width: 100%;
  height: auto;
}

.jiinshoukai-evaluation {
  position: relative;
}
.jiinshoukai-evaluation::before, .jiinshoukai-evaluation::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: 30px;
  width: 200px;
  height: 200px;
}
.jiinshoukai-evaluation::before {
  background: url("../img/area-lp-head-flower-left.webp") no-repeat center center/contain;
  left: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-evaluation::before {
    left: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-evaluation::after {
  background: url("../img/area-lp-head-flower-right.webp") no-repeat center center/contain;
  right: -90px;
}
@media screen and (min-width: 992px) {
  .jiinshoukai-evaluation::after {
    right: calc((100vw - 1000px) / 2 - 90px);
  }
}
.jiinshoukai-evaluation__inner {
  position: relative;
  z-index: 1;
  background-color: rgba(87, 181, 151, 0.05);
  background-image: linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%), linear-gradient(45deg, #FFFFFF 25%, transparent 25%, transparent 75%, #FFFFFF 75%);
  background-repeat: repeat;
  overflow: hidden;
  padding: 70px 20px;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
.jiinshoukai-evaluation__headline {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.jiinshoukai-evaluation__headline-title {
  width: fit-content;
  text-align: center;
  letter-spacing: 0.1em;
  color: #57b597;
  border-bottom: 2px solid #57b597;
  padding-bottom: 2px;
  margin: 0 auto 30px;
  font-size: 22px;
}
.jiinshoukai-evaluation__headline-lead {
  margin-bottom: 40px;
}
.jiinshoukai-evaluation__headline-lead-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 26px;
}
.jiinshoukai-evaluation__headline-lead-text .is-mt-15 {
  display: inline-block;
  margin-top: 15px;
}
.jiinshoukai-evaluation__headline-img {
  margin: 0 auto;
  width: 360px;
}
.jiinshoukai-evaluation__headline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jiinshoukai-evaluation__body {
  background: none !important;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.jiinshoukai-evaluation__media {
  max-width: 1000px;
  margin: 0 auto;
}

.jiinshoukai-area {
  position: relative;
  background-color: #F6F3F9;
  padding: 70px 0;
}
.jiinshoukai-area__inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.jiinshoukai-area__headline {
  margin-bottom: 20px;
}
.jiinshoukai-area__headline-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  font-size: 36px;
}
.jiinshoukai-area__headline-map {
  position: relative;
  padding-top: 220px;
}
.jiinshoukai-area__headline-map::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200px;
  background: url("../img/jiinshoukai-area__headline-map-img-pc.webp") no-repeat top center/contain;
}
.jiinshoukai-area__headline-map-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.jiinshoukai-area__headline-map-item {
  background-color: #57b597;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  min-width: 80px;
  padding: 15px 8px;
  border-radius: 5px;
  font-size: 20px;
}
.jiinshoukai-area__catch {
  margin-bottom: 40px;
}
.jiinshoukai-area__catch-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: 28px;
}
.jiinshoukai-area__catch-text .is-emphasis {
  font-size: 2em;
  color: #E75E69;
}
.jiinshoukai-area__lead {
  margin-bottom: 30px;
}
.jiinshoukai-area__lead-text {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.8;
}
.jiinshoukai-area__photo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
}
.jiinshoukai-area__photo-item {
  position: relative;
  width: 380px;
  padding: 15px 15px 0;
}
.jiinshoukai-area__photo-label {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #57b597;
  width: 70px;
  height: 70px;
}
.jiinshoukai-area__photo-label-text {
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-top: 6px;
  margin-left: 4px;
  font-size: 13px;
  line-height: 1.5;
}
.jiinshoukai-area__photo-img {
  width: 100%;
}
.jiinshoukai-area__photo-img img {
  display: block;
  width: 100%;
  height: auto;
}

.entry-knowledge-body {
  /**
  枠系の要素内に見出し、リストなどある場合は余白調整を行う
  */
}
.entry-knowledge-body :where(a) {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.entry-knowledge-body .post-simple-headline {
  font-weight: bold;
  color: #57b597;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.entry-knowledge-body .post-dashed-headline {
  line-height: 1.6;
  color: #57b597;
  font-weight: bold;
  border-bottom: 2px dashed #57b597;
  font-size: 24px;
  padding-bottom: 7px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.entry-knowledge-body .post-ul-dotted {
  line-height: 1.8;
  margin: 30px 0;
}
.entry-knowledge-body .post-ul-dotted > li {
  position: relative;
  font-size: 15px;
  padding-left: 15px;
}
.entry-knowledge-body .post-ul-dotted > li:not(:last-child) {
  margin-bottom: 15px;
}
.entry-knowledge-body .post-ul-dotted > li::before {
  content: "";
  position: absolute;
  background-color: #57b597;
  border-radius: 50%;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
}
.entry-knowledge-body .post-check-list {
  margin: 40px 0;
}
.entry-knowledge-body .post-check-list > li {
  position: relative;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
  padding-left: 35px;
}
.entry-knowledge-body .post-check-list > li:last-child {
  margin-bottom: 0;
}
.entry-knowledge-body .post-check-list > li > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.entry-knowledge-body .post-check-list > li::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/pointBox.svg");
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  top: 3px;
}
.entry-knowledge-body .post-ol-number {
  counter-reset: list;
  line-height: 1.8;
  margin: 30px 0;
}
.entry-knowledge-body .post-ol-number > li {
  position: relative;
  font-size: inherit;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
}
.entry-knowledge-body .post-ol-number > li:not(:last-child) {
  margin-bottom: 15px;
}
.entry-knowledge-body .post-ol-number > li::before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  color: #57b597;
  text-align: center;
  border-radius: 50%;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.entry-knowledge-body .box-color1 {
  margin: 30px auto 60px auto;
  padding: 20px 25px 30px;
  background-color: #F8F8F9;
}
.entry-knowledge-body .box-color1:not(:last-child) {
  margin-bottom: 0;
}
.entry-knowledge-body .box-color2 {
  margin: 30px auto 60px auto;
  padding: 20px 25px 30px;
  background-color: #F9F6F0;
}
.entry-knowledge-body .box-color2:not(:last-child) {
  margin-bottom: 0;
}
.entry-knowledge-body .box-border1 {
  margin: 30px auto 60px auto;
  padding: 20px 25px 30px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}
.entry-knowledge-body .box-border1:not(:last-child) {
  margin-bottom: 0;
}
.entry-knowledge-body .box-border2 {
  margin: 30px auto 60px auto;
  padding: 20px 25px 30px;
  border-radius: 10px;
  border: 1px solid #57b597;
}
.entry-knowledge-body .box-border2:not(:last-child) {
  margin-bottom: 0;
}
.entry-knowledge-body .box-border3 {
  margin: 30px auto 60px auto;
  padding: 20px 25px 30px;
  border-radius: 10px;
  border: 10px solid rgba(87, 181, 151, 0.2);
}
.entry-knowledge-body .box-border3:not(:last-child) {
  margin-bottom: 0;
}
.entry-knowledge-body .box-head-content {
  margin: 30px auto 60px auto;
  padding: 20px 25px 30px;
  padding: 0;
  border: 1px solid #d2d2d2;
}
.entry-knowledge-body .box-head-content:not(:last-child) {
  margin-bottom: 0;
}
.entry-knowledge-body .box-head-content__title {
  text-align: center;
  line-height: 1.5;
  background-color: rgba(87, 181, 151, 0.1);
  border-bottom: 1px solid #d2d2d2;
  color: #57b597;
  padding: 10px 15px;
  font-size: 20px;
}
.entry-knowledge-body .box-head-content__content {
  padding: 15px 20px;
}
.entry-knowledge-body .box-2column {
  background-color: #F8F8F9;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.entry-knowledge-body .box-2column.is-none {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.entry-knowledge-body .box-2column__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.entry-knowledge-body .box-2column__box {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
  flex: 1;
  margin-bottom: 0;
}
.entry-knowledge-body .box-2column__box:last-child {
  margin-bottom: 0;
}
.entry-knowledge-body .box-2column__box > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.entry-knowledge-body .box-2column__box img {
  margin-bottom: 0;
}
.entry-knowledge-body .box-3column {
  margin-left: auto;
  margin-right: auto;
  background-color: #F8F8F9;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.entry-knowledge-body .box-3column.is-none {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.entry-knowledge-body .box-3column__list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.entry-knowledge-body .box-3column__list > li {
  width: 33.3333333333%;
}
.entry-knowledge-body .box-3column__img img {
  margin-bottom: 0;
}
.entry-knowledge-body .box-3column__box {
  flex: 1;
}
.entry-knowledge-body .box-3column__title {
  line-height: 1.4;
  font-weight: bold;
  color: #57b597;
  display: flex;
  font-size: 18px;
  margin-top: 15px;
}
.entry-knowledge-body .box-3column__text p {
  font-size: 14px;
  margin-top: 15px;
}
.entry-knowledge-body .box-4column {
  margin-left: auto;
  margin-right: auto;
  background-color: #F8F8F9;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.entry-knowledge-body .box-4column.is-none {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.entry-knowledge-body .box-4column__list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.entry-knowledge-body .box-4column__list > li {
  width: 25%;
}
.entry-knowledge-body .box-4column__list > li > a {
  text-decoration: none;
  color: inherit;
}
.entry-knowledge-body .box-4column__img img {
  margin-bottom: 0;
}
.entry-knowledge-body .box-4column__box {
  flex: 1;
}
.entry-knowledge-body .box-4column__title {
  line-height: 1.4;
  font-weight: bold;
  color: #57b597;
  display: flex;
  font-size: 18px;
  margin-top: 15px;
}
.entry-knowledge-body .box-4column__text p {
  font-size: 14px;
  margin-top: 15px;
}
.entry-knowledge-body .table-style1 .post-check-list,
.entry-knowledge-body .table-style1 .post-ul-dotted,
.entry-knowledge-body .table-style1 .post-ol-number,
.entry-knowledge-body .reasons_facilitiesArea .post-check-list,
.entry-knowledge-body .reasons_facilitiesArea .post-ul-dotted,
.entry-knowledge-body .reasons_facilitiesArea .post-ol-number {
  margin: 0;
}
.entry-knowledge-body .table-style1 .post-check-list li,
.entry-knowledge-body .table-style1 .post-ul-dotted li,
.entry-knowledge-body .table-style1 .post-ol-number li,
.entry-knowledge-body .reasons_facilitiesArea .post-check-list li,
.entry-knowledge-body .reasons_facilitiesArea .post-ul-dotted li,
.entry-knowledge-body .reasons_facilitiesArea .post-ol-number li {
  font-size: inherit;
}
.entry-knowledge-body .table-style1 .post-check-list li:not(:last-child),
.entry-knowledge-body .table-style1 .post-ul-dotted li:not(:last-child),
.entry-knowledge-body .table-style1 .post-ol-number li:not(:last-child),
.entry-knowledge-body .reasons_facilitiesArea .post-check-list li:not(:last-child),
.entry-knowledge-body .reasons_facilitiesArea .post-ul-dotted li:not(:last-child),
.entry-knowledge-body .reasons_facilitiesArea .post-ol-number li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-knowledge-body .table-style1 .post-check-list li,
.entry-knowledge-body .reasons_facilitiesArea .post-check-list li {
  padding-left: 30px;
}
.entry-knowledge-body .table-style1 .post-check-list li::before,
.entry-knowledge-body .reasons_facilitiesArea .post-check-list li::before {
  background-size: cover;
  width: 16px;
  height: 16px;
}
.entry-knowledge-body .table-style1 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.entry-knowledge-body .table-style1 .mod-table {
  width: 100%;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1.4rem;
  table-layout: fixed;
  margin-bottom: 50px;
}
.entry-knowledge-body .table-style1 .mod-table :where(tr) :where(th),
.entry-knowledge-body .table-style1 .mod-table :where(tr) :where(td) {
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #d2d2d2;
}
.entry-knowledge-body .table-style1 .mod-table :where(tr) :where(th) {
  text-align: center;
  background-color: #eef8f4;
  width: 28%;
  padding: 8px 10px 7px;
}
.entry-knowledge-body .table-style1 .mod-table :where(tr) :where(th):first-child {
  padding-left: 25px;
  padding-right: 25px;
}
.entry-knowledge-body .table-style1 .mod-table :where(tr) :where(td) {
  text-align: center;
  padding: 16px 10px 15px;
}
.entry-knowledge-body .table-style1 .mod-table :where(tr) :where(td) a {
  color: #117ee4;
  text-decoration: underline;
}
.entry-knowledge-body .table-style1 .mod-table th,
.entry-knowledge-body .table-style1 .mod-table td,
.entry-knowledge-body .table-style1 .mod-table caption {
  font-size: 14px;
}
.entry-knowledge-body .table-style1 .mod-table tr th,
.entry-knowledge-body .table-style1 .mod-table tr td {
  border: solid 1px #d2d2d2;
  padding: 16px 10px 15px;
}
.entry-knowledge-body .table-style1 .mod-table tr th {
  color: #57b597;
  vertical-align: middle;
  width: 160px;
}
.entry-knowledge-body .table-style1 .mod-table tr td {
  text-align: left;
}
.entry-knowledge-body .table-style1 .mod-table caption {
  color: #57b597;
  font-weight: bold;
  background-color: #eef8f4;
  border: solid 1px #d2d2d2;
  border-bottom: none;
  padding: 10px 30px;
}
.entry-knowledge-body .reasons_facilitiesArea {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  width: 100%;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1.4rem;
  table-layout: fixed;
  margin-bottom: 50px;
}
.entry-knowledge-body .reasons_facilitiesArea :where(tr) :where(th),
.entry-knowledge-body .reasons_facilitiesArea :where(tr) :where(td) {
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #d2d2d2;
}
.entry-knowledge-body .reasons_facilitiesArea :where(tr) :where(th) {
  text-align: center;
  background-color: #eef8f4;
  width: 28%;
  padding: 8px 10px 7px;
}
.entry-knowledge-body .reasons_facilitiesArea :where(tr) :where(th):first-child {
  padding-left: 25px;
  padding-right: 25px;
}
.entry-knowledge-body .reasons_facilitiesArea :where(tr) :where(td) {
  text-align: center;
  padding: 16px 10px 15px;
}
.entry-knowledge-body .reasons_facilitiesArea :where(tr) :where(td) a {
  color: #117ee4;
  text-decoration: underline;
}
.entry-knowledge-body .reasons_facilitiesArea .mod-table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.8em;
}
.entry-knowledge-body .reasons_facilitiesArea .mod-table.is-thead tbody th {
  background-color: #fff;
}
.entry-knowledge-body .reasons_facilitiesArea .mod-table.is-left thead tr th {
  color: #57b597;
  font-weight: bold;
}
.entry-knowledge-body .reasons_facilitiesArea .mod-table.is-left tbody tr td {
  text-align: left;
  vertical-align: top;
}
.entry-knowledge-body .reasons_facilitiesArea .mod-table tr th,
.entry-knowledge-body .reasons_facilitiesArea .mod-table tr td {
  width: 30%;
  vertical-align: middle;
  padding: 12px 10px;
  font-size: 14px;
}
.entry-knowledge-body .reasons_facilitiesArea .mod-table tr th {
  font-weight: normal;
  background-color: #eef8f4;
}
.entry-knowledge-body .box-color1 .h2-midasi,
.entry-knowledge-body .box-color1 .h3-midasi,
.entry-knowledge-body .box-color1 .h4-midasi,
.entry-knowledge-body .box-color1 .post-simple-headline,
.entry-knowledge-body .box-color1 .post-dashed-headline,
.entry-knowledge-body .box-color2 .h2-midasi,
.entry-knowledge-body .box-color2 .h3-midasi,
.entry-knowledge-body .box-color2 .h4-midasi,
.entry-knowledge-body .box-color2 .post-simple-headline,
.entry-knowledge-body .box-color2 .post-dashed-headline,
.entry-knowledge-body .box-border1 .h2-midasi,
.entry-knowledge-body .box-border1 .h3-midasi,
.entry-knowledge-body .box-border1 .h4-midasi,
.entry-knowledge-body .box-border1 .post-simple-headline,
.entry-knowledge-body .box-border1 .post-dashed-headline,
.entry-knowledge-body .box-border2 .h2-midasi,
.entry-knowledge-body .box-border2 .h3-midasi,
.entry-knowledge-body .box-border2 .h4-midasi,
.entry-knowledge-body .box-border2 .post-simple-headline,
.entry-knowledge-body .box-border2 .post-dashed-headline,
.entry-knowledge-body .box-border3 .h2-midasi,
.entry-knowledge-body .box-border3 .h3-midasi,
.entry-knowledge-body .box-border3 .h4-midasi,
.entry-knowledge-body .box-border3 .post-simple-headline,
.entry-knowledge-body .box-border3 .post-dashed-headline,
.entry-knowledge-body .box-head-content .h2-midasi,
.entry-knowledge-body .box-head-content .h3-midasi,
.entry-knowledge-body .box-head-content .h4-midasi,
.entry-knowledge-body .box-head-content .post-simple-headline,
.entry-knowledge-body .box-head-content .post-dashed-headline,
.entry-knowledge-body .post-check-list .h2-midasi,
.entry-knowledge-body .post-check-list .h3-midasi,
.entry-knowledge-body .post-check-list .h4-midasi,
.entry-knowledge-body .post-check-list .post-simple-headline,
.entry-knowledge-body .post-check-list .post-dashed-headline,
.entry-knowledge-body .box-2column .h2-midasi,
.entry-knowledge-body .box-2column .h3-midasi,
.entry-knowledge-body .box-2column .h4-midasi,
.entry-knowledge-body .box-2column .post-simple-headline,
.entry-knowledge-body .box-2column .post-dashed-headline,
.entry-knowledge-body .box-3column .h2-midasi,
.entry-knowledge-body .box-3column .h3-midasi,
.entry-knowledge-body .box-3column .h4-midasi,
.entry-knowledge-body .box-3column .post-simple-headline,
.entry-knowledge-body .box-3column .post-dashed-headline,
.entry-knowledge-body .box-4column .h2-midasi,
.entry-knowledge-body .box-4column .h3-midasi,
.entry-knowledge-body .box-4column .h4-midasi,
.entry-knowledge-body .box-4column .post-simple-headline,
.entry-knowledge-body .box-4column .post-dashed-headline {
  margin-top: 0;
}
.entry-knowledge-body .box-color1 .post-ul-dotted,
.entry-knowledge-body .box-color1 .post-check-list,
.entry-knowledge-body .box-color1 .post-ol-number,
.entry-knowledge-body .box-color1 .page-shorts-video,
.entry-knowledge-body .box-color2 .post-ul-dotted,
.entry-knowledge-body .box-color2 .post-check-list,
.entry-knowledge-body .box-color2 .post-ol-number,
.entry-knowledge-body .box-color2 .page-shorts-video,
.entry-knowledge-body .box-border1 .post-ul-dotted,
.entry-knowledge-body .box-border1 .post-check-list,
.entry-knowledge-body .box-border1 .post-ol-number,
.entry-knowledge-body .box-border1 .page-shorts-video,
.entry-knowledge-body .box-border2 .post-ul-dotted,
.entry-knowledge-body .box-border2 .post-check-list,
.entry-knowledge-body .box-border2 .post-ol-number,
.entry-knowledge-body .box-border2 .page-shorts-video,
.entry-knowledge-body .box-border3 .post-ul-dotted,
.entry-knowledge-body .box-border3 .post-check-list,
.entry-knowledge-body .box-border3 .post-ol-number,
.entry-knowledge-body .box-border3 .page-shorts-video,
.entry-knowledge-body .box-head-content .post-ul-dotted,
.entry-knowledge-body .box-head-content .post-check-list,
.entry-knowledge-body .box-head-content .post-ol-number,
.entry-knowledge-body .box-head-content .page-shorts-video,
.entry-knowledge-body .post-check-list .post-ul-dotted,
.entry-knowledge-body .post-check-list .post-check-list,
.entry-knowledge-body .post-check-list .post-ol-number,
.entry-knowledge-body .post-check-list .page-shorts-video,
.entry-knowledge-body .box-2column .post-ul-dotted,
.entry-knowledge-body .box-2column .post-check-list,
.entry-knowledge-body .box-2column .post-ol-number,
.entry-knowledge-body .box-2column .page-shorts-video,
.entry-knowledge-body .box-3column .post-ul-dotted,
.entry-knowledge-body .box-3column .post-check-list,
.entry-knowledge-body .box-3column .post-ol-number,
.entry-knowledge-body .box-3column .page-shorts-video,
.entry-knowledge-body .box-4column .post-ul-dotted,
.entry-knowledge-body .box-4column .post-check-list,
.entry-knowledge-body .box-4column .post-ol-number,
.entry-knowledge-body .box-4column .page-shorts-video {
  margin: 0;
}
.entry-knowledge-body .box-color1 .page-shorts-video,
.entry-knowledge-body .box-color2 .page-shorts-video,
.entry-knowledge-body .box-border1 .page-shorts-video,
.entry-knowledge-body .box-border2 .page-shorts-video,
.entry-knowledge-body .box-border3 .page-shorts-video,
.entry-knowledge-body .box-head-content .page-shorts-video,
.entry-knowledge-body .post-check-list .page-shorts-video,
.entry-knowledge-body .box-2column .page-shorts-video,
.entry-knowledge-body .box-3column .page-shorts-video,
.entry-knowledge-body .box-4column .page-shorts-video {
  width: inherit;
}

.casestudy-page {
  margin: 70px auto;
}
.casestudy-page__header {
  margin-bottom: 50px;
}
.casestudy-page__header-inner {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.casestudy-page__header-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #57b597;
  font-size: 30px;
}
.casestudy-page__header-catch {
  margin-top: 23px;
}
.casestudy-page__header-catch-text {
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}
.casestudy-page__header-thumbnail {
  text-align: center;
  width: 100%;
  max-width: 710px;
  margin: 36px auto;
}
.casestudy-page__header-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.casestudy-page__body {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.casestudy-page__content-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 460px);
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  justify-content: center;
}
.casestudy-page__content-item-link {
  display: block;
  background-color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s !important;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .casestudy-page__content-item-link {
    max-width: unset;
    height: 100%;
    margin: 0;
  }
}
.casestudy-page__content-item-link:not(.is-sns):hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.casestudy-page__content-item-link:not(.is-sns):hover .is-img-hover {
  scale: 1.1;
  transition: scale 0.3s !important;
}
.casestudy-page__content-item-link:not(.is-sns) .is-img-hover {
  scale: 1;
  transition: scale 0.3s !important;
}
.casestudy-page__content-item-img {
  width: 100%;
  overflow: hidden;
  height: 240px;
}
.casestudy-page__content-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casestudy-page__content-item-textarea {
  padding: 37px 15px 20px;
}
@media screen and (min-width: 768px) {
  .casestudy-page__content-item-textarea {
    padding: 47px 30px 32px;
  }
}
.casestudy-page__content-item-title {
  font-weight: bold;
  text-align: center;
  color: #57b597;
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .casestudy-page__content-item-title {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.casestudy-page__content-item-lead {
  line-height: 1.5;
  color: #333333;
  font-size: 16px;
}
.casestudy-page__sns {
  background-color: #EDE5DE;
  padding: 20px 15px;
}
.casestudy-page__sns-headline {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}
.casestudy-page__sns-headline-label {
  width: 110px;
}
.casestudy-page__sns-headline-label img {
  display: block;
  width: 100%;
  height: auto;
}
.casestudy-page__sns-headline-video {
  flex: 1;
  overflow: hidden;
  height: 124px;
}
.casestudy-page__sns-headline-video video {
  display: block;
  width: 100%;
  height: auto;
}
.casestudy-page__sns-detail {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 10px;
}
.casestudy-page__sns-detail::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  height: 50px;
  border-radius: 5px;
}
.casestudy-page__sns-detail-title {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 40px 3px 15px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.casestudy-page__sns-detail-title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  background: url("../img/casestudy-page__sns-detail-title-pseude-sp.webp") no-repeat center center/contain;
  animation: animation_bounce_horizontal 1s linear 1s infinite;
  width: 35px;
  height: 35px;
}
@keyframes animation_bounce_horizontal {
  0% {
    translate: 0 0;
  }
  5% {
    translate: 0 0;
  }
  40% {
    translate: 5px 0;
  }
  45% {
    translate: 7px 0;
  }
  55% {
    translate: 7px 0;
  }
  60% {
    translate: 5px 0;
  }
  95% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
.casestudy-page__sns-detail-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.casestudy-page__sns-detail-item {
  width: 50px;
}
.casestudy-page__sns-detail-link {
  display: block;
  width: 100%;
  cursor: pointer;
}
.casestudy-page__sns-detail-link img {
  display: block;
  width: 100%;
  height: auto;
  scale: 1;
  transition: scale 0.3s !important;
}
.casestudy-page__sns-detail-link img.on {
  scale: 1.2;
  transition: scale 0.3s !important;
}

.footer {
  padding: 80px 0;
}
.footer__nav {
  width: 1120px;
  margin: 0 auto 80px;
}
.footer__nav-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 462px;
  gap: 0 32px;
}
.footer__nav-block {
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
  width: 198px;
}
.footer__nav-block:not(:last-child) {
  margin-bottom: 20px;
}
.footer__nav-item.is-item-on-child {
  margin-bottom: 10px;
}
.footer__nav-item-link {
  display: block;
  position: relative;
}
.footer__nav-item-link::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  width: 8px;
  height: 8px;
  right: 6px;
  top: 2px;
  transition: right 0.3s ease;
}
.footer__nav-item-link.is-link-parent {
  border-bottom: 1px solid #57b597;
  padding: 0 0 8px 10px;
}
.footer__nav-item-link.is-link-parent:hover::after {
  right: 2px !important;
}
.footer__nav-item-link.is-link-parent::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #57b597;
  left: 0;
  border-radius: 50%;
  top: 5px;
  width: 4px;
  height: 4px;
}
.footer__nav-item-link.is-link-child {
  position: relative;
  border-bottom: 1px dashed #DADADA;
  font-size: 12px;
  padding: 8px 0 8px 20px;
}
.footer__nav-item-link.is-link-child:hover::after {
  left: 10px;
}
.footer__nav-item-link.is-link-child::after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6px;
  transition: left 0.3s ease;
}
.footer__cts {
  background-color: #555;
  padding: 24px 0;
}
.footer__cts-inner {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__cts-logo-img {
  margin-bottom: 16px;
}
.footer__cts-logo-copyright {
  color: #fff;
  font-size: 12px;
}
.footer__cts-privacy-list {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  font-size: 12px;
}
.footer__cts-privacy-item {
  display: flex;
  align-items: center;
  position: relative;
  background-position: left top 2px;
  min-height: 20px;
}
.footer__cts-privacy-item::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  background-size: contain;
  z-index: 1;
  left: 6px;
  width: 5px;
  height: 9px;
}
.footer__cts-privacy-item::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  background-color: #fff;
  width: 17px;
  height: 17px;
}
.footer__cts-privacy-item a {
  color: #fff;
  text-decoration: underline;
  padding-left: 23px;
}
.footer__cts-privacy-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 320px;
  padding: 20px;
}
.footer__cts-privacy-frame-img {
  width: 76px;
  margin-right: 20px;
}
.footer__cts-privacy-frame-text {
  line-height: 1.6;
  flex: 1;
  font-size: 13px;
}

.enlightenment-fv {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.enlightenment-fv__inner {
  background-image: url("../img/enlightenment-fv__bg-pc.webp");
  width: 100%;
  max-width: 1920px;
  height: 690px;
  margin: 0 auto;
  background-position: top center;
  background-size: cover;
}
.enlightenment-fv__inner.is-cost-disclosure {
  background-image: url("../img/enlightenment-fv__bg-cost-disclosure-pc.webp");
  height: 560px;
}
.enlightenment-fv__body {
  height: 100%;
  width: 100%;
  max-width: 1060px;
  padding: 60px 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__body {
    width: auto;
    margin-right: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .enlightenment-fv__body {
    width: 100%;
    margin-right: auto;
  }
}
.enlightenment-fv__body.is-cost-disclosure {
  padding: 20px 20px 0;
}
.enlightenment-fv__headline {
  margin-bottom: 25px;
}
.enlightenment-fv__headline.is-cost-disclosure {
  display: block;
  width: 100%;
  max-width: 750px;
  min-height: unset;
  padding-top: 10px;
  margin: 0 auto 30px 0;
}
.enlightenment-fv__headline-box {
  min-width: 330px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__headline-box {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__headline-box {
    margin-bottom: 25px;
  }
}
.enlightenment-fv__headline-title.is-cost-disclosure {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  font-size: 26px;
}
@media screen and (min-width: 576px) {
  .enlightenment-fv__headline-title.is-cost-disclosure {
    font-size: 34px;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__headline-title.is-cost-disclosure {
    font-size: 56px;
  }
}
.enlightenment-fv__headline-title.is-cost-disclosure .is-large {
  font-size: 1.3em;
}
.enlightenment-fv__headline-title.is-cost-disclosure .is-small {
  font-size: 0.9em;
}
.enlightenment-fv__headline-title.is-cost-disclosure .has-ml {
  margin-left: 8px;
}
.enlightenment-fv__headline-title.is-cost-disclosure .is-color1 {
  color: #2B6954;
}
.enlightenment-fv__headline-title.is-cost-disclosure .is-label {
  display: inline-block;
  background-color: #2B6954;
  line-height: 1;
  color: #FFFFFF;
  padding: 8px 7px 8px 8px;
  border-radius: 6px;
}
.enlightenment-fv__headline-title-label {
  display: block;
  width: fit-content;
  background-color: #377B64;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 25px;
  margin: 0 auto;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__headline-title-label {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__headline-title-label {
    font-size: 52px;
    letter-spacing: 0.07em;
  }
}
.enlightenment-fv__headline-title-label:not(:last-of-type) {
  margin-bottom: 15px;
}
.enlightenment-fv__headline-lead-text {
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__headline-lead-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__headline-lead-text {
    font-size: 16px;
  }
}
.enlightenment-fv__headline-catch {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
.enlightenment-fv__headline-catch img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-fv__headline-frame {
  background-color: rgba(255, 255, 255, 0.7);
  width: fit-content;
  padding: 8px 5px;
  margin: 0 auto;
  border: 1px solid #2B6954;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__headline-frame {
    width: 100%;
    padding: 8px 20px;
    margin: unset;
  }
}
.enlightenment-fv__headline-frame-text {
  line-height: 1.4;
  text-align: center;
  color: #2B6954;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 576px) {
  .enlightenment-fv__headline-frame-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__headline-frame-text {
    font-size: 33px;
  }
}
.enlightenment-fv__headline-frame-text .is-large {
  font-size: 1.1em;
}
.enlightenment-fv__headline-frame-text .is-bold {
  font-weight: bold;
}
.enlightenment-fv__headline-frame-text .is-color1 {
  color: #E75E69;
}
.enlightenment-fv__plan {
  margin: 0 auto;
}
.enlightenment-fv__plan-inner {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: fit-content;
  max-width: 900px;
  padding: 15px 15px 20px;
  margin: 0 auto;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__plan-inner {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-inner {
    width: 100%;
  }
}
.enlightenment-fv__plan-headline-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.enlightenment-fv__plan-headline-title .is-frame {
  height: fit-content;
  font-weight: bold;
  text-align: center;
  color: #2B6954;
  padding: 6px 4px 3px;
  margin-right: 8px;
  border: 1px solid #2B6954;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-headline-title .is-frame {
    padding: 8px 10px 4px;
    margin-right: 15px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
.enlightenment-fv__plan-headline-title .is-img {
  display: block;
  height: auto;
  width: 190px;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-headline-title .is-img {
    width: 260px;
  }
}
.enlightenment-fv__plan-headline-caution {
  height: fit-content;
  background-color: #E02030;
  max-width: 360px;
  padding: 4px 10px 5px;
  border-radius: 5px;
}
.enlightenment-fv__plan-headline-caution-text {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-headline-caution-text {
    font-size: 18px;
  }
}
.enlightenment-fv__plan-button {
  position: relative;
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #EC8252 0%, #DD3D46 100%);
  padding: 8px 30px 10px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 #000000;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-button {
    padding: 13px 70px 15px 110px;
  }
}
.enlightenment-fv__plan-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.enlightenment-fv__plan-button::before, .enlightenment-fv__plan-button::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.enlightenment-fv__plan-button::before {
  background-image: url("../img/enlightenment-fv__plan-button-bg-pc.webp");
  left: 8px;
  width: 35px;
  height: 20px;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-button::before {
    left: 20px;
    width: 60px;
    height: 50px;
  }
}
.enlightenment-fv__plan-button::after {
  rotate: -45deg;
  right: 14px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-button::after {
    right: 30px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.enlightenment-fv__plan-button-container {
  display: block;
}
.enlightenment-fv__plan-button-label {
  display: block;
  border-radius: 2px;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
  color: #BF1412;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 4px 5px 2px;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-button-label {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.enlightenment-fv__plan-button-headline {
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  width: 100%;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 4px solid #FF6;
}
@media screen and (min-width: 1200px) {
  .enlightenment-fv__plan-button-headline {
    font-size: 30px;
  }
}
.enlightenment-fv__banner {
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  margin-top: -125px;
}
.enlightenment-fv__banner.is-cost-disclosure {
  margin-top: 0px;
}
.enlightenment-fv__banner-inner {
  width: 100%;
  max-width: 1040px;
  padding: 10px 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__banner-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 50px;
  }
}
.enlightenment-fv__banner-img:nth-of-type(1) {
  width: 28vw;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__banner-img:nth-of-type(1) {
    width: 190px;
  }
}
.enlightenment-fv__banner-img:nth-of-type(2) {
  width: 33vw;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__banner-img:nth-of-type(2) {
    width: 230px;
  }
}
.enlightenment-fv__banner-img-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.enlightenment-fv__banner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-fv__banner-button {
  width: 40vw;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .enlightenment-fv__banner-button {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__banner-button {
    margin-top: 22px;
  }
}
.enlightenment-fv__banner-button-link {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.enlightenment-fv__banner-button-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.enlightenment-fv__banner-button-link img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-fv__banner-notion {
  padding: 10px 20px;
}
@media screen and (min-width: 1400px) {
  .enlightenment-fv__banner-notion {
    padding-top: 0;
  }
}
.enlightenment-fv__banner-notion-text {
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__banner-notion-text {
    max-width: 850px;
  }
}
@media screen and (min-width: 1400px) {
  .enlightenment-fv__banner-notion-text {
    max-width: 1000px;
  }
}
.enlightenment-fv__cost {
  display: block;
  width: 100%;
  padding: 20px;
  max-width: 750px;
  background-color: rgba(255, 255, 255, 0.8);
}
.enlightenment-fv__cost-wrap {
  margin-bottom: 0;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .enlightenment-fv__cost-wrap {
    gap: 30px;
  }
}
.enlightenment-fv__cost-medal {
  width: 160px;
}
.enlightenment-fv__cost-medal img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-fv__cost-description {
  flex: 1;
  max-width: 500px;
}
.enlightenment-fv__cost-foot {
  margin-top: 10px;
}

.enlightenment-hurry {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.enlightenment-internal-links {
  background-color: #DDF0EA;
  width: 100%;
  max-width: 1920px;
  padding: 50px 0;
  margin: 0 auto;
}
.enlightenment-internal-links__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-internal-links__headline {
  margin-bottom: 40px;
}
.enlightenment-internal-links__headline-title {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10px calc((100% - 264px) / 2);
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .enlightenment-internal-links__headline-title {
    width: 820px;
    padding: 10px 278px;
  }
}
.enlightenment-internal-links__headline-title:before, .enlightenment-internal-links__headline-title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-image: url("../img/enlightenment-internal-links__headline-title-bg-pc.svg");
  width: calc((100% - 290px) / 2);
  height: 13px;
  background-repeat: repeat;
  background-size: 260px;
}
@media screen and (min-width: 992px) {
  .enlightenment-internal-links__headline-title:before, .enlightenment-internal-links__headline-title::after {
    width: 260px;
  }
}
.enlightenment-internal-links__headline-title::before {
  left: 0;
  background-position: left center;
}
.enlightenment-internal-links__headline-title::after {
  right: 0;
  background-position: right center;
}
.enlightenment-internal-links__headline-title-text {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  width: 264px;
  font-size: 24px;
}
.enlightenment-internal-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.enlightenment-internal-links__item {
  width: 240px;
  width: 240px;
  width: 240px;
}
.enlightenment-internal-links__item:nth-of-type(1) .is-button::before {
  background: url("../img/enlightenment-internal-links__item-button-icon01.webp") no-repeat center center/contain;
}
.enlightenment-internal-links__item:nth-of-type(2) .is-button::before {
  background: url("../img/enlightenment-internal-links__item-button-icon02.webp") no-repeat center center/contain;
}
.enlightenment-internal-links__item:nth-of-type(3) .is-button::before {
  background: url("../img/enlightenment-internal-links__item-button-icon03.webp") no-repeat center center/contain;
}
.enlightenment-internal-links__item-button {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #57B597 30px, #FFFFFF 30px);
  cursor: pointer;
  pointer-events: auto;
  scale: 1;
  opacity: 1;
  transition: scale 0.3s, opacity 0.3s;
}
.enlightenment-internal-links__item-button:hover {
  scale: 1.05;
  opacity: 0.7;
}
.enlightenment-internal-links__item-button::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: 10px;
  width: 80px;
  height: 80px;
}
.enlightenment-internal-links__item-button::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  rotate: 45deg;
  bottom: 12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.enlightenment-internal-links__item-button-text {
  display: block;
  width: fit-content;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 90px auto 35px;
  font-size: 24px;
}
.enlightenment-internal-links__item-button-text.is-text {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}

.enlightenment-market-price {
  background-color: #57b597;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%);
  background-repeat: repeat;
  width: 100%;
  max-width: 1920px;
  padding: 70px 0 100px;
  margin: 0 auto;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
.enlightenment-market-price.is-bg-none {
  background-color: transparent;
  background-image: none;
  padding: 50px 0 100px;
}
.enlightenment-market-price__inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-market-price__headline {
  margin-bottom: 30px;
}
.enlightenment-market-price__headline-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 9999px;
  padding: 12px 50px;
  margin: 0 auto 40px;
}
.enlightenment-market-price__headline-title .is-img {
  display: block;
  width: auto;
  height: 34px;
  margin-right: 12px;
  margin-bottom: 1px;
}
.enlightenment-market-price__headline-title .is-text {
  display: inline-block;
  line-height: 1;
  color: #377B64;
  font-size: 36px;
}
.enlightenment-market-price__headline-lead-text {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
  font-size: 34px;
  letter-spacing: 0.05em;
}
.enlightenment-market-price__headline-lead-text .is-large {
  font-size: 1.6em;
}
.enlightenment-market-price__comparison {
  margin-bottom: 50px;
}
.enlightenment-market-price__comparison-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.enlightenment-market-price__comparison-item {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  width: 375px;
  padding-top: 180px;
}
.enlightenment-market-price__comparison-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 180px;
}
.enlightenment-market-price__comparison-item.is-cheapest-plan::before {
  background-image: url("../img/enlightenment-market-price__comparison-item-bg-cheapest-pc.webp");
}
.enlightenment-market-price__comparison-item.is-optimal-plan::before {
  background-image: url("../img/enlightenment-market-price__comparison-item-bg-optimal-pc.webp");
}
.enlightenment-market-price__comparison-item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  padding: 15px;
}
.enlightenment-market-price__comparison-item-content {
  flex: 1;
}
.enlightenment-market-price__comparison-item-title {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  color: #377B64;
  margin-bottom: 20px;
  font-size: 22px;
}
.enlightenment-market-price__comparison-item-title .has-underline {
  padding-bottom: 2px;
  border-bottom: 2px solid #377B64;
}
.enlightenment-market-price__comparison-item-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #377B64;
  margin-bottom: 15px;
  font-size: 16px;
}
.enlightenment-market-price__comparison-item-price .is-label {
  display: inline-block;
  background-color: #377B64;
  font-size: 1.3em;
  color: #FFFFFF;
  padding: 6px 10px 5px;
  margin-right: 10px;
  border-radius: 5px;
}
.enlightenment-market-price__comparison-item-price .is-price {
  display: inline-flex;
  align-items: flex-end;
}
.enlightenment-market-price__comparison-item-price .is-number {
  display: inline-block;
  font-weight: 500;
  font-size: 1.7em;
}
.enlightenment-market-price__comparison-item-lead {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  font-size: 15px;
}
.enlightenment-market-price__comparison-item-lead .is-caution {
  font-size: 0.9em;
  color: #CF1B2A;
}
.enlightenment-market-price__comparison-item-frame {
  display: block;
  width: 100%;
  padding: 6px 10px;
  margin-top: auto;
  border: 2px solid;
}
.enlightenment-market-price__comparison-item-frame.is-color1 {
  border-color: #CF1B2A;
}
.enlightenment-market-price__comparison-item-frame.is-color2 {
  border-color: #377B64;
}
.enlightenment-market-price__comparison-item-frame-text {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}
.enlightenment-market-price__comparison-item-frame-text.is-color1 {
  color: #CF1B2A;
}
.enlightenment-market-price__comparison-item-frame-text.is-color2 {
  color: #377B64;
}
.enlightenment-market-price__headsUp {
  margin-bottom: 70px;
}
.enlightenment-market-price__risk {
  background: url("../img/enlightenment-market-price__risk-bg-pc.webp") no-repeat center center/cover;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  margin: 0 auto 70px;
  border-radius: 10px;
}
.enlightenment-market-price__risk.is-excitement {
  max-width: 1040px;
  margin-bottom: 60px;
}
.enlightenment-market-price__risk-headline {
  width: 100%;
  background-color: #333;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.enlightenment-market-price__risk-headline-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 12px;
  font-size: 30px;
}
.enlightenment-market-price__risk-headline-title .has-dot-top {
  position: relative;
}
.enlightenment-market-price__risk-headline-title .has-dot-top:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: -8px;
  width: 4px;
  height: 4px;
}
.enlightenment-market-price__risk-headline-lead {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 20px;
}
.enlightenment-market-price__risk-body {
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  padding: 35px 30px 25px 180px;
}
.enlightenment-market-price__risk-body::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 160px;
  height: 220px;
  background: url("../img/enlightenment-market-price__risk-icon-pc.webp") no-repeat bottom left/contain;
}
.enlightenment-market-price__risk-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__risk-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__risk-item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .enlightenment-market-price__risk-item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .enlightenment-market-price__risk-item:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .enlightenment-market-price__risk-item:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.enlightenment-market-price__risk-term {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 20px;
}
.enlightenment-market-price__risk-term::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  display: inline-block;
}
.enlightenment-market-price__risk-description {
  letter-spacing: 0.05em;
  padding-left: 22px;
  font-size: 12px;
}
.enlightenment-market-price__risk-conclusion-text {
  font-weight: bold;
  color: #BF1412;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.enlightenment-market-price__risk-conclusion-text .is-large {
  font-size: 1.4em;
}
.enlightenment-market-price__risk-conclusion-text .has-marker {
  display: inline;
  background: linear-gradient(0deg, #FFE57B 20%, transparent 20%);
  white-space: nowrap;
}
.enlightenment-market-price__risk-alert {
  margin-top: 30px;
  padding: 15px;
  border: 4px solid #D73E65;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.enlightenment-market-price__risk-alert-headline {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D73E65;
}
.enlightenment-market-price__risk-alert-headline-title {
  position: relative;
  font-weight: bold;
  display: inline-block;
  padding-left: 60px;
  margin: 10px auto 20px;
  font-size: 24px;
  text-align: center;
}
.enlightenment-market-price__risk-alert-headline-title::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background: url("../img/enlightenment-market-price__risk-alert-headline-title-icon.svg") no-repeat left center/contain;
  top: -10px;
  width: 47px;
  height: 42px;
}
.enlightenment-market-price__risk-alert-headline-title .is-color1 {
  color: #D73E65;
}
.enlightenment-market-price__risk-alert-headline-title .is-medium {
  font-size: 1.1em;
}
.enlightenment-market-price__risk-alert-headline-description {
  line-height: 1.4;
  font-size: 14px;
}
.enlightenment-market-price__risk-alert-lead-text {
  font-weight: bold;
  line-height: 1.4;
  color: #D73E65;
}
.enlightenment-market-price__risk-alert-lead-text .is-medium {
  font-size: 1.2em;
}
.enlightenment-market-price__solution {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px;
}
.enlightenment-market-price__solution-frame {
  background-color: #F9FBF0;
  position: relative;
  padding: 30px 140px 30px 40px;
  border-radius: 10px;
}
.enlightenment-market-price__solution-frame::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0 0 auto;
  background: url("../img/enlightenment-market-price__solution-frame-avatar-pc.webp") no-repeat bottom right/contain;
  width: 150px;
  height: 254px;
}
.enlightenment-market-price__solution-frame-headline {
  padding-top: 10px;
  margin-bottom: 30px;
}
.enlightenment-market-price__solution-frame-headline-catch {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.enlightenment-market-price__solution-frame-headline-title {
  font-weight: bold;
  text-align: center;
  color: #57B597;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 2px solid #57B597;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.enlightenment-market-price__solution-frame-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
}
.enlightenment-market-price__solution-frame-item {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 4px 0 0 40px;
  line-height: 1.8;
  font-size: 18px;
}
.enlightenment-market-price__solution-frame-item .is-color1 {
  color: #BF1412;
}
.enlightenment-market-price__solution-frame-item::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background: url("../img/enlightenment-market-price__solution-frame-item-checked.svg") no-repeat center center/contain;
  top: 0;
  width: 35px;
  height: 35px;
}
.enlightenment-market-price__simple-headline {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.enlightenment-market-price__simple-headline-title {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
}
.enlightenment-market-price__simple-headline-lead {
  width: fit-content;
  margin: 20px auto 0;
}
.enlightenment-market-price__simple-headline-lead-text {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.enlightenment-market-price__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: fit-content;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__card {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .enlightenment-market-price__card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__card-item:nth-of-type(3) {
    grid-column: 1/3;
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .enlightenment-market-price__card-item:nth-of-type(3) {
    grid-column: unset;
    display: unset;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__card-item:nth-of-type(3) .is-content {
    margin: 30px auto 0;
  }
}
.enlightenment-market-price__card-item.is-simple-plan {
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__card-item.is-simple-plan {
    grid-column: 1/3;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 1400px) {
  .enlightenment-market-price__card-item.is-simple-plan {
    grid-column: 1/4;
  }
}
.enlightenment-market-price__card-content {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 377px;
  padding: 0 14px 16px;
  margin-top: 30px;
}
.enlightenment-market-price__card-content.is-simple-plan {
  display: flex;
  height: fit-content;
  flex-direction: column-reverse;
  gap: 15px;
  width: 377px;
  padding-top: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__card-content.is-simple-plan {
    flex-direction: row;
    width: 725px;
  }
}
.enlightenment-market-price__card-content.is-link {
  translate: 0 0;
  transition: translate 0.3s !important;
}
.enlightenment-market-price__card-content.is-link:hover {
  translate: 0 -5px;
  transition: translate 0.3s !important;
}
.enlightenment-market-price__card-content-body {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__card-content-body {
    flex: 1;
    margin-bottom: 0;
  }
}
.enlightenment-market-price__card-content-body.is-simple-plan {
  margin-bottom: 0;
}
.enlightenment-market-price__card-content-catch {
  background-color: #F7F5EB;
  border-radius: 10px;
  border: 1px solid #57b597;
  color: #57b597;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.3 !important;
  width: 226px;
  font-size: 14px;
  padding: 10px 0;
  margin: -30px auto 0;
}
.enlightenment-market-price__card-content-medal {
  position: absolute;
  top: -35px;
  right: -22px;
}
.enlightenment-market-price__card-content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0 15px;
}
.enlightenment-market-price__card-content-box.is-simple-plan {
  margin-top: 0;
}
.enlightenment-market-price__card-content-img {
  overflow: hidden;
  width: 120px;
  border-radius: 5px;
}
.enlightenment-market-price__card-content-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enlightenment-market-price__card-content-info {
  flex: 1;
  font-weight: bold;
}
.enlightenment-market-price__card-content-info-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 0 7px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F6F3F9;
}
.enlightenment-market-price__card-content-info-title {
  border-bottom: 1px solid #F6F3F9;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #000000;
  font-size: 22px;
  padding: 0 0 7px 10px;
  margin-bottom: 10px;
}
.enlightenment-market-price__card-content-info-title.is-simple-plan {
  padding: 0;
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  color: #BF1412;
}
.enlightenment-market-price__card-content-info-label {
  display: block;
  width: fit-content;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #BF1412;
  padding: 8px 3px 7px;
  border: 1px solid #BF1412;
  border-radius: 4px;
  font-size: 11px;
}
.enlightenment-market-price__card-content-info-price {
  color: #E75E69;
  display: flex;
  align-items: center;
  font-size: 38px;
}
.enlightenment-market-price__card-content-info-price.is-center-pc {
  justify-content: center;
}
.enlightenment-market-price__card-content-info-price-yen {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.enlightenment-market-price__card-content-info-price-yen .is-tax {
  text-align: left;
  font-size: 6px;
}
.enlightenment-market-price__card-content-info-price-yen .is-small {
  font-size: 20px;
}
.enlightenment-market-price__card-content-info-description-text {
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}
.enlightenment-market-price__card-content-frame {
  display: block;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
}
@media screen and (min-width: 992px) {
  .enlightenment-market-price__card-content-frame {
    flex: 1;
    max-width: 325px;
  }
}
.enlightenment-market-price__card-content-frame-lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.enlightenment-market-price__card-content-frame-lead .is-large {
  font-size: 1.2em;
}
.enlightenment-market-price__card-content-frame-description-text {
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  font-size: 11px;
}
.enlightenment-market-price__card-content-flow img {
  display: block;
}
.enlightenment-market-price__cta {
  background-image: none;
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 70px;
}
.enlightenment-market-price__cta.is-pt-0 {
  padding-top: 0;
}
.enlightenment-market-price__cta.is-pt-30-pc {
  padding-top: 30px;
}
.enlightenment-market-price__cta-frame {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  max-width: 888px;
  padding: 30px 30px 30px 250px;
  margin: 14px auto 0;
  border-radius: 10px;
  border: 2px solid #999999;
}
.enlightenment-market-price__cta-frame::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/enlightenment-market-price__cta-frame-img-pc.webp") no-repeat center center/cover;
  bottom: 0;
  width: 220px;
  height: 100%;
}
.enlightenment-market-price__cta-frame-title {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #E75E69;
}
.enlightenment-market-price__cta-frame-title-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #E75E69;
  font-size: 26px;
  text-align: left;
}
.enlightenment-market-price__cta-frame-lead-text {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.enlightenment-market-price__caution {
  padding: 70px 0 0;
}
.enlightenment-market-price__caution-banner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.enlightenment-market-price__caution-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.enlightenment-choice {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.enlightenment-choice__body.has-bg {
  background-color: #F9FBF0;
}
.enlightenment-choice__headline {
  padding: 70px 0 50px;
}
.enlightenment-choice__headline.has-bg {
  background-color: #F9FBF0;
}
.enlightenment-choice__headline-box {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-choice__headline-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: fit-content;
  background-color: #377B64;
  border-radius: 9999px;
  padding: 12px 50px;
  margin: 0 auto 40px;
}
.enlightenment-choice__headline-title .is-img {
  display: block;
  width: auto;
  height: 34px;
  margin-right: 12px;
  margin-bottom: 1px;
}
.enlightenment-choice__headline-title .is-text {
  display: inline-block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 36px;
}
.enlightenment-choice__headline-catch {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  font-size: 40px;
}
.enlightenment-choice__headline-catch.is-color1 {
  color: #377B64;
}
.enlightenment-choice__headline-catch .is-large {
  font-size: 1.2em;
}
.enlightenment-choice__headline-catch .is-extra-large {
  font-size: 1.8em;
}
.enlightenment-choice__intro-inner {
  background-color: #F9FBF0;
  padding: 0 20px 70px;
}
.enlightenment-choice__intro-inner.has-arrow-bottom {
  padding: 0 20px 110px;
  margin-bottom: 100px;
}
.enlightenment-choice__intro-lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.enlightenment-choice__intro-lead-img {
  display: block;
  width: 100%;
}
.enlightenment-choice__intro-lead-img img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-choice__intro-catch {
  width: 100%;
  background-color: #FDD759;
  max-width: 1000px;
  padding: 10px 20px;
  margin: 0 auto 70px;
  border-radius: 10px;
}
.enlightenment-choice__intro-catch-text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.6;
  font-size: 26px;
  letter-spacing: 0.05em;
}
.enlightenment-choice__intro-catch-text .is-large {
  font-size: 1.4em;
}
.enlightenment-choice__intro-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.enlightenment-choice__intro-card-item {
  width: 100%;
  max-width: 475px;
}
.enlightenment-choice__intro-card-inner {
  padding: 14px 5px 5px;
  border-radius: 10px;
}
.enlightenment-choice__intro-card-inner.is-color1 {
  background-color: #888888;
}
.enlightenment-choice__intro-card-inner.is-color2 {
  background-color: #57B597;
}
.enlightenment-choice__intro-card-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 14px;
  font-size: 30px;
}
.enlightenment-choice__intro-card-content {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 0 0 6px 6px;
}
.enlightenment-choice__intro-card-content-inner {
  position: relative;
  display: flex;
  padding-left: 220px;
  min-height: 130px;
}
.enlightenment-choice__intro-card-content-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 200px;
}
.enlightenment-choice__intro-card-content-inner.is-shikijou::before {
  background: url("../img/enlightenment-choice__intro-card-content-img-pc01.webp") no-repeat center center/cover;
}
.enlightenment-choice__intro-card-content-inner.is-sougisha::before {
  background: url("../img/enlightenment-choice__intro-card-content-img-pc02.webp") no-repeat center center/cover;
}
.enlightenment-choice__intro-card-content-inner.is-tasha::before {
  background: url("../img/enlightenment-choice__intro-card-content-img-pc03.webp") no-repeat center center/cover;
}
.enlightenment-choice__intro-card-content-inner.is-musubisu::before {
  background: url("../img/enlightenment-choice__intro-card-content-img-pc04.webp") no-repeat center center/cover;
}
.enlightenment-choice__intro-card-content-text {
  display: block;
  width: 100%;
  height: fit-content;
  margin: auto 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 22px;
}
.enlightenment-choice__intro-card-content-text.is-color1 {
  color: #777777;
}
.enlightenment-choice__intro-card-content-text.is-color2 {
  color: #377B64;
}
.enlightenment-choice__intro-card-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
}
.enlightenment-choice__intro-card-content-item {
  width: fit-content;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  min-width: 132px;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 24px;
}
.enlightenment-choice__intro-card-content-item.is-color1 {
  background-color: #888888;
}
.enlightenment-choice__intro-card-content-item.is-color2 {
  background-color: #57B597;
}
.enlightenment-choice__intro-important {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 50px 0 0;
  margin: 0 auto;
}
.enlightenment-choice__intro-important-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 32px;
  line-height: 1.8;
}
.enlightenment-choice__intro-important::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(0deg, #57B597 0%, #F9FBF0 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  bottom: -210px;
  max-width: 800px;
  height: 150px;
}
.enlightenment-choice__topics {
  padding: 20px 20px 0;
  margin-bottom: 60px;
}
.enlightenment-choice__topics-inner {
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
  border: 1px solid #BF1412;
  border-radius: 10px;
}
.enlightenment-choice__topics-headline {
  margin-bottom: 30px;
}
.enlightenment-choice__topics-headline-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #BF1412;
  font-size: 34px;
}
.enlightenment-choice__topics-item {
  position: relative;
  padding-left: 50px;
}
.enlightenment-choice__topics-item::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background: url("../img/enlightenment-choice__topics-item-icon.svg") no-repeat center center/contain;
  top: 5px;
  width: 24px;
  height: 24px;
}
.enlightenment-choice__topics-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.enlightenment-choice__topics-item-text {
  font-size: 20px;
  letter-spacing: 0.07em;
}
.enlightenment-choice__topics-item-text .is-large {
  font-size: 1.3em;
}
.enlightenment-choice__topics-item-text .is-large.is-number {
  font-size: 1.5em;
}
.enlightenment-choice__topics-item-text .is-bold {
  font-weight: bold;
}
.enlightenment-choice__topics-item-text .has-marker {
  display: inline;
  background: linear-gradient(0deg, #FFE57B 20%, transparent 20%);
}
.enlightenment-choice__trouble {
  padding: 0 20px 100px;
}
.enlightenment-choice__trouble-inner {
  width: 100%;
  max-width: 1000px;
  padding: 50px;
  margin: 0 auto;
  border: 2px dashed #DDDDDD;
}
.enlightenment-choice__trouble-headline {
  margin-bottom: 50px;
}
.enlightenment-choice__trouble-headline-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-size: 30px;
}
.enlightenment-choice__trouble-headline-img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.enlightenment-choice__trouble-headline-img-caption {
  display: block;
  font-weight: bold;
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
}
.enlightenment-choice__trouble-headline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-choice__trouble-description {
  margin-bottom: 30px;
}
.enlightenment-choice__trouble-description-text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 17px;
}
.enlightenment-choice__trouble-frame {
  background-color: #FDFDFD;
  padding: 30px;
  border: 1px solid #DDDDDD;
}
.enlightenment-choice__trouble-frame-title {
  margin-bottom: 30px;
}
.enlightenment-choice__trouble-frame-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 22px;
}
.enlightenment-choice__trouble-frame-list {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__trouble-frame-list {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__trouble-frame-item {
    display: flex;
    align-items: flex-end;
    gap: 10px 0;
  }
}
.enlightenment-choice__trouble-frame-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.enlightenment-choice__trouble-frame-item-name {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__trouble-frame-item-name {
    margin-bottom: 0;
  }
}
.enlightenment-choice__trouble-frame-item-name::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.enlightenment-choice__trouble-frame-item-description {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__trouble-frame-item-description {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__trouble-frame-item-description::before {
    position: absolute;
    content: "：";
    top: 0;
    left: 0;
  }
}
.enlightenment-choice__trouble-frame-item-link {
  display: inline-block;
  color: #005BAB;
  border-bottom: 1px solid #005BAB;
}
.enlightenment-choice__conclusion {
  position: relative;
  background-color: #F9FBF0;
  padding: 0 0 500px;
}
.enlightenment-choice__conclusion::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background-color: #DDF0EA;
  height: 350px;
}
.enlightenment-choice__conclusion::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../img/enlightenment-choice__conclusion-bg-pc.webp") no-repeat bottom center/contain;
  bottom: 100px;
  width: calc(100% - 40px);
  max-width: 1000px;
  height: 360px;
}
.enlightenment-choice__conclusion-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-choice__conclusion-lead {
  margin-bottom: 40px;
}
.enlightenment-choice__conclusion-lead-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
}
.enlightenment-choice__conclusion-lead-text .is-large {
  font-size: 1.5em;
}
.enlightenment-choice__conclusion-lead-text .is-arrow {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #2B6954;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  color: #FFFFFF;
  max-width: 800px;
  padding: 30px 20px 40px;
  font-size: 36px;
}
.enlightenment-choice__conclusion-lead-text .is-block {
  position: relative;
  display: block;
  padding: 20px 120px 0;
}
.enlightenment-choice__conclusion-lead-text .is-block::before, .enlightenment-choice__conclusion-lead-text .is-block::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  width: 90px;
  height: 152px;
}
.enlightenment-choice__conclusion-lead-text .is-block::before {
  left: 0;
  background: url("../img/enlightenment-choice__conclusion-lead-pseude-left.svg") no-repeat bottom left/contain;
}
.enlightenment-choice__conclusion-lead-text .is-block::after {
  right: 0;
  background: url("../img/enlightenment-choice__conclusion-lead-pseude-right.svg") no-repeat bottom right/contain;
}
.enlightenment-choice__conclusion-circle-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 30px;
}
.enlightenment-choice__conclusion-circle-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #57B597;
  width: 300px;
  height: 300px;
  border: 24px solid #DDF0EA;
}
.enlightenment-choice__conclusion-circle-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFE83B;
  margin-bottom: 20px;
  font-size: 32px;
}
.enlightenment-choice__conclusion-circle-description {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 24px;
}
.enlightenment-choice__conclusion-catch {
  margin-bottom: 30px;
}
.enlightenment-choice__conclusion-catch-text {
  font-weight: bold;
  line-height: 1.6;
  color: #55AD8F;
  width: fit-content;
  margin: 0 auto;
  font-size: 30px;
}
.enlightenment-choice__conclusion-catch-text .is-small {
  font-size: 0.7em;
}
.enlightenment-choice__conclusion-notion {
  margin-bottom: 20px;
}
.enlightenment-choice__conclusion-notion-text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.enlightenment-choice__conclusion-frame {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #57B597;
  border-radius: 10px;
}
.enlightenment-choice__conclusion-frame-title {
  width: 100%;
  background-color: #57B597;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 10px;
  font-size: 18px;
}
.enlightenment-choice__conclusion-frame-body {
  padding: 30px;
}
.enlightenment-choice__conclusion-frame-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__conclusion-frame-list {
    grid-template-columns: 1fr 1fr;
  }
}
.enlightenment-choice__conclusion-frame-item {
  position: relative;
  font-weight: bold;
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__conclusion-frame-item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .enlightenment-choice__conclusion-frame-item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .enlightenment-choice__conclusion-frame-item:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .enlightenment-choice__conclusion-frame-item:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .enlightenment-choice__conclusion-frame-item:nth-of-type(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.enlightenment-choice__conclusion-frame-item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  display: block;
  color: #57B597;
}
.enlightenment-choice__special {
  padding: 0 20px 70px;
}
.enlightenment-choice__special-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.enlightenment-choice__special-body {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 50%;
  border: 2px solid #57B597;
}
.enlightenment-choice__special-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: url("../img/enlightenment-choice__special-lead-img-pc.webp") no-repeat top left/cover;
}
.enlightenment-choice__special-box {
  padding: 50px 30px;
}
.enlightenment-choice__special-lead {
  width: 100%;
  margin-bottom: 20px;
}
.enlightenment-choice__special-lead-text {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 22px;
}
.enlightenment-choice__special-description-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.enlightenment-choice__movie {
  padding: 70px 0;
}
.enlightenment-choice__movie-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-choice__movie-headline {
  margin-bottom: 50px;
}
.enlightenment-choice__movie-headline-title {
  width: fit-content;
  background-color: #A59345;
  border-radius: 9999px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 6px 30px 5px;
  margin: 0 auto 50px;
  font-size: 32px;
}
.enlightenment-choice__movie-headline-catch {
  font-weight: bold;
  text-align: center;
  color: #A59345;
  margin-bottom: 20px;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.enlightenment-choice__movie-headline-lead {
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  color: #A59345;
  font-size: 28px;
}
.enlightenment-choice__movie-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.enlightenment-choice__movie-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.enlightenment-choice__movie-sns-total-views {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-sns-total-views {
    grid-column: 1/3;
  }
}
.enlightenment-choice__movie-youtube {
  display: block;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-youtube {
    grid-column: 1/2;
  }
}
.enlightenment-choice__movie-youtube-video {
  display: flex;
  width: 540px;
  height: 360px;
  background: url("../img/youtube_back_img.png") no-repeat top left/cover;
}
.enlightenment-choice__movie-youtube-video-inner {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 510px;
  height: 300px;
  margin-top: 20px;
  padding: 0 5px;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
}
.enlightenment-choice__movie-youtube-video-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 50px 20px;
}
.enlightenment-choice__movie-youtube-notion-text {
  text-align: center;
  padding: 10px 0;
  font-size: 11px;
  font-weight: bold;
}
.enlightenment-choice__movie-description.has-mb {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-description.is-message-pc {
    grid-column: 2/3;
    padding-left: 30px;
  }
}
.enlightenment-choice__movie-description-text {
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-description-text {
    text-align: left;
  }
}
.enlightenment-choice__movie-description-text .is-bold {
  font-weight: bold;
}
.enlightenment-choice__movie-description-img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-description-img {
    max-width: unset;
    margin-top: 80px;
  }
}
.enlightenment-choice__movie-description-img img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-choice__movie-voice {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-voice {
    grid-column: 1/3;
    margin-bottom: 70px;
  }
}
.enlightenment-choice__movie-voice-inner {
  width: 100%;
  margin: 0 auto;
}
.enlightenment-choice__movie-voice-img {
  width: 100vw;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .enlightenment-choice__movie-voice-img {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .enlightenment-choice__movie-voice-img {
    width: 100%;
  }
}
.enlightenment-choice__movie-voice-img img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-choice__movie-external-links {
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid #57B597;
}
.enlightenment-choice__movie-external-links-title {
  position: relative;
  width: fit-content;
  padding: 0 10px 0 18px;
  margin: 0 auto 20px;
}
.enlightenment-choice__movie-external-links-title::before, .enlightenment-choice__movie-external-links-title::after {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  background-color: #000000;
  width: 2px;
  height: 22px;
}
.enlightenment-choice__movie-external-links-title::before {
  left: 0;
  rotate: -20deg;
}
.enlightenment-choice__movie-external-links-title::after {
  right: 0;
  rotate: 20deg;
}
.enlightenment-choice__movie-external-links-title-text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: 2px;
  font-size: 18px;
  letter-spacing: 0.07em;
}
.enlightenment-choice__movie-external-links-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.enlightenment-choice__movie-external-links-button {
  position: relative;
  display: block;
  padding-top: 56px;
  opacity: 1;
  transition: opacity 0.3s;
}
.enlightenment-choice__movie-external-links-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.enlightenment-choice__movie-external-links-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
.enlightenment-choice__movie-external-links-button.is-youtube::before {
  background: url("../img/enlightenment-choice__movie-external-links-button-youtube.webp") no-repeat center center/contain;
}
.enlightenment-choice__movie-external-links-button.is-instagram::before {
  background: url("../img/enlightenment-choice__movie-external-links-button-instagram.webp") no-repeat center center/contain;
}
.enlightenment-choice__movie-external-links-button.is-tiktok::before {
  background: url("../img/enlightenment-choice__movie-external-links-button-tiktok.webp") no-repeat center center/contain;
}
.enlightenment-choice__movie-external-links-button-text {
  position: relative;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  padding-right: 15px;
  font-size: 14px;
}
.enlightenment-choice__movie-external-links-button-text::after {
  position: absolute;
  content: "";
  right: 0;
  display: inline-block;
  background: url("../img/enlightenment-choice__movie-external-links-button-text-icon.svg") no-repeat center center/contain;
  top: 4px;
  width: 12px;
  height: 12px;
}

.enlightenment-check {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(217, 217, 217, 0.5) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(217, 217, 217, 0.5) calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
  background-size: 18px 18px;
  width: 100%;
  max-width: 1920px;
  padding: 100px 0;
  margin: 0 auto;
}
.enlightenment-check__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-check__frame {
  position: relative;
  background-color: #FFFFFF;
  padding: 50px 70px;
  border: 1px solid #57b597;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.enlightenment-check__frame::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/enlightenment-check__frame-icon.svg") no-repeat center center/contain;
  top: -35px;
  left: 30px;
  width: 82px;
  height: 82px;
}
.enlightenment-check__frame-headline {
  margin-bottom: 50px;
}
.enlightenment-check__frame-headline-title {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #55AD8F;
  margin-bottom: 15px;
  font-size: 32px;
}
.enlightenment-check__frame-headline-lead-text {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 21px;
}
.enlightenment-check__frame-main-item:not(:last-of-type) {
  margin-bottom: 50px;
}
.enlightenment-check__frame-main-headline {
  margin-bottom: 14px;
}
.enlightenment-check__frame-main-headline-title {
  display: flex;
  align-items: flex-end;
}
.enlightenment-check__frame-main-headline-title .is-img {
  display: block;
  width: auto;
  height: 16px;
  margin-right: 10px;
  margin-bottom: 6px;
}
.enlightenment-check__frame-main-headline-title .is-text {
  font-weight: bold;
  font-size: 18px;
}
.enlightenment-check__frame-sub-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.enlightenment-check__frame-sub-term {
  position: relative;
  padding-left: 26px;
  margin-bottom: 4px;
}
.enlightenment-check__frame-sub-term::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background-color: #FFFFFF;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #55AD8F;
  border-radius: 3px;
}
.enlightenment-check__frame-sub-term-text {
  line-height: 1.4;
  font-size: 17px;
}
.enlightenment-check__frame-sub-supplement {
  padding-left: 26px;
}
.enlightenment-check__frame-sub-supplement-text {
  font-weight: bold;
  line-height: 1.4;
  color: #377B64;
  font-size: 16px;
}

.enlightenment-cta {
  position: relative;
  background-color: #B8E0D3;
  width: 100%;
  max-width: 1920px;
  padding: 70px 0;
  margin: 0 auto;
}
.enlightenment-cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DDF0EA;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}
.enlightenment-cta__inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-cta__intro {
  margin-bottom: 30px;
}
.enlightenment-cta__intro-lead-text {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #377B64;
  font-size: 38px;
  letter-spacing: 0.05em;
}
.enlightenment-cta__headline {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .enlightenment-cta__headline {
    padding: 20px 200px 50px;
  }
}
.enlightenment-cta__headline::before, .enlightenment-cta__headline::after {
  position: absolute;
  content: "";
  display: none;
}
@media screen and (min-width: 992px) {
  .enlightenment-cta__headline::before, .enlightenment-cta__headline::after {
    display: block;
  }
}
.enlightenment-cta__headline::before {
  top: 0;
  left: 0;
  width: 340px;
  height: 500px;
  background: url("../img/enlightenment-cta__headline-img-left-pc.webp") no-repeat center center/contain;
}
.enlightenment-cta__headline::after {
  bottom: 0;
  right: 20px;
  width: 370px;
  height: 500px;
  background: url("../img/enlightenment-cta__headline-img-right-pc.webp") no-repeat center center/contain;
}
.enlightenment-cta__headline-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  display: block;
  width: 100%;
  max-width: 444px;
  margin: auto;
  font-size: 32px;
}
.enlightenment-cta__headline-title .is-color1 {
  color: #55AD8F;
}
.enlightenment-cta__headline-title .has-marker {
  background: linear-gradient(0deg, #FFE83B 20%, transparent 20%);
}
.enlightenment-cta__headline-title .is-small {
  font-size: 0.8em;
}
.enlightenment-cta__headline-title img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-cta__banner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .enlightenment-cta__banner {
    width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .enlightenment-cta__banner {
    width: 100%;
  }
}
.enlightenment-cta__banner-link {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  overflow: hidden;
  padding-top: 36vw;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 576px) {
  .enlightenment-cta__banner-link {
    padding-top: 204px;
  }
}
@media screen and (min-width: 1200px) {
  .enlightenment-cta__banner-link {
    padding-top: 0;
    background-size: 510px;
  }
}
.enlightenment-cta__banner-link:hover::before {
  scale: 1.1;
  transition: scale 0.3s !important;
}
.enlightenment-cta__banner-link:hover .is-inner-hover {
  background-color: #57b597;
  transition: background-color 0.3s !important;
}
.enlightenment-cta__banner-link:hover .is-title-hover::after {
  opacity: 1;
  transition: opacity 0.3s !important;
}
.enlightenment-cta__banner-link:hover .is-img-hover {
  opacity: 0;
  transition: opacity 0.3s !important;
}
.enlightenment-cta__banner-link:hover .is-lead-text-hover {
  color: #FFFFFF;
  transition: color 0.3s !important;
}
.enlightenment-cta__banner-link::before {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  background: url("../img/banner_counsel.webp") no-repeat;
  left: 0;
  width: 100%;
  height: 36vw;
  background-size: cover;
  background-position: top left;
  scale: 1;
  transition: scale 0.3s !important;
}
@media screen and (min-width: 576px) {
  .enlightenment-cta__banner-link::before {
    height: 204px;
  }
}
@media screen and (min-width: 1200px) {
  .enlightenment-cta__banner-link::before {
    left: unset;
    right: 0;
    width: 510px;
    background-position: top right;
  }
}
.enlightenment-cta__banner-link .is-inner-hover {
  background-color: #FFFFFF;
  transition: background-color 0.3s !important;
}
.enlightenment-cta__banner-link .is-title-hover {
  position: relative;
}
.enlightenment-cta__banner-link .is-title-hover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/ttl_hero_counsel_pc.svg") no-repeat top left/contain;
  opacity: 0;
  transition: opacity 0.3s !important;
}
.enlightenment-cta__banner-link .is-img-hover {
  opacity: 1;
  transition: opacity 0.3s !important;
}
.enlightenment-cta__banner-link .is-lead-text-hover {
  color: #000000;
  transition: color 0.3s !important;
}
.enlightenment-cta__banner-inner {
  position: relative;
  padding-top: 20px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .enlightenment-cta__banner-inner {
    width: calc(100% - 510px);
    padding: 37px 20px 37px 37px;
  }
}
.enlightenment-cta__banner-title {
  display: block;
  width: 330px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1200px) {
  .enlightenment-cta__banner-title {
    width: 362px;
  }
}
.enlightenment-cta__banner-title img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-cta__banner-lead {
  padding: 0 20px 20px;
}
@media screen and (min-width: 1200px) {
  .enlightenment-cta__banner-lead {
    padding: 0;
  }
}
.enlightenment-cta__banner-lead-text {
  line-height: 1.6;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
}
.enlightenment-cta__line {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .enlightenment-cta__line {
    max-width: unset;
  }
}
.enlightenment-cta__line-link {
  display: block;
  translate: 0 0;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: translate 0.3s, opacity 0.3s !important;
}
.enlightenment-cta__line-link:hover {
  translate: 0 -5px;
  opacity: 0.7;
  transition: translate 0.3s, opacity 0.3s !important;
}
.enlightenment-cta__line-img {
  width: 100%;
}
.enlightenment-cta__line-img img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-cta__foot {
  width: 800px;
  margin: 0 auto;
}
.enlightenment-cta__foot-img {
  text-align: center;
  margin-bottom: 10px;
}
.enlightenment-cta__foot-img img {
  width: inherit;
  height: auto;
}
.enlightenment-cta__foot-small {
  line-height: 1.5;
  text-align: right;
  font-size: 12px;
}

.enlightenment-interview {
  width: 100%;
  max-width: 1920px;
  padding: 30px 0 0;
  margin: 0 auto;
}
.enlightenment-interview__inner {
  overflow: hidden;
}
.enlightenment-interview__readMore {
  position: relative;
  background: linear-gradient(0deg, #FAF7F2 55%, transparent 100%);
  padding-top: 100px;
}
.enlightenment-interview__readMore.is-open {
  background: unset;
  padding-top: 50px;
}
.enlightenment-interview__readMore-inner {
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-interview__readMore-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 11px 10px 10px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s;
}
.enlightenment-interview__readMore-button:hover {
  background-color: #12835F;
  transition: background-color 0.3s;
}
.enlightenment-interview__readMore-button:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0.3s;
}
.enlightenment-interview__readMore-button:hover .is-text {
  color: #FFFFFF;
  transition: color 0.3s;
}
.enlightenment-interview__readMore-button::after {
  position: relative;
  content: "";
  display: block;
  rotate: 45deg;
  width: 10px;
  height: 10px;
  border-right: 2px solid #12835F;
  border-bottom: 2px solid #12835F;
  translate: 0 4px;
  transition: border-color 0.3s;
}
.enlightenment-interview__readMore-button.is-open::after {
  rotate: -135deg;
  translate: 0 9px;
}
.enlightenment-interview__readMore-button-text {
  display: block;
  width: fit-content;
  font-weight: bold;
  color: #12835F;
  padding-right: 20px;
  font-size: 16px;
}
.enlightenment-interview__readMore-button-text.is-text {
  transition: color 0.3s;
}

.enlightenment-contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.enlightenment-contents__intro {
  padding: 70px 0 70px;
}
.enlightenment-contents__intro-lead {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 30px;
}
.enlightenment-contents__intro-lead-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
.enlightenment-contents__intro-lead-text .is-color1 {
  color: #12835F;
}
.enlightenment-contents__intro-headline {
  background-color: #377B64;
  margin-bottom: 50px;
}
.enlightenment-contents__intro-headline-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
  width: 100%;
  max-width: 1040px;
  padding: 30px 20px;
  margin: 0 auto;
}
.enlightenment-contents__intro-headline-title {
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 999px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #377B64;
  padding: 6px 30px;
  font-size: 24px;
}
.enlightenment-contents__intro-headline-catch {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 26px;
}
.enlightenment-contents__intro-headline-catch .is-color1 {
  color: #FFE83B;
}
.enlightenment-contents__intro-body {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-contents__intro-body-lead {
  margin-bottom: 30px;
}
.enlightenment-contents__intro-body-lead-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  font-size: 26px;
}
.enlightenment-contents__intro-body-lead-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  background: url("../img/enlightenment-contents__intro-body-lead-text-underline.svg") no-repeat bottom left/contain;
  width: 275px;
  height: 15px;
}
.enlightenment-contents__intro-risk {
  position: relative;
  background-color: #F7F5EB;
  width: 100%;
  max-width: 400px;
  padding: 60px 30px 30px;
  margin: 70px auto 30px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-risk {
    max-width: unset;
  }
}
.enlightenment-contents__intro-risk::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: url("../img/enlightenment-market-price__risk-list-icon.webp") no-repeat center center/contain;
  top: -60px;
  width: 115px;
  height: 115px;
}
.enlightenment-contents__intro-risk-list {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-risk-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
    margin-bottom: 20px;
  }
}
.enlightenment-contents__intro-risk-item {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0 10px 22px;
  margin: 24px 0;
  border-bottom: 1px dashed #BBBBBB;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-risk-item {
    margin: 0;
  }
  .enlightenment-contents__intro-risk-item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .enlightenment-contents__intro-risk-item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .enlightenment-contents__intro-risk-item:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.enlightenment-contents__intro-risk-item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  display: inline-block;
  color: #429277;
}
.enlightenment-contents__intro-risk-footer {
  position: relative;
  font-weight: bold;
  padding-top: 42px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-risk-footer {
    font-size: 28px;
  }
}
.enlightenment-contents__intro-risk-footer::before {
  position: absolute;
  content: "︙";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.enlightenment-contents__intro-risk-footer-text {
  text-align: center;
  letter-spacing: 0.05em;
}
.enlightenment-contents__intro-trend {
  margin-bottom: 30px;
}
.enlightenment-contents__intro-trend-text {
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
}
.enlightenment-contents__intro-trend-text .has-marker {
  background: linear-gradient(0deg, #FFE57B 20%, transparent 20%);
}
.enlightenment-contents__intro-conclusion {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion {
    display: flex;
    justify-content: center;
    gap: 0 100px;
    max-width: unset;
  }
}
.enlightenment-contents__intro-conclusion-before {
  position: relative;
  padding: 15px 0 15px 60px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion-before {
    padding: 40px 0 0;
    margin-bottom: 0;
  }
}
.enlightenment-contents__intro-conclusion-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/enlightenment-contents__intro-conclusion-before-avatar.webp") no-repeat center center/contain;
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion-before::before {
    right: 0;
    width: 85px;
    height: 85px;
    margin: 0 auto;
  }
}
.enlightenment-contents__intro-conclusion-before::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/enlightenment-contents__intro-conclusion-arrow.svg") no-repeat center center/contain;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 45px;
  height: 36px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion-before::after {
    top: 35px;
    bottom: 0;
    left: unset;
    right: -75px;
    margin: auto 0 auto auto;
    rotate: -90deg;
  }
}
.enlightenment-contents__intro-conclusion-before-text {
  width: 100%;
  background-color: #F7F5EB;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 5px 14px 20px;
  border-radius: 0 10px 10px 0;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion-before-text {
    padding: 55px 20px 20px;
    border-radius: 10px;
    font-size: 20px;
  }
}
.enlightenment-contents__intro-conclusion-after {
  position: relative;
  padding: 13px 60px 10px 0;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion-after {
    padding: 40px 0 0;
  }
}
.enlightenment-contents__intro-conclusion-after::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  display: block;
  background: url("../img/enlightenment-contents__intro-conclusion-after-avatar.webp") no-repeat center center/contain;
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion-after::before {
    left: 0;
    width: 85px;
    height: 85px;
    margin: 0 auto;
  }
}
.enlightenment-contents__intro-conclusion-after-text {
  width: 100%;
  background-color: #F7F5EB;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 20px 14px 20px;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .enlightenment-contents__intro-conclusion-after-text {
    padding: 55px 20px 20px;
    border-radius: 10px;
    font-size: 20px;
  }
}
.enlightenment-contents__intro-conclusion-after-text .is-large {
  font-size: 1.3em;
  font-weight: bold;
}
.enlightenment-contents__intro-conclusion-after-text .is-color1 {
  color: #E75E69;
}
.enlightenment-contents__precious {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 100px 0 70px;
}
.enlightenment-contents__precious::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/enlightenment-contents__precious-bg-top-pc.webp") no-repeat top left/contain;
  z-index: -1;
  top: 30px;
  left: -150px;
  width: 342px;
  height: 400px;
}
@media screen and (min-width: 1400px) {
  .enlightenment-contents__precious::before {
    left: calc((100% - 1400px) / 2);
  }
}
.enlightenment-contents__precious::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/enlightenment-contents__precious-bg-bottom-pc.webp") no-repeat bottom right/contain;
  z-index: -1;
  bottom: 100px;
  right: -200px;
  width: 405px;
  height: 400px;
}
@media screen and (min-width: 1400px) {
  .enlightenment-contents__precious::after {
    bottom: 0;
    right: calc((100% - 1400px) / 2);
  }
}
.enlightenment-contents__precious-inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-contents__precious-headline {
  margin-bottom: 50px;
}
.enlightenment-contents__precious-headline-title {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 26px;
}
.enlightenment-contents__precious-body-text {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 15px;
}
.enlightenment-contents__precious-body-text:not(:last-of-type) {
  margin-bottom: 2em;
}
.enlightenment-contents__precious-footer {
  margin-top: 40px;
}
.enlightenment-contents__precious-footer-copy {
  text-align: right;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-right: 10px;
  font-size: 15px;
}

.enlightenment-kazokusou {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.enlightenment-kazokusou-area {
  padding-bottom: 70px;
}
.enlightenment-kazokusou-area__body-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================== */
/* =========================== */
.enlightenment-excitement-fv {
  background-image: url("../img/enlightenment-excitement-fv_bg_pc.png");
  background-size: 1040px;
  background-position: top center;
  height: 690px;
  padding-top: 58px;
}
.enlightenment-excitement-fv__headline-title {
  font-family: "Noto Serif", serif;
  margin-bottom: 76px;
}
.enlightenment-excitement-fv__headline-title-label {
  display: block;
  width: fit-content;
  background-color: #377B64;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 8px 25px;
  margin: 0 auto;
  font-size: 58px;
}
.enlightenment-excitement-fv__headline-title-label:not(:last-of-type) {
  margin-bottom: 15px;
}
.enlightenment-excitement-fv__headline-lead {
  width: 356px;
  margin: 0 auto 56px;
}
.enlightenment-excitement-fv__headline-sns {
  text-align: center;
}
.enlightenment-excitement-fv__headline-sns img {
  width: 470px;
  height: auto;
}

.enlightenment-excitement-real {
  margin-bottom: 100px;
}
.enlightenment-excitement-real__wrap {
  background-color: #F9FBF0;
  padding: 80px 0 100px;
}
.enlightenment-excitement-real__headline-title {
  font-weight: bold;
  color: #2B6954;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 37px;
}
.enlightenment-excitement-real__headline-title .is-number {
  line-height: 1;
  font-size: 100px;
  margin-right: 6px;
}
.enlightenment-excitement-real__headline-sub {
  background-color: #2B6954;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  padding: 6px 16px;
}
.enlightenment-excitement-real__headline-text {
  line-height: 1.5;
  font-size: 20px;
  margin-top: 60px;
}
.enlightenment-excitement-real__headline-movie {
  margin: 45px 0 60px;
}
.enlightenment-excitement-real__headline-movie-data {
  background-color: #fff;
  width: 600px;
  padding: 10px;
  margin: 0 auto 15px;
}
.enlightenment-excitement-real__headline-movie-data video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.enlightenment-excitement-real__headline-movie-text {
  text-align: center;
  font-size: 12px;
}
.enlightenment-excitement-real__body-main {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.enlightenment-excitement-real__body-block {
  border-radius: 4px;
  background-color: #DDF0EA;
  padding: 12px 12px 16px 12px;
}
.enlightenment-excitement-real__body-catch {
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 34px;
}
.enlightenment-excitement-real__foot {
  padding-top: 100px;
}
.enlightenment-excitement-real__foot-title {
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 34px;
  position: relative;
  margin-bottom: 120px;
}
.enlightenment-excitement-real__foot-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background-color: #57b597;
  width: 64px;
  bottom: -10px;
}
.enlightenment-excitement-real__foot-gallery {
  width: 800px;
  margin: 0 auto;
}
.enlightenment-excitement-real__foot-gallery-block {
  display: flex;
  justify-content: space-between;
}
.enlightenment-excitement-real__foot-gallery-block:not(:last-child) {
  margin-bottom: 100px;
}
.enlightenment-excitement-real__foot-gallery-title {
  font-family: "Noto Serif", serif;
  font-weight: normal;
  position: relative;
  writing-mode: vertical-rl;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 27px;
}
.enlightenment-excitement-real__foot-gallery-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #333;
}
.enlightenment-excitement-real__foot-gallery-title .is-text {
  background-color: #fff;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.enlightenment-excitement-real__foot-gallery-item {
  position: relative;
  transition: 0.8s ease-in-out;
  width: 620px;
  height: 324px;
}
.enlightenment-excitement-real__foot-gallery-item:not(:last-child) {
  margin-bottom: 5px;
}
.enlightenment-excitement-real__foot-gallery-item::before, .enlightenment-excitement-real__foot-gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.enlightenment-excitement-real__foot-gallery-item::before {
  left: 0;
  background-position: center center;
  background-size: cover;
  transition: 0.6s ease-in-out;
  backface-visibility: hidden;
  filter: brightness(95%);
}
.enlightenment-excitement-real__foot-gallery-item.is-item1-1::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item1-1_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item1-2::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item1-2_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item1-3::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item1-3_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item1-4::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item1-4_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item2-1::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item2-1_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item2-2::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item2-2_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item2-3::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item2-3_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item2-4::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item2-4_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item3-1::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item3-1_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item3-2::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item3-2_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item3-3::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item3-3_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item.is-item3-4::before {
  background-image: url("../img/enlightenment-excitement-real__foot-gallery-item3-4_bg_pc.png");
}
.enlightenment-excitement-real__foot-gallery-item:after {
  right: 0;
  background-color: #fff;
  transition: 0.8s ease-in-out;
}
.enlightenment-excitement-real__foot-gallery-item.is-show:after {
  width: 0;
}
.enlightenment-excitement-real__foot-gallery-item-text {
  position: relative;
  font-family: "Noto Serif", serif;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: inherit;
  height: inherit;
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 24px;
  padding-bottom: 24px;
}
.enlightenment-excitement-real__foot-sub {
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 34px;
  text-align: center;
  line-height: 1.6;
  margin-top: 100px;
}

.enlightenment-excitement-feature {
  margin-bottom: 60px;
}
.enlightenment-excitement-feature__headline-title {
  font-weight: bold;
  color: #2B6954;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 37px;
}
.enlightenment-excitement-feature__headline-title .is-number {
  line-height: 1;
  font-size: 100px;
  margin-right: 6px;
}
.enlightenment-excitement-feature__headline-sub {
  background-color: #2B6954;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  padding: 6px 16px;
}
.enlightenment-excitement-feature__headline-text {
  line-height: 1.5;
  font-size: 20px;
  margin-top: 60px;
}
.enlightenment-excitement-feature__headline {
  margin-bottom: 60px;
}
.enlightenment-excitement-feature__body {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.enlightenment-excitement-feature__foot-sub {
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 34px;
  text-align: center;
}

.enlightenment-excitement-truth {
  background-color: #F9FBF0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.enlightenment-excitement-truth__headline-title {
  font-weight: bold;
  color: #2B6954;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 37px;
}
.enlightenment-excitement-truth__headline-title .is-number {
  line-height: 1;
  font-size: 100px;
  margin-right: 6px;
}
.enlightenment-excitement-truth__headline-sub {
  background-color: #2B6954;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  padding: 6px 16px;
}
.enlightenment-excitement-truth__headline-text {
  line-height: 1.5;
  font-size: 20px;
  margin-top: 60px;
}
.enlightenment-excitement-truth__headline {
  margin-bottom: 80px;
}
.enlightenment-excitement-truth__foot-sub {
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 34px;
  font-size: 24px;
}

.enlightenment-excitement-plan {
  padding-top: 100px;
}
.enlightenment-excitement-plan__headline-title {
  font-weight: bold;
  color: #2B6954;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 37px;
}
.enlightenment-excitement-plan__headline-title .is-number {
  line-height: 1;
  font-size: 100px;
  margin-right: 6px;
}
.enlightenment-excitement-plan__headline-sub {
  background-color: #2B6954;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  padding: 6px 16px;
}
.enlightenment-excitement-plan__headline-text {
  line-height: 1.5;
  font-size: 20px;
  margin-top: 60px;
}
.enlightenment-excitement-plan__headline {
  margin-bottom: 60px;
}
.enlightenment-excitement-plan__headline-text {
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 34px;
  text-align: center;
  font-size: 20px;
}
.enlightenment-excitement-plan__body {
  width: 1040px;
  margin: 0 auto 60px;
}
.enlightenment-excitement-plan__foot {
  border-radius: 10px;
  background-color: #F9FBF0;
  position: relative;
  width: 1040px;
  margin: 0 auto 123px;
  padding: 40px 56px;
}
.enlightenment-excitement-plan__foot::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/enlightenment-excitement-plan__foot_bg_pc.png");
  background-repeat: no-repeat;
  width: 178px;
  background-size: 178px;
  height: 233px;
  right: 20px;
  bottom: 0;
}
.enlightenment-excitement-plan__foot-headline {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-bottom: 2px solid #57b597;
  width: fit-content;
  margin: 0 auto 40px;
}
.enlightenment-excitement-plan__foot-headline-sub {
  font-size: 26px;
  margin-bottom: 18px;
}
.enlightenment-excitement-plan__foot-headline-title {
  color: #57b597;
  letter-spacing: 6px;
  font-size: 42px;
}
.enlightenment-excitement-plan__foot-list {
  font-weight: bold;
  line-height: 1.7;
  font-size: 26px;
  display: flex;
  gap: 35px;
}
.enlightenment-excitement-plan__foot-item {
  background-image: url("../img/enlightenment-excitement-plan__footer-item_bg.svg");
  background-position: left top;
  background-size: 40px;
  padding-left: 55px;
}
.enlightenment-excitement-plan__foot-item .is-color {
  color: #E75E69;
}

/* =========================== */
/* =========================== */
.enlightenment-breakdown-plan {
  margin-bottom: 0;
  padding: 70px 0 100px;
}
.enlightenment-breakdown-plan__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.enlightenment-breakdown-plan__headline-flow-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
}
.enlightenment-breakdown-plan__headline-flow-img img {
  display: block;
  width: 100%;
  height: auto;
}
.enlightenment-breakdown-plan__headline-flow-main-list {
  flex-wrap: wrap;
}
.enlightenment-breakdown-plan__body {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px;
}

.jizensoudan-fv {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.jizensoudan-fv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url("../img/jizensoudan-fv__bg-pc.webp") no-repeat top center;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-color: #FAF7F2;
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv::before {
    height: 800px;
    background-size: 1700px;
  }
}
.jizensoudan-fv::after {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  width: 100%;
  background: url("../img/jizensoudan-fv__bg-devider-pc.svg") no-repeat top center;
  z-index: 2;
  top: 501px;
  height: 100px;
  background-size: auto 270px;
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv::after {
    top: 701px;
  }
}
.jizensoudan-fv__inner {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 100px 20px 30px;
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv__inner {
    padding-top: 250px;
  }
}
.jizensoudan-fv__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.jizensoudan-fv__content {
  width: 100%;
  max-width: 400px;
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv__content {
    max-width: 550px;
    margin-bottom: 130px;
  }
}
.jizensoudan-fv__content-catch {
  width: 100%;
  max-width: 466px;
  margin: 0 auto 20px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.jizensoudan-fv__content-catch img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-fv__content-title {
  width: 100%;
  margin: 0 auto 35px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.jizensoudan-fv__content-title img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-fv__content-lead {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.8;
  color: #FFFFFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv__content-lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv__medal {
    display: flex;
    align-items: flex-end;
  }
}
.jizensoudan-fv__medal-icon {
  display: block;
  width: 120px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv__medal-icon {
    width: 180px;
  }
}
.jizensoudan-fv__medal-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-fv__medal-description {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .jizensoudan-fv__medal-description {
    flex: 1;
    margin-bottom: 70px;
  }
}

.jizensoudan-charm {
  width: 100%;
  max-width: 1920px;
  padding: 100px 0 110px;
  margin: 0 auto;
}
.jizensoudan-charm__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.jizensoudan-charm__headline {
  margin-bottom: 75px;
}
.jizensoudan-charm__headline-title {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.jizensoudan-charm__headline-title img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-charm__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jizensoudan-charm__item:not(:last-of-type) {
  margin-bottom: 80px;
}
.jizensoudan-charm__item:nth-of-type(1) .is-title {
  width: 275px;
}
.jizensoudan-charm__item:nth-of-type(1) .is-photo-pc {
  translate: 20px 0;
}
.jizensoudan-charm__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.jizensoudan-charm__item:nth-of-type(2) .is-photo-pc {
  scale: 1.2;
  translate: -80px 30px;
}
.jizensoudan-charm__item:nth-of-type(3) .is-photo-pc {
  scale: 1.05;
  translate: 50px 20px;
}
.jizensoudan-charm__item-content {
  width: 430px;
  padding: 0 5px;
}
.jizensoudan-charm__item-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  margin: 0 0 32px 25px;
}
.jizensoudan-charm__item-number-circle {
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #57B597;
  opacity: 0;
  width: 120px;
  height: 120px;
}
.jizensoudan-charm__item-number-img {
  position: relative;
  z-index: 5;
  width: 34px;
}
.jizensoudan-charm__item-number-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-charm__item-photo-sp img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-charm__item-photo-pc {
  width: 570px;
}
.jizensoudan-charm__item-photo-pc img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-charm__item-title {
  line-height: 1.4;
  margin-bottom: 35px;
}
.jizensoudan-charm__item-title img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-charm__item-lead {
  line-height: 1.7;
  font-size: 18px;
}

.jizensoudan-achievements {
  position: relative;
  background-color: #FAF7F2;
  width: 100%;
  max-width: 1920px;
  padding: 95px 0 80px;
  margin: 0 auto;
}
.jizensoudan-achievements::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  width: 72px;
  height: 36px;
}
.jizensoudan-achievements__inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 60px;
}
.jizensoudan-achievements__headline-title {
  margin: 0 auto;
  width: 288px;
}
.jizensoudan-achievements__headline-title img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-achievements__body {
  position: relative;
  padding-top: 565px;
}
.jizensoudan-achievements__body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../img/jizensoudan-achievements__body-bg-pc.webp") no-repeat top center;
  display: block;
  width: 100%;
  min-height: 619px;
  background-size: 1400px auto;
}
.jizensoudan-achievements__body-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: -200px auto 50px;
}
.jizensoudan-achievements__body-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 50px;
}
.jizensoudan-achievements__body-title-icon {
  display: block;
  width: 182px;
  padding-bottom: 60px;
}
.jizensoudan-achievements__body-title-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-achievements__body-title-text {
  display: block;
  width: 568px;
}
.jizensoudan-achievements__body-title-text img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-achievements__body-subtitle {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #57B597;
  width: 100%;
  max-width: 570px;
  padding: 8px 0;
  margin: 0 auto;
  border-top: 1px solid #57B597;
  border-bottom: 1px solid #57B597;
  font-size: 26px;
}

.jizensoudan-choose-soudan {
  width: 100%;
  max-width: 1920px;
  padding: 100px 0 50px;
  margin: 0 auto;
}
.jizensoudan-choose-soudan__inner {
  width: 1040px;
  margin: 0 auto;
}
.jizensoudan-choose-soudan__title {
  width: 430px;
  margin: 0 auto 80px;
}
.jizensoudan-choose-soudan__title img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-choose-soudan__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.jizensoudan-choose-soudan__item {
  width: 500px;
}
.jizensoudan-choose-soudan__item-img {
  position: relative;
  margin-bottom: 20px;
}
.jizensoudan-choose-soudan__item-img-bg {
  display: block;
  width: 100%;
}
.jizensoudan-choose-soudan__item-img-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-choose-soudan__item-img-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 15px;
  left: 15px;
}
.jizensoudan-choose-soudan__item-img-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-choose-soudan__item-body-headline {
  color: #57b597;
  font-weight: bold;
  line-height: 1.4;
  font-size: 28px;
  margin-bottom: 14px;
}
.jizensoudan-choose-soudan__item-body-copy {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 10px;
}
.jizensoudan-choose-soudan__item-body-cta {
  display: flex;
  justify-content: space-between;
}
.jizensoudan-choose-soudan__item-body-cta-number {
  line-height: 1;
  background-image: url("../img/jizensoudan-choose-soudan__item-body-cta-number-icon.svg");
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-position: left top 6px;
  padding-left: 48px;
  font-size: 39px;
  margin-bottom: 5px;
}
.jizensoudan-choose-soudan__item-body-cta-number-link {
  color: #57b597;
}
.jizensoudan-choose-soudan__item-body-cta-number-tel a {
  color: #FFFFFF;
}
.jizensoudan-choose-soudan__item-body-cta-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  gap: 10px;
}
.jizensoudan-choose-soudan__item-body-cta-text .is-border {
  border: 1px solid #333;
  border-radius: 2px;
  padding: 7px 12px;
}
.jizensoudan-choose-soudan__item-body-cta-qr {
  display: flex;
  gap: 6px;
}
.jizensoudan-choose-soudan__item-body-cta-qr-img {
  width: 76px;
  border: 1px solid #333;
}
.jizensoudan-choose-soudan__item-body-cta-qr-img img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-choose-soudan__item-body-cta-qr-text {
  font-size: 12px;
  line-height: 1.5;
}
.jizensoudan-choose-soudan__item-body-btn {
  margin-top: 30px;
}
.jizensoudan-voice {
  position: relative;
  background-color: #A0DFFF;
  width: 100%;
  max-width: 1920px;
  padding: 90px 0;
  margin: 0 auto;
  overflow: hidden;
}
.jizensoudan-voice::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  background: url("../img/jizensoudan-voice__bg-pc.webp") no-repeat bottom center/cover;
  top: 0;
  width: 100%;
  height: 150%;
}
.jizensoudan-voice__inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.jizensoudan-voice__headline {
  margin-bottom: 95px;
}
.jizensoudan-voice__headline-title {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.jizensoudan-voice__headline-title img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-voice__main-list {
  margin-bottom: 14px;
}
.jizensoudan-voice__main-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item {
    padding: 50px;
  }
}
.jizensoudan-voice__main-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.jizensoudan-voice__main-item-headline {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 30px;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
.jizensoudan-voice__main-item-info {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    margin-bottom: unset;
  }
}
.jizensoudan-voice__main-item-info-name {
  font-weight: bold;
  color: #57B597;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-info-name {
    margin-bottom: unset;
    font-size: 24px;
  }
}
.jizensoudan-voice__main-item-info-category {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-info-category {
    font-size: 22px;
  }
}
.jizensoudan-voice__main-item-rating {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-rating {
    gap: 12px 20px;
  }
}
.jizensoudan-voice__main-item-rating-text {
  line-height: 1;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-rating-text {
    font-size: 20px;
  }
}
.jizensoudan-voice__main-item-rating-star {
  height: 15px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-rating-star {
    height: 19px;
  }
}
.jizensoudan-voice__main-item-rating-star img {
  display: block;
  width: auto;
  height: 100%;
}
.jizensoudan-voice__main-item-description {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__main-item-description {
    font-size: 18px;
  }
}
.jizensoudan-voice__notion {
  margin-bottom: 30px;
}
.jizensoudan-voice__notion-text {
  font-size: 14px;
}
.jizensoudan-voice__other-inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 15px 35px;
  border-radius: 10px;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__other-inner {
    padding: 50px;
  }
}
.jizensoudan-voice__other-title {
  font-weight: bold;
  text-align: center;
  color: #57B597;
  margin-bottom: 16px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__other-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.jizensoudan-voice__other-list {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 45px;
}
.jizensoudan-voice__other-item {
  display: block;
  border-top: 1px solid #D2D2D2;
}
.jizensoudan-voice__other-item-link {
  display: block;
  position: relative;
  padding: 10px 5px;
  cursor: pointer !important;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.jizensoudan-voice__other-item-link:hover {
  opacity: 0.8;
  transition: opacity 0.3s !important;
}
.jizensoudan-voice__other-item-link:hover::after {
  scale: 1 1;
  transition: scale 0.3s !important;
}
.jizensoudan-voice__other-item-link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #57B597;
  scale: 0 1;
  transform-origin: left;
  transition: scale 0.3s !important;
}
.jizensoudan-voice__other-item-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 6px;
}
.jizensoudan-voice__other-item-tag-item {
  display: block;
  background-color: #57B597;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__other-item-tag-item {
    padding: 4px 5px;
    font-size: 13px;
  }
}
.jizensoudan-voice__other-item-title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .jizensoudan-voice__other-item-title {
    font-size: 17px;
  }
}
.jizensoudan-voice__other-item-description {
  overflow: hidden;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.jizensoudan-voice__other-button-link {
  display: block;
  margin: 0 auto;
  border-radius: 9999px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  padding: 20px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid #57B597;
  background-color: #57B597;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer !important;
  pointer-events: auto;
  transition: background-color 0.3s, color 0.3s !important;
}
.jizensoudan-voice__other-button-link:hover {
  background-color: #FFFFFF;
  color: #57B597;
  transition: background-color 0.3s, color 0.3s !important;
}

.jizensoudan-entrust {
  background-color: #F5EFE5;
  width: 100%;
  max-width: 1920px;
  padding: 50px 0 80px;
  margin: 0 auto;
}
.jizensoudan-entrust__headline {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.jizensoudan-entrust__headline-title {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.jizensoudan-entrust__headline-title img {
  display: block;
  width: 100%;
  height: auto;
}
.jizensoudan-entrust__body {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 50px auto 0;
}
.jizensoudan-entrust__body-title {
  display: flex;
  margin-bottom: 48px;
}
.jizensoudan-entrust__body-title-text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0 30px;
  font-size: 19px;
}
.jizensoudan-entrust__body-title-text::before, .jizensoudan-entrust__body-title-text::after {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  background-color: #000000;
  width: 1px;
  height: 20px;
}
.jizensoudan-entrust__body-title-text::before {
  rotate: -45deg;
  left: 10px;
}
.jizensoudan-entrust__body-title-text::after {
  rotate: 45deg;
  right: 10px;
}
.jizensoudan-entrust__staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.jizensoudan-entrust__staff-item {
  width: 120px;
}
.jizensoudan-entrust__staff-link {
  display: block;
  width: fit-content;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.jizensoudan-entrust__staff-link:hover {
  opacity: 0.8;
  transition: opacity 0.3s !important;
}
.jizensoudan-entrust__staff-link:hover .is-img {
  scale: 1.2;
  transition: scale 0.3s !important;
}
.jizensoudan-entrust__staff-img {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
}
.jizensoudan-entrust__staff-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jizensoudan-entrust__staff-img img.is-img {
  scale: 1;
  transition: scale 0.3s !important;
}
.jizensoudan-entrust__staff-name {
  text-align: center;
  font-size: 16px;
}

.cta-laptop {
  position: fixed;
  background-color: #FFFBF2;
  padding: 6px 0;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
}
.cta-laptop__inner {
  width: 932px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-laptop__staff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 244px;
}
.cta-laptop__staff-img {
  width: 64px;
}
.cta-laptop__staff-text {
  width: fit-content;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #DADADA;
  background-color: #FFF;
  font-size: 12px;
  line-height: 1.7;
  padding: 3px 7px;
  position: relative;
}
.cta-laptop__staff-text .is-color {
  color: #E75E69;
}
.cta-laptop__staff-text::before, .cta-laptop__staff-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.cta-laptop__staff-text::before {
  left: -10px;
  background-color: #DADADA;
}
.cta-laptop__staff-text::after {
  left: -8px;
  background-color: #fff;
}
.cta-laptop__tel {
  background-image: url("../img/cta-laptop__tel_bg_pc.gif");
  background-position: left center;
  background-size: 42px;
  width: 288px;
  padding-left: 60px;
}
.cta-laptop__tel-number a {
  display: block;
  color: #E75E69;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 40px;
}
.cta-laptop__tel-time {
  border: 1px solid #8C8C8C;
  padding: 5px 4px 4px;
  text-align: center;
  font-size: 12px;
}
.cta-laptop__links {
  font-weight: bold;
  width: 360px;
  height: 52px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-laptop__links-item {
  background-position: left 8px center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-laptop__links-item:hover {
  transform: translateY(4px);
  box-shadow: none !important;
}
.cta-laptop__links-item:nth-child(1) {
  background-image: url("../img/cta-laptop__links-item1_bg_pc.webp");
}
.cta-laptop__links-item:nth-child(2) {
  background-image: url("../img/cta-laptop__links-item2_bg_pc.webp");
}
.cta-laptop__links-item:nth-child(3) {
  background-image: url("../img/cta-laptop__links-item3_bg_pc.webp");
}
.cta-laptop__links-item:nth-child(1) {
  border-radius: 4px;
  background-color: #06C755;
  box-shadow: 0 4px 0 0 #07903F;
}
.cta-laptop__links-item:nth-child(2) {
  border-radius: 4px;
  background-color: #447AC2;
  box-shadow: 0 4px 0 0 #3368AF;
}
.cta-laptop__links-item:nth-child(3) {
  border-radius: 4px;
  background-color: #B4A150;
  box-shadow: 0 4px 0 0 #927D24;
}
.cta-laptop__links-item a {
  display: block;
  position: relative;
  color: #fff;
  width: 113px;
  height: 48px;
  padding-left: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctaMain {
  background-color: #57b597;
  background-image: url("../img/ctaMain_bg_pc.webp");
  background-position: left top;
}
.ctaMain__inner {
  position: relative;
  padding: 80px 0;
}
.ctaMain__inner::before, .ctaMain__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/ctaMain__inner_bg.webp");
  background-repeat: repeat-x;
  width: 100%;
  left: 0;
  height: 16px;
}
.ctaMain__inner::before {
  top: 0;
}
.ctaMain__inner::after {
  bottom: 0;
}
.ctaMain__content {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  width: 1120px;
  margin: 0 auto;
  padding: 40px 80px;
  position: relative;
}
.ctaMain__content::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/ctaMain__content_bg_pc.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: -48px;
  left: 98px;
  width: 223px;
  height: 338px;
}
.ctaMain__headline {
  width: 680px;
  margin-left: auto;
  position: relative;
}
.ctaMain__headline::before {
  content: "";
  display: block;
  position: absolute;
}
.ctaMain__headline-title {
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 24px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.ctaMain__headline-title::after, .ctaMain__headline-title::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/skew-stick-icon_bg.svg");
  top: 0;
  width: 20px;
  height: 30px;
}
.ctaMain__headline-title::before {
  left: 70px;
}
.ctaMain__headline-title::after {
  transform: scale(-1, 1);
  right: 70px;
}
.ctaMain__headline-title .is-color {
  color: #57b597;
}
.ctaMain__headline-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-left: 40px;
}
.ctaMain__headline-tel {
  background-image: url("../img/ctaMain__headline-tel_bg_pc.gif");
  background-position: left 5px top 8px;
  background-size: 60px;
  padding-left: 80px;
}
.ctaMain__headline-tel-number {
  font-weight: bold;
  font-size: 56px;
  margin-bottom: 10px;
}
.ctaMain__headline-tel-number a {
  line-height: 1;
  display: block;
  color: #E75E69;
}
.ctaMain__headline-tel-text {
  font-weight: bold;
  color: #8C8C8C;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #EFEFEF;
  padding: 5px 0;
  font-size: 14px;
}
.ctaMain__headline-qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  padding: 12px 16px;
  border-left: 1px solid #DADADA;
}
.ctaMain__headline-qr-img img {
  width: 70px;
  height: 70px;
}
.ctaMain__headline-qr-text {
  width: 102px;
  line-height: 1.3;
  font-size: 12px;
}
.ctaMain__headline-urgency {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.ctaMain__headline-urgency:hover::after {
  background-color: #fff;
}
.ctaMain__headline-urgency::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #E75E69;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  right: 170px;
  width: 22px;
  height: 20px;
  background-size: 20px;
}
.ctaMain__headline-urgency .is-color {
  color: #E75E69;
}
.ctaMain__headline-urgency a {
  display: block;
  border-radius: 4px;
  border: 2px solid #E75E69;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ctaMain__headline-urgency a:hover {
  color: #fff;
  background-color: #E75E69;
}
.ctaMain__headline-urgency a:hover .is-color {
  color: inherit;
}
.ctaMain__body {
  position: relative;
}
.ctaMain__body-list {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.ctaMain__body-item {
  line-height: 1;
  background-position: left center;
  position: relative;
}
.ctaMain__body-item a {
  color: #fff;
  background-repeat: no-repeat;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 24px 16px 24px 72px;
  transition: transform 0.3s ease, box-shadow, 0.3s ease;
}
.ctaMain__body-item a:hover {
  transform: translateY(8px);
  box-shadow: none !important;
}
.ctaMain__body-item a::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  right: 16px;
}
.ctaMain__body-item a::after {
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
}
.ctaMain__body-item:nth-child(1) a {
  background-image: url("../img/ctaMain__body-item1_bg_pc.webp");
  background-color: #447AC2;
  box-shadow: 0 8px 0 0 #123A94;
  background-position: left 16px center;
  width: 400px;
  padding-left: 140px;
}
.ctaMain__body-item:nth-child(2) a {
  background-image: url("../img/ctaMain__body-item2_bg_pc.webp");
  background-color: #B4A150;
  box-shadow: 0 8px 0 0 #927D24;
  background-position: left 27px center;
  width: 272px;
}
.ctaMain__body-item:nth-child(3) a {
  background-image: url("../img/ctaMain__body-item3_bg_pc.webp");
  background-color: #06C755;
  box-shadow: 0 8px 0 0 #00923C;
  background-position: left 16px center;
  width: 272px;
}
.ctaMain__body-item .is-color {
  color: #FFF13B;
}
.ctaMain__body-item .is-label {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.ctaMain__body-item .is-title {
  font-size: 20px;
}
.ctaMain__body-staff {
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 40px;
  margin-top: 35px;
}
.ctaMain__body-staff-headline-text {
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Serif JP";
  font-size: 20px;
  margin-bottom: 15px;
}
.ctaMain__body-staff-headline-link a {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background-color: #57b597;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 12px 16px;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ctaMain__body-staff-headline-link a:hover {
  color: #57b597;
  background-color: #fff;
}
.ctaMain__body-staff-headline-link a:hover::after {
  background-color: #57b597;
}
.ctaMain__body-staff-headline-link a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/c-circle-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  width: 16px;
  height: 16px;
  transition: background-color 0.3s ease;
}
.ctaMain__body-staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 13px;
  font-size: 12px;
}
.ctaMain__body-staff-item {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.ctaMain__body-staff-item:hover {
  transform: translateY(4px);
  opacity: 0.8;
}
.ctaMain__body-staff-item a {
  display: block;
}
.ctaMain__body-staff-item-img {
  border-radius: 50%;
  overflow: hidden;
  width: 72px;
  height: 72px;
  margin: 0 auto 8px;
}
.ctaMain__body-staff-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaMain__body-staff-item-name {
  line-height: 1;
  text-align: center;
}
.ctaMain__body-link {
  position: relative;
  display: block;
  border-radius: 9999px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #FFFFFF;
  color: #000000;
  width: 275px;
  margin: 0 auto;
  padding: 10px 40px;
  border: 2px solid #57b597;
  font-size: 12px;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s, color 0.3s !important;
}
.ctaMain__body-link:hover {
  background-color: #57b597;
  color: #FFFFFF;
  transition: background-color 0.3s, color 0.3s !important;
}
.ctaMain__body-link:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0.3s, color 0.3s !important;
}
.ctaMain__body-link:hover .is-color1 {
  color: #FFFFFF;
  transition: color 0.3s !important;
}
.ctaMain__body-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: -45deg;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #57b597;
  transition: border-color 0.3s, color 0.3s !important;
}
.ctaMain__body-link .has-mb {
  display: inline-block;
  margin-bottom: 0.7em;
}
.ctaMain__body-link .is-large {
  font-size: 1.4em;
}
.ctaMain__body-link .is-color1 {
  color: #57b597;
  transition: color 0.3s !important;
}
.ctaMain__body-link-list {
  padding: 30px 0 0;
}
.ctaMain__body-link-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.cta-floating {
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  transition: bottom 0.3s ease;
  bottom: -80px;
  background-color: #faf7f2;
}
.cta-floating.on {
  bottom: 0;
}
.cta-floating.is-modal-on {
  opacity: 0;
  visibility: collapse;
}

.cta-plan {
  position: fixed;
  padding: 5px 0;
}
.cta-plan__inner {
  width: 950px;
  margin: 0 auto;
}
.cta-plan__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-plan__info {
  display: flex;
  align-items: center;
  gap: 20px;
  font-feature-settings: "palt";
}
.cta-plan__info-img {
  width: 180px;
  height: 70px;
}
.cta-plan__info-planName {
  color: #57b597;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.cta-plan__info-planName .is-fontsize {
  font-size: 14px;
}
.cta-plan__info-price .is-number,
.cta-plan__info-price .is-yen {
  color: #d73e65;
}
.cta-plan__info-price .is-number {
  font-size: 30px;
}
.cta-plan__info-price .is-yen {
  font-size: 18px;
  font-weight: bold;
}
.cta-plan__info-price .is-tax {
  margin-left: 0.2em;
  font-size: 12px;
}
.cta-plan__tel-text {
  margin-bottom: 2px;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.cta-plan__tel-number {
  color: #57b597;
  width: 250px;
  padding-left: 43px;
  font-size: 36px;
  background-image: url("../img/icn_free.svg");
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-position: left top 8px;
}
.cta-plan__tel-number a {
  line-height: 1;
  display: block;
  color: #57b597;
}
.cta-plan__request {
  font-weight: bold;
}
.cta-plan__request a {
  position: relative;
  width: 270px;
  padding-left: 66px;
  border-color: #b4a150;
  height: 50px;
  border: 1px solid;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-plan__request-img {
  position: absolute;
  left: 0;
  top: -12px;
  width: 71px;
}
.cta-plan__request-text .is-catch {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.cta-plan__request-text .is-fontsize {
  color: #b4a150;
  font-size: 16px;
}

.cta-thakuzen {
  background-color: #00b597;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgb(97, 185, 157) 7px, rgb(97, 185, 157) 7px);
  padding: 70px 0;
}
.cta-thakuzen__title {
  text-align: center;
  margin-bottom: 50px;
}
.cta-thakuzen__title.is-title {
  line-height: 1 !important;
  background-color: #13956B;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
  font-size: 32px;
  padding: 9px 0;
}
.cta-thakuzen__info {
  width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-around;
  gap: 39px;
}
.cta-thakuzen__info p {
  line-height: 1.3 !important;
}
.cta-thakuzen__info-time, .cta-thakuzen__info-text {
  font-weight: bold;
  width: 480px;
  background-color: #F7F5EB;
  padding: 20px 16px 20px 110px;
  border: 2px solid #13956B;
  border-radius: 8px;
  letter-spacing: 1.6px;
  font-feature-settings: "palt";
}
.cta-thakuzen__info-time {
  background-image: url("../img/cta-thakuzen__info-time_bg_pc.svg");
  background-position: left 20px center;
  font-size: 22px;
}
.cta-thakuzen__info-time-headline {
  width: fit-content;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 11px 2px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  background-image: linear-gradient(to right, #ddd 7px, transparent 5px);
}
.cta-thakuzen__info-time-headline > p {
  line-height: 1 !important;
}
.cta-thakuzen__info-time-headline span {
  color: #E75E69;
  font-size: 48px;
}
.cta-thakuzen__info-text {
  color: #E75E69;
  background-image: url("../img/cta-thakuzen__info-text_bg_pc.svg");
  background-position: left 20px center;
  font-size: 30px;
}
.cta-thakuzen__info-text span {
  font-size: 40px;
}
.cta-thakuzen__cta-inner.is-type1 {
  margin: 100px 0;
}
.cta-thakuzen__cta-inner.is-type1 .is-color {
  color: #ce3a5a;
}
.cta-thakuzen__cta-block.area-lp-cta__button-wrap {
  margin-top: 10px !important;
}
.cta-thakuzen__cta-notice {
  background-image: url("../img/cta-thakuzen__cta-notice_bg_pc.svg");
  background-position: left top;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 0 4px 32px;
}
.cta-thakuzen__cta-notice p {
  line-height: 1 !important;
}

.cta-recruit {
  position: fixed;
  padding: 0;
  background-color: transparent;
  z-index: 11;
  bottom: -80px;
}
.cta-recruit__catch {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  z-index: -1;
  padding: 15px 20px;
}
.cta-recruit__catch-text {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.cta-recruit__catch-text-emphasis {
  position: relative;
  display: inline-block;
  color: #D63759;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: 20px;
}
.cta-recruit__catch-text-emphasis::before, .cta-recruit__catch-text-emphasis::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #D63759;
  width: 2.5px;
  height: 25px;
}
.cta-recruit__catch-text-emphasis::before {
  left: 0;
  rotate: -15deg;
}
.cta-recruit__catch-text-emphasis::after {
  right: 0;
  rotate: 15deg;
}
.cta-recruit__catch.is-nav-open {
  opacity: 0;
  transition: opacity 0.3s;
}
.cta-recruit__nav {
  position: absolute;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  opacity: 0;
  transition: translate 0.3s, opacity 0.3s;
  bottom: 80px;
  width: 100%;
  max-width: 600px;
  height: calc(100vh - 80px);
  translate: 100% 0;
}
.cta-recruit__nav-inner {
  padding: 100px 50px;
}
.cta-recruit__nav-list {
  border-bottom: 1px solid #FFFFFF;
}
.cta-recruit__nav-item {
  border-top: 1px solid #FFFFFF;
  padding: 20px 0;
}
.cta-recruit__nav-link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.cta-recruit__nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  rotate: -45deg;
  width: 5px;
  height: 5px;
}
.cta-recruit__nav-link-text {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 14px;
}
.cta-recruit__nav.is-nav-open {
  translate: 0;
  opacity: 1;
  transition: translate 0.3s, opacity 0.3s;
}
.cta-recruit__inner {
  display: flex;
  background-color: #F9F6F0;
  justify-content: center;
  gap: 20px;
  height: 80px;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 992px) {
  .cta-recruit__inner {
    padding-right: 20px;
  }
}
.cta-recruit__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-radius: 999px;
  max-width: 420px;
  padding: 15px;
  margin: 10px 0;
}
.cta-recruit__button-icon {
  width: 35px;
  height: 30px;
}
.cta-recruit__button-icon.is-wide {
  width: 25px;
  height: 20px;
}
.cta-recruit__button-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-recruit__button-text {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  padding-left: 20px;
  font-size: 16px;
}
.cta-recruit__button.is-color1 {
  background-color: #57b597;
}
.cta-recruit__button.is-color2 {
  background-color: #D63759;
}
.cta-recruit__menu {
  background-color: #57b597;
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 10px;
}
.cta-recruit__menu::after {
  content: "メニュー";
  display: block;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  transition: content 0.3s;
  padding: 5px 0;
  font-size: 12px;
}
.cta-recruit__menu.is-nav-open::after {
  content: "とじる";
  transition: content 0.3s;
}
.cta-recruit__menu-button {
  position: relative;
  height: 40px;
}
.cta-recruit__menu-button-line {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  margin: 0 auto;
  background-color: #FFFFFF;
  width: 30px;
}
.cta-recruit__menu-button-line:nth-of-type(1) {
  rotate: 0deg;
  transition: top 0.3s, rotate 0.3s;
  top: 15px;
}
.cta-recruit__menu-button-line:nth-of-type(1).is-nav-open {
  rotate: 45deg;
  transition: top 0.3s, rotate 0.3s;
  top: 22.7px;
}
.cta-recruit__menu-button-line:nth-of-type(2) {
  rotate: 0deg;
  transition: top 0.3s, rotate 0.3s;
  top: 25px;
}
.cta-recruit__menu-button-line:nth-of-type(2).is-nav-open {
  rotate: -45deg;
  transition: top 0.3s, rotate 0.3s;
  top: 23px;
}

.cta-urgency__inner {
  padding: 15px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ce3a5a;
  border-radius: 10px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
}
.cta-urgency__main {
  width: 323px;
}
.cta-urgency__main-catch {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 18px;
}
.cta-urgency__main-number {
  position: relative;
  font-size: 38px;
  padding-left: 50px;
}
.cta-urgency__main-number::before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 26px;
  background-image: url("../img/icn_free_b.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 6px;
  left: 0;
}
.cta-urgency__main-number a {
  color: #ce3a5a;
}
.cta-urgency__main-text {
  margin-top: 9px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  font-weight: bold;
}
.cta-urgency__qr {
  width: 107px;
}
.cta-urgency__qr-img {
  width: 82px;
  margin: 0 auto;
}
.cta-urgency__qr-small small {
  font-size: 10px;
}

/**
 * 各ページ内で使用されている cta
 * フロントページ プラン FAQ exampleページ cta
 * 画像 電話番号 QRコード 資料請求をそれぞれ定義
 * 
*/
.cta-page__inner {
  background-color: #f5efe5;
  width: 1000px;
  padding: 24px 0 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.15) inset;
}
.cta-page__requestLink {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-top: 15px;
  font-size: 15px;
}
.cta-page__requestLink a {
  color: #005bab;
  text-decoration: underline;
}

.cta-page-urgency {
  display: flex;
  align-items: center;
  gap: 17px;
}
.cta-page-urgency__person img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.cta-page-tel__catch {
  position: absolute;
  font-weight: bold;
  font-size: 13px;
  top: 18px;
  left: 16px;
}
.cta-page-tel__number {
  margin-bottom: 2px;
  font-size: 4.6rem;
  line-height: 1;
  background-image: url("../img/icn_free_b.svg");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left top 10px;
}
.cta-page-tel__number > a {
  display: block;
  color: #ce3a5a;
  cursor: pointer;
  padding-left: 51px;
}
.cta-page-tel__list {
  display: flex;
  gap: 5px;
}
.cta-page-tel__list > li {
  height: 26px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
}
.cta-page-qr {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cta-page-qr__img {
  background-color: #fff;
}
.cta-page-qr__img img {
  width: 76px;
  height: 76px;
}
.cta-page-qr__small {
  flex: 1;
  font-size: 12px;
  line-height: 1.5;
}

.cta-page-request__block > a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #b4a150 linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.25) 100%);
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  width: 425px;
  height: 100px;
  padding-left: 33px;
  border-radius: 50px;
  transition: opacity 0.3s ease;
}
.cta-page-request__block > a:hover {
  opacity: 0.7;
}
.cta-page-request__headline {
  line-height: 1;
  font-weight: bold;
  font-size: 23px;
}
.cta-page-request__catch {
  line-height: 1;
  margin-top: 8px;
  font-size: 13px;
}
.cta-page-request__img {
  position: absolute;
  top: -11px;
  right: -21px;
}
.cta-page-request__img img {
  width: 190px;
  height: 120px;
}

.cta-knowledge {
  background-image: url("../img/area-lp-bg-green.png");
  background-color: #57b597;
  background-repeat: repeat;
  background-position: center center;
  background-size: 62.5px;
  border-radius: 8px;
  padding: 21px 17px 23px 21px;
  margin-top: 70px;
}
@container (min-width: 940px) {
  .cta-knowledge {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-knowledge__inner {
  display: flex;
  justify-content: space-between;
}
.cta-knowledge__tel {
  width: 227px;
}
.cta-knowledge__tel-catch {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.cta-knowledge__tel-catch .is-color {
  color: #fff100;
}
.cta-knowledge__tel-catch p {
  line-height: 1;
  margin-bottom: 0;
  font-size: inherit;
}
.cta-knowledge__tel-number {
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}
.cta-knowledge__tel-number a {
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 0.8;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.cta-knowledge__tel-number a:hover {
  opacity: 0.8;
}
.cta-knowledge__tel-label {
  background-color: #fff;
  border-radius: 4px;
  color: #ce3a5a;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
  letter-spacing: 0.4px;
}
.cta-knowledge__tel-label .is-icon {
  background-image: url("../img/cta-knowledge__tel-label.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px;
  padding-left: 20px;
}
.cta-knowledge__tel-label p {
  line-height: 1;
  margin-bottom: 0;
}
.cta-knowledge__qr {
  width: 158px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.cta-knowledge__qr-img {
  height: 78px;
  width: 78px;
  background-color: #fff;
  padding: 4px;
}
.cta-knowledge__qr-img img {
  margin-bottom: 0;
}
.cta-knowledge__qr-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.cta-knowledge__qr-text p {
  line-height: 1.6;
  margin-bottom: 0;
  font-size: inherit;
}
.cta-knowledge__request {
  width: 282px;
}
.cta-knowledge__request a {
  background-color: #fff;
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 2px solid #ce3a5a;
  padding: 20px 22px 20px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cta-knowledge__request a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #ce3a5a;
  background-size: 10px;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 10px;
  height: 10px;
  margin: auto;
  transition: right 0.3s ease;
}
.cta-knowledge__request a:hover {
  opacity: 0.8;
}
.cta-knowledge__request a:hover::after {
  right: 7px;
}
.cta-knowledge__request-label {
  border-radius: 3px;
  background-color: #ce3a5a;
  padding: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
.cta-knowledge__request-label p {
  line-height: 1;
  font-size: inherit;
  margin-bottom: 0;
}
.cta-knowledge__request-catch, .cta-knowledge__request-text {
  font-weight: bold;
  color: #ce3a5a;
}
.cta-knowledge__request-catch {
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.cta-knowledge__request-catch p {
  line-height: 1;
  font-size: inherit;
  margin-bottom: 0;
}
.cta-knowledge__request-text {
  font-size: 20px;
}
.cta-knowledge__request-text p {
  line-height: 1;
  font-size: inherit;
  margin-bottom: 0;
}

.cta-line-official-floating {
  width: 100px;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #06C755;
  position: fixed;
  right: 15px;
  bottom: 95px;
  z-index: 5;
  background-color: #fff;
}
.cta-line-official-floating::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  width: 27px;
  height: 25px;
  background-size: contain;
  background-image: url("../img/cta-line-official-floating_bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.cta-line-official-floating.is-modal-on {
  opacity: 0;
  visibility: collapse;
}
.cta-line-official-floating__inner {
  background-image: url("../img/cta-line-official-floating_bg.webp");
  background-position: left top 45px;
  background-size: contain;
}
.cta-line-official-floating a {
  display: block;
  padding: 10px 4px 8px;
  transition: opacity 0.3s ease;
}
.cta-line-official-floating a:hover {
  opacity: 0.8;
}
.cta-line-official-floating__headline {
  margin-bottom: 90px;
}
.cta-line-official-floating__body-text {
  font-weight: bold;
  font-size: 8px;
  color: #3A2F02;
  margin-bottom: 6px;
  letter-spacing: 0;
  text-align: center;
}
.cta-line-official-floating__body-link {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 5px;
  background-color: #E75E69;
  border-radius: 26px;
}
.cta-line-official-floating__body-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background-image: url("../img/area-lp-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 4px;
  height: 8px;
}

.contact-form {
  margin-top: 40px;
}
.contact-form__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.contact-form__flow {
  display: flex;
  justify-content: space-between;
  position: relative;
  counter-reset: count 0;
  width: 510px;
  margin: 50px auto 40px;
}
.contact-form__flow::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #57b597;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  top: 20px;
  width: 380px;
}
.contact-form__flow-number {
  line-height: 1;
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 14px;
  padding-top: 50px;
}
.contact-form__flow-number::before {
  content: counter(count);
  counter-increment: count 1;
  display: block;
  position: absolute;
  font-family: "new-order", sans-serif;
  border: 1px solid #57b597;
  color: #57b597;
  background-color: #fff;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.contact-form__flow-number.is-current::before {
  color: #fff;
  background-color: #57b597;
}
.contact-form__cta-inner {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../img/img_banner_request_pc.webp");
  background-position: right center;
  width: 900px;
  background-size: auto 165px;
  margin: 0 auto 40px;
  padding: 24px 25px;
}
.contact-form__cta-block {
  display: flex;
  gap: 30px;
}
.contact-form__cta-tel-label {
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-form__cta-tel-number {
  padding-left: 53px;
  background-image: url("../img/icn_free.svg");
  background-size: 43px auto;
  background-position: left top 10px;
  margin-bottom: 10px;
}
.contact-form__cta-tel-number a {
  line-height: 1;
  display: block;
}
.contact-form__cta-tel-number a .is-number {
  font-size: 43px;
  color: #57b597;
}
.contact-form__cta-tel-catch {
  display: flex;
  gap: 9px;
}
.contact-form__cta-tel-catch .is-label {
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 7px 10px;
  border: 1px solid #57b597;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #57b597;
}
.contact-form__cta-qr {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-form__cta-qr-img {
  width: 93px;
}
.contact-form__cta-qr-text {
  flex: 1;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
.contact-form__body-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 32px;
}
.contact-form__body-tab-btn {
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: border-color 0.2s ease, color 0.2 ease;
  width: 333px;
  border-radius: 40px;
  font-size: 20px;
  cursor: pointer;
  padding: 18px 70px 18px 85px;
}
.contact-form__body-tab-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  width: 32px;
  height: 32px;
  left: 50px;
}
.contact-form__body-tab-btn.is-mail:hover, .contact-form__body-tab-btn.is-download:hover {
  color: #fff;
}
.contact-form__body-tab-btn.is-mail:hover::before, .contact-form__body-tab-btn.is-download:hover::before {
  background-color: #fff;
}
.contact-form__body-tab-btn.is-mail:hover.is-mail, .contact-form__body-tab-btn.is-download:hover.is-mail {
  background-color: #57b597;
}
.contact-form__body-tab-btn.is-mail:hover.is-download, .contact-form__body-tab-btn.is-download:hover.is-download {
  background-color: #b4a150;
}
.contact-form__body-tab-btn.is-mail {
  color: #57b597;
  border: 2px solid #57b597;
}
.contact-form__body-tab-btn.is-mail::before {
  background-color: #57b597;
  mask-image: url("../img/contact-form__post_icon.png");
}
.contact-form__body-tab-btn.is-download {
  color: #b4a150;
  border: 2px solid #b4a150;
}
.contact-form__body-tab-btn.is-download::before {
  background-color: #b4a150;
  mask-image: url("../img/contact-form__mail_icon.png");
}
.contact-form__body-tab-btn.is-active {
  color: #fff;
}
.contact-form__body-tab-btn.is-active::before {
  background-color: #fff;
}
.contact-form__body-tab-btn.is-active.is-mail {
  background-color: #57b597;
}
.contact-form__body-tab-btn.is-active.is-download {
  background-color: #b4a150;
}
.contact-form__body-tab-btn.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 12px 12px 0 12px;
  bottom: -13px;
}
.contact-form__body-tab-btn.is-active.is-mail::after {
  border-color: #57b597 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.contact-form__body-tab-btn.is-active.is-download::after {
  border-color: #b4a150 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.contact-form__body-tab-btn-label {
  display: block;
  text-align: center;
  background: linear-gradient(90deg, rgb(208, 183, 91) 0%, rgb(169, 141, 47) 100%);
  color: #fff;
  line-height: 1;
  z-index: 1;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  width: fit-content;
  position: absolute;
  font-size: 14px;
  padding: 4px 10px;
  top: -17px;
}
.contact-form__body-tab-btn-catch {
  line-height: 1;
  margin-bottom: 6px;
  font-size: 14px;
}
.contact-form__body-tab-btn-text {
  line-height: 1;
}
.contact-form__body-main-block {
  display: none;
}
.contact-form__body-main-block.is-active {
  animation: fadeInPage 1.2s ease 0s 1 normal forwards;
  display: block;
}
.contact-form__body-main-block.is-kyouka {
  display: block;
}
.contact-form__body-main-emergency {
  max-width: 900px;
  margin: 50px auto 30px;
}
.contact-form__body-main-emergency-text {
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
  text-align: center;
}
.contact-form__body-main-table {
  line-height: 1.5;
  width: 900px;
  margin: 0 auto;
}
.contact-form__body-main-table-box:not(:last-child) {
  margin-bottom: 50px;
}
.contact-form__body-main-table-title {
  color: #57b597;
  font-size: 22px;
  margin-bottom: 12px;
}
.contact-form__body-main-table table {
  width: 100%;
}
.contact-form__body-main-table table tr {
  border: 1px solid #d2d2d2;
}
.contact-form__body-main-table table th,
.contact-form__body-main-table table td {
  vertical-align: middle;
}
.contact-form__body-main-table table th {
  background-color: #eef8f5;
  vertical-align: top;
  letter-spacing: 0.5px;
  text-align: left;
  width: 260px;
  padding: 30px 20px;
}
.contact-form__body-main-table table th .is-headline {
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.contact-form__body-main-table table th .is-required,
.contact-form__body-main-table table th .is-any {
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 24px;
  width: 38px;
  font-size: 14px;
}
.contact-form__body-main-table table th .is-required {
  background-color: #d73e65;
}
.contact-form__body-main-table table th .is-any {
  background-color: #707070;
}
.contact-form__body-main-table table th .is-text {
  margin-top: 20px;
  font-size: 14px;
}
.contact-form__body-main-table table td {
  padding: 20px;
  /*
  汎用css
  */
  /**
  事前相談フォーム 日付 時間
  */
}
.contact-form__body-main-table table td .is-cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-form__body-main-table table td .is-input,
.contact-form__body-main-table table td .is-textarea,
.contact-form__body-main-table table td .is-select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  padding: 12px 14px;
}
.contact-form__body-main-table table td .is-input::placeholder {
  font-size: 14px;
}
.contact-form__body-main-table table td .is-input:focus-visible {
  outline: 2px solid #447AC2;
}
.contact-form__body-main-table table td input[name=zip] {
  width: 206px;
}
.contact-form__body-main-table table td .is-text {
  font-size: 12px;
}
.contact-form__body-main-table table td .is-zip {
  gap: 20px;
}
.contact-form__body-main-table table td .is-textarea {
  height: 140px;
}
.contact-form__body-main-table table td .error-input {
  border-color: #d73e65;
  background-color: #fae9ed;
}
.contact-form__body-main-table table td .error-js {
  color: #E75E69;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
}
.contact-form__body-main-table table td .is-date-layout,
.contact-form__body-main-table table td .is-time-layout {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-form__body-main-table table td .is-date-layout .is-input {
  width: 240px;
}
.contact-form__body-main-table table td .is-time-layout .is-calendar {
  appearance: menulist;
  background-color: #fff;
  color: #333;
  width: 230px;
}
.contact-form__body-main-table table td .is-radio label {
  display: block;
  width: fit-content;
}
.contact-form__body-main-table table td .is-radio label:not(:last-child) {
  margin-bottom: 10px;
}
.contact-form__body-main-table table td .is-radio .is-radio-input {
  display: none;
  position: relative;
}
.contact-form__body-main-table table td .is-radio .is-radio-input:checked {
  background-color: #333;
}
.contact-form__body-main-table table td .is-radio .is-radio-input:checked + .is-radio-item::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #57b597;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
}
.contact-form__body-main-table table td .is-radio .is-radio-item {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 15px;
  min-height: 18px;
  padding-left: 22px;
}
.contact-form__body-main-table table td .is-radio .is-radio-item::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #333;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
.contact-form__body-main-table table td .is-search-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-form__body-main-table table td .is-search-text .is-input {
  width: 300px;
}
.contact-form__body-main-table table.is-download tr th {
  background-color: #eae7ce;
}
.contact-form__body-main-envelope {
  text-align: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  padding-left: 35px;
}
.contact-form__body-main-envelope input[name=send_type] {
  display: none;
}
.contact-form__body-main-envelope input[name=send_type]:checked + .is-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icn_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: -27px;
  width: 14px;
  height: 14px;
}
.contact-form__body-main-envelope-text {
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
}
.contact-form__body-main-envelope-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #707070;
  left: -30px;
  width: 20px;
  height: 20px;
}
.contact-form__body-main-submit-btn {
  font-size: 21px !important;
}
.contact-form__body-main-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.contact-personal-info {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.contact-personal-info__main-text {
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
}
.contact-personal-info__main-content {
  border: 1px solid #707070;
  border-radius: 5px;
  overflow-y: scroll;
  padding: 20px;
  height: 180px;
  margin-top: 20px;
}
.contact-personal-info__main-content > h3 {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-personal-info__main-content > p {
  line-height: 1.5;
  font-size: 14px;
}
.contact-personal-info__main-content > p:not(:last-child) {
  margin-bottom: 17px;
}
.contact-personal-info__main-content > p .is-ident {
  display: block;
  text-indent: -20px;
  padding-left: 20px;
}
.contact-personal-info__mark {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.contact-personal-info__mark-img a {
  display: block;
}
.contact-personal-info__mark-text {
  line-height: 1.5;
  font-size: 14px;
}

.breadcrumb {
  border-bottom: 1px solid #d2d2d2;
  background-color: #eef8f4;
}
.breadcrumb.is-modal-on {
  position: fixed;
  top: 0;
  z-index: -1;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto;
  gap: 10px 20px;
  padding: 10px 0;
  font-size: 11.5px;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.breadcrumb__list > li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.1px;
}
.breadcrumb__list > li:not(:last-child)::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg) skew(15deg, 15deg);
}
.breadcrumb__list > li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.breadcrumb__list > li a:hover {
  text-decoration: underline;
}

.gm-style-iw-ch {
  font-weight: bold;
  font-size: 26px;
}
.search-area-saijou__title.is-layout {
  color: #57b597;
  position: relative;
  text-align: center;
  margin-bottom: 0.9em;
  font-weight: bold;
  font-size: 26px;
}
.search-area-saijou__body {
  width: 632px;
  height: 498px;
  margin: 0 auto;
  position: relative;
}
.search-area-saijou__body.is-knowledge {
  width: inherit;
  height: auto;
  margin: auto;
}
.search-area-saijou__body-img {
  width: 632px;
  height: 498px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.search-area-saijou__body-img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease;
}
.search-area-saijou__body-img img.is-ken {
  opacity: 0;
}
.search-area-saijou__body-img img.is-ken.is-fadein {
  transition: opacity 0.6s ease;
  opacity: 1;
}
.search-area-saijou__body-list.is-knowledge {
  background-color: #fff;
  border: 1px solid #57b597;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 3px;
  font-size: 17px;
  letter-spacing: 1.3px;
}
.search-area-saijou__body-item.is-knowledge:nth-child(n+3) {
  border-top: 1px solid #57b597;
}
.search-area-saijou__body-item.is-knowledge:nth-child(2n-1) {
  border-right: 1px solid #57b597;
}
.search-area-saijou__body-item-btn {
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 108px;
  height: 58px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  font-size: 18px;
}
.search-area-saijou__body-item-btn.tokyo {
  top: 170px;
  left: 173px;
}
.search-area-saijou__body-item-btn.chiba {
  top: 259px;
  left: 382px;
}
.search-area-saijou__body-item-btn.saitama {
  top: 65px;
  left: 129px;
}
.search-area-saijou__body-item-btn.kanagawa {
  top: 284px;
  left: 119px;
}
.search-area-saijou__body-item-btn.is-knowledge {
  transition: background-color 0.3s ease, color 0.3s ease;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57b597;
  width: 123px;
  height: 52px;
  border-radius: 0;
}
.search-area-saijou__body-item-btn.is-knowledge:hover {
  background-color: #57b597;
  color: #fff;
}
.search-area-saijou__body-item-dialog {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.search-area-saijou__body-item-dialog:not([data-active=true]) {
  opacity: 0;
}
.search-area-saijou__body-item-dialog:not([data-active=true])::backdrop {
  opacity: 0;
}
.search-area-saijou__body-item-dialog-block {
  overflow: auto;
  margin-inline: auto;
  margin-block-end: var(--mbe);
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  height: 100vh;
  padding: 60px 20px;
}
.search-area-saijou__body-item-dialog-content {
  position: relative;
  background-color: #fff;
  max-inline-size: 940px;
  margin: auto;
  padding: 40px 80px;
}
.search-area-saijou__body-item-dialog-close {
  position: absolute;
  background-color: #57b597;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.search-area-saijou__body-item-dialog-headline {
  font-weight: bold;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.search-area-saijou__body-item-dialog-parent {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.search-area-saijou__body-item-dialog-parent a {
  color: #57b597;
  text-decoration: underline;
}
.search-area-saijou__body-item-dialog-pref-box {
  display: flex;
  gap: 20px;
}
.search-area-saijou__body-item-dialog-pref-box:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.search-area-saijou__body-item-dialog-pref-name {
  width: 185px;
}
.search-area-saijou__body-item-dialog-pref-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  flex: 1;
  font-size: 15px;
}
.search-area-saijou__body-item-dialog-pref-area {
  width: 150px;
}
.search-area-saijou__body-item-dialog-pref-area a {
  color: #57b597;
  font-weight: normal;
  text-decoration: underline;
}
.search-area-saijou__kasoujou {
  width: 100%;
  max-width: 1920px;
  padding-top: 50px;
  margin: 0 auto;
}
.search-area-saijou__kasoujou-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.search-area-saijou__kasoujou-banner-link {
  display: block;
  width: 800px;
  margin: 0 auto;
  filter: brightness(1);
  transition: filter 0.3s !important;
  cursor: pointer;
  pointer-events: auto;
}
.search-area-saijou__kasoujou-banner-link:hover {
  filter: brightness(1.07);
  transition: filter 0.3s !important;
}
.search-area-saijou__kasoujou-banner-img {
  position: relative;
  width: 100%;
}
.search-area-saijou__kasoujou-banner-img-variables {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 64px;
  padding: 0 100px 0 30px;
}
.search-area-saijou__kasoujou-banner-img-variables-list {
  display: flex;
  gap: 10px;
}
.search-area-saijou__kasoujou-banner-img-variables-item-label {
  background: linear-gradient(90deg, #897628 0, #BA9A0C 100%);
  width: 150px;
  padding: 2px 4px 4px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}
.search-area-saijou__kasoujou-banner-img-variables-item-label-text {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: 18px;
}
.search-area-saijou__kasoujou-banner-img-variables-item-label-text .is-area-name {
  margin-right: 4px;
}
.search-area-saijou__kasoujou-banner-img-variables-item-label-text .is-number {
  font-weight: 500;
  font-size: 1.1em;
}
.search-area-saijou__kasoujou-banner-img-variables-item-notion {
  line-height: 1;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  width: fit-content;
  padding: 4px 2px 2px;
  margin: 4px auto 0 4px;
  font-size: 11px;
}
.search-area-saijou__kasoujou-banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

.area-search-prefectures {
  background-color: #faf7f2;
  padding-top: 40px;
  padding-bottom: 60px;
}
.area-search-prefectures__inner {
  width: 1000px;
  margin: 0 auto;
}
.area-search-prefectures__block {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 7px;
  overflow: hidden;
}
.area-search-prefectures__block:not(:last-child) {
  margin-bottom: 30px;
}
.area-search-prefectures__label {
  background-color: #F7F7F7;
  position: relative;
  line-height: 1;
  font-size: 20px;
  padding: 16px 24px;
}
.area-search-prefectures__label span {
  position: relative;
  padding-left: 15px;
}
.area-search-prefectures__label span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #57B597;
  height: 100%;
  width: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.area-search-prefectures__area {
  display: flex;
  padding: 35px 50px;
}
.area-search-prefectures__area:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.area-search-prefectures__headline {
  font-weight: bold;
  line-height: 1 !important;
  width: 185px;
  font-size: 16px;
}
.area-search-prefectures__headline-count {
  color: #707070;
  font-feature-settings: "palt";
  font-size: 10px;
}
.area-search-prefectures__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  flex: 1;
  font-size: 15px;
}
.area-search-prefectures__item {
  width: 150px;
}
.area-search-prefectures__item a {
  color: #57b597;
  font-weight: normal;
  text-decoration: underline;
  display: flex;
  width: fit-content;
  gap: 3px;
}
.area-search-prefectures__item-count {
  font-feature-settings: "palt";
  font-weight: bold;
  color: #707070;
  display: inline-block;
  padding: 5px 0;
  font-size: 10px;
}

.area-thakuzen-banner {
  width: fit-content;
  margin: 50px auto 30px;
  transition: opacity 0.3s ease;
}
.area-thakuzen-banner:hover {
  opacity: 0.8;
}
.area-thakuzen-banner.is-margin {
  margin: 20px auto 0;
}
.area-thakuzen-banner a img {
  width: 100%;
  height: auto;
}

.thakuzen-lp-fv {
  background-image: url("../img/thakuzen-lp-fv_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px 0 60px;
  height: 530px;
  max-width: 1920px;
  margin: 0 auto;
}
.thakuzen-lp-fv__catch {
  background-color: #13956B;
  color: #fff;
  text-align: center;
  width: 460px;
  height: 44px;
  margin: 0 auto 20px;
  font-size: 26px;
}
.thakuzen-lp-fv__catch span {
  font-weight: bold;
}
.thakuzen-lp-fv__main {
  width: 510px;
  margin: 0 auto 42px;
}
.thakuzen-lp-fv__areaImg {
  margin: 0 auto;
  width: 511px;
}

.thakuzen-condition__inner {
  padding: 100px 0 90px;
}
.thakuzen-condition__title {
  text-align: center;
  color: #13956B;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 40px;
}
.thakuzen-condition__title span {
  color: #1E1926;
  display: block;
  font-size: 44px;
  margin-top: 30px;
  padding-bottom: 40px;
}
.thakuzen-condition__title::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #13956B;
  left: 0;
  right: 0;
  height: 1px;
  margin: auto;
  bottom: 0;
  width: 109px;
}
.thakuzen-condition__list {
  line-height: 1.4;
  font-size: 26px;
  width: fit-content;
  margin: 0 auto;
}
.thakuzen-condition__item {
  background-image: url("../img/thakuzen-condition__item_bg_pc.svg");
  background-position: left top;
  padding: 0 0 0 50px;
}
.thakuzen-condition__item:not(:last-child) {
  margin-bottom: 23px;
}
.thakuzen-condition__item span {
  font-size: 22px;
}

.thakuzen-combined {
  background-color: #F5F5F5;
}
.thakuzen-combined__inner {
  padding: 100px 0;
}
.thakuzen-combined__title {
  text-align: center;
  font-weight: bold;
  line-height: 1 !important;
  letter-spacing: 5px;
  font-size: 34px;
  margin-bottom: 70px;
}
.thakuzen-combined__title .is-green {
  display: block;
  color: #fff;
  background-color: #13956B;
  border-radius: 30px;
  width: fit-content;
  margin: 24px auto;
  font-size: 26px;
  padding: 5px 10px;
}
.thakuzen-combined__title .is-font {
  font-size: 46px;
}
.thakuzen-combined__list {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.thakuzen-combined__item {
  border: 2px solid #F6DF08;
  position: relative;
  border-radius: 10px;
  padding: 28px 20px;
}
.thakuzen-combined__item::before, .thakuzen-combined__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  background-color: #f5f5f5;
  z-index: 1;
  height: 4px;
}
.thakuzen-combined__item::before {
  top: -3px;
}
.thakuzen-combined__item::after {
  bottom: -3px;
}
.thakuzen-combined__item:nth-child(3) .is-subText {
  margin-bottom: 24px;
}
.thakuzen-combined__item-img {
  margin-bottom: 20px;
}
.thakuzen-combined__item-subText {
  color: #fff;
  font-weight: bold;
  background-color: #13956B;
  border-radius: 30px;
  width: fit-content;
  font-size: 20px;
  padding: 8px 20px;
  margin: 0 auto 44px;
}
.thakuzen-combined__item-subText p {
  line-height: 1 !important;
}
.thakuzen-combined__item-headline {
  font-weight: bold;
  font-size: 25px;
}
.thakuzen-combined__item-headline p {
  display: inline;
  background: linear-gradient(transparent 70%, #F6DF08 0%);
  line-height: 1.4 !important;
}

.thakuzen-emergency__headline {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgb(234, 234, 234) 10px, rgb(234, 234, 234) 20px);
  background-color: rgb(238, 238, 238);
  text-align: center;
  padding: 80px 0;
  height: 597px;
  max-width: 1920px;
  margin: 0 auto 30px;
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 50% 100%, 0 82%);
}
.thakuzen-emergency__headline-title {
  font-weight: bold;
  color: #707070;
  position: relative;
  font-size: 51px;
  margin-bottom: 60px;
}
.thakuzen-emergency__headline-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/thakuzen-emergency__headline-title_bg_pc.svg");
  background-position: left top;
  width: 497px;
  height: 20px;
  background-size: contain;
  bottom: -25px;
}
.thakuzen-emergency__body-img {
  text-align: center;
  margin-bottom: 55px;
}
.thakuzen-emergency__body-text {
  text-align: center;
  color: #13956B;
  font-weight: bold;
  border-bottom: 1px solid #13956B;
  width: fit-content;
  margin: 0 auto;
  font-size: 50px;
  padding-bottom: 3px;
  margin-bottom: 102px;
}
.thakuzen-emergency__body-content {
  background-color: #EEF2F1;
  padding-bottom: 120px;
  box-shadow: 0 0 50px 50px rgb(238, 242, 241);
}
.thakuzen-emergency__body-content-box {
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  padding: 50px 0;
  width: 605px;
  margin: 0 auto;
}
.thakuzen-emergency__body-content-headline {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.thakuzen-emergency__body-content-text {
  line-height: 1.7;
  font-size: 16px;
}
.thakuzen-emergency__footer {
  background-color: #EEF2F1;
  padding: 0 20px 100px;
}
.thakuzen-emergency__footer-wrap {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  width: 500px;
  margin: 0 auto;
  padding: 40px 20px;
}
.thakuzen-emergency__footer-wrap::before, .thakuzen-emergency__footer-wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/thakuzen-emergency__footer-wrap_bg_pc.webp");
  background-size: contain;
  top: -130px;
  width: 305px;
  height: 301px;
}
.thakuzen-emergency__footer-wrap::before {
  left: -150px;
}
.thakuzen-emergency__footer-wrap::after {
  transform: scale(-1, 1);
  right: -150px;
}
.thakuzen-emergency__footer-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.thakuzen-emergency__footer-title span {
  display: block;
  margin-top: 10px;
  font-size: 45px;
}
.thakuzen-emergency__footer-list {
  display: flex;
  justify-content: space-between;
}
.thakuzen-emergency__footer-item-img {
  margin-bottom: 10px;
}
.thakuzen-emergency__footer-item-text p {
  line-height: 1 !important;
  text-align: center;
  color: #13956B;
  font-weight: bold;
  font-size: 26px;
}

.thakuzen-area-funeral__headline {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eee calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #eee calc(100% - 1px));
  background-color: #F9FBF0;
  background-repeat: repeat;
  background-position: top left;
  text-align: center;
  background-size: 20px 20px;
  padding: 100px 0 96px;
}
.thakuzen-area-funeral__headline-title {
  font-weight: bold;
  line-height: 1.8 !important;
  font-size: 34px;
  margin-bottom: 5px;
}
.thakuzen-area-funeral__headline-title span {
  background-color: #13956B;
  color: #fff;
  padding: 4px 11px;
  margin-right: 10px;
  font-size: 32px;
}
.thakuzen-area-funeral__headline-text {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 50px;
}
.thakuzen-area-funeral__result {
  background-color: #13956B;
  padding: 80px;
}

.thakuzen-case-funeral {
  background-color: #F9FBF0;
  padding: 100px 0 93px;
}
.thakuzen-case-funeral__inner {
  width: 1000px;
  margin: 0 auto;
}
.thakuzen-case-funeral__headline {
  text-align: center;
  letter-spacing: 3px;
  font-size: 32px;
  margin-bottom: 67px;
}
.thakuzen-case-funeral__headline h2 {
  line-height: 1.9 !important;
}
.thakuzen-case-funeral__headline-title .is-label {
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 2px 12px;
  margin-right: 6px;
}
.thakuzen-case-funeral__headline-title .is-case {
  color: #13956B;
  font-weight: bold;
}

.thakuzen-plan-funeral {
  background-color: #F9FBF0;
  padding-bottom: 93px;
}
.thakuzen-plan-funeral__inner {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #57b597;
  padding-top: 100px;
}
.thakuzen-plan-funeral__headline {
  text-align: center;
  letter-spacing: 3px;
  font-size: 32px;
  margin-bottom: 67px;
}
.thakuzen-plan-funeral__headline h2 {
  line-height: 1.9 !important;
}
.thakuzen-plan-funeral__headline-title {
  margin-bottom: 90px;
}
.thakuzen-plan-funeral__headline-title .is-label {
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 2px 12px;
  margin-right: 6px;
}
.thakuzen-plan-funeral__headline-title .is-case {
  color: #13956B;
  font-weight: bold;
}
.thakuzen-plan-funeral__content-wrap {
  position: relative;
  background-color: #fff;
  border: 2px solid #13956B;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto;
  padding: 70px 70px 40px;
  display: flex;
  justify-content: space-between;
}
.thakuzen-plan-funeral__content-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/thakuzen-plan-funeral__content-wrap-bg_pc.svg");
  background-position: left top;
  top: -60px;
  width: 106px;
  height: 106px;
  background-size: 106px;
}
.thakuzen-plan-funeral__content-box {
  width: 400px;
}
.thakuzen-plan-funeral__content-headline {
  background-color: #57b597;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 32px;
  margin-bottom: 40px;
  padding: 4px 0;
  letter-spacing: 1px;
}
.thakuzen-plan-funeral__content-headline::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #57b597;
  width: 24px;
  height: 20.7846096908px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -18px;
  padding: 6px 0;
}
.thakuzen-plan-funeral__content-list {
  text-align: center;
}
.thakuzen-plan-funeral__content-item {
  letter-spacing: 0.8px;
}
.thakuzen-plan-funeral__content-item:nth-child(1) {
  position: relative;
  margin-bottom: 50px;
}
.thakuzen-plan-funeral__content-item:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/thakuzen-plan-funeral__content-item_after_bg_pc.svg");
  background-position: left top;
  width: 10px;
  height: 31px;
  background-size: contain;
  bottom: -46px;
}
.thakuzen-plan-funeral__content-item .is-number {
  color: #E75E69;
  font-weight: bold;
  font-size: 49px;
}
.thakuzen-plan-funeral__content-item .is-yen {
  font-size: 30px;
}
.thakuzen-plan-funeral__content-type {
  background-color: #f8f8f8;
  text-align: center;
  background-position: left 10px center;
  background-size: 58px 51px;
  padding: 4px 0 7px 30px;
}
.thakuzen-plan-funeral__content-type:nth-child(1) {
  background-image: url("../img/thakuzen-plan-funeral__content-type1_bg_pc.svg");
}
.thakuzen-plan-funeral__content-type:nth-child(2) {
  background-image: url("../img/thakuzen-plan-funeral__content-type2_bg_pc.svg");
}
.thakuzen-plan-funeral__content-type:nth-child(3) {
  background-image: url("../img/thakuzen-plan-funeral__content-type3_bg_pc.svg");
}
.thakuzen-plan-funeral__content-type:nth-child(4) {
  background-image: url("../img/thakuzen-plan-funeral__content-type4_bg_pc.svg");
}
.thakuzen-plan-funeral__content-type:nth-child(1) {
  padding-left: 50px;
}
.thakuzen-plan-funeral__content-type:not(:last-child) {
  margin-bottom: 10px;
}
.thakuzen-plan-funeral__content-type .is-number {
  color: #E75E69;
  font-weight: bold;
  font-size: 46px;
}
.thakuzen-plan-funeral__content-type .is-yen {
  font-size: 26px;
}
.thakuzen-plan-funeral__content-small {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.thakuzen-plan-funeral__planTable {
  position: relative;
}
.thakuzen-plan-funeral__planTable::before, .thakuzen-plan-funeral__planTable::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #13956B;
  margin: auto;
}
.thakuzen-plan-funeral__planTable::before {
  top: -70px;
  width: 66px;
  height: 10px;
}
.thakuzen-plan-funeral__planTable::after {
  top: -100px;
  height: 66px;
  width: 10px;
}
.thakuzen-plan-funeral__planTable-wrap {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #57b597;
  width: 650px;
  margin: 0 auto;
  padding: 63px 81px;
  margin-top: 130px;
}
.thakuzen-plan-funeral__planTable-headline {
  background-color: #57b597;
  color: #fff;
  position: relative;
  font-size: 32px;
  padding: 5px 11px 5px 80px;
  margin-bottom: 48px;
}
.thakuzen-plan-funeral__planTable-headline::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #57b597;
  width: 24px;
  height: 20.7846096908px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: -20px;
}
.thakuzen-plan-funeral__planTable-headline span {
  font-size: 16px;
  margin-left: 11px;
}
.thakuzen-plan-funeral__planTable-headline-title {
  font-weight: bold;
}
.thakuzen-plan-funeral__planTable-list {
  display: flex;
  justify-content: space-between;
}
.thakuzen-plan-funeral__planTable-item {
  text-align: center;
  background-position: center top;
  background-size: 100px;
  font-size: 22px;
  width: 105px;
  padding-top: 100px;
}
.thakuzen-plan-funeral__planTable-item:nth-child(1) {
  background-image: url("../img/thakuzen-plan-funeral__planTable-item1_bg.svg");
}
.thakuzen-plan-funeral__planTable-item:nth-child(2) {
  background-image: url("../img/thakuzen-plan-funeral__planTable-item2_bg.svg");
}
.thakuzen-plan-funeral__planTable-item:nth-child(3) {
  background-image: url("../img/thakuzen-plan-funeral__planTable-item3_bg.svg");
}
.thakuzen-plan-funeral__planTable-item:nth-child(4) {
  background-image: url("../img/thakuzen-plan-funeral__planTable-item4_bg.svg");
}

.thakuzen-guide {
  background-color: #F9FBF0;
  padding: 100px 0;
}
.thakuzen-guide__inner {
  width: 1000px;
  margin: 0 auto;
}
.thakuzen-guide__block.is-border {
  border: 2px solid #13956B;
  padding: 60px 40px;
}
.thakuzen-guide__block:not(:last-child) {
  margin-bottom: 60px;
}
.thakuzen-guide__headline {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.thakuzen-guide__headline::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  margin: auto;
  background-color: #13956B;
  width: 180px;
  bottom: -30px;
}
.thakuzen-guide__headline .is-green {
  color: #13956B;
  font-weight: bold;
}
.thakuzen-guide__headline-title {
  line-height: 1.6 !important;
  font-size: 34px;
  margin-bottom: 20px;
}
.thakuzen-guide__headline-subTitle {
  line-height: 1.4;
  font-size: 26px;
}
.thakuzen-guide__body {
  line-height: 1.8;
  font-size: 18px;
}
.thakuzen-guide__body p:not(:last-child) {
  margin-bottom: 20px;
}
.thakuzen-guide__body-img {
  text-align: center;
}
.thakuzen-guide__body-img:not(:last-child) {
  margin-bottom: 20px;
}

.thakuzen-info {
  background-color: #F9FBF0;
  padding-bottom: 100px;
}
.thakuzen-info__inner {
  width: 1000px;
  margin: 0 auto;
}
.thakuzen-info__headline {
  font-size: 36px;
  margin-bottom: 20px;
}
.thakuzen-info__headline-title {
  text-align: center;
  margin-bottom: 20px;
}
.thakuzen-info__headline-title span {
  color: #13956B;
  font-weight: bold;
  font-size: 54px;
}
.thakuzen-info__headline-text {
  text-align: center;
  font-size: 18px;
}
.thakuzen-info__body {
  width: 650px;
  margin: 0 auto;
  border-top: 1px dotted #13956B;
  padding-top: 40px;
}
.thakuzen-info__body-list:nth-child(2) {
  align-items: flex-start;
}
.thakuzen-info__body-item:not(:last-child) {
  border-bottom: 2px dotted #13956B;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.thakuzen-info__body-item-headline {
  color: #13956B;
  position: relative;
  font-size: 24px;
  margin-bottom: 20px;
}
.thakuzen-info__body-item-headline p {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  gap: 23px;
}
.thakuzen-info__body-item-headline .is-number {
  line-height: 0.8;
  font-size: 32px;
}
.thakuzen-info__body-item-headline .is-divider {
  position: absolute;
  font-size: 36px;
  top: -5px;
  left: 23px;
}
.thakuzen-info__body-item-headline .is-text {
  font-weight: bold;
}
.thakuzen-info__body-item-info {
  margin-bottom: 30px;
}
.thakuzen-info__body-item-info-list {
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-size: 20px;
  gap: 18px;
}
.thakuzen-info__body-item-info-list:not(:last-child) {
  margin-bottom: 14px;
}
.thakuzen-info__body-item-info-list:nth-child(2) {
  align-items: flex-start;
}
.thakuzen-info__body-item-info-headline {
  background-color: #13956B;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  min-width: 140px;
}
.thakuzen-info__body-item-img {
  margin-bottom: 40px;
}
.thakuzen-info__body-item-link {
  text-align: center;
  position: relative;
  border: 2px solid #13956B;
  border-radius: 30px;
  font-weight: bold;
  background-color: #fff;
  font-size: 18px;
  width: 320px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.thakuzen-info__body-item-link:hover {
  opacity: 0.8;
}
.thakuzen-info__body-item-link::before {
  content: "";
  border-right: 2px solid #13956B;
  border-bottom: 2px solid #13956B;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  transform: rotate(-45deg);
  right: 20px;
  width: 10px;
  height: 10px;
}
.thakuzen-info__body-item-link a {
  display: block;
  color: #13956B;
  padding: 20px 0;
}

.keyword-search-form {
  background-color: #333;
  position: fixed;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
.keyword-search-form__inner {
  width: 1000px;
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.keyword-search-form__headline {
  font-weight: bold;
  line-height: 1.3;
  width: 197px;
  font-size: 16px;
}
.keyword-search-form__headline.is-header {
  color: #4b9c82;
}
.keyword-search-form__form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.keyword-search-form__form-input {
  background-color: #fff;
  border: 1px solid #707070;
  width: 700px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 14px;
  height: 42px;
}
.keyword-search-form__form-input.is-width {
  width: 620px;
}
.keyword-search-form__form-btn {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-image: url("../img/icn_search.svg");
  background-repeat: no-repeat;
  background-color: #57b597;
  width: 100px;
  height: 42px;
  padding-left: 13px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.3);
  background-size: 18px;
  background-position: left 15px center;
  font-size: 14px;
  transition: all 0.3s;
}

.google-map {
  width: 1000px;
  margin: 0 auto;
}
.google-map__iconBlock {
  display: flex;
  align-items: center;
  background-color: #fff;
  gap: 20px;
  padding: 8px 8px 8px 20px;
}
.google-map__label {
  font-weight: bold;
  color: #4b9c82;
  display: block;
  width: 120px;
  font-size: 14px;
}
.google-map__list {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  width: 830px;
}
.google-map__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gm-style-iw-d {
  margin-top: -20px;
}

.google-map-info-window__title {
  margin-bottom: 10px;
}
.google-map-info-window__title a {
  font-weight: bold;
  color: #428bca;
  text-decoration: underline;
  font-size: 21px;
  transition: opacity 0.3s ease;
}
.google-map-info-window__title a:hover {
  opacity: 0.8;
}
.google-map-info-window__content {
  font-size: 12px;
  margin-bottom: 10px;
}
.google-map-info-window__content p {
  line-height: 1.6 !important;
}
.google-map-info-window__list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  gap: 8px;
}
.google-map-info-window__list > li {
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 13px;
  padding: 5px 10px;
  gap: 5px;
}
.google-map-info-window__list > li .icn img {
  width: 25px;
  height: 25px;
}

.area-detailed-condition {
  width: 1000px;
  margin: 80px auto;
}
.area-detailed-condition__inner {
  background-color: #faf7f2;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 20px;
}
.area-detailed-condition__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #57b597;
  border-bottom: 4px solid #57b597;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 1.2 !important;
}
.area-detailed-condition__content {
  padding: 30px 70px 0;
}
.area-detailed-condition__content-item {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}
.area-detailed-condition__content-item:not(:last-child) {
  margin-bottom: 40px;
}
.area-detailed-condition__content-item-headline {
  color: #333;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 40px 15px 20px;
  border-bottom: 1px solid #ccc;
}
.area-detailed-condition__content-item-headline-area {
  border-left: 5px solid #57b597;
  padding-left: 8px;
}
.area-detailed-condition__content-item-headline .is-color {
  color: #57b597;
}
.area-detailed-condition__content-item-block {
  padding: 15px 30px 20px;
}
.area-detailed-condition__content-item-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.area-detailed-condition__content-item-img {
  width: 136px;
}
.area-detailed-condition__content-item-text {
  color: #333;
  line-height: 1.8;
  width: 597px;
  font-size: 14px;
}
.area-detailed-condition__content-item-text a {
  color: #058899;
  text-decoration: underline;
}
.area-detailed-condition__content-item-text a:hover {
  opacity: 0.8;
}
.area-detailed-condition__content-item-link {
  color: #333;
  width: fit-content;
  font-size: 14px;
  margin-left: auto;
  margin-right: 33px;
}
.area-detailed-condition__content-item-link a {
  border-bottom: 1px solid #000;
  position: relative;
}
.area-detailed-condition__content-item-link a:hover {
  opacity: 0.8;
}
.area-detailed-condition__content-item-link a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/area-lp-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  background-color: #888;
  margin: auto;
  background-size: 7px;
  width: 18px;
  height: 18px;
  right: -29px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
  font-size: 14px;
}
.pagination .page-numbers {
  background-color: #fff;
  display: block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #57b597;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #57b597;
  color: #fff;
}

.short_movie_slider {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 0 0 100px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .short_movie_slider {
    padding: 0 20px 100px;
  }
}
.short_movie_slider.is-overflow-hidden {
  overflow: hidden;
}
.short_movie_slider__list {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.short_movie_slider__list.has-one-item {
  justify-content: center;
}
.short_movie_slider__item {
  width: 240px;
}
.short_movie_slider__item.is-only-item .is-body {
  opacity: 1;
  scale: 1;
  transition: unset;
}
.short_movie_slider__item.swiper-slide {
  pointer-events: none;
  width: 240px;
}
.short_movie_slider__item.swiper-slide-active {
  z-index: 100 !important;
  pointer-events: auto;
}
.short_movie_slider__item.swiper-slide-active .is-body {
  opacity: 1;
  scale: 1;
  transition: scale 0.3s, opacity 0.3s;
}
.short_movie_slider__item .page-shorts-video {
  width: 100%;
  margin: 0;
}
.short_movie_slider__item-body {
  position: relative;
  opacity: 0.3;
  scale: 0.9;
  transition: scale 0.3s, opacity 0.3s;
}
.short_movie_slider__item-body .page-shorts-video {
  cursor: pointer;
}
.short_movie_slider__item-title {
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 15px;
  font-size: 15px;
}
.short_movie_slider__button-prev {
  top: 40% !important;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  color: #FFFFFF !important;
  left: calc((100% - 230px) / 2 - 60px) !important;
  width: 50px !important;
  height: 50px !important;
}
.short_movie_slider__button-prev::after {
  margin-left: -3px;
  font-size: 22px !important;
}
.short_movie_slider__button-next {
  top: 40% !important;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  color: #FFFFFF !important;
  right: calc((100% - 230px) / 2 - 60px) !important;
  width: 50px !important;
  height: 50px !important;
}
.short_movie_slider__button-next::after {
  margin-right: -3px;
  font-size: 22px !important;
}
.short_movie_slider__youtube-short {
  overflow: hidden;
  border-radius: 10px;
}

.shortcode-sns {
  overflow-x: hidden;
  width: 100vw;
  padding: 50px 0;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .shortcode-sns {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .shortcode-sns {
    padding: 50px 0;
  }
}
.shortcode-sns__inner {
  width: 100%;
  background: linear-gradient(180deg, #FEFFE9 0%, #FFFFFF 50%, #FEFFE9 100%);
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .shortcode-sns__inner {
    max-width: 800px;
    padding: 70px 0;
    margin: 0 auto;
  }
}
.shortcode-sns__slider-container {
  margin-bottom: 40px;
}
.shortcode-sns__slider-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: scroll;
}
@media screen and (min-width: 992px) {
  .shortcode-sns__slider-inner {
    justify-content: center;
    overflow-x: unset;
  }
}
.shortcode-sns__slider-slide {
  width: 309px;
}
@media screen and (min-width: 768px) {
  .shortcode-sns__slider-slide {
    width: calc((100% - 50px) / 3);
  }
}
.shortcode-sns__slider-slide:first-of-type {
  margin-left: 15px;
}
.shortcode-sns__slider-slide:last-of-type {
  margin-right: 15px;
}
.shortcode-sns__slider-item {
  border-radius: 9px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  aspect-ratio: 301/398;
}
@media screen and (min-width: 768px) {
  .shortcode-sns__slider-item {
    height: 410px;
  }
}
.shortcode-sns__slider-caution {
  padding: 0 15px;
  margin-top: 4px;
  color: #1c1118;
  font-family: "Noto Serif", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0666666667em;
}
.shortcode-sns__bnr {
  width: 100%;
  padding: 0 75px;
  margin-bottom: 40px;
}
.shortcode-sns__bnr img {
  display: block;
  width: 100%;
  height: auto;
}
.shortcode-sns__link {
  padding: 0 15px;
}
.shortcode-sns__link-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
}
.shortcode-sns__link-container {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}
.shortcode-sns__link-img a {
  display: block;
}
.shortcode-sns__link-img a:hover {
  transform: translateY(-4px);
}
.shortcode-sns__link-img a img {
  margin-bottom: 0;
  width: 220px;
  height: 84px;
}

.shortcode-sns-banner {
  position: relative;
  max-width: 700px;
  margin: 100px auto 80px;
}
.shortcode-sns-banner__catch {
  position: absolute;
  z-index: 1;
  top: -35px;
  width: 210px;
  height: auto;
  left: -30px;
}
.shortcode-sns-banner__catch-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  /*
  video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  */
}
.shortcode-sns-banner__catch-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  pointer-events: none;
  cursor: none;
}
.shortcode-sns-banner__headline {
  margin-bottom: 8px;
}
.shortcode-sns-banner__headline-title-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6C590E;
  text-align: right;
  line-height: 1;
  font-size: 18px;
}
.shortcode-sns-banner__headline-title-text.is-white {
  color: #FAF7F2;
}
.shortcode-sns-banner__content {
  display: flex;
  background-color: #FAF7F2;
  border: 1px solid #6C590E;
  overflow: hidden;
  justify-content: end;
  flex-wrap: wrap;
  gap: 5px;
  padding: 15px 15px 15px 100px;
  border-radius: 10px;
}
.shortcode-sns-banner__bnr {
  display: block;
  height: auto;
  width: 220px;
  margin: auto 0;
}
.shortcode-sns-banner__bnr img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.shortcode-sns-banner__link {
  display: flex;
  gap: 15px;
}
.shortcode-sns-banner__link-title {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .shortcode-sns-banner__link-title {
    margin-top: 8px;
  }
}
.shortcode-sns-banner__link-title-text {
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  text-align: end;
  word-break: keep-all;
}
.shortcode-sns-banner__link-title-text .is-hidden-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .shortcode-sns-banner__link-title-text .is-hidden-pc {
    display: block;
  }
}
.shortcode-sns-banner__link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .shortcode-sns-banner__link-list {
    gap: 20px;
  }
}
.shortcode-sns-banner__link-item {
  position: unset;
  display: block;
  margin: 0;
  padding: 0;
}
.shortcode-sns-banner__link-item::before {
  display: none;
}
.shortcode-sns-banner__link-btn {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 -5px -5px 0;
  scale: 1;
  opacity: 1;
  cursor: pointer;
  transition: scale 0.3s ease, opacity 0.3s ease;
}
.shortcode-sns-banner__link-btn:hover {
  scale: 1.2;
  opacity: 1;
  transition: all 0.3s ease;
}
.shortcode-sns-banner__link-btn.is-instagram span, .shortcode-sns-banner__link-btn.is-tiktok span, .shortcode-sns-banner__link-btn.is-youtube span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.shortcode-sns-banner__link-btn.is-instagram span {
  background-image: url("../img/instagram_btn-square.webp");
}
.shortcode-sns-banner__link-btn.is-instagram:hover span {
  background-image: url("../img/instagram_btn-square-hover.webp");
}
.shortcode-sns-banner__link-btn.is-tiktok span {
  background-image: url("../img/tiktok_btn-square.webp");
}
.shortcode-sns-banner__link-btn.is-tiktok:hover span {
  background-image: url("../img/tiktok_btn-square-hover.webp");
}
.shortcode-sns-banner__link-btn.is-youtube span {
  background-image: url("../img/youtube_btn-square.webp");
}
.shortcode-sns-banner__link-btn.is-youtube:hover span {
  background-image: url("../img/youtube_btn-square-hover.webp");
}
.shortcode-sns-banner__link-btn span {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.shortcode-compare {
  width: 100vw;
  padding: 70px 0 50px;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .shortcode-compare {
    width: 100%;
    margin: 0;
  }
}
.shortcode-compare__inner {
  position: relative;
  max-width: 800px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  width: calc(100% - 50px);
  padding: 50px 25px;
}
.shortcode-compare__icon {
  position: absolute;
  right: 0;
  left: 0;
  height: auto;
  margin: 0 auto;
  z-index: 1;
  top: -50px;
  width: 120px;
}
.shortcode-compare__icon img {
  width: 100%;
  height: auto;
}
.shortcode-compare__title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .shortcode-compare__title {
    font-size: 34px;
  }
}
.shortcode-compare__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.shortcode-compare__catch-text {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .shortcode-compare__catch-text {
    font-size: 30px;
  }
}
.shortcode-compare__label {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .shortcode-compare__label {
    font-size: 34px;
  }
}
.shortcode-compare__label.is-color1 {
  background-color: #1E1926;
}
.shortcode-compare__label.is-color2 {
  background-color: #57b597;
}
.shortcode-compare__description {
  max-width: 610px;
  margin: 0 auto 30px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .shortcode-compare__description {
    font-size: 18px;
  }
}
.shortcode-compare__btn {
  display: block;
  margin: 0 auto;
  border-radius: 999px;
  background-color: #E75E69;
  box-shadow: 0 7px 0 0 #BC4750;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .shortcode-compare__btn {
    width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .shortcode-compare__btn {
    width: 450px;
  }
}
.shortcode-compare__btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  .shortcode-compare__btn-inner {
    padding: 20px;
  }
}
@media (hover: hover) {
  .shortcode-compare__btn-inner:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.shortcode-compare__btn-inner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  border-right: solid #FFFFFF;
  border-bottom: solid #FFFFFF;
  rotate: -45deg;
  right: 30px;
  width: 12px;
  height: 12px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.shortcode-compare__btn-icon {
  width: 35px;
  margin-right: 15px;
  margin-left: 20px;
}
@media screen and (min-width: 992px) {
  .shortcode-compare__btn-icon {
    width: 45px;
    margin-right: 25px;
    margin-left: 35px;
  }
}
.shortcode-compare__btn-icon img {
  width: 100%;
  height: auto;
}
.shortcode-compare__btn-text {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .shortcode-compare__btn-text {
    font-size: 34px;
  }
}

.page-shorts-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9/16;
  border-radius: 10px;
  width: 270px;
  margin: 30px auto;
}
.page-shorts-video::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/youtube_short.svg");
  z-index: 1;
  background-size: cover;
  top: -60px;
  width: 70px;
  height: 70px;
}
.page-shorts-video.off::before {
  content: none;
}
.page-shorts-video__thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
.page-shorts-video__movie {
  width: 100%;
  height: 100%;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../img/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.page-toc {
  border: 1px solid #d2d2d2;
  letter-spacing: 0.03em;
  margin: 0 auto 30px;
  padding: 30px 40px;
}
.page-toc__wrap > h2 {
  font-weight: bold;
  color: #57b597;
  margin-bottom: 20px;
  font-size: 24px;
}
.page-toc__wrap > ul {
  line-height: 1.3;
  font-size: 16px;
}
.page-toc__wrap > ul li:not(:last-child) {
  margin-bottom: 20px;
}
.page-toc__wrap > ul li a {
  color: #13956B;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.page-toc__wrap > ul li a::before {
  content: "";
  display: block;
  position: absolute;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-image: url("../img/area-lp-button-arrow.svg");
  background-color: #57b597;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
}

.page-faq-category {
  margin-bottom: 70px;
}
.page-faq-category__inner {
  width: 1000px;
  margin: 0 auto;
}
.page-faq-category__wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page-faq-category__block:not(:nth-child(3)) {
  position: relative;
}
.page-faq-category__block:not(:nth-child(3))::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #D9D9D9;
  width: 1px;
  height: 100%;
  top: 0;
  right: -25px;
}
.page-faq-category__content {
  width: 300px;
}
.page-faq-category__content:not(:last-child) {
  margin-bottom: 30px;
}
.page-faq-category__content-headline {
  color: #fff;
  font-weight: bold;
  background-color: #57b597;
  border-radius: 4px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 30px;
  font-size: 18px;
  padding: 10px 10px 10px 50px;
  margin-bottom: 25px;
}
.page-faq-category__content-headline.is-style {
  background-image: url("../img/page-faq-category_style_bg.svg");
}
.page-faq-category__content-headline.is-preparation {
  background-image: url("../img/page-faq-category_preparation_bg.svg");
}
.page-faq-category__content-headline.is-passedaway {
  background-image: url("../img/page-faq-category_passedaway_bg.svg");
}
.page-faq-category__content-headline.is-wake {
  background-image: url("../img/page-faq-category_wake_bg.svg");
}
.page-faq-category__content-headline.is-after-funeral {
  background-image: url("../img/page-faq-category_after_bg.svg");
}
.page-faq-category__content-headline.is-ceremonial {
  background-image: url("../img/page-faq-category_ceremonial_bg.svg");
}
.page-faq-category__content-headline.is-funeral {
  background-image: url("../img/page-faq-category_funeral_bg.svg");
}
.page-faq-category__content-catch {
  color: #57b597;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.page-faq-category__content-catch::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #D9D9D9;
  z-index: -1;
  width: 100%;
  height: 1px;
  right: 0;
}
.page-faq-category__content-catch span {
  display: inline-block;
  background-color: #fff;
  padding-right: 20px;
  font-size: 16px;
}
.page-faq-category__content-list {
  line-height: 1;
  font-size: 14px;
}
.page-faq-category__content-list:not(:last-child) {
  margin-bottom: 30px;
}
.page-faq-category__content-item:not(:last-child) {
  margin-bottom: 20px;
}
.page-faq-category__content-item a {
  position: relative;
  padding-left: 30px;
}
.page-faq-category__content-item a:hover {
  text-decoration: underline;
}
.page-faq-category__content-item a:hover::before {
  left: 10px;
}
.page-faq-category__content-item a::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #D9D9D9;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transition: all 0.3s ease;
  width: 8px;
  background-size: 8px;
  height: 14px;
}
.post-greeting-example {
  background-color: #F2F2F2;
  padding: 100px 0;
}
.post-greeting-example__title {
  font-weight: bold;
  color: #57b597;
  position: relative;
  text-align: center;
  margin: 0.9em 0;
  padding-top: 23px;
  font-size: 2.6rem;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding-top: 0;
}
.post-greeting-example__list {
  letter-spacing: 0.05em;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 60px;
}
.post-greeting-example__item {
  width: 470px;
}
.post-greeting-example__headline {
  background-color: #57b597;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 22px;
}
.post-greeting-example__chart {
  font-size: 18px;
}
.post-greeting-example__chart-item {
  position: relative;
  padding-left: 20px;
}
.post-greeting-example__chart-item:not(:last-child) {
  margin-bottom: 30px;
}
.post-greeting-example__chart-item::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #57b597;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
}
.post-greeting-example__chart-item a {
  transition: opacity 0.3s ease;
}
.post-greeting-example__chart-item a:hover {
  opacity: 0.6;
}

.search-all-review {
  margin-bottom: 64px;
  /*
  &.is-area-lp {
      @if $type ==sp {
          margin-bottom: spCalc(30);
      }

      @if $type ==pc {
          width: 100%;
          max-width: 1000px;
          padding-top: 30px;
          margin-left: auto;
          margin-right: auto;
      }
  }*/
}
.search-all-review__inner {
  border-radius: 5px;
  border: 1px solid #CECCD0;
  padding: 24px 32px;
}
.search-all-review__inner.is-area-lp {
  border: none;
}
.search-all-review__title {
  font-weight: bold;
  border-bottom: 1px solid #CECCD0;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.search-all-review__title.has-overview {
  margin-bottom: 20px;
}
.search-all-review__title .is-fontsize {
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
}
.search-all-review__overview {
  margin-bottom: 30px;
}
.search-all-review__overview-title {
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #57b597;
  margin-bottom: 10px;
  font-size: 16px;
}
.search-all-review__overview-description-text {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.search-all-review__content {
  display: flex;
}
.search-all-review__content-total {
  text-align: center;
  min-width: 210px;
}
.search-all-review__content-total-review {
  color: #57b597;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 6px;
}
.search-all-review__content-total-number {
  font-weight: bold;
  font-size: 56px;
  margin-bottom: 4px;
}
.search-all-review__content-total-star {
  justify-content: center;
  display: flex;
  margin-bottom: 8px;
}
.search-all-review__content-total-star .star-icon {
  width: 30px;
}
.search-all-review__content-total-post {
  font-size: 14px;
}
.search-all-review__content-total-post .is-fontsize {
  font-size: 18px;
  margin-right: 2px;
}
.search-all-review__content-kensuu {
  width: 325px;
}
.search-all-review__content-kensuu-item:not(:last-child) {
  margin-bottom: 16px;
}
.search-all-review__content-kensuu-item-number {
  font-size: 18px;
}
.search-all-review__content-kensuu-item-label {
  display: flex;
  align-items: center;
}
.search-all-review__content-kensuu-item-star {
  width: 16px;
  margin: 0 2px;
}
.search-all-review__content-kensuu-item-text {
  font-weight: bold;
  width: 64px;
  font-size: 16px;
}
.search-all-review__content-kensuu-item-gauge {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  width: 170px;
  height: 14px;
  margin: 0 8px;
}
.search-all-review__content-kensuu-item-gauge .is-inner-gauge {
  height: 100%;
  background-color: #69BFA2;
  display: block;
}
.search-all-review__content-kensuu-item-percentage {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.search-all-review__content-kensuu-item-percentage .is-fontsize {
  font-size: 14px;
  margin-left: 1px;
}
.search-all-review__content-averages {
  border-left: 1px solid #CECCD0;
  padding-left: 24px;
  margin-left: 24px;
}
.search-all-review__content-averages-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-all-review__content-averages-item:not(:last-child) {
  margin-bottom: 8px;
}
.search-all-review__content-averages-entry {
  width: 128px;
  font-size: 14px;
}
.search-all-review__content-averages-star .star-icon {
  width: 18px;
}
.search-all-review__content-averages-number {
  font-size: 18;
}
.search-all-review__section {
  padding: 0 20px;
}
.search-all-review__section-title {
  border-bottom: 1px solid #CECCD0;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.search-all-review__section-title.has-overview {
  margin-bottom: 20px;
}
.search-all-review__section-title-text {
  font-weight: bold;
  font-size: 24px;
}
.search-all-review__section-title-text .is-small {
  font-weight: normal;
  font-size: 16px;
}
.search-all-review__section-body {
  display: flex;
}
.search-all-review__section-total {
  flex: 1;
  display: flex;
  margin-right: 30px;
}
.search-all-review__section-total-content {
  width: fit-content;
  margin-right: 30px;
}
.search-all-review__section-total-review {
  color: #57B597;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.search-all-review__section-total-number {
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  margin-bottom: 4px;
}
.search-all-review__section-total-star {
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
.search-all-review__section-total-star .star-icon {
  width: 40px;
}
.search-all-review__section-total-post {
  font-size: 16px;
  text-align: center;
}
.search-all-review__section-total-post .is-fontsize {
  font-size: 24px;
  margin-right: 2px;
}
.search-all-review__section-total-kensuu {
  width: 325px;
  margin: 0 auto;
}
.search-all-review__section-total-kensuu-item:not(:last-child) {
  margin-bottom: 24px;
}
.search-all-review__section-total-kensuu-item-number {
  font-size: 18px;
}
.search-all-review__section-total-kensuu-item-label {
  display: flex;
  align-items: center;
}
.search-all-review__section-total-kensuu-item-star {
  width: 16px;
  margin: 0 2px;
}
.search-all-review__section-total-kensuu-item-text {
  font-weight: bold;
  width: 64px;
  font-size: 16px;
}
.search-all-review__section-total-kensuu-item-gauge {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  width: 170px;
  height: 14px;
  margin: 0 8px;
}
.search-all-review__section-total-kensuu-item-gauge .is-inner-gauge {
  height: 100%;
  background-color: #69BFA2;
  display: block;
}
.search-all-review__section-total-kensuu-item-percentage {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.search-all-review__section-total-kensuu-item-percentage .is-fontsize {
  font-size: 14px;
  margin-left: 1px;
}
.search-all-review__section-detail {
  display: flex;
  min-width: 290px;
}
.search-all-review__section-detail-img {
  margin-top: 10px;
}
.search-all-review__section-detail-img img {
  display: block;
  width: 100%;
  height: auto;
}

.search-all-review-list__headline {
  margin-bottom: 15px;
}
.search-all-review-list__headline-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #57b597;
  font-size: 18px;
}
.search-single-questionary__container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 60px auto 100px;
}
.search-single-questionary__container.is-mt-0 {
  margin-top: 0;
}
.search-single-questionary__container.is-mb-0 {
  margin-bottom: 0;
}
.search-single-questionary__container.is-mb-50 {
  margin-bottom: 50px;
}
.search-single-questionary__headline {
  margin-bottom: 30px;
}
.search-single-questionary__headline.is-staff {
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.search-single-questionary__headline.is-pref-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}
.search-single-questionary__headline-title {
  font-weight: bold;
  line-height: 1;
  color: #57B597;
  font-size: 24px;
}
.search-single-questionary__headline-count {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.search-single-questionary__headline-count .is-number {
  font-size: 1.25em;
  color: #57B597;
}
.search-single-questionary__lead.is-staff {
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.search-single-questionary__item {
  background-color: #F7F7F7;
  transition: all 0.3s linear;
  border-radius: 15px;
  padding: 16px 24px 24px;
}
.search-single-questionary__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.search-single-questionary__item.is-archive-questionary {
  padding: 10px 6px 6px;
}
.search-single-questionary__item.is-archive-questionary:not(:last-of-type) {
  margin-bottom: 40px;
}
.search-single-questionary__item.is-archive-questionary:not(:last-of-type).hidden {
  margin: 0;
}
.search-single-questionary__item.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  border: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  flex: 0 0 0;
}
.search-single-questionary__item:nth-of-type(9n + 0) .is-initial-icon {
  background-color: #D95D5F;
}
.search-single-questionary__item:nth-of-type(9n + 1) .is-initial-icon {
  background-color: #C7944C;
}
.search-single-questionary__item:nth-of-type(9n + 2) .is-initial-icon {
  background-color: #C0B847;
}
.search-single-questionary__item:nth-of-type(9n + 3) .is-initial-icon {
  background-color: #5FAC58;
}
.search-single-questionary__item:nth-of-type(9n + 4) .is-initial-icon {
  background-color: #6EA2B4;
}
.search-single-questionary__item:nth-of-type(9n + 5) .is-initial-icon {
  background-color: #666EC8;
}
.search-single-questionary__item:nth-of-type(9n + 6) .is-initial-icon {
  background-color: #9167CD;
}
.search-single-questionary__item:nth-of-type(9n + 7) .is-initial-icon {
  background-color: #C361D2;
}
.search-single-questionary__item:nth-of-type(9n + 8) .is-initial-icon {
  background-color: #D75F97;
}
.search-single-questionary__item-headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search-single-questionary__item-headline.is-archive-questionary {
  padding: 0px 24px;
  margin-bottom: 10px;
}
.search-single-questionary__item-body {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  height: 260px;
  padding: 20px 20px 60px;
  border-radius: 8px;
}
.search-single-questionary__item-body.is-archive-questionary {
  height: 180px;
  padding: 15px 20px 50px;
}
.search-single-questionary__item-body.is-archive-questionary.is-active {
  height: auto;
}
.search-single-questionary__item-body.is-active {
  height: auto;
}
.search-single-questionary__item-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent 20%, #FFFFFF 50%);
  height: 100px;
}
.search-single-questionary__item-read-more.is-archive-questionary {
  height: 50px;
  background: #FFFFFF;
}
.search-single-questionary__item-read-more.is-active {
  background: none;
}
.search-single-questionary__item-read-more-button {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  background-color: transparent;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #57B597;
  cursor: pointer;
  bottom: 20px;
  font-size: 14px;
}
.search-single-questionary__item-read-more-button.is-active::after {
  rotate: -135deg;
  translate: 0 2px;
  translate: 0 2px;
}
.search-single-questionary__item-read-more-button::after {
  content: "";
  display: inline-block;
  rotate: 45deg;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-right: 2px solid #57B597;
  border-bottom: 2px solid #57B597;
  translate: 0 -2px;
}
.search-single-questionary__total {
  display: flex;
  align-items: center;
}
.search-single-questionary__total-star {
  margin-right: 10px;
}
.search-single-questionary__total-star:first-of-type {
  display: flex;
  align-items: center;
}
.search-single-questionary__total-star .star-icon {
  width: 32px;
}
.search-single-questionary__total-star.is-archive-questionary .star-icon {
  width: 24px;
}
.search-single-questionary__total-number {
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  font-size: 40px;
}
.search-single-questionary__total-number.is-archive-questionary {
  font-size: 32px;
}
.search-single-questionary__total-evaluation {
  font-weight: bold;
  color: #57B597;
  font-size: 20px;
}
.search-single-questionary__total-evaluation.is-archive-questionary {
  font-size: 18px;
}
.search-single-questionary__reviewer {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.search-single-questionary__reviewer-inner {
  display: flex;
  align-items: center;
}
.search-single-questionary__reviewer-avatar {
  margin-right: 10px;
}
.search-single-questionary__reviewer-avatar-icon {
  display: block;
  border-radius: 50%;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  font-size: 20px;
}
.search-single-questionary__reviewer-avatar-icon.is-archive-questionary {
  width: 26px;
  height: 26px;
  padding-top: 4px;
  font-size: 17px;
}
.search-single-questionary__reviewer-area {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 10px;
}
.search-single-questionary__reviewer-name {
  letter-spacing: 0.05em;
  margin-right: 10px;
}
.search-single-questionary__reviewer-date {
  color: #AAAAAA;
  font-size: 14px;
}
.search-single-questionary__title {
  margin-bottom: 15px;
}
.search-single-questionary__title-text {
  font-weight: bold;
  font-size: 24px;
}
.search-single-questionary__title-text.is-archive-questionary {
  font-size: 20px;
}
.search-single-questionary__tag {
  margin-bottom: 20px;
}
.search-single-questionary__tag-list {
  display: flex;
}
.search-single-questionary__tag-item:not(:last-of-type) {
  margin-right: 15px;
}
.search-single-questionary__tag-text.has-link {
  display: inline-flex;
}
.search-single-questionary__tag-text.is-original-saijo {
  display: inline-flex;
}
.search-single-questionary__tag-text .is-text {
  letter-spacing: 0.05em;
}
.search-single-questionary__tag-text .is-text.is-original-saijo {
  margin-top: 5px;
}
.search-single-questionary__tag-text .is-text.is-archive-questionary {
  margin-top: 3px;
  font-size: 15px;
}
.search-single-questionary__tag-icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #57B597;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  width: 26px;
  height: 26px;
  padding-top: 5px;
  margin-right: 5px;
}
.search-single-questionary__tag-icon.is-hall-icon {
  background-image: url("../img//icn_place.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.search-single-questionary__tag-icon.is-archive-questionary {
  width: 22px;
  height: 22px;
  padding-top: 4px;
  font-size: 14px;
}
.search-single-questionary__tag-link {
  display: inline-block;
  color: #4B9C82;
  margin-top: 5px;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s;
}
.search-single-questionary__tag-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.search-single-questionary__tag-link.is-archive-questionary {
  margin-top: 4px;
}
.search-single-questionary__content-lead {
  margin-bottom: 25px;
}
.search-single-questionary__content-lead-text {
  letter-spacing: 0.05em;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.search-single-questionary__content-review {
  margin-bottom: 30px;
}
.search-single-questionary__content-review-title {
  display: block;
  width: 100%;
  background-color: #EEF8F4;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.search-single-questionary__content-review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-single-questionary__content-review-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
}
.search-single-questionary__content-review-name {
  color: #333;
  flex-basis: 110px;
  margin-right: 6px;
  font-size: 13px;
  word-break: keep-all;
}
.search-single-questionary__content-review-box {
  flex: 1;
  display: flex;
}
.search-single-questionary__content-review-star {
  margin-right: 6px;
}
.search-single-questionary__content-review-star .star-icon {
  width: 20px;
}
.search-single-questionary__content-review-evaluation {
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
}
.search-single-questionary__content-planner-title {
  display: block;
  width: 100%;
  background-color: #EEF8F4;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.search-single-questionary__content-planner-box {
  display: flex;
  align-items: center;
}
.search-single-questionary__content-planner-avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.search-single-questionary__content-planner-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-single-questionary__content-planner-name-text {
  margin-left: 10px;
  font-size: 18px;
}
.search-single-questionary__content-planner-link {
  display: inline-block;
  color: #4B9C82;
  margin-top: 5px;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s;
}
.search-single-questionary__content-planner-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.search-single-questionary__content-comment {
  margin-top: 30px;
}
.search-single-questionary__content-comment-title {
  display: block;
  width: 100%;
  background-color: #EEF8F4;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1;
}
.search-single-questionary__content-comment-inner {
  display: flex;
}
.search-single-questionary__content-comment-list {
  flex: 1;
}
.search-single-questionary__content-comment-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.search-single-questionary__content-comment-item-name {
  position: relative;
  display: block;
  padding-left: 14px;
  margin-bottom: 20px;
}
.search-single-questionary__content-comment-item-name::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: #57B597;
  width: 4px;
}
.search-single-questionary__content-comment-item-name-text {
  font-weight: bold;
  line-height: 1.6;
  font-size: 17px;
}
.search-single-questionary__content-comment-item-check {
  margin-bottom: 16px;
}
.search-single-questionary__content-comment-item-check-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-bottom: -3px;
  border: 1px solid #707070;
}
.search-single-questionary__content-comment-item-check-icon::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/icn_check.svg") no-repeat center center/contain;
  top: -6px;
  right: -8px;
  width: 22px;
  height: 22px;
}
.search-single-questionary__content-comment-item-check-text {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}
.search-single-questionary__content-comment-item-description-text {
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 15px;
}
.search-single-questionary__content-paper {
  background-color: #F7F7F7;
  width: 210px;
  height: fit-content;
  padding: 15px;
  margin-left: 20px;
}
.search-single-questionary__content-paper.has-no-comment {
  width: 100%;
  height: auto;
  margin-left: 0;
}
.search-single-questionary__content-paper-headline {
  margin-bottom: 10px;
}
.search-single-questionary__content-paper-headline-title {
  font-weight: bold;
  text-align: center;
  color: #57B597;
  margin-bottom: 10px;
  font-size: 18px;
}
.search-single-questionary__content-paper-headline-notion {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  color: #57B597;
  padding-left: 24px;
  font-size: 16px;
}
.search-single-questionary__content-paper-headline-notion::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/icn_answer.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
.search-single-questionary__content-paper-list {
  position: relative;
  overflow-y: hidden;
  height: 225px;
}
.search-single-questionary__content-paper-list.has-no-comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  height: auto;
  overflow-y: unset;
}
.search-single-questionary__content-paper-item.has-no-comment {
  width: 190px;
}
.search-single-questionary__content-paper-item.is_hidden {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.search-single-questionary__content-paper-img img {
  display: block;
  width: 100%;
  height: auto;
}
.search-single-questionary__more-button {
  background-color: transparent;
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: relative;
  color: #57b597;
  font-weight: bold;
  font-size: 16px;
  padding-top: 25px;
  cursor: pointer;
}
.search-single-questionary__more-button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  transform: rotate(45deg);
  top: 0;
  width: 10px;
  height: 10px;
}
.search-single-questionary__no-post-text {
  font-weight: bold;
  text-align: center;
}
.search-single-questionary__notion {
  margin-top: 40px;
}
.search-single-questionary__notion-text {
  font-size: 14px;
}

.search-archive-questionary-taxonomy {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 70px;
}
.search-archive-questionary-taxonomy__inner {
  padding: 40px;
  background-color: #F7F7F7;
  border-radius: 3px;
}
.search-archive-questionary-taxonomy__body-title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #57b597;
}
.search-archive-questionary-taxonomy__form-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
  margin-bottom: 30px;
}
.search-archive-questionary-taxonomy__form-item {
  display: block;
  width: 203px;
}
.search-archive-questionary-taxonomy__form-button {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #57b597;
  border-radius: 9999px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  min-width: 250px;
  padding: 17px 40px;
  border: 2px solid #57b597;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s, color 0.3s !important;
}
.search-archive-questionary-taxonomy__form-button:hover {
  background-color: #FFFFFF;
  color: #57b597;
  transition: background-color 0.3s, color 0.3s !important;
}
.search-archive-questionary-taxonomy__form-button:hover::after {
  border-color: #57b597;
  transition: border-color 0.3s !important;
}
.search-archive-questionary-taxonomy__form-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: -45deg;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  translate: 0 -1px;
  transition: border-color 0.3s !important;
}
.search-archive-questionary-taxonomy__radio-label {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.search-archive-questionary-taxonomy__radio-label:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.search-archive-questionary-taxonomy__radio-label input[type=radio]:checked + .is-text::after {
  display: block;
}
.search-archive-questionary-taxonomy__radio-input {
  position: absolute;
  display: none;
  opacity: 0;
  appearance: none;
}
.search-archive-questionary-taxonomy__radio-text {
  position: relative;
  display: block;
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  padding-top: 2px;
  padding-left: 32px;
  font-size: 16px;
}
.search-archive-questionary-taxonomy__radio-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
}
.search-archive-questionary-taxonomy__radio-text::after {
  position: absolute;
  content: "";
  display: none;
  border-radius: 50%;
  background-color: #4B9C82;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
}
.search-archive-questionary-taxonomy__radio-text .is-count {
  font-feature-settings: "palt";
  font-size: 0.625em;
}
.search-archive-questionary-taxonomy__radio-text .is-count::before {
  content: "（";
}
.search-archive-questionary-taxonomy__radio-text .is-count::after {
  content: "）";
}

.search-archive-questionary-pagination {
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
}
.search-archive-questionary-pagination__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.search-archive-questionary-pagination__item-link {
  font-size: 14px;
}
.search-archive-questionary-pagination__item-link.is-current span {
  background-color: #57b597;
  color: #FFFFFF;
  pointer-events: none;
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.search-archive-questionary-pagination__item-link a {
  display: inline-block;
  background-color: #FFFFFF;
  color: #333333;
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s, color 0.3s !important;
}
.search-archive-questionary-pagination__item-link a:hover {
  background-color: #57b597;
  color: #FFFFFF;
  transition: background-color 0.3s, color 0.3s !important;
}
.search-archive-questionary-pagination__item-link span {
  display: inline-block;
  vertical-align: top;
  padding: 5px 3px 9px;
}

.area-results-card {
  position: relative;
  width: 1000px;
  margin: 0 auto 40px;
}
.area-results-card__item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  padding: 24px;
}
.area-results-card__item:not(:first-child) {
  margin-top: 20px;
}
.area-results-card__item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  visibility: hidden;
  border: none;
  box-shadow: none;
}
.area-results-card__inner {
  display: flex;
}
.area-results-card__content {
  width: calc(100% - 360px);
  padding-right: 16px;
}
.area-results-card__block {
  width: 360px;
}
.area-results-card__inline-flex-box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 6px 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DADADA;
}
.area-results-card__special {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.area-results-card__special-label {
  display: block;
  width: fit-content;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 3px 6px 2px;
  border: 2px solid #E5404D;
}
.area-results-card__special-label.is-color1 {
  color: #FFFFFF;
  background-color: #E5404D;
}
.area-results-card__special-label.is-color2 {
  color: #E5404D;
  background-color: #FFFFFF;
}
.area-results-card__title {
  font-size: 30px;
  margin-bottom: 8px;
}
.area-results-card__title-link {
  color: #57b597;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.area-results-card__title-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.area-results-card__price {
  display: flex;
  padding: 6px 10px;
  margin-bottom: 10px;
  background-color: #F6F4EB;
}
.area-results-card__price-list {
  display: flex;
  width: fit-content;
  gap: 14px;
}
.area-results-card__price-item {
  display: flex;
  gap: 10px;
}
.area-results-card__price-term {
  display: block;
  width: fit-content;
  height: fit-content;
  font-weight: bold;
  padding: 3px 4px 2px;
  margin-top: 2px;
  border: 1px solid #9D8B3A;
  border-radius: 4px;
  font-size: 12px;
}
.area-results-card__price-term.is-color1 {
  background-color: #9D8B3A;
  color: #FFFFFF;
}
.area-results-card__price-term.is-color2 {
  background-color: #FFFFFF;
  color: #9D8B3A;
}
.area-results-card__price-description {
  display: grid;
  font-size: 24px;
}
.area-results-card__price-description.is-free {
  display: block;
  width: fit-content;
}
.area-results-card__price-description .is-free {
  font-size: 0.9em;
  font-weight: bold;
  color: #E75E69;
}
.area-results-card__price-description .is-tax {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 0.4em;
  margin-bottom: 2px;
}
.area-results-card__price-description .is-price {
  grid-column: 1/2;
  grid-row: 1/3;
  font-size: 1.1em;
  font-weight: 500;
  color: #E75E69;
  margin-top: -2px;
  margin-right: 4px;
}
.area-results-card__price-description .is-yen {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 0.6em;
}
.area-results-card__price-page {
  display: block;
  height: fit-content;
  margin: auto 0 auto 14px;
}
.area-results-card__price-page-link {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-right: 16px;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.area-results-card__price-page-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.area-results-card__price-page-link::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: -45deg;
  right: 3px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  translate: 0 1px;
}
.area-results-card__price-page-link-text {
  display: inline-block;
  width: fit-content;
  text-align: center;
  border-bottom: 1px solid #57b597;
  font-size: 14px;
  color: #57b597;
}
.area-results-card__slider {
  margin-bottom: 24px;
  overflow: hidden;
}
.area-results-card__slider-list {
  height: 210px !important;
  margin-bottom: 8px;
}
.area-results-card__slider-item {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 400ms !important;
}
.area-results-card__slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area-results-card__slider-thumbnail {
  display: flex;
  gap: 4px;
  height: 80px;
}
.area-results-card__slider-thumbnail-item {
  width: calc((100% - 8px) / 3);
  display: block;
  opacity: 0.3;
  border: 2px solid transparent;
  overflow: hidden;
}
.area-results-card__slider-thumbnail-item:hover {
  cursor: pointer;
}
.area-results-card__slider-thumbnail-item:hover img {
  scale: 1.2;
  transition: scale 0.3s !important;
}
.area-results-card__slider-thumbnail-item.is-current {
  opacity: 1;
  border-color: #57b597;
  cursor: auto;
  pointer-events: none;
}
.area-results-card__slider-thumbnail-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: scale 0.3s !important;
}
.area-results-card__evaluation {
  margin-bottom: 10px;
}
.area-results-card__evaluation-review {
  display: flex;
  align-items: center;
}
.area-results-card__evaluation-review-star {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 4px;
}
.area-results-card__evaluation-review-star .star-icon {
  width: 24px;
  height: 24px;
}
.area-results-card__evaluation-review-number {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  font-weight: bold;
  line-height: 1;
  margin-right: 6px;
  font-size: 24px;
}
.area-results-card__evaluation-review-link {
  position: relative;
  display: block;
  width: fit-content;
  letter-spacing: 0.02em;
  padding-bottom: 1px;
  margin-top: 2px;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.area-results-card__evaluation-review-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.area-results-card__evaluation-review-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #333333;
  width: calc(100% - 10px);
  height: 1px;
}
.area-results-card__evaluation-review-link-container {
  display: block;
  width: fit-content;
  height: fit-content;
}
.area-results-card__evaluation-review-link .is-fontsize {
  font-weight: bold;
  font-size: 1.2em;
}
.area-results-card__recommend {
  display: flex;
  background-color: #F4FAF8;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
}
.area-results-card__recommend-title {
  position: relative;
  display: block;
  width: fit-content;
  height: fit-content;
  margin: auto 0;
  padding-top: 18px;
  margin-right: 8px;
}
.area-results-card__recommend-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: url("../img/area-results-card__recommend-title-icon.svg") no-repeat center center/contain;
  width: 14px;
  height: 14px;
}
.area-results-card__recommend-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 1.2;
}
.area-results-card__recommend-list {
  flex: 1;
  display: flex;
}
.area-results-card__recommend-item {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  flex: 1;
  padding: 10px 8px 10px 30px;
  margin: auto 0;
  border-radius: 4px;
}
.area-results-card__recommend-item::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/area-results-card__recommend-item-icon.svg") no-repeat center center/contain;
  top: 10px;
  left: 8px;
  width: 20px;
  height: 20px;
}
.area-results-card__recommend-item:not(:last-of-type) {
  margin-right: 6px;
}
.area-results-card__recommend-item-text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}
.area-results-card__address {
  position: relative;
  padding-left: 20px;
}
.area-results-card__address::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  background: url("../img/area-results-card__address-icon.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.area-results-card__address-text {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.area-results-card__children-list {
  display: inline-flex;
  gap: 6px 16px;
}
.area-results-card__children-item {
  display: inline-block;
}
.area-results-card__children-link {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.area-results-card__children-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.area-results-card__children-link::after {
  position: absolute;
  content: "";
  display: block;
  rotate: -45deg;
  right: 2px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
}
.area-results-card__children-link-text {
  display: inline-block;
  color: #57b597;
  border-bottom: 1px solid #57b597;
  font-size: 14px;
}
.area-results-card__access-details {
  border-bottom: 1px solid #d2d2d2;
}
.area-results-card__access-details[open] summary::before {
  opacity: 0;
}
.area-results-card__access-details[open] summary::before, .area-results-card__access-details[open] summary::after {
  transform: rotate(90deg);
}
.area-results-card__access-summary {
  position: relative;
  font-size: 14px;
  padding: 12px 30px;
  cursor: pointer;
}
.area-results-card__access-summary::before, .area-results-card__access-summary::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #57b597;
  top: 0;
  bottom: 0;
  margin: auto;
}
.area-results-card__access-summary::before {
  transition: all 0.1s ease;
  width: 12px;
  height: 2px;
  left: 10px;
}
.area-results-card__access-summary::after {
  transition: all 0.1s ease;
  width: 2px;
  height: 12px;
  left: 15px;
}
.area-results-card__access-content {
  line-height: 1.8;
  font-size: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.area-results-card__icon {
  margin: 10px 0 10px;
}
.area-results-card__icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.area-results-card__icon ul > li {
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  width: fit-content;
  min-width: 120px;
  padding: 5px;
  font-size: 13px;
  gap: 5px;
}
.area-results-card__icon ul > li {
  gap: 4px;
  min-width: unset;
  padding: 4px 6px 4px 4px;
  font-size: 12px;
}
.area-results-card__icon ul > li .icn {
  width: 20px;
  height: 20px;
}
.area-results-card__description {
  position: relative;
}
.area-results-card__description.is-over-height {
  height: 38px;
  overflow: hidden;
}
.area-results-card__description.is-active {
  height: auto;
}
.area-results-card__description-text {
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.area-results-card__description-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 2px 4px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-weight: bold;
  color: #57b597;
  line-height: 1;
  transition: border-color 0.3s !important;
}
.area-results-card__description-button:hover {
  border-color: #57b597;
  transition: border-color 0.3s !important;
}
.area-results-card__description-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: -25px;
  display: block;
  width: 26px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #FFFFFF 90%);
}
.area-results-card__description-button.is-active {
  display: none;
}
.area-results-card__link {
  margin-top: 24px;
}
.area-results-card__link-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.area-results-card__link-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 40px 20px 10px;
  border-radius: 6px;
}
.area-results-card__link-button::before, .area-results-card__link-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
.area-results-card__link-button::before {
  background-color: #FFFFFF;
  border-radius: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transition: background-color 0.3s !important;
}
.area-results-card__link-button::after {
  rotate: -45deg;
  right: 29.5px;
  width: 8px;
  height: 8px;
  transition: border-color 0.3s !important;
}
.area-results-card__link-button.is-color1 {
  background-color: #B4A150;
  border: 2px solid #B4A150;
  transition: background-color 0.3s !important;
}
.area-results-card__link-button.is-color1:hover {
  background-color: #FFFFFF;
  transition: background-color 0.3s !important;
}
.area-results-card__link-button.is-color1:hover::before {
  background-color: #B4A150;
  transition: background-color 0.3s !important;
}
.area-results-card__link-button.is-color1:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0.3s !important;
}
.area-results-card__link-button.is-color1:hover .is-text {
  color: #B4A150;
  transition: color 0.3s !important;
}
.area-results-card__link-button.is-color1::after {
  border-right: 2px solid #B4A150;
  border-bottom: 2px solid #B4A150;
}
.area-results-card__link-button.is-color2 {
  background-color: #57b597;
  border: 2px solid #57b597;
  transition: background-color 0.3s !important;
}
.area-results-card__link-button.is-color2:hover {
  background-color: #FFFFFF;
  transition: background-color 0.3s !important;
}
.area-results-card__link-button.is-color2:hover::before {
  background-color: #57b597;
  transition: background-color 0.3s !important;
}
.area-results-card__link-button.is-color2:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0.3s !important;
}
.area-results-card__link-button.is-color2:hover .is-text {
  color: #57b597;
  transition: color 0.3s !important;
}
.area-results-card__link-button.is-color2::after {
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
}
.area-results-card__link-button-text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  transition: color 0.3s !important;
}
.area-results-card__more-button {
  background-color: transparent;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #57b597;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 40px 0 0 0;
  margin: 38px auto 0;
  cursor: pointer;
}
.area-results-card__more-button:hover {
  opacity: 0.8;
}
.area-results-card__more-button::before {
  content: "";
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.area-results-card__more-button.is-color {
  color: #fff;
  background-color: transparent;
}
.area-results-card__more-button.is-color::before {
  border-color: #fff;
}

.variety-options-menu__inner {
  container-type: inline-size;
  width: 1000px;
}
.variety-options-menu__inner.is-width {
  width: 930px;
}
.variety-options-menu__list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.variety-options-menu__item a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
}
@container (min-width: 930px) {
  .variety-options-menu__item a {
    width: 450px;
  }
}
@container (min-width: 1000px) {
  .variety-options-menu__item a {
    width: 480px;
  }
}
.variety-options-menu__item-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.variety-options-menu__item-img img {
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 240px;
}
.variety-options-menu__item-info {
  padding: 27px 30px 32px;
}
.variety-options-menu__item-headline {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #57b597;
  margin-bottom: 15px;
  font-size: 26px;
}
.variety-options-menu__item-text {
  line-height: 1.5;
  font-size: 16px;
}

.common-search-five-reasons {
  margin: 70px 0;
}
.common-search-five-reasons__inner {
  width: 1040px;
  margin: 0 auto;
}
.common-search-five-reasons__title .is-fontsize {
  font-size: 60px;
}
.common-search-five-reasons__catch {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
.common-search-five-reasons__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-search-five-reasons__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.common-search-five-reasons__item-img {
  width: 480px;
}
.common-search-five-reasons__item-text {
  width: 480px;
}
.common-search-five-reasons__item-copy {
  color: #57b597;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
}
.common-search-five-reasons__item-copy .is-fontsize {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -4px;
  font-size: 36px;
}
.common-search-five-reasons__item-title {
  color: #57b597;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
  font-size: 24px;
}
.common-search-five-reasons__item-text {
  line-height: 1.8;
}

.archive-search-highest-quality {
  margin-bottom: 80px;
}
.archive-search-highest-quality__inner {
  width: 1040px;
  margin: 0 auto;
}
.archive-search-highest-quality__item {
  display: flex;
  justify-content: space-between;
}
.archive-search-highest-quality__item-img {
  width: 500px;
}
.archive-search-highest-quality__item-box {
  width: 460px;
}
.archive-search-highest-quality__item-title {
  color: #57b597;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 14px;
  font-size: 24px;
}
.archive-search-highest-quality__item-text {
  line-height: 1.8;
}
.archive-search-highest-quality__btn {
  margin-top: 30px;
}

.nishikasaihall-private-view {
  margin-top: 50px;
  margin-bottom: 50px;
}
.nishikasaihall-private-view__inner {
  width: 1040px;
  margin: 0 auto;
}
.nishikasaihall-private-view__content {
  display: flex;
  justify-content: space-between;
}
.nishikasaihall-private-view__content-img {
  width: 540px;
}
.nishikasaihall-private-view__content-block {
  width: 460px;
}
.nishikasaihall-private-view__content-title {
  color: #57b597;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 14px;
  font-size: 24px;
}
.nishikasaihall-private-view__content-text {
  line-height: 1.8;
  margin-bottom: 40px;
}
.nishikasaihall-private-view__content-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nishikasaihall-private-view__content-cta-headline {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
}
.nishikasaihall-private-view__content-cta-number {
  background-image: url("../img/icn_free.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 38px auto;
  color: #57b597;
  padding-left: 43px;
  font-size: 42px;
  margin-bottom: 10px;
}
.nishikasaihall-private-view__content-cta-time {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #13956B;
  margin-top: 9px;
  padding: 5px 6px;
  font-size: 12px;
}
.nishikasaihall-private-view__content-cta-qr-img {
  width: 72px;
  margin: 0 auto 10px;
}
.nishikasaihall-private-view__content-cta-qr-text {
  line-height: 1.6;
  font-size: 10px;
}
.advantage-funeral-before-after {
  margin: 70px 0;
}
.advantage-funeral-before-after__inner {
  width: 1040px;
  margin: 0 auto;
}
.advantage-funeral-before-after__title .is-fontsize {
  font-size: 60px;
}
.advantage-funeral-before-after__catch {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
.advantage-funeral-before-after__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantage-funeral-before-after__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.advantage-funeral-before-after__item-img {
  width: 480px;
}
.advantage-funeral-before-after__item-text {
  width: 480px;
}
.advantage-funeral-before-after__item-copy {
  color: #57b597;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
}
.advantage-funeral-before-after__item-copy .is-fontsize {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -4px;
  font-size: 36px;
}
.advantage-funeral-before-after__item-title {
  color: #57b597;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
  font-size: 24px;
}
.advantage-funeral-before-after__item-text {
  line-height: 1.8;
}

.knowledge-structured {
  margin-top: 70px;
}
.knowledge-structured__inner {
  padding: 30px 0;
  border-top: 4px solid #d2d2d2;
  border-bottom: 4px solid #d2d2d2;
}
.knowledge-structured__content {
  display: flex;
  gap: 36px;
}
.knowledge-structured__content-img {
  width: 250px;
}
.knowledge-structured__content-info {
  flex: 1;
  letter-spacing: 0.1px;
}
.knowledge-structured__content-info-headline {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px dotted #d2d2d2;
}
.knowledge-structured__content-info-headline-label {
  color: #57b597;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.knowledge-structured__content-info-headline-name {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.knowledge-structured__content-info-headline-name p .is-name {
  font-weight: bold;
  font-size: 16px;
}
.knowledge-structured__content-info-body-text {
  line-height: 1.8;
  font-size: 14px;
}
.knowledge-structured__content-info-body-text a {
  color: #57b597;
}

.c-side-headline {
  font-feature-settings: "palt";
  background-color: #57b597;
  text-align: center;
  color: #fff;
  padding: 12px 12px 12px 30px;
  font-size: 17px;
  letter-spacing: 1.3px;
}
.c-side-headline span {
  position: relative;
}
.c-side-headline span::before {
  content: "";
  display: block;
  position: absolute;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-side-post {
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: 1.3px;
  font-feature-settings: "palt";
}
.c-side-post > a {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 10px 20px 10px 10px;
  transition: background-color 0.3s ease;
}
.c-side-post > a:hover {
  background-color: #DDF0EA;
}
.c-side-post > a:hover::after {
  right: 3px;
}
.c-side-post > a::after {
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  background-color: #57b597;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 10px;
  height: 10px;
  right: 7px;
  transition: right 0.3s ease;
}

.side-recommend-post__title span {
  position: relative;
}
.side-recommend-post__title span::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/side-recommend-post__title_bg.svg");
  background-position: left top;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20px;
}
.side-recommend-post__nav-item:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}

.side-other-post__title span {
  position: relative;
}
.side-other-post__title span::before {
  background-image: url("../img/side-other-post__title_bg.svg");
  width: 22px;
  height: 15px;
  left: -27px;
}
.side-other-post__nav-item:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}
.side-category-post__title span {
  position: relative;
}
.side-category-post__title span::before {
  background-image: url("../img/side-category-post__title_bg.svg");
  width: 20px;
  height: 20px;
  left: -20px;
}
.side-category-post__nav-item:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}
.side-category-post__nav-item-headline a {
  font-weight: normal;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 16px;
}
.side-category-post__nav-item-headline a.is-style-funeral {
  background-image: url("../img/side-category-post__nav-item-headline_style-funeral_bg.svg");
}
.side-category-post__nav-item-headline a.is-manners-flow {
  background-image: url("../img/side-category-post__nav-item-headline_manners-flow_bg.svg");
}
.side-category-post__nav-item-headline a.is-cost {
  background-image: url("../img/side-category-post__nav-item-headline_cost_bg.svg");
}
.side-category-post__nav-item-headline a.is-family-funeral {
  background-image: url("../img/side-category-post__nav-item-headline_family-funeral_bg.svg");
}
.side-category-post__nav-item-headline a.is-grave {
  background-image: url("../img/side-category-post__nav-item-headline_grave_bg.svg");
}
.side-category-post__nav-item-headline a.is-useful-information {
  background-image: url("../img/side-category-post__nav-item-headline_useful-information_bg.svg");
}
.side-category-post__nav-item-content:not(:last-child) {
  border-bottom: 0.1rem dotted #ccc;
}

.side-faq-category__content-headline {
  background-image: url("../img/side-faq-categoryheadline_bg.svg");
  background-position: left 52px center;
  background-size: 23px;
}
.side-faq-category__content-item:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}
.side-faq-category__content-item a {
  position: relative;
  display: block;
  padding-left: 30px;
}
.side-faq-category__content-item a::before {
  content: "";
  display: block;
  position: absolute;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
}
.side-faq-category__content-item a.is-style::before {
  mask-image: url("../img/page-faq-category_style_bg.svg");
}
.side-faq-category__content-item a.is-preparation::before {
  mask-image: url("../img/page-faq-category_preparation_bg.svg");
}
.side-faq-category__content-item a.is-passedaway::before {
  mask-image: url("../img/page-faq-category_passedaway_bg.svg");
}
.side-faq-category__content-item a.is-wake::before {
  mask-image: url("../img/page-faq-category_wake_bg.svg");
}
.side-faq-category__content-item a.is-after-funeral::before {
  mask-image: url("../img/page-faq-category_after_bg.svg");
}
.side-faq-category__content-item a.is-ceremonial::before {
  mask-image: url("../img/page-faq-category_ceremonial_bg.svg");
}
.side-faq-category__content-item a.is-funeral::before {
  mask-image: url("../img/page-faq-category_funeral_bg.svg");
}

.side-area-search__content-headline {
  margin-bottom: 15px;
}
.side-area-search__content-headline span {
  position: relative;
}
.side-area-search__content-headline span::before {
  background-image: url("../img/side-area-search__title_bg.svg");
  width: 20px;
  height: 20px;
  left: -20px;
}

.side-banner-preservation a {
  display: block;
  transition: opacity 0.3s ease;
}
.side-banner-preservation a:hover {
  opacity: 0.8;
}

.side-banner-plan__inner {
  background-color: #fff;
  border: 3px solid #E6E5EA;
  padding: 5px 10px;
}
.side-banner-plan__headline {
  margin: -8px -13px 10px;
}
.side-banner-plan__list {
  margin-bottom: 10px;
}
.side-banner-plan__item {
  position: relative;
}
.side-banner-plan__item:not(:last-child) {
  margin-bottom: 10px;
}
.side-banner-plan__item a {
  display: block;
  transition: opacity 0.3s ease;
}
.side-banner-plan__item a:hover {
  opacity: 0.8;
}
.side-banner-plan__item-price {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 5px;
  top: 19px;
  right: 10px;
}
.side-banner-plan__item-price .is-price {
  color: #E75E69;
  font-size: 24px;
  font-weight: bold;
}
.side-banner-plan__item-price .is-tax {
  line-height: 1.3;
  font-size: 9px;
}
.side-banner-plan__link a {
  display: block;
  background-color: #D63759;
  border-bottom: 2px solid #D9D9D9;
  color: #fff;
  width: 142px;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.side-banner-plan__link a:hover {
  opacity: 0.8;
}
.side-banner-plan__link a:hover::before {
  left: 20px;
}
.side-banner-plan__link a::before {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  width: 10px;
  height: 10px;
  background-size: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  transition: left 0.3s ease;
}

.side-banner-sns-movie {
  background-image: url("../img/side-banner-sns-movie_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.side-banner-sns-movie__headline {
  text-align: center;
  padding: 10px 0;
}
.side-banner-sns-movie__block {
  display: flex;
  justify-content: space-between;
  padding: 12px 5.5px 7px 9px;
}
.side-banner-sns-movie__data {
  width: 250px;
  height: 112px;
  overflow: hidden;
}
.side-banner-sns-movie__data video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.side-banner-sns-movie__label {
  height: 54px;
  margin-left: 5px;
}
.side-banner-sns-movie__label img {
  display: block;
  width: auto;
  height: 100%;
}
.side-banner-sns-movie__link-catch {
  margin-bottom: 3px;
}
.side-banner-sns-movie__link-list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.side-banner-sns-movie__link-item {
  width: 38px;
  height: 38px;
}
.side-banner-sns-movie__link-item a {
  display: block;
}
.side-banner-sns-movie__link-item a img {
  scale: 1;
  opacity: 1;
  cursor: pointer;
  transition: scale 0.3s ease, opacity 0.3s ease;
}
.side-banner-sns-movie__link-item a img.on {
  scale: 1.2;
  opacity: 1;
  transition: all 0.3s;
}

.funeral-case-list__inner.is-fit {
  width: 100%;
}

.sns-total-views {
  width: 100%;
}
.sns-total-views__img {
  width: 100%;
}
.sns-total-views__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.sns-total-views-extra-small {
  width: 100%;
}
.sns-total-views-extra-small__img {
  width: 100%;
}
.sns-total-views-extra-small__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.common-review-read-more__text {
  overflow: hidden;
  transition: height 0.3s ease !important;
}
.common-review-read-more__button-area.is-open {
  padding-top: 15px;
}
.common-review-read-more__button-area.is-hidden {
  opacity: 0;
  visibility: collapse;
  width: 0;
  height: 0;
  pointer-events: none;
  cursor: auto;
}
.youtube-short {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 9/16;
  pointer-events: auto;
  cursor: pointer;
}
.youtube-short::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/youtube_short.svg");
  z-index: 1;
  background-size: cover;
  top: -60px;
  width: 70px;
  height: 70px;
}
.youtube-short.is-active::before {
  content: none;
}
.youtube-short__thumbnail.is-active img {
  opacity: 0;
  visibility: collapse;
}
.youtube-short__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.youtube-short__movie {
  width: 100%;
  height: 100%;
}

.area-banner-kasou {
  width: 100%;
  max-width: 1920px;
  padding: 0 0 70px;
  margin: 0 auto;
}
.area-banner-kasou__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.area-banner-kasou__banner-link {
  display: block;
  width: 800px;
  margin: 0 auto;
  filter: brightness(1);
  transition: filter 0.3s !important;
  cursor: pointer;
  pointer-events: auto;
}
.area-banner-kasou__banner-link:hover {
  filter: brightness(1.07);
  transition: filter 0.3s !important;
}
.area-banner-kasou__banner-img {
  position: relative;
  width: 100%;
}
.area-banner-kasou__banner-img-variables {
  position: absolute;
  top: 38px;
  right: 108px;
}
.area-banner-kasou__banner-img-variables-area {
  background: linear-gradient(90deg, #897628 0, #BA9A0C 100%);
  width: 170px;
  padding: 2px 4px 4px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}
.area-banner-kasou__banner-img-variables-area-text {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  font-size: 23px;
}
.area-banner-kasou__banner-img-variables-area-text .is-area-name {
  margin-right: 4px;
}
.area-banner-kasou__banner-img-variables-area-text .is-number {
  font-weight: 500;
  font-size: 1.1em;
}
.area-banner-kasou__banner-img-variables-notion {
  line-height: 1;
  color: #000000;
  width: fit-content;
  padding: 4px 2px 2px;
  margin: 4px 4px 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.area-banner-kasou__banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

.post-unit {
  width: 1040px;
  margin: 0 auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.privacy-mail {
  display: inline-block;
  width: 20rem;
  line-height: 1;
}
.privacy-mail.is-width {
  width: 15rem;
}

.area-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.btn_area.is-search {
  flex-wrap: wrap;
  gap: 2rem;
}
.btn_area.is-search > li {
  margin: 0;
}
.btn_area.is-search > li .btn {
  line-height: 1.5 !important;
  font-size: 1.4rem;
  height: auto;
  width: 15rem;
}
.btn_area.is-search > li .btn a {
  padding: 0.5rem 2rem;
}
.btn_area.is-search > li .btn a::after {
  right: 12px;
}

.entry-content.is-knowledge section .inner > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.entry-content > h1 {
  font-weight: bold;
  color: #57b597;
  text-align: center;
  border-top: 2px solid #57b597;
  border-bottom: 1px solid #ccc;
  line-height: 1.6 !important;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  padding: 7px;
  margin-bottom: 46px;
}
.entry-content > h2 {
  font-weight: bold;
  color: #57b597;
  position: relative;
  text-align: center;
  margin: 0.9em 0;
  padding-top: 23px;
  font-size: 2.6rem;
  padding-left: 0;
  padding-right: 0;
}
.entry-content > h3 {
  color: #57b597;
  font-weight: bold;
  margin: 2em 0 0.7em;
  font-size: 2.4rem;
}
.entry-content > h4 {
  line-height: 1.4;
  color: #313131;
  font-weight: 600;
  position: relative;
  font-size: 19px;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  padding-left: 30px;
}
.entry-content > h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
  border: 5px solid #57b597;
}
.entry-content > h5 {
  font-weight: bold;
  line-height: 1.4;
  clear: both;
  margin-top: 40px;
  margin-bottom: 20px;
}
.entry-content .h2-midasi {
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-size: 2.5rem;
  padding: 1.6rem 2rem 1.6rem 4rem;
  margin: 1.5em 0 0.7em;
}
.entry-content .h2-midasi::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: calc(100% - 4rem);
  left: 2rem;
}
.entry-content .h3-midasi,
.entry-content .h4-midasi {
  font-weight: bold;
  color: #57b597;
}
.entry-content .h3-midasi {
  font-size: 24px;
  border-left: 4px solid #57b597;
  padding: 5px 0 5px 20px;
  margin-top: 55px;
  margin-bottom: 30px;
}
.entry-content .h4-midasi {
  line-height: 1.5;
  font-size: 22px;
  margin-top: 50px;
  margin-bottom: 28px;
  border-bottom: 2px solid #E6E5EA;
  padding-bottom: 15px;
}
.entry-content > p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.entry-content > p:last-child {
  margin-bottom: 0;
}
.entry-content > p > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.entry-content p.cmt {
  font-size: 1.4rem;
}
.entry-content > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.entry-content > ul {
  line-height: 1.5;
  font-size: 16px;
  border: 6px solid #f1f1f1;
  padding: 23px;
  margin: 40px 0;
  border-radius: 7px;
  padding: 1.8rem 2.1rem;
  margin: 4rem 0;
}
.entry-content > ul li {
  position: relative;
  padding-left: 30px;
}
.entry-content > ul li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-content > ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
  border: 5px solid #57b597;
}
.entry-content > ul h3 {
  color: #57b597;
  font-weight: bold;
  margin: 2em 0 0.7em;
  font-size: 2.4rem;
}
.entry-content > ul h4 {
  line-height: 1.4;
  color: #313131;
  font-weight: 600;
  position: relative;
  font-size: 19px;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  padding-left: 30px;
}
.entry-content > ul h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
  border: 5px solid #57b597;
}
.entry-content > ul h4 {
  padding-left: 0;
  margin: 0 0 1rem;
}
.entry-content > ul h4::before {
  content: none;
}
.entry-content > ol {
  line-height: 1.5;
  font-size: 16px;
  border: 6px solid #f1f1f1;
  padding: 23px;
  margin: 40px 0;
  border-radius: 7px;
  padding: 1.8rem 2.1rem;
  margin: 4rem 0;
}
.entry-content > ol li {
  counter-increment: li;
  position: relative;
  z-index: 2;
  padding: 6px 0 6px 30px;
  padding-left: 36px;
}
.entry-content > ol li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-content > ol li::before {
  content: counter(li);
  position: absolute;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #57b597;
  border-radius: 50%;
  left: 0;
  line-height: 1.4;
  font-size: 15px;
  top: 6px;
  width: 24px;
  height: 24px;
  border: 2px solid #57b597;
}
.entry-content .list_example__list {
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 60px;
}
.entry-content .list_example__list.is-one {
  justify-content: center;
}
.entry-content .list_example__list > li {
  width: 410px;
}
.entry-content .list_example__list > li .ttl {
  color: #57b597;
  line-height: 1.4;
  border-bottom: 1px solid #4b9c82;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
  padding: 0 0 6px;
  font-size: 22px;
}
.entry-content .list_example__list > li .list {
  line-height: 1.4;
  font-weight: bold;
  padding: 0 10px;
  font-size: 17px;
}
.entry-content .list_example__list > li .list > li {
  transition: color 0.3s ease;
}
.entry-content .list_example__list > li .list > li:hover {
  color: #57b597;
}
.entry-content .list_example__list > li .list > li:not(:last-child) {
  margin-bottom: 15px;
}
.entry-content .list_example__list > li .list > li a {
  transition: none;
  color: inherit;
}
.entry-content .list_example__list > li .list.is-list {
  counter-reset: count 0;
}
.entry-content .list_example__list > li .list.is-list > li::before {
  content: counter(count) ".";
  counter-increment: count 1;
  display: inline-block;
}
.entry-content table.mod-table,
.entry-content table.normal {
  width: 100%;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1.4rem;
  table-layout: fixed;
  margin-bottom: 50px;
}
.entry-content table.mod-table :where(tr) :where(th),
.entry-content table.mod-table :where(tr) :where(td),
.entry-content table.normal :where(tr) :where(th),
.entry-content table.normal :where(tr) :where(td) {
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #d2d2d2;
}
.entry-content table.mod-table :where(tr) :where(th),
.entry-content table.normal :where(tr) :where(th) {
  text-align: center;
  background-color: #eef8f4;
  width: 28%;
  padding: 8px 10px 7px;
}
.entry-content table.mod-table :where(tr) :where(th):first-child,
.entry-content table.normal :where(tr) :where(th):first-child {
  padding-left: 25px;
  padding-right: 25px;
}
.entry-content table.mod-table :where(tr) :where(td),
.entry-content table.normal :where(tr) :where(td) {
  text-align: center;
  padding: 16px 10px 15px;
}
.entry-content table.mod-table :where(tr) :where(td) a,
.entry-content table.normal :where(tr) :where(td) a {
  color: #117ee4;
  text-decoration: underline;
}
.entry-content table.table_new_tb {
  width: 100%;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1.4rem;
  table-layout: fixed;
  margin-bottom: 50px;
}
.entry-content table.table_new_tb :where(tr) :where(th),
.entry-content table.table_new_tb :where(tr) :where(td) {
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #d2d2d2;
}
.entry-content table.table_new_tb :where(tr) :where(th) {
  text-align: center;
  background-color: #eef8f4;
  width: 28%;
  padding: 8px 10px 7px;
}
.entry-content table.table_new_tb :where(tr) :where(th):first-child {
  padding-left: 25px;
  padding-right: 25px;
}
.entry-content table.table_new_tb :where(tr) :where(td) {
  text-align: center;
  padding: 16px 10px 15px;
}
.entry-content table.table_new_tb :where(tr) :where(td) a {
  color: #117ee4;
  text-decoration: underline;
}
.entry-content .common-post-table {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1.4rem;
  table-layout: fixed;
  margin-bottom: 50px;
}
.entry-content .common-post-table :where(tr) :where(th),
.entry-content .common-post-table :where(tr) :where(td) {
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #d2d2d2;
}
.entry-content .common-post-table :where(tr) :where(th) {
  text-align: center;
  background-color: #eef8f4;
  width: 28%;
  padding: 8px 10px 7px;
}
.entry-content .common-post-table :where(tr) :where(th):first-child {
  padding-left: 25px;
  padding-right: 25px;
}
.entry-content .common-post-table :where(tr) :where(td) {
  text-align: center;
  padding: 16px 10px 15px;
}
.entry-content .common-post-table :where(tr) :where(td) a {
  color: #117ee4;
  text-decoration: underline;
}
.entry-content .inlineImg {
  margin: 1.5em 0;
  position: relative;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  padding-left: 320px;
  min-height: 225px;
}
.entry-content .inlineImg p {
  line-height: 1.8;
  margin-bottom: 0.8em;
}
.entry-content .inlineImg p:first-child {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content .company-overview__main-subtext {
  margin-top: -3.5rem;
}
.container_tb_week {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.container_tb_week table,
.container_tb_week td,
.container_tb_week th {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
}

.container_tb_week td,
.container_tb_week th {
  padding: 20px;
  width: 100px;
  height: 50px;
}

.container_tb_week table {
  margin-bottom: 60px;
}

.container_tb_week tr {
  text-align: center;
}

.container_tb_week th {
  background: #f0e6cc;
}

.tb_week_day {
  background-color: #F0F0FF;
}

.tb_week_day td {
  font-weight: bold;
}

.tb_week_status td {
  font-weight: bold;
}

.tb_week_ok {
  margin-bottom: 2px;
}

.tb_week_none {
  font-size: 22px;
  background-color: rgba(69, 93, 88, 0.3);
}

.tb_week_triangle {
  background-color: rgba(255, 241, 0, 0.2);
  color: #d73e65;
}

.tb_week_triangle span {
  margin-top: 10px;
}

.tb_week_triangle img {
  width: 20px;
  height: 20px;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.block__element2:nth-child(1) {
  display: table-cell;
  width: 40%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element2:nth-child(2) {
  display: table-cell;
  width: 60%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element2:nth-child(odd) {
  background-color: #eef8f4;
  font-weight: bold;
}

.block__element2x {
  display: table-cell;
  width: 30%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element2y {
  background-color: #eef8f4;
  font-weight: bold;
  font-weight: bold;
  width: 30%;
}

.block__element3 {
  display: table-cell;
  width: 33%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element3:nth-child(1) {
  background-color: #eef8f4;
  font-weight: bold;
  font-weight: bold;
}

.block__element4 {
  display: table-cell;
  width: 25%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element5 {
  display: table-cell;
  width: 25%;
  padding: 9px;
  border: 1px solid #d2d2d2;
  border-width: 0 1px;
}

@media screen and (min-width: 769px) {
  .block__element5 {
    display: table-cell;
    width: 16.6666%;
    padding: 9px;
    border: 1px solid #d2d2d2;
    border-width: 0 1px;
  }
}
.block__element3 {
  display: table-cell;
  width: 33%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element_x {
  display: table-cell;
  width: 33%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element4:nth-child(odd) {
  background-color: #eef8f4;
  font-weight: bold;
  font-weight: bold;
}

.block__element5:nth-child(odd) {
  background-color: #eef8f4;
  font-weight: bold;
  font-weight: bold;
}

.head_element {
  background-color: #eef8f4;
}

.bold-element {
  font-weight: bold;
  font-weight: bold;
}

.accordion_content_list .accordionTitle {
  background: #eef8f4;
  padding: 15px 30px 15px 10px;
  color: #57b597;
  display: flex;
  align-items: center;
  position: relative;
}

.accordion_content_list .accordionTitle:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  font-family: FontAwesome;
  font-weight: 700;
}

.accordion_content_list .accordionTitle:hover {
  background: #57b597;
  color: #fff;
  cursor: pointer;
}

.accordion_content_list .accordionTitle.open:after,
.accordion_content_list .accordionContent.open:after {
  content: "－";
}

.accordion_content_list .accordionContent {
  padding: 60px 0;
}

/* .btn_area */
.btn_area {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn_area.btn_hurry_area_sp {
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center;
}

@media (min-width: 769px) {
  .btn_area.btn_hurry_area_sp {
    display: none;
  }
}
.btn_area.small {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  gap: 30px;
}

@media (min-width: 769px) {
  .btn_area.small {
    margin-top: 50px;
  }
}
.btn_area.space {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .btn_area.space {
    margin-top: 90px;
  }
}
.btn_area > li + li {
  margin-top: 10px;
}

.btn_area.small > li + li {
  margin-top: 0;
  margin-left: 15px;
}

@media (min-width: 769px) {
  .btn_area.small > li + li {
    margin-left: 50px;
  }
}
.btn_area > li .btn {
  height: 54px;
  width: 250px;
  font-size: 1.4rem;
  background-color: #57b597;
  border-radius: 27px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  line-height: 1;
}

.btn_area.is-area > li:nth-child(1) .btn {
  border: 1px solid #4b9c82;
  background-color: #fff;
}

.btn_area.is-area > li:nth-child(1) .btn a {
  color: #4b9c82;
}

.btn_area.is-area > li:nth-child(2) .btn {
  border: 1px solid #b4a150;
  background-color: #fff;
}

.btn_area.is-area > li:nth-child(2) .btn a {
  color: #b4a150;
}

.btn_area.small > li .btn {
  width: calc((100vw - 65px) / 2);
  height: 40px;
}

@media (min-width: 769px) {
  .btn_area.small > li .btn {
    height: 60px;
    width: 300px;
  }
}
.btn_area > li .btn.btn_auto {
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
}

.btn_area > li .btn.btn_download {
  background-image: url("../img/icn_download_w.svg");
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: left 30px center;
}

.btn_area > li .btn.btn_download a::after {
  display: none;
}

.btn_area > li .btn.btn_hurry {
  width: 276px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn_area > li .btn.btn_hurry a {
  color: #d73e65;
  border: 1px solid #d73e65;
  border-radius: 30px;
  font-size: 1.6rem;
}

.btn_area > li .btn.btn_hurry a::after {
  display: none;
}

.btn_area > li .btn.btn_hurry a::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("../img/icn_hurry.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  display: block;
}

.btn_area > li .btn a {
  height: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.btn_area > li .btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(-45deg);
}

.btn_area.is-area > li:nth-child(1) .btn a::after {
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
}

.btn_area.is-area > li:nth-child(2) .btn a::after {
  border-right: 2px solid #b4a150;
  border-bottom: 2px solid #b4a150;
}

.btn_area.is-area > li .btn:hover a::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.btn_area.small > li .btn a::after {
  right: 15px;
}

.btn_area > li .btn.noarrow::after {
  display: none;
}

.btn_area > li .btn.noarrow a::after {
  display: none;
}

.btn_area > li .btn.rvs {
  border-color: #57b597;
  color: #57b597;
  background-color: #fff;
  border: 2px solid #57b597;
}

.btn_area > li .btn.rvs::after {
  right: inherit;
  left: 18px;
  transform: rotate(135deg);
  border-color: #57b597;
}

.btn_area.small > li .btn.rvs::after {
  left: 15px;
}

.btn_area > li .btn.rvs:hover {
  color: #fff;
  background-color: #57b597;
}

.btn_area > li .btn.rvs:hover::after {
  border-color: #fff;
}

.btn_area > li .btn.rvs a {
  color: #57b597;
}

.btn_area > li .btn.rvs a::after {
  right: inherit;
  left: 18px;
  transform: rotate(135deg);
  border-color: #57b597;
}

.btn_area.small > li .btn.rvs a::after {
  left: 15px;
}

.btn_area > li .btn.rvs a:hover {
  color: #fff;
  background-color: #57b597;
}

.btn_area > li .btn.rvs a:hover::after {
  border-color: #fff;
}

.btn_area > li .btn.back::after {
  right: inherit;
  left: 18px;
  transform: rotate(135deg);
}

.btn_area > li .btn.back a::after {
  right: inherit;
  left: 18px;
  transform: rotate(135deg);
}

.btn_area > li button.btn:disabled {
  background-color: #9fcabc;
  cursor: auto;
  box-shadow: none;
}

.btn_area > li button.btn:disabled:hover {
  opacity: 1;
}

.btn_area > li button.btn::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(-45deg);
}

.btn_area.small > li button.btn::after {
  right: 15px;
}

@media (min-width: 769px) {
  .btn_area {
    margin-top: 50px;
    flex-direction: row;
    justify-content: center;
  }
  .btn_area > li + li {
    margin-top: 0;
    margin-left: 50px;
  }
  .column3Wrap.otherSearchLink .columnBox {
    overflow: visible;
  }
  .btn_area.otherSearchLink > li + li {
    margin-left: 0;
  }
  .btn_area > li .btn {
    height: 60px;
    width: 300px;
    border-radius: 30px;
    font-size: 1.6rem;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .btn_area > li .btn.btn_auto {
    padding-left: 50px;
    padding-right: 50px;
  }
  .btn_area > li .btn.btn_download {
    width: 320px;
    background-size: 25px auto;
    background-position: left 50px center;
  }
  .btn_area > li .btn.btn_download a {
    padding-left: 2em;
  }
  .btn_area > li .btn a::after {
    right: 24px;
  }
  .btn_area > li .btn.rvs a::after {
    left: 24px;
  }
  .btn_area > li .btn.back a::after {
    left: 24px;
  }
  .btn_area > li .btn:hover {
    background-color: #9fcabc;
    box-shadow: none;
  }
  .btn_area > li .btn:hover a {
    box-shadow: none;
  }
  .btn_area.is-area > li:nth-child(1) .btn:hover {
    background-color: #4b9c82;
  }
  .btn_area.is-area > li:nth-child(1) .btn:hover a {
    color: #fff;
  }
  .btn_area.is-area > li:nth-child(2) .btn:hover {
    background-color: #b4a150;
  }
  .btn_area.is-area > li:nth-child(2) .btn:hover a {
    color: #fff;
  }
  .btn_area > li button.btn::after {
    right: 24px;
  }
  .btn_area > li button.btn.rvs::after {
    left: 24px;
  }
  .btn_area > li button.btn.back::after {
    left: 24px;
  }
}
/* .search_block */
.search_block {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_block .txt {
  flex: 1 !important;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 1.6rem;
  background-color: #fff;
}

.search_block .search_btn {
  width: 65px;
  height: 40px;
  margin-left: 10px;
  padding-left: 28px;
  background-color: #57b597;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font-weight: bold;
  background-image: url("../img/icn_search.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left 9px center;
}

@media (min-width: 769px) {
  .search_block {
    width: 703px;
  }
  .search_block .txt {
    height: 42px;
    font-size: 1.4rem;
  }
  .search_block .search_btn {
    width: 100px;
    height: 42px;
    margin-left: 20px;
    padding-left: 43px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    background-size: 18px 18px;
    background-position: left 15px center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  .search_block .search_btn:hover {
    background-color: #9fcabc;
    box-shadow: none;
  }
}
.main {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.main p + .btn_area {
  margin-top: 45px;
}
.main p.link_arrow {
  text-align: center;
  font-size: 16;
  margin-top: 55px;
}
.main p.link_arrow a {
  color: #57b597;
}
.main p.link_arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -6px;
  margin-right: 10px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  transform: rotate(-45deg);
  display: inline-block;
}

/* .list_voice */
@media (min-width: 769px) {
  .list_voice {
    display: flex;
    flex-wrap: wrap;
  }
}
.list_voice > li + li {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .list_voice > li {
    width: 480px;
    margin-right: 40px;
  }
  .list_voice > li + li {
    margin-top: 0;
  }
  .list_voice > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_voice > li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.list_voice > li .img {
  margin-bottom: 20px;
}

.list_voice > li .img img {
  height: 53.6vw;
  object-fit: cover;
}

@media (min-width: 769px) {
  .list_voice > li .img {
    margin-bottom: 27px;
  }
  .list_voice > li .img img {
    height: 280px;
  }
}
.list_voice > li .txt {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 769px) {
  .list_voice > li .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.list_voice > li .txt .ttl {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

@media (min-width: 769px) {
  .list_voice > li .txt .ttl {
    font-size: 2.4rem;
    margin-bottom: 0.7em;
  }
}
.list_voice > li .txt .box {
  margin-bottom: 16px;
}

.list_voice > li .txt .box p {
  line-height: 1;
}

.list_voice > li .txt .box p + p {
  margin-top: 0.6em;
}

.list_voice > li .txt .box p.rating {
  display: flex;
  align-items: center;
}

.list_voice > li .txt .box p.rating .star {
  height: 16px;
  width: fit-content;
  margin-left: 6px;
}

@media (min-width: 769px) {
  .list_voice > li .txt .box {
    margin-bottom: 13px;
    display: flex;
  }
  .list_voice > li .txt .box p + p {
    margin-top: 0;
  }
  .list_voice > li .txt .box p.rating {
    margin-left: 40px;
  }
}
.list_voice > li .txt .list {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

.list_voice > li .txt .list + p {
  line-height: 1.8;
}

.list_voice > li .txt .list > li {
  margin-right: 10px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.list_voice > li .txt .list > li .icn {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 10px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #57b597;
  font-size: 1.2rem;
  font-weight: bold;
}

.list_voice > li .txt .list > li .icn.place {
  background-image: url("../img/icn_place.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

@media (min-width: 769px) {
  .list_voice > li .txt .list {
    margin-bottom: 13px;
  }
}
/* .search_area */
.search_area {
  padding-bottom: 20px;
}
.search_area .search_current {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.search_area .search_current a {
  width: 100%;
  height: 52px;
  display: block;
  border: 1px solid #57b597;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #57b597;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.search_area .search_current a .icn img {
  width: 20px;
  margin-right: 10px;
}

.search_area .block + .block {
  margin-top: 30px;
}

.search_area .block .ttl {
  margin-bottom: 0.8em;
  color: #57b597;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}

@media (min-width: 769px) {
  .search_area .block + .block {
    margin-top: 45px;
  }
  .search_area .block .ttl {
    font-weight: bold;
  }
  .search_area .block.bg {
    padding: 21px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search_area .block.bg .ttl {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
/* .section_main */
.section_main {
  padding-top: 100px;
  padding-bottom: 50px;
}
.section_main.areaPage {
  padding-bottom: 30px;
}

.section_main + .section.normal {
  padding-top: 0;
}

.section_main.deco {
  padding-bottom: 0;
}

.section_main.deco .inner {
  padding-left: 30px;
  padding-right: 30px;
}

.section_main.jizensoudan {
  padding-bottom: 25px;
}

@media (min-width: 769px) {
  .section_main.jizensoudan {
    padding-bottom: 45px;
  }
}
.section_main .kana {
  margin-bottom: 0.4em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #57b597;
}

.section_main .ttl_main {
  margin-bottom: 0.7em;
  font-weight: bold;
  line-height: 1.2592;
  color: #57b597;
  position: relative;
  text-align: center;
  font-size: 30px;
}

.section_main .ttl_main.sptal {
  text-align: left;
}

@media (min-width: 769px) {
  .section_main .ttl_main.sptal {
    text-align: center;
  }
}
.section_main .ttl_main.article_dtl {
  text-align: left;
}

@media (min-width: 769px) {
  .section_main .ttl_main.article_dtl {
    text-align: center;
  }
}
.section_main.deco .ttl_main {
  margin-bottom: 0.25em;
  padding-bottom: 0.7em;
  background-image: url("../img/ttl_main_deco.svg");
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: center bottom;
}

@media (min-width: 769px) {
  .section_main.deco .ttl_main {
    margin-bottom: 0.45em;
    padding-bottom: 0.8em;
  }
}
.section_main .address {
  font-size: 1.4rem;
  text-align: center;
}

.section_main .address::before {
  content: "";
  width: 10px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: -3px;
  background-image: url("../img/icn_address.svg");
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: center center;
  display: inline-block;
}

.section_main .block_item {
  margin-top: 25px;
  display: flex;
}

.section_main .block_item .list_item {
  width: 50%;
  padding-left: 2.4vw;
  padding-top: 2px;
  border-left: 1px solid #d2d2d2;
}

@media (min-width: 375px) {
  .section_main .block_item .list_item {
    padding-left: 9px;
  }
}
.section_main .block_item .list_item > li + li {
  margin-top: 0.6em;
}

.section_main .block_item .list_item > li .box {
  display: flex;
}

.section_main .block_item .list_item > li .box p {
  font-size: 3.7333vw;
  line-height: 1;
}

@media (min-width: 375px) {
  .section_main .block_item .list_item > li .box p {
    font-size: 1.4rem;
  }
}
.section_main .block_item .list_item > li .box p.item {
  width: 4.5em;
  color: #57b597;
  font-weight: bold;
}

.section_main .block_item .list_item > li .box .txt {
  flex: 1;
}

.section_main .block_item .list_item > li .list_scale > li {
  min-height: 18px;
  font-size: 3.7333vw;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media (min-width: 375px) {
  .section_main .block_item .list_item > li .list_scale > li {
    font-size: 1.4rem;
  }
}
.section_main .block_item .list_item > li .list_scale > li + li {
  margin-top: 0.4em;
}

.section_main .block_item .list_item > li .list_scale > li .icn {
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 1.3333vw;
  border-radius: 2.4vw;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  background-color: #57b597;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 375px) {
  .section_main .block_item .list_item > li .list_scale > li .icn {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 9px;
    font-size: 1.2rem;
  }
}
.section_main .block_item .list_item > li .list_scale > li span {
  flex: 1;
  display: block;
}

@media (min-width: 769px) {
  .section_main .block_item {
    margin-top: 15px;
    justify-content: center;
  }
  .section_main .block_item .list_item {
    width: auto;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
  }
  .section_main .block_item .list_item + .list_item {
    margin-left: 20px;
  }
  .section_main .block_item .list_item > li + li {
    margin-top: 0;
    margin-left: 20px;
  }
  .section_main .block_item .list_item > li .box {
    align-items: center;
  }
  .section_main .block_item .list_item > li .box p.item {
    width: auto;
    padding-right: 8px;
  }
  .section_main .block_item .list_item > li .list_scale {
    display: flex;
  }
  .section_main .block_item .list_item > li .list_scale > li + li {
    margin-top: 0;
    margin-left: 10px;
  }
}
.section_main .lead_main {
  line-height: 1.75;
  padding-left: 5px;
  padding-right: 5px;
}

.section_main.deco .lead_main {
  text-align: center;
}

@media (min-width: 769px) {
  .section_main .lead_main {
    font-size: 1.8rem;
    line-height: 1.8888;
    text-align: center;
  }
}
.section.normal.small .ttl {
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #57b597;
}

@media (min-width: 769px) {
  .section.normal.small .inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .section.normal.small .ttl {
    margin-bottom: 0.7em;
    font-size: 2.4rem;
    text-align: center;
  }
}
.section.bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #faf7f2;
}

@media (min-width: 769px) {
  .section.bg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.section.bg.low {
  padding-top: 25px;
}

.section.bg.low.lowbm {
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  .section.bg.low {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section.bg.low.lowbm {
    padding-bottom: 60px;
  }
}
.section .ttl_section {
  margin-bottom: 1.1em;
  padding-top: 18px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.41666;
  color: #57b597;
  position: relative;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.section .ttl_section::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  background-color: #4b9c82;
}

.section .ttl_section .eng {
  margin-top: -0.15em;
  margin-left: 0.05em;
  font-size: 4.5rem;
  display: inline-block;
}

.section .ttl_section .place {
  display: block;
}

.section .ttl_section .plan {
  display: block;
}

.section .ttl_section + .map_result {
  margin-top: 0;
}

@media (min-width: 769px) {
  .section .ttl_section {
    margin-bottom: 0.9em;
    padding-top: 23px;
    font-size: 2.6rem !important;
    line-height: 1.5384 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .section .ttl_section + .list_new_slider {
    margin-top: 40px;
  }
  .section .ttl_section::before {
    display: block !important;
  }
  .section .ttl_section .eng {
    font-size: 6rem;
  }
  .section .ttl_section .place {
    display: inline;
  }
  .section .ttl_section .plan {
    display: inline;
  }
  .section .ttl_section + .map_result {
    margin-top: 55px;
  }
}
/* 旧FAQ */
/* .list_faq */
.list_faq {
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.list_faq:not(:last-child) {
  margin-bottom: 50px;
}
.list_faq > li {
  transition: all 0.4s ease;
}
.list_faq > li.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.list_faq dt,
.list_faq .faq_q {
  border-top: 1px solid #d2d2d2;
  background-image: url("../img/icn_q.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  position: relative;
  line-height: 1.5;
  background-position: left 5px top 28px;
  padding: 25px 35px 25px 35px;
}
@media (min-width: 769px) {
  .list_faq dt,
  .list_faq .faq_q {
    padding-left: 55px;
    padding-right: 55px;
    background-size: 20px auto;
    background-position: left 20px top 22px;
    cursor: pointer;
  }
}
.list_faq dt::before,
.list_faq .faq_q::before {
  content: "";
  background-color: #57b597;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 36px;
  right: 5px;
}
@media (min-width: 769px) {
  .list_faq dt::before,
  .list_faq .faq_q::before {
    top: 39px;
    right: 20px;
  }
}
.list_faq dt::after,
.list_faq .faq_q::after {
  content: "";
  background-color: #57b597;
  position: absolute;
  transition: all 0.1s ease;
  width: 2px;
  height: 12px;
  top: 31px;
  right: 10px;
}
@media (min-width: 769px) {
  .list_faq dt::after,
  .list_faq .faq_q::after {
    top: 34px;
    right: 25px;
  }
}
.list_faq dt.minus::after,
.list_faq .faq_q.minus::after {
  opacity: 0;
}
.list_faq dt p,
.list_faq .faq_q p {
  font-weight: bold;
}
.list_faq dd,
.list_faq .faq_a {
  padding: 0 0 25px 0;
  background-image: url("../img/icn_a.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left 5px top 1px;
  display: none;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .list_faq dd,
  .list_faq .faq_a {
    background-size: 20px auto;
    background-position: left 20px top 1px;
  }
}
.list_faq dd.faq_a,
.list_faq .faq_a.faq_a {
  overflow: hidden;
}
.list_faq dd.faq_a .floatRight,
.list_faq .faq_a.faq_a .floatRight {
  float: left;
}
.list_faq dd h3,
.list_faq .faq_a h3 {
  margin-bottom: 0.4em;
  padding: 0 35px 0 35px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .list_faq dd h3,
  .list_faq .faq_a h3 {
    padding: 0 55px 0 55px;
  }
}
.list_faq dd h3 + p img, .list_faq dd h3 + img,
.list_faq .faq_a h3 + p img,
.list_faq .faq_a h3 + img {
  margin-top: 25px;
}
.list_faq dd p,
.list_faq .faq_a p {
  padding: 0 35px 0 35px;
}
.list_faq dd p a,
.list_faq .faq_a p a {
  color: #4b9c82;
}
.list_faq dd p + h3,
.list_faq .faq_a p + h3 {
  margin-top: 35px;
}
.list_faq dd p + p,
.list_faq .faq_a p + p {
  margin-top: 10px;
}
.list_faq dd p + p img,
.list_faq .faq_a p + p img {
  margin-top: 25px;
}
.list_faq dd p + img,
.list_faq .faq_a p + img {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .list_faq dd p,
  .list_faq .faq_a p {
    padding: 0 55px 0 55px;
  }
  .list_faq dd p + h3,
  .list_faq .faq_a p + h3 {
    margin-top: 55px;
  }
}
.list_faq dd ul,
.list_faq dd ol,
.list_faq .faq_a ul,
.list_faq .faq_a ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 35px 0 calc(35px + 1.2em);
}
.list_faq dd ul > li,
.list_faq dd ol > li,
.list_faq .faq_a ul > li,
.list_faq .faq_a ol > li {
  line-height: 1.5;
}
.list_faq dd ul > li p,
.list_faq dd ol > li p,
.list_faq .faq_a ul > li p,
.list_faq .faq_a ol > li p {
  padding: 0;
}
.list_faq dd ul > li + li,
.list_faq dd ol > li + li,
.list_faq .faq_a ul > li + li,
.list_faq .faq_a ol > li + li {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .list_faq dd ul,
  .list_faq dd ol,
  .list_faq .faq_a ul,
  .list_faq .faq_a ol {
    padding: 0 55px 0 calc(55px + 1.2em);
  }
}
.list_faq dd ul > li,
.list_faq .faq_a ul > li {
  list-style-type: disc;
}
.list_faq dd ol > li,
.list_faq .faq_a ol > li {
  list-style: decimal;
}
.list_faq dd img,
.list_faq .faq_a img {
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.list_faq dd img + h3,
.list_faq .faq_a img + h3 {
  margin-top: 35px;
}
.list_faq dd img + p,
.list_faq .faq_a img + p {
  margin-top: 25px;
}
.list_faq dd img + img,
.list_faq .faq_a img + img {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .list_faq dd img,
  .list_faq .faq_a img {
    max-width: 400px;
  }
  .list_faq dd img + h3,
  .list_faq .faq_a img + h3 {
    margin-top: 55px;
  }
}

/* .aboutus_block */
.aboutus_block .list_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aboutus_block .list_staff > li {
  width: 26.6666vw;
}

.aboutus_block .list_staff > li:nth-child(n+4) {
  display: none;
  margin-top: 5.0666vw;
}

.aboutus_block .list_staff > li .img {
  text-align: center;
}

.aboutus_block .list_staff > li .img img {
  width: 26.6666vw;
  height: 26.6666vw;
  border-radius: 13.3333vw;
  object-fit: cover;
}

.aboutus_block .list_staff > li .name {
  margin-top: 0.6em;
  font-size: 1.2rem;
  text-align: center;
}

.aboutus_block .list_aboutus {
  margin-top: 30px;
}

.aboutus_block .list_aboutus > li + li {
  margin-top: 14px;
}

.aboutus_block .list_aboutus > li > a {
  width: 100%;
  height: 26.6666vw;
  border-radius: 1.3333vw;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

.aboutus_block .list_aboutus > li > a .img {
  width: 50%;
  display: block;
}

.aboutus_block .list_aboutus > li > a .img img {
  width: 100%;
  height: 26.6666vw;
  object-fit: cover;
  border-radius: 1.3333vw 0 0 1.3333vw;
}

.aboutus_block .list_aboutus > li > a .txt {
  width: 50%;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .aboutus_block .list_staff {
    justify-content: flex-start;
  }
  .aboutus_block .list_staff > li {
    width: 120px;
    margin-right: 26px;
  }
  .aboutus_block .list_staff > li:nth-child(7n) {
    margin-right: 0;
  }
  .aboutus_block .list_staff > li:nth-child(n+4) {
    margin-top: 0;
    display: block;
  }
  .aboutus_block .list_staff > li:nth-child(n+8) {
    margin-top: 35px;
  }
  .aboutus_block .list_staff > li .img img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
  .aboutus_block .list_staff > li .name {
    font-size: 1.6rem;
  }
  .aboutus_block .list_aboutus {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
  }
  .aboutus_block .list_aboutus > li {
    margin-right: 35px;
    background-color: #fff;
  }
  .aboutus_block .list_aboutus > li + li {
    margin-top: 0;
  }
  .aboutus_block .list_aboutus > li:nth-child(3n) {
    margin-right: 0;
  }
  .aboutus_block .list_aboutus > li:nth-child(n+4) {
    margin-top: 25px;
  }
  .aboutus_block .list_aboutus > li > a {
    width: 310px;
    height: 90px;
    border-radius: 0;
    flex-direction: row-reverse;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  }
  .aboutus_block .list_aboutus > li > a .img {
    width: 132px;
    overflow: hidden;
  }
  .aboutus_block .list_aboutus > li > a .img img {
    height: 90px;
    border-radius: 0;
    transition: all 0.3s ease;
  }
  .aboutus_block .list_aboutus > li > a .txt {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .aboutus_block .list_aboutus > li > a:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px 1px #d2d2d2;
  }
  .aboutus_block .list_aboutus > li > a:hover .img img {
    transform: scale(1.05);
    transition: all 0.3s ease;
  }
}
/* .list_type01 むすびすのお葬式ができるまで  about/musubisu-tour/ */
.list_type01 > li + li {
  margin-top: 25px;
}

.list_type01 > li .img img {
  width: 100%;
}

.list_type01 > li .txt {
  padding-left: 5px;
  padding-right: 5px;
}

.list_type01 > li .txt p {
  line-height: 1.8;
}

.list_type01 > li .txt .tag {
  margin-bottom: 0.4em;
  font-size: 1.6rem;
  color: #57b597;
  font-weight: bold;
  line-height: 1.5;
}

.list_type01 > li .txt .tag .eng {
  margin-right: 0.2em;
  margin-bottom: -4px;
  font-size: 3.6rem;
  display: inline-block;
}

.list_type01 > li .txt .ttl {
  margin-bottom: 0.4em;
  font-size: 2rem;
  color: #57b597;
  font-weight: bold;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .list_type01 > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list_type01 > li + li {
    margin-top: 50px;
  }
  .list_type01 > li .img {
    width: 480px;
  }
  .list_type01 > li .img img {
    width: 480px;
    height: auto;
  }
  .list_type01 > li .txt {
    width: 480px;
    padding-left: 0;
    padding-right: 0;
  }
  .list_type01 > li .txt .tag {
    margin-bottom: 0.6em;
    font-size: 1.8rem;
  }
  .list_type01 > li .txt .ttl {
    margin-bottom: 0.35em;
    font-size: 2.4rem;
    line-height: 1.6666;
  }
  .list_type01 > li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
/* .list_type02 */
.list_type02 > li .txt {
  margin-top: 18px;
  padding-left: 5px;
  padding-right: 5px;
}

.list_type02 > li .txt .ttl {
  margin-bottom: 0.75em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2727;
  color: #57b597;
}

@media (min-width: 769px) {
  .list_type02 > li {
    display: flex;
    justify-content: space-between;
  }
  .list_type02 > li .img {
    width: 500px;
  }
  .list_type02 > li .txt {
    width: 460px;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .list_type02 > li .txt .ttl {
    margin-bottom: 0.6em;
    font-size: 2.4rem;
    line-height: 1.6666;
  }
  .list_type02.nch > li .img {
    width: 480px;
  }
  .list_type02.nch > li .txt {
    width: 470px;
  }
}
.list_type02 > li .txt p {
  line-height: 1.8;
}

/* .block_step */
.block_step {
  width: 1000px;
  margin: 0 auto;
}

.block_step + .block_step {
  margin-top: 35px;
}

.block_step.lp {
  margin-top: 40px;
}

.block_step.lp .block_input {
  border: none;
}

@media (min-width: 769px) {
  .block_step + .block_step {
    margin-top: 45px;
  }
  .block_step.lp {
    margin-top: 70px;
  }
}
.block_step.small .ttl_section {
  font-size: 2rem;
  padding-top: 0;
}

.block_step.small .ttl_section::before {
  display: none !important;
}

@media (min-width: 769px) {
  .block_step.small .block_input .box .list_search dt {
    width: 110px;
  }
  .block_step.small .block_input .box .list_search dt .ttl {
    padding-left: 9px;
  }
}
.block_step .ttl_area {
  margin-bottom: 15px;
  padding: 0 4px;
}

.block_step .ttl_area .ttl {
  font-size: 1.5rem;
}

.block_step .ttl_area .ttl .tag {
  margin-bottom: 0.4em;
  font-size: 2.4rem;
  color: #57b597;
  display: block;
  font-weight: bold;
}

.block_step .ttl_area .link {
  margin-top: 0.4em;
  font-size: 1.4rem;
}

.block_step .ttl_area .link a {
  color: #4b9c82;
  padding-left: 1.5em;
  position: relative;
}

.block_step .ttl_area .link a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .block_step .ttl_area {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block_step .ttl_area .ttl {
    font-size: 1.6rem;
  }
  .block_step .ttl_area .ttl .tag {
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
  }
  .block_step .ttl_area .link {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .block_step .ttl_area .link a {
    padding-left: 1.2em;
    text-decoration: none;
  }
  .block_step .ttl_area .link a::after {
    content: "";
    height: 1px;
    width: calc(100% - 1.2em);
    background-color: #57b597;
    position: absolute;
    bottom: -3px;
    left: 1.2em;
    transition: opacity 0.2s ease;
  }
  .block_step .ttl_area .link a:hover::after {
    opacity: 0;
  }
}
.block_step .block_input {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #707070;
}

.block_step .block_input.casestudy {
  margin-bottom: 50px;
}

.block_step .block_input.casestudy.topics {
  margin-bottom: 40px;
  padding: 0;
  border: none;
}

.block_step .block_input.casestudy.jizensoudan {
  border: none;
  padding: 0;
}

@media (min-width: 769px) {
  .block_step .block_input.casestudy {
    padding: 10px 49px 40px !important;
  }
  .block_step .block_input.casestudy.topics {
    margin-bottom: 70px;
    padding: 40px !important;
    border-radius: 3px;
    background-color: #f7f7f7;
  }
  .block_step .block_input.casestudy.jizensoudan {
    border: 1px solid #707070;
  }
}
.block_step .block_input.casestudy .wrap_select {
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.block_step .block_input.casestudy .wrap_select + .box {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .block_step .block_input.casestudy .wrap_select + .box {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .block_step .block_input.casestudy .wrap_select {
    padding: 0;
    border: none;
  }
}
.block_step .block_input.casestudy .wrap_select .btn_select + .box {
  margin-top: 3px;
  display: none;
}

.block_step .block_input.casestudy .wrap_select .btn_select + .box.adjust {
  padding-bottom: 30px;
}

.block_step .block_input.casestudy .wrap_select .btn_select::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}

.block_step .block_input.casestudy .wrap_select .btn_select.open {
  border-bottom: 1px solid #dcdcdc;
}

.block_step .block_input.casestudy .wrap_select .btn_select.open::after {
  margin-top: -3px;
  transform: rotate(225deg);
}

@media (min-width: 769px) {
  .block_step .block_input.casestudy .wrap_select .btn_select {
    display: none;
  }
  .block_step .block_input.casestudy .wrap_select .btn_select + .box {
    display: block !important;
  }
}
.block_step .block_input.casestudy .wrap_select .box .list_search {
  padding: 0 5px;
}

.block_step .block_input.casestudy .wrap_select .box .list_search + .list_search {
  border-top: 1px dashed #d2d2d2 !important;
}

.block_step .block_input.casestudy .wrap_select .box .list_search + .btn_area {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .block_step .block_input.casestudy .wrap_select .box .list_search {
    padding: 18px 0 2px !important;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search + .btn_area {
    margin-top: 15px;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search {
    padding: 0 !important;
  }
  .block_step .block_input.casestudy.jizensoudan .wrap_select .box .list_search + .btn_area {
    margin-top: 30px;
  }
  .block_step .block_input.casestudy.jizensoudan .wrap_select .box .list_search:last-of-type {
    border-bottom: 1px dashed #d2d2d2;
  }
}
.block_step .block_input.casestudy .wrap_select .box .list_search dt {
  height: auto;
  padding-top: 15px;
}

.block_step .block_input.casestudy .wrap_select .box .list_search dt .ttl {
  margin-bottom: 0.7em;
  padding-right: 0;
}

.block_step .block_input.casestudy.topics .wrap_select .box .list_search dt {
  height: 18px;
  padding: 0;
}

@media (min-width: 769px) {
  .block_step .block_input.casestudy .wrap_select .box .list_search dt {
    width: auto;
    width: 130px;
    margin: 0 !important;
    padding: 0 0 15px !important;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dt .ttl {
    margin: 0 !important;
    padding-right: 30px;
    font-size: 1.5rem;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dt {
    height: 0;
    width: 0;
  }
}
.block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li {
  margin-bottom: 15px;
}

.block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li label .txt .item {
  text-decoration: none;
}

@media (min-width: 769px) {
  .block_step .block_input.casestudy .wrap_select .box .list_search dd {
    width: 770px;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li {
    width: 138px;
    margin-right: 20px;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li:nth-child(4n) {
    margin-right: 20px !important;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li:nth-child(5n) {
    margin-right: 0;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li label .txt {
    padding-left: 27px;
    font-size: 1.4rem;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li label .txt .item {
    font-size: 1.4rem;
    white-space: normal !important;
    line-height: 1.4286;
    color: #333;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li label .txt::before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
  .block_step .block_input.casestudy .wrap_select .box .list_search dd > ul > li label input:checked + .txt::after {
    top: 3px;
    left: 2px;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd > ul > li label input:checked + .txt::after {
    top: 5px;
    left: 3px;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd {
    width: 920px;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd > ul > li {
    width: 203px;
    margin-right: 36px;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd > ul > li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd > ul > li:nth-child(5n) {
    margin-right: 36px;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd > ul > li label .txt {
    padding-left: 32px;
    font-size: 1.6rem;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd > ul > li label .txt .item {
    font-size: 1.6rem;
  }
  .block_step .block_input.casestudy.topics .wrap_select .box .list_search dd > ul > li label .txt::before {
    width: 20px;
    height: 20px;
    background-color: #fff;
  }
}
@media (min-width: 769px) {
  .block_step .block_input.casestudy .wrap_select .box .btn_area .btn {
    width: 250px;
    height: 50px;
    border-radius: 25px;
  }
}
.block_step .block_input.casestudy .search_wrap .search_block .txt.casestudy {
  border-color: #d2d2d2;
}

@media (min-width: 769px) {
  .block_step .block_input.casestudy .search_wrap {
    padding-top: 40px;
    border-top: 1px solid #d2d2d2;
  }
  .block_step .block_input.casestudy .search_wrap .search_block {
    margin-left: auto;
    margin-right: auto;
  }
  .block_step .block_input.casestudy .search_wrap .search_block .txt.casestudy {
    border-color: #707070;
  }
}
@media (min-width: 769px) {
  .block_step .block_input {
    padding: 15px 49px 10px !important;
  }
  .block_step .block_input .list_search {
    padding-top: 35px !important;
    padding-bottom: 15px !important;
    display: flex;
  }
  .block_step .block_input .list_search + .list_search {
    border-top: 1px solid #d2d2d2 !important;
    border-radius: 0 !important;
  }
  .block_step .block_input .list_search dt {
    width: 185px;
  }
  .block_step .block_input .list_search dt .ttl {
    padding-top: 1px;
    font-size: 1.8rem;
  }
  .block_step .block_input .list_search dd {
    flex: 1;
  }
  .block_step .block_input .list_search dd ul > li {
    margin-bottom: 20px;
  }
}
.block_step .block_input .list_search dt .ttl {
  margin-top: -3px;
  padding-right: 30px;
  font-size: 1.6rem;
  line-height: 1.3888;
  font-weight: bold;
}

.block_step .block_input .list_search dt .ttl .number {
  font-size: 1rem;
  font-feature-settings: "palt";
  font-weight: bold;
  color: #707070;
  margin-left: 5px;
}

.block_step .block_input .list_search dt .ttl .number::before {
  content: "（";
}

.block_step .block_input .list_search dt .ttl .number::after {
  content: "）";
}

.block_step .block_input .list_search dd ul > li label input {
  display: none;
}

.block_step .block_input .list_search dd ul > li label .txt {
  min-height: 20px;
  padding-left: 26px;
  position: relative;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}

.block_step .block_input .list_search dd ul > li label .txt .item {
  margin-right: 3px;
  padding: 0 0 2px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #4b9c82;
  text-decoration: underline;
}

.block_step .block_input .list_search dd ul > li label .txt .item a {
  color: #4b9c82;
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  .block_step .block_input .list_search dd ul > li label .txt .item {
    white-space: nowrap;
    cursor: pointer;
  }
  .block_step .block_input .list_search dd ul > li label .txt .item:hover {
    text-decoration: none;
  }
}
.block_step .block_input .list_search dd ul > li label .txt .number {
  padding: 5px 0;
  font-size: 1rem;
  font-feature-settings: "palt";
  font-weight: bold;
  color: #707070;
  display: inline-block;
}

.block_step .block_input .list_search dd ul > li label .txt .number::before {
  content: "（";
}

.block_step .block_input .list_search dd ul > li label .txt .number::after {
  content: "）";
}

.block_step .block_input .list_search dd ul > li label .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
}

.block_step .block_input .list_search dd ul > li label input:checked + .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-image: url("../img/icn_check.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

@media (min-width: 769px) {
  .block_step .block_input .list_search dd {
    display: block !important;
  }
}
.block_step .block_input.acc .list_search {
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: relative;
  min-height: 42px;
}

.block_step .block_input.acc .list_search + .list_search {
  margin-top: 15px;
}

.block_step .block_input.acc .list_search dt {
  padding-top: 2px;
}

.block_step .block_input.acc .list_search dt .sp {
  width: 40px;
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.block_step .block_input.acc .list_search dt .sp::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}

.block_step .block_input.acc .list_search dt .sp.open::after {
  margin-top: -3px;
  transform: rotate(225deg);
}

.block_step .block_input.acc .list_search dd {
  margin-top: 10px;
  padding: 20px 5px 10px;
  border-top: 1px solid #dcdcdc;
  display: none;
}

.block_step .block_input.acc .list_search dd ul li + li {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .block_step .block_input.acc .list_search {
    border: none;
  }
  .block_step .block_input.acc .list_search + .list_search {
    margin-top: 0;
  }
  .block_step .block_input.acc .list_search dt {
    padding-top: 0;
  }
  .block_step .block_input.acc .list_search dd {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
  .block_step .block_input.acc .list_search dd ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .block_step .block_input.acc .list_search dd ul li {
    width: 25%;
    padding-right: 20px;
  }
  .block_step .block_input.acc .list_search dd ul li + li {
    margin-top: 0;
  }
}
.block_step .block_input.add .list_search + .list_search {
  margin-top: 25px;
}

.block_step .block_input.add .list_search dd {
  margin-top: 15px;
}

.block_step .block_input.add .list_search dd ul {
  display: flex;
  flex-wrap: wrap;
}

.block_step .block_input.add .list_search dd ul > li {
  width: 50%;
}

.block_step .block_input.add .list_search dd ul > li:nth-child(n+3) {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .block_step .block_input.add {
    padding: 10px 50px 5px !important;
  }
  .block_step .block_input.add .list_search {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .block_step .block_input.add .list_search + .list_search {
    margin-top: 0;
  }
  .block_step .block_input.add .list_search dd {
    margin-top: 0;
  }
  .block_step .block_input.add .list_search dd ul > li {
    width: auto;
    margin-right: 60px;
  }
  .block_step .block_input.add .list_search dd ul > li:nth-child(n+3) {
    margin-top: 0;
  }
}
.block_step.small .block_input.add {
  padding-top: 25px;
  padding-bottom: 25px;
}
.block_step.small .block_input.add .box .ttl_sub {
  margin-bottom: 0.9em;
  font-size: 1.8rem;
  font-weight: bold;
}

.block_step.small .block_input.add .box + .box {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px dashed #d2d2d2;
}

.block_step.small .block_input.add .box .btn_area {
  margin-top: 30px;
}

.block_step.small .block_input.add .box .link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block_step.small .block_input.add .box .link_area > li {
  width: calc((100vw - 67px) / 2);
}

.block_step.small .block_input.add .box .link_area > li:nth-child(n+3) {
  margin-top: 10px;
}

.block_step.small .block_input.add .box .link_area > li a {
  height: 40px;
  border: 2px solid #57b597;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #57b597;
  position: relative;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

.block_step.small .block_input.add .box .link_area > li a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  .block_step.small .block_input.add .box .acc .ttl_sub {
    height: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
  }
  .block_step.small .block_input.add .box .acc .ttl_sub.open {
    border-radius: 5px 5px 0 0;
  }
  .block_step.small .block_input.add .box .acc .ttl_sub .sp {
    width: 40px;
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .block_step.small .block_input.add .box .acc .ttl_sub .sp::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-top: -8px;
    border-right: 2px solid #57b597;
    border-bottom: 2px solid #57b597;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: all 0.3s;
  }
  .block_step.small .block_input.add .box .acc .ttl_sub .sp.open::after {
    margin-top: -3px;
    transform: rotate(225deg);
  }
  .block_step.small .block_input.add .box .acc .link_area {
    display: none;
  }
  .block_step.small .block_input.add .box .acc .link_area > li {
    width: 100%;
  }
  .block_step.small .block_input.add .box .acc .link_area > li:nth-child(n+3) {
    margin-top: 0;
    border-width: 1px;
    border-color: #dcdcdc;
  }
  .block_step.small .block_input.add .box .acc .link_area > li a {
    padding: 0 15px;
    border-radius: 0;
    justify-content: flex-start;
    border-top: none;
    box-shadow: none;
    border-width: 1px;
    border-color: #dcdcdc;
  }
  .block_step.small .block_input.add .box .acc .link_area > li a::after {
    content: "";
    left: auto;
    right: 16px;
    transform: rotate(-45deg);
    color: #4b9c82;
  }
}
.block_step.small .block_input.add .box .search_wrap .ttl {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
}

.block_step.small .block_input.add .box .cts + .cts {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .block_step.small .block_input.add {
    padding: 45px 49px 50px !important;
  }
  .block_step.small .block_input.add .box + .box {
    margin-top: 40px;
    padding-top: 35px;
  }
  .block_step.small .block_input.add .box .ttl_sub + .list_search {
    margin-top: -10px;
  }
  .block_step.small .block_input.add .box .btn_area {
    margin-top: 20px;
  }
  .block_step.small .block_input.add .box .btn_area > li .btn {
    height: 50px;
    width: 250px;
    border-radius: 25px;
    cursor: pointer;
  }
  .block_step.small .block_input.add .box .link_area {
    display: flex !important;
    justify-content: flex-start;
    gap: 15px;
  }
  .block_step.small .block_input.add .box .link_area > li {
    width: auto;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .block_step.small .block_input.add .box .link_area > li:nth-child(n+3) {
    margin-top: 0;
  }
  .block_step.small .block_input.add .box .link_area > li:nth-child(n+6) {
    margin-top: 15px;
  }
  .block_step.small .block_input.add .box .link_area > li:nth-child(5n) {
    margin-right: 0;
  }
  .block_step.small .block_input.add .box .link_area > li a {
    width: 168px;
    height: 46px;
    border-radius: 23px;
    border-width: 1px;
    box-shadow: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .block_step.small .block_input.add .box .link_area > li a:hover {
    color: #fff;
    background-color: #57b597;
  }
  .block_step.small .block_input.add .box .link_area > li a:hover::after {
    border-color: #fff;
  }
  .block_step.small .block_input.add .box .search_wrap {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block_step.small .block_input.add .box .search_wrap .ttl {
    margin-right: 50px;
    margin-bottom: 0;
  }
  .block_step.small .block_input.add .box .cts + .cts {
    margin-top: 40px;
  }
}
/* .block_result */
.block_result > .ttl_area {
  width: 1000px;
  margin: 0 auto;
}

.block_result.lp {
  margin-top: 45px;
}

.block_result .ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
}

#main .block_result .ttl_area .ttl {
  color: #57b597;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

#main .block_result .ttl_area .number {
  color: #57b597;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.block_result .ttl_area .number::after {
  content: "件";
  color: #333;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .block_result .ttl_area .ttl {
    font-size: 2.6rem;
  }
  .block_result .ttl_area .number {
    font-size: 2.6rem;
  }
  .block_result .ttl_area .number::after {
    font-size: 1.6rem;
  }
}
.saijoListPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.saijoListPagination span,
.saijoListPagination a {
  padding: 5px;
  background-color: #fff;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #57b597;
}

.saijoListPagination a:hover {
  background-color: #57b597;
  color: #fff;
}

.saijoListPagination span.current {
  background-color: #57b597;
  color: #fff;
}

.block_result .box_contact {
  margin-top: 15px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

.block_result .box_contact .lead {
  text-align: center;
}

.block_result .box_contact .list {
  margin-top: 15px;
}

.block_result .box_contact .list > li + li {
  margin-top: 10px;
}

.block_result .box_contact .list > li > a {
  display: flex;
  align-items: center;
  height: 21.3333vw;
  border-radius: 1.3333vw;
  background-color: #fff;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.4);
}

.block_result .box_contact .list > li > a .img {
  width: 18.9333vw;
}

.block_result .box_contact .list > li > a .txt {
  flex: 1;
}

.block_result .box_contact .list > li > a .txt .ttl {
  margin-bottom: 0.3em;
  font-weight: bold;
}

.block_result .box_contact .list > li > a .txt p {
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1;
}

#main .block_result .box_contact .list > li.banner01 > a {
  border: 1px solid #57b597;
}

.block_result .box_contact .list > li.banner01 > a .img {
  padding-left: 4vw;
}

.block_result .box_contact .list > li.banner01 > a .img img {
  width: 13.8666vw;
  height: 13.8666vw;
  border-radius: 26px;
  border-radius: 6.93333vw;
  object-fit: cover;
}

#main .block_result .box_contact .list > li.banner01 > a .txt {
  color: #57b597;
}

.block_result .box_contact .list > li.banner01 > a .txt .ttl {
  font-size: 6.4vw;
}

.block_result .box_contact .list > li.banner01 > a .txt .ttl span {
  font-size: 4.2666vw;
}

@media (min-width: 769px) {
  .block_result .box_contact {
    margin-top: 60px;
    padding: 30px;
    border-radius: 20px;
  }
  .block_result .box_contact .lead {
    font-size: 2rem;
    line-height: 1.6;
  }
  .block_result .box_contact .lead .tel {
    margin-left: 0.35em;
    margin-right: 0.25em;
    padding-left: 36px;
    font-size: 3.2rem;
    vertical-align: -3px;
    color: #57b597;
    background-image: url("../img/icn_free.svg");
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left center;
  }
}
/* .test_area */
.test_area {
  margin-top: 20px;
  padding: 30px;
  border: 3px solid #f00;
  border: 3px solid #ccc;
}

.gm-style .gm-style-iw {
  overflow: visible;
}

.gm-style .gm-style-iw button:last-child {
  position: absolute;
  top: -14px !important;
  right: -14px !important;
  width: 34px !important;
  height: 34px !important;
  opacity: 1;
  background-image: url("../img/btn_close.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 34px 34px !important;
  background-position: center center !important;
  display: block !important;
}

.gm-style .gm-style-iw button:last-child span {
  display: none !important;
}

/* .map_result */
.map_result {
  margin: 0 -15px 27px;
}

.map_result .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.map_result .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_result .list_icn {
  display: none;
}

.map_result .icn_map {
  width: 32px;
}

.map_result .map_popup {
  padding: 15px 15px 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.map_result .map_popup .btn_close {
  position: absolute;
  right: -14px;
  top: -14px;
}

.map_result .map_popup .btn_close img {
  width: 34px;
  height: 34px;
}

.map_result .map_popup .ttl {
  margin-bottom: 0.8em;
  font-family: sans-serif !important;
  font-weight: bold;
  font-size: 4.2666vw;
  color: #4b9c82;
}

.map_result .map_popup .cts .img img {
  width: 100%;
}

.map_result .map_popup .cts .txt {
  margin-top: 20px;
  display: flex;
}

.map_result .map_popup .cts .txt .address {
  margin-top: -0.2em;
  flex: 1;
  font-size: 3.2vw;
  font-family: sans-serif !important;
  line-height: 1.5888;
}

.map_result .map_popup .cts .txt .list {
  width: 34.6666vw;
  margin-left: 4.8vw;
  display: flex;
  flex-wrap: wrap;
}

.map_result .map_popup .cts .txt .list > li {
  margin-right: 2.6666vw;
}

.map_result .map_popup .cts .txt .list > li:nth-child(4n) {
  margin-right: 0;
}

.map_result .map_popup .cts .txt .list > li:nth-child(n+5) {
  margin-top: 1.3333vw;
}

.map_result .map_popup .cts .txt .list > li img {
  width: 6.6666vw;
}

.map_result .map_popup .cts .btn_area {
  margin-top: 30px;
}

.map_result .btn_area {
  margin-top: 30px;
}

.map_result .btn_area .btn {
  font-family: sans-serif !important;
  font-weight: bold;
}

.map_result .btn_area .btn span.btn_mapsp {
  height: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.map_result .btn_area .btn span.btn_mapsp::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .map_result {
    margin: 0 0 70px;
  }
  .map_result .map {
    height: 500px;
    padding: 0;
  }
  .map_result .list_icn {
    display: flex;
  }
  .map_result .map_popup {
    width: 300px;
    padding: 0;
    border-radius: 0;
    position: relative;
  }
  .map_result .map_popup .btn_close {
    cursor: pointer;
  }
  .map_result .map_popup .ttl {
    font-size: 1.6rem;
  }
  .map_result .map_popup .cts {
    display: flex;
  }
  .map_result .map_popup .cts .img {
    width: 125px;
  }
  .map_result .map_popup .cts .img img {
    width: 125px;
    height: 115px;
    object-fit: cover;
  }
  .map_result .map_popup .cts .txt {
    flex: 1;
    margin-top: 0;
    margin-left: 15px;
    flex-direction: column;
  }
  .map_result .map_popup .cts .txt .address {
    font-size: 1.2rem;
    line-height: 1.5888;
  }
  .map_result .map_popup .cts .txt .list {
    width: auto;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .map_result .map_popup .cts .txt .list > li {
    margin-right: 10px;
  }
  .map_result .map_popup .cts .txt .list > li:nth-child(n+5) {
    margin-top: 5px;
  }
  .map_result .map_popup .cts .txt .list > li img {
    width: 25px;
  }
  .map_result .map_popup .btn_area {
    margin-top: 15px;
    display: block;
    z-index: 5;
    position: relative;
  }
  .map_result .map_popup .btn_area > li {
    text-align: right;
  }
  .map_result .map_popup .btn_area > li .btn {
    height: auto;
    width: auto;
    background-color: transparent;
    color: #4b9c82;
    box-shadow: none;
    display: inline-block;
  }
  .map_result .map_popup .btn_area > li .btn a {
    height: auto;
    width: auto;
    padding-left: 15px;
    color: #4b9c82;
    justify-content: flex-end;
    text-decoration: underline;
  }
  .map_result .map_popup .btn_area > li .btn a::after {
    margin-top: -4px;
    left: 0;
    border-color: #4b9c82;
  }
}
/* .list_icn */
.list_icn {
  padding: 8px;
}

.list_icn.bg {
  background-color: #f7f7f7;
  border-radius: 5px;
}

.list_icn .tag {
  display: none;
}

.list_icn .list {
  display: flex;
  flex-wrap: wrap;
}

.list_icn .list > li {
  width: 33.3333%;
  display: flex;
  align-items: center;
  font-size: 3.7333vw;
}

.list_icn .list > li:nth-child(n+4) {
  margin-top: 2.6666vw;
}

.list_icn .list > li .icn {
  margin-right: 1.3333vw;
}

.list_icn .list > li .icn img {
  width: 6.6666vw;
}

@media (min-width: 375px) {
  .list_icn .list > li {
    font-size: 1.4rem;
  }
  .list_icn .list > li:nth-child(n+4) {
    margin-top: 10px;
  }
  .list_icn .list > li .icn {
    margin-right: 5px;
  }
  .list_icn .list > li .icn img {
    width: 25px;
  }
}
@media (min-width: 769px) {
  .list_icn {
    height: 61px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .list_icn .tag {
    font-size: 1.4rem;
    font-weight: bold;
    color: #4b9c82;
    display: block;
  }
  .list_icn .list {
    margin-left: 20px;
  }
  .list_icn .list > li {
    width: auto;
  }
  .list_icn .list > li + li {
    margin-left: 20px;
  }
  .list_icn .list > li:nth-child(n+4) {
    margin-top: 0;
  }
}
/* #inline_content.block_step */
#inline_content.block_step_modal {
  width: calc(100vw - 30px);
}

#inline_content.block_step_modal + .block_step {
  margin-top: 35px;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal {
    width: 1000px;
  }
  #inline_content.block_step_modal + .block_step {
    margin-top: 45px;
  }
}
#inline_content.block_step_modal .block_input {
  padding: 15px;
  background-color: #fff;
}

#inline_content.block_step_modal .block_input .ttl_sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}

#inline_content.block_step_modal .block_input.dashed .box {
  padding-top: 25px;
  border-top: 1px dashed #d2d2d2;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input.dashed .box {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input {
    padding: 15px 49px 10px !important;
  }
  #inline_content.block_step_modal .block_input .ttl_sub {
    margin-bottom: 1em !important;
  }
  #inline_content.block_step_modal .block_input .list_search {
    display: flex;
  }
  #inline_content.block_step_modal .block_input .list_search + .list_search {
    border-radius: 0 !important;
  }
  #inline_content.block_step_modal .block_input .list_search dt {
    width: 125px;
    padding-left: 10px;
  }
  #inline_content.block_step_modal .block_input .list_search dt .ttl {
    padding-top: 4px;
    font-size: 1.8rem;
  }
  #inline_content.block_step_modal .block_input .list_search dd {
    flex: 1;
  }
  #inline_content.block_step_modal .block_input .list_search dd ul > li {
    margin-bottom: 20px;
  }
}
#inline_content.block_step_modal .block_input .list_search dt .ttl {
  margin-top: -3px;
  padding-right: 30px;
  font-size: 1.6rem;
  line-height: 1.3888;
  font-weight: bold;
}

#inline_content.block_step_modal .block_input .list_search dt .ttl .number {
  display: none;
  font-size: 1rem;
  font-weight: bold;
  color: #707070;
  margin-left: 5px;
}

#inline_content.block_step_modal .block_input .list_search dt .ttl .number::before {
  content: "（";
}

#inline_content.block_step_modal .block_input .list_search dt .ttl .number::after {
  content: "）";
}

#inline_content.block_step_modal .block_input .list_search dd ul > li label input {
  display: none;
}

#inline_content.block_step_modal .block_input .list_search dd ul > li label .txt {
  min-height: 20px;
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input .list_search dd ul > li label .txt {
    min-height: 17px;
    padding-left: 22px;
  }
}
#inline_content.block_step_modal .block_input .list_search dd ul > li label .txt .item {
  margin-right: 5px;
  padding: 0 0 2px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #4b9c82;
  text-decoration: underline;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input .list_search dd ul > li label .txt .item {
    cursor: pointer;
  }
  #inline_content.block_step_modal .block_input .list_search dd ul > li label .txt .item:hover {
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input .list_search dd ul > li label .txt .item {
    font-size: 1.4rem;
  }
}
#inline_content.block_step_modal .block_input .list_search dd ul > li label .txt .number {
  padding: 5px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #707070;
  display: none;
}

#inline_content.block_step_modal .block_input .list_search dd ul > li label .txt .number::before {
  content: "（";
}

#inline_content.block_step_modal .block_input .list_search dd ul > li label .txt .number::after {
  content: "）";
}

#inline_content.block_step_modal .block_input .list_search dd ul > li label .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input .list_search dd ul > li label .txt::before {
    width: 17px;
    height: 17px;
  }
}
#inline_content.block_step_modal .block_input .list_search dd ul > li label input:checked + .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-image: url("../img/icn_check.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input .list_search dd {
    display: block !important;
  }
}
@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input .list_search dt .ttl {
    font-size: 1.4rem;
  }
}
#inline_content.block_step_modal .block_input.acc .list_search {
  margin-top: 0;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: relative;
  min-height: 42px;
}

#inline_content.block_step_modal .block_input.acc .list_search + .list_search {
  margin-top: 15px;
}

#inline_content.block_step_modal .block_input.acc .list_search dt {
  padding-top: 2px;
}

#inline_content.block_step_modal .block_input.acc .list_search dt .sp {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

#inline_content.block_step_modal .block_input.acc .list_search dt .sp::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -8px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}

#inline_content.block_step_modal .block_input.acc .list_search dt .sp.open::after {
  margin-top: -3px;
  transform: rotate(225deg);
}

#inline_content.block_step_modal .block_input.acc .list_search dd {
  margin-top: 10px;
  padding: 20px 5px 10px;
  border-top: 1px solid #dcdcdc;
  display: none;
}

#inline_content.block_step_modal .block_input.acc .list_search dd ul li + li {
  margin-top: 15px;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input.acc .list_search {
    padding: 0;
    border: none;
  }
  #inline_content.block_step_modal .block_input.acc .list_search + .list_search {
    margin-top: 0;
  }
  #inline_content.block_step_modal .block_input.acc .list_search dt {
    padding-top: 0;
  }
  #inline_content.block_step_modal .block_input.acc .list_search dd {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
  #inline_content.block_step_modal .block_input.acc .list_search dd ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #inline_content.block_step_modal .block_input.acc .list_search dd ul li {
    width: calc((100% - 25px) / 6);
    margin-right: 5px;
    padding-bottom: 0;
  }
  #inline_content.block_step_modal .block_input.acc .list_search dd ul li + li {
    margin-top: 0;
  }
  #inline_content.block_step_modal .block_input.acc .list_search dd ul li:nth-child(6n) {
    margin-right: 0;
  }
}
#inline_content.block_step_modal .block_input.add .list_search + .list_search {
  margin-top: 25px;
}

#inline_content.block_step_modal .block_input.add .list_search dd {
  margin-top: 15px;
}

#inline_content.block_step_modal .block_input.add .list_search dd ul {
  display: flex;
  flex-wrap: wrap;
}

#inline_content.block_step_modal .block_input.add .list_search dd ul > li {
  width: 50%;
}

#inline_content.block_step_modal .block_input.add .list_search dd ul > li:nth-child(n+3) {
  margin-top: 15px;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input.add {
    padding: 10px 50px 5px !important;
  }
  #inline_content.block_step_modal .block_input.add .list_search {
    padding-bottom: 0 !important;
  }
  #inline_content.block_step_modal .block_input.add .list_search + .list_search {
    margin-top: 0;
  }
  #inline_content.block_step_modal .block_input.add .list_search dd {
    margin-top: 0;
  }
  #inline_content.block_step_modal .block_input.add .list_search dd ul > li {
    width: auto;
    margin-right: 60px;
  }
  #inline_content.block_step_modal .block_input.add .list_search dd ul > li:nth-child(n+3) {
    margin-top: 0;
  }
}
#inline_content.block_step_modal .block_input.add .box .ttl_sub {
  margin-bottom: 0.9em;
  font-size: 1.8rem;
  font-weight: bold;
}

#inline_content.block_step_modal .block_input.add .box + .box {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px dashed #d2d2d2;
}

#inline_content.block_step_modal .block_input.add .box .btn_area {
  margin-top: 30px;
  flex-direction: row;
  justify-content: space-between;
}

#inline_content.block_step_modal .block_input.add .box .btn_area > li {
  font-size: 1.6rem;
}

#inline_content.block_step_modal .block_input.add .box .btn_area > li + li {
  margin-top: 0;
  margin-left: 5px;
}

#inline_content.block_step_modal .block_input.add .box .btn_area > li .btn {
  height: 40px;
  width: calc((100vw - 67px) / 2);
}

#inline_content.block_step_modal .block_input.add .box .link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#inline_content.block_step_modal .block_input.add .box .link_area > li {
  width: calc((100vw - 67px) / 2);
  font-size: 1.6rem;
}

#inline_content.block_step_modal .block_input.add .box .link_area > li:nth-child(n+3) {
  margin-top: 10px;
}

#inline_content.block_step_modal .block_input.add .box .link_area > li a {
  height: 40px;
  border: 2px solid #57b597;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #57b597;
  position: relative;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

#inline_content.block_step_modal .block_input.add .box .link_area > li a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: rotate(135deg);
}

#inline_content.block_step_modal .block_input.add .box .search_wrap .ttl {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
}

#inline_content.block_step_modal .block_input.add .box .cts + .cts {
  margin-top: 30px;
}

@media (min-width: 769px) {
  #inline_content.block_step_modal .block_input.add {
    padding: 0 49px 50px !important;
  }
  #inline_content.block_step_modal .block_input.add .box + .box {
    margin-top: 40px;
    padding-top: 35px;
  }
  #inline_content.block_step_modal .block_input.add .box .btn_area {
    margin-top: 20px;
    justify-content: center;
  }
  #inline_content.block_step_modal .block_input.add .box .btn_area > li + li {
    margin-left: 25px;
  }
  #inline_content.block_step_modal .block_input.add .box .btn_area > li .btn {
    height: 50px;
    width: 250px;
    border-radius: 25px;
    font-size: 1.4rem;
    cursor: pointer;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area {
    display: flex !important;
    justify-content: flex-start;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area > li {
    width: auto;
    margin-right: 15px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area > li:nth-child(n+3) {
    margin-top: 0;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area > li:nth-child(n+6) {
    margin-top: 15px;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area > li:nth-child(5n) {
    margin-right: 0;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area > li a {
    width: 168px;
    height: 46px;
    border-radius: 23px;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area > li a:hover {
    color: #fff;
    background-color: #57b597;
  }
  #inline_content.block_step_modal .block_input.add .box .link_area > li a:hover::after {
    border-color: #fff;
  }
  #inline_content.block_step_modal .block_input.add .box .search_wrap {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #inline_content.block_step_modal .block_input.add .box .search_wrap .ttl {
    margin-right: 50px;
    margin-bottom: 0;
  }
  #inline_content.block_step_modal .block_input.add .box .cts + .cts {
    margin-top: 40px;
  }
}
/* 斎場top スライダー */
.block_halltop_slider {
  margin-left: -15px;
  margin-right: -15px;
  height: 504px;
  overflow: hidden;
}

.block_halltop_slider .list_halltop_slider .slick-arrow {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  position: absolute;
  top: 30vw;
  margin-top: -20px;
  display: block;
  z-index: 5;
}

.block_halltop_slider .list_halltop_slider .slick-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  top: 50%;
}

@media (min-width: 769px) {
  .block_halltop_slider .list_halltop_slider .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border-color: #5bb497;
    cursor: pointer;
    top: 202px;
    margin-top: -25px;
    transition: all 0.3s;
  }
  .block_halltop_slider .list_halltop_slider .slick-arrow::after {
    width: 12px;
    height: 12px;
    margin-top: -7px;
  }
  .block_halltop_slider .list_halltop_slider .slick-arrow:hover {
    border-color: #57b597;
    background-color: #57b597;
  }
  .block_halltop_slider .list_halltop_slider .slick-arrow:hover::after {
    border-color: #fff;
  }
}
.block_halltop_slider .list_halltop_slider .slick-arrow.slick-prev {
  left: 6px;
}

.block_halltop_slider .list_halltop_slider .slick-arrow.slick-prev::after {
  transform: rotate(135deg);
  left: 14px;
}

@media (min-width: 769px) {
  .block_halltop_slider .list_halltop_slider .slick-arrow.slick-prev {
    left: -80px;
  }
  .block_halltop_slider .list_halltop_slider .slick-arrow.slick-prev::after {
    left: 19px;
  }
}
.block_halltop_slider .list_halltop_slider .slick-arrow.slick-next {
  right: 6px;
}

.block_halltop_slider .list_halltop_slider .slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  right: 14px;
}

@media (min-width: 769px) {
  .block_halltop_slider .list_halltop_slider .slick-arrow.slick-next {
    right: -80px;
  }
  .block_halltop_slider .list_halltop_slider .slick-arrow.slick-next::after {
    right: 19px;
  }
}
.block_halltop_slider .list_halltop_slider .link .block_set_rmd.slide_inrBox {
  position: relative;
}

.block_halltop_slider .list_halltop_slider .link .img {
  width: 100%;
}

.block_halltop_slider .list_halltop_slider .link .img img {
  width: 100%;
  height: 60vw;
  object-fit: cover;
}

@media (min-width: 769px) {
  .block_halltop_slider .list_halltop_slider .link .img {
    width: 674px;
  }
  .block_halltop_slider .list_halltop_slider .link .img img {
    height: 405px;
  }
}
.block_halltop_slider .txt_halltop {
  margin-top: 12px;
  margin-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}

.block_halltop_slider .txt_halltop p {
  font-size: 1.4rem;
  line-height: 1.5714;
}

.block_halltop_slider .txt_halltop p.tag {
  font-weight: bold;
}

@media (min-width: 769px) {
  .block_halltop_slider .txt_halltop {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .block_halltop_slider .txt_halltop p {
    font-size: 1.5rem;
  }
  .block_halltop_slider .txt_halltop p.tag {
    flex: none;
    margin-right: 1em;
  }
}
/* .list_rmd_hall */
.list_rmd_hall {
  margin-top: 30px;
  margin-bottom: 35px;
}

.list_rmd_hall > li + li {
  margin-top: 30px;
}

.list_rmd_hall > li a {
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  display: block;
  background-color: #fff;
}

.list_rmd_hall > li a .img {
  border-radius: 5px 5px 0 0;
}

.list_rmd_hall > li a .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  height: 54.1333vw;
}

.list_rmd_hall > li a .txt {
  padding: 14px 15px 14px;
}

.list_rmd_hall > li a .txt .ttl {
  margin-bottom: 0.4em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #57b597;
}

.list_rmd_hall > li a .txt .address {
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.3571;
  background-image: url("../img/icn_address.svg");
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: left top 2px;
}

.list_rmd_hall > li a .txt .list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.list_rmd_hall > li a .txt .list > li {
  margin-right: 6px;
  margin-bottom: 6px;
}

.list_rmd_hall > li a .txt .list > li .icn img {
  width: 25px;
}

@media (min-width: 769px) {
  .list_rmd_hall {
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
  }
  .list_rmd_hall > li {
    margin-right: 20px;
  }
  .list_rmd_hall > li + li {
    margin-top: 0;
  }
  .list_rmd_hall > li:nth-child(4n) {
    margin-right: 0;
  }
  .list_rmd_hall > li:nth-child(n+5) {
    margin-top: 20px;
  }
  .list_rmd_hall > li a {
    width: 235px;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
  }
  .list_rmd_hall > li a .img {
    overflow: hidden;
  }
  .list_rmd_hall > li a .img img {
    height: 117px;
    border-radius: 5px 5px 0 0;
    transition: transform 0.3s ease;
  }
  .list_rmd_hall > li a .txt {
    padding: 14px 15px 10px;
  }
  .list_rmd_hall > li a .txt .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list_rmd_hall > li a .txt .address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list_rmd_hall > li a .txt .list {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .list_rmd_hall > li a .txt .list > li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .list_rmd_hall > li a .txt .list > li .icn img {
    width: 21px;
  }
  .list_rmd_hall > li a .txt .list > li:nth-child(8n) {
    margin-right: 0;
  }
  .list_rmd_hall > li a .txt .list > li:nth-child(n+9) {
    margin-top: 5px;
  }
  .list_rmd_hall > li a:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px 1px #d2d2d2;
  }
  .list_rmd_hall > li a:hover .img img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
/* .map_halltop */
.map_halltop {
  margin: 50px -15px 0;
}

.map_halltop .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.map_halltop .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .map_halltop {
    margin: 100px 0 0;
  }
  .map_halltop .map {
    height: 430px;
    padding: 0;
  }
  .map_halltop .map iframe {
    position: relative;
  }
}
/* .table_halltop */
.table_halltop {
  margin-top: 30px;
  line-height: 1.6;
}

.table_halltop .table {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}

.table_halltop .table + .table {
  margin-top: -1px;
}

.table_halltop .table tr {
  border-bottom: 1px solid #d2d2d2;
}

.table_halltop .table tr th {
  width: calc(4em + 20px);
  padding: 6px 10px 5px;
  font-weight: normal;
  background-color: #eef8f4;
  vertical-align: middle;
}

.table_halltop .table tr th p {
  font-size: 1.4rem;
  line-height: 1.5714;
}

.table_halltop .table tr td {
  padding: 6px 10px 5px;
}

.table_halltop .table tr td p {
  font-size: 1.4rem;
  line-height: 1.5714;
}

.table_halltop .table tr td .list_scale {
  margin-top: 1px;
}

.table_halltop .table tr td .list_scale > li {
  min-height: 18px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
}

.table_halltop .table tr td .list_scale > li + li {
  margin-top: 0.4em;
}

.table_halltop .table tr td .list_scale > li .icn {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 9px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  background-color: #57b597;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table_halltop .table tr td .list_scale > li span {
  display: block;
}

@media (min-width: 769px) {
  .table_halltop {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    gap: 30px;
  }
  .table_halltop .table + .table {
    margin-top: 0;
  }
  .table_halltop .table tr th {
    width: calc(4em + 36px);
    padding: 16px 18px 15px 18px;
  }
  .table_halltop .table tr td {
    padding: 16px 5px 15px 18px;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .table_halltop {
    margin-bottom: 4rem;
  }
}
.list_mainplan > li a {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  display: block;
  color: #333;
  text-decoration: none;
}

.about.list_mainplan.about_four > li a {
  height: 26.6666vw;
  display: flex;
}

@media (min-width: 769px) {
  .about.list_mainplan.about_four > li a {
    height: 100%;
    display: block;
  }
}
.list_mainplan > li a .img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.list_mainplan > li a .img img {
  transition: all 0.3s;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  width: 480px;
  height: 240px;
}

.about.list_mainplan.about_four > li a .img {
  border-radius: 5px 0 0 5px;
}

.about.list_mainplan.about_four > li a .img img {
  height: 26.6666vw;
  border-radius: 5px 0 0 5px;
}

@media (min-width: 769px) {
  .about.list_mainplan.about_four > li a .img {
    border-radius: 5px 5px 0 0;
  }
  .about.list_mainplan.about_four > li a .img img {
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 769px) {
  .list_mainplan.about.about_four {
    gap: 2rem;
  }
  .about.interview.list_mainplan > li a .img img {
    height: 210px;
  }
}
.list_mainplan > li a .txt {
  padding: 15px;
}

.about.list_mainplan > li a .txt {
  padding: 17px 15px 20px;
}

@media (min-width: 769px) {
  .about.list_mainplan > li a .txt {
    padding: 27px 30px 32px;
  }
  .about.list_mainplan.about_four > li a .txt {
    padding: 13px 15px 17px;
  }
}
.about.interview.list_mainplan > li a .txt .name_area {
  margin-bottom: 0.2em;
}

.about.interview.list_mainplan > li a .txt .name_area .add {
  font-weight: bold;
  margin-right: 0.8em;
}

.about.interview.list_mainplan > li a .txt .name_area .name::after {
  content: "様";
  margin-left: 0.4em;
}

@media (min-width: 769px) {
  .about.interview.list_mainplan > li a .txt .name_area {
    font-size: 1.8rem;
  }
}
.about.interview.list_mainplan > li a .txt .ttl {
  text-align: left;
  margin-bottom: 0.4em;
}

@media (min-width: 769px) {
  .about.interview.list_mainplan > li a .txt .ttl {
    margin-bottom: 0.6em;
  }
}
.about.interview.list_mainplan > li a .txt .ex {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 769px) {
  .about.interview.list_mainplan > li a .txt .ex {
    display: block;
  }
}
.about.list_mainplan.about_four > li a .txt {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media (min-width: 769px) {
  .about.list_mainplan.about_four > li a .txt {
    padding: 12px 15px 15px;
    display: block;
  }
}
.list_mainplan > li a .txt .ttl {
  text-align: center;
  margin-bottom: 12px;
}

.list_mainplan > li a .txt .ttl img {
  height: 9vw;
}

.about.list_mainplan.about_four > li a .txt .ttl {
  margin-bottom: 0;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  font-size: 4.8vw;
}

.about.list_mainplan > li a .txt .ttl {
  margin-bottom: 0.5em;
  color: #57b597;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .about.list_mainplan > li a .txt .ttl {
    margin-bottom: 0.6em;
    font-size: 2.6rem;
  }
  .about.list_mainplan.about_four > li a .txt .ttl {
    margin-bottom: 0.45em;
    font-size: 1.8rem;
    color: #57b597;
    font-weight: bold;
    line-height: 1.3888;
    text-align: left;
  }
}
.list_mainplan > li a .txt .ex {
  line-height: 1.5;
  font-size: 16px;
}

.about.list_mainplan.about_four > li a .txt .ex {
  display: none;
}

@media (min-width: 769px) {
  .about.list_mainplan.about_four > li a .txt .ex {
    display: block;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }
}
.list_mainplan > li a .txt .list_point_wrap {
  margin-top: 8px;
}

.list_mainplan > li a .txt .list_point_wrap .persons {
  display: none;
}

.list_mainplan > li a .txt .list_point_wrap .list_point {
  margin-right: -1.3333vw;
  display: flex;
  flex-wrap: wrap;
}

.list_mainplan > li a .txt .list_point_wrap .list_point > li.list {
  height: 4.8vw;
  margin-right: 1.3333vw;
  margin-bottom: 1.3333vw;
  font-size: 3.2vw;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((94.6667vw - 60px) / 5);
}

.list_mainplan > li a .txt .price {
  margin-top: 10px;
  margin-right: -15px;
  display: flex;
  align-items: center;
}

.list_mainplan > li a .txt .price .icn {
  margin-right: 2.4vw;
}

.list_mainplan > li a .txt .price .icn img {
  width: 46px;
  height: 46px;
}

.list_mainplan > li a .txt .price .persons {
  margin-right: 2.6666vw;
  font-size: 3.7333vw;
  line-height: 1.2;
}

.list_mainplan > li a .txt .price .persons .eng {
  font-size: 4.2666vw;
}

.list_mainplan > li a .txt .price .number {
  font-size: 12vw;
  color: #d73e65;
  line-height: 1 !important;
}

.list_mainplan > li a .txt .price .yen {
  margin-left: 0.2em;
  margin-bottom: -1.2em;
  font-size: 4.2666vw;
  line-height: 1 !important;
  font-weight: bold;
  font-feature-settings: "palt";
}

@media (min-width: 769px) {
  .list_mainplan {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    container-type: inline-size;
  }
  .list_mainplan p {
    text-align: left;
  }
  .list_mainplan > li a {
    width: 480px;
    height: 100%;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
  }
  @container (max-width: 940px) {
    .list_mainplan > li a {
      width: 450px;
    }
  }
  @container (max-width: 740px) {
    .list_mainplan > li a {
      width: 350px;
    }
  }
  .about.list_mainplan.about_four > li a {
    width: 235px;
  }
  @container (max-width: 940px) {
    .about.list_mainplan.about_four > li a {
      width: 220px;
    }
  }
  .list_mainplan > li a .txt {
    padding: 22px 20px 20px;
  }
  .list_mainplan > li a .txt .ttl {
    margin-bottom: 18px;
  }
  .list_mainplan > li a .txt .ttl img {
    height: 44px;
  }
  .list_mainplan > li a .txt .list_point_wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
  }
  .list_mainplan > li a .txt .list_point_wrap .persons {
    flex: 1;
    text-align: center;
    display: block;
    line-height: 1;
  }
  .list_mainplan > li a .txt .list_point_wrap .persons .eng {
    font-size: 2.2rem;
  }
  .list_mainplan > li a .txt .list_point_wrap .list_point {
    width: 334px;
    margin-right: 0;
  }
  .list_mainplan > li a .txt .list_point_wrap .list_point > li.list {
    width: 62px;
    height: 22px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .list_mainplan > li a .txt .list_point_wrap .list_point > li.list:nth-child(5n) {
    margin-right: 0;
  }
  .list_mainplan > li a .txt .price .icn {
    margin-right: 10px;
  }
  .list_mainplan > li a .txt .price .persons {
    display: none;
  }
  .list_mainplan > li a .txt .price .number {
    font-size: 4.2rem;
  }
  .list_mainplan > li a .txt .price .yen {
    margin-bottom: -12px;
    font-size: 1.8rem;
  }
  .about.list_mainplan.about_four > li a .img img {
    height: 117px;
  }
  .list_mainplan > li a:hover {
    opacity: 0.7;
  }
  .list_mainplan > li a .img img {
    transition: transform 0.3s ease;
  }
  .list_mainplan > li a:hover .img img {
    transform: scale(1.05);
  }
}
/* ご葬儀知識スライダー */
.knowledgeList a .txt {
  padding: 17px 15px 20px;
}

.knowledgeList a .txt .ttl {
  margin-bottom: 0.5em;
  color: #57b597;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .knowledgeList a .txt .ttl {
    margin-bottom: 0.6em;
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .knowledgeList a .txt {
    padding: 27px 30px 32px;
  }
}
/* .block_hall_slider */
.block_hall_slider {
  margin-top: 35px;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.block_hall_slider .ttl_block {
  margin-bottom: 0.7em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
  text-align: center;
}

.block_hall_slider .list_hall_slider {
  position: relative;
}

.block_hall_slider .list_hall_slider .slick-arrow {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  z-index: 5;
}

.block_hall_slider .list_hall_slider .slick-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  top: 50%;
}

.block_hall_slider .list_hall_slider .slick-arrow.slick-prev {
  left: 6px;
}

.block_hall_slider .list_hall_slider .slick-arrow.slick-prev::after {
  transform: rotate(135deg);
  left: 14px;
}

.block_hall_slider .list_hall_slider .slick-arrow.slick-next {
  right: 6px;
}

.block_hall_slider .list_hall_slider .slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  right: 14px;
}

@media all and (min-width: 767px) {
  .block_hall_slider .list_hall_slider .link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.block_hall_slider .list_hall_slider .link a {
  width: 69.3333vw;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  display: block;
  background-color: #fff;
}

.block_hall_slider .list_hall_slider .link a .img {
  border-radius: 5px 5px 0 0;
}

.block_hall_slider .list_hall_slider .link a .img img {
  width: 100%;
  height: 39.7333vw;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.block_hall_slider .list_hall_slider .link a .txt {
  padding: 14px 15px 14px;
}

.block_hall_slider .list_hall_slider .link a .txt .ttl {
  margin-bottom: 0.4em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #57b597;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block_hall_slider .list_hall_slider .link a .txt .address {
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.3571;
  background-image: url("../img/icn_address.svg");
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: left top 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .block_hall_slider {
    margin-top: 90px;
    margin-bottom: 80px;
  }
  .block_hall_slider .list_hall_slider {
    width: 920px;
    height: 212px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .block_hall_slider .list_hall_slider .slick-arrow {
    border-color: #5bb497;
    transition: all 0.3s;
    cursor: pointer;
  }
  .block_hall_slider .list_hall_slider .slick-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 15px;
  }
  .block_hall_slider .list_hall_slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .block_hall_slider .list_hall_slider .slick-arrow.slick-prev::after {
    left: 15px;
  }
  .block_hall_slider .list_hall_slider .slick-arrow.slick-next {
    right: -50px;
  }
  .block_hall_slider .list_hall_slider .slick-arrow.slick-next::after {
    right: 15px;
  }
  .block_hall_slider .list_hall_slider .slick-arrow:hover {
    background-color: #5bb497;
  }
  .block_hall_slider .list_hall_slider .slick-arrow:hover::after {
    border-color: #fff;
  }
  .block_hall_slider .list_hall_slider .link {
    width: 230px;
    margin-left: 0;
  }
  .block_hall_slider .list_hall_slider .link a {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
    display: block;
  }
  .block_hall_slider .list_hall_slider .link a .img {
    overflow: hidden;
  }
  .block_hall_slider .list_hall_slider .link a .img img {
    height: 105px;
    transition: all 0.3s;
  }
  .block_hall_slider .list_hall_slider .link a .txt {
    padding: 14px 10px 15px;
  }
  .block_hall_slider .list_hall_slider .link a .txt .ttl {
    font-size: 1.6rem;
  }
  .block_hall_slider .list_hall_slider .link a:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px 1px #d2d2d2;
  }
  .block_hall_slider .list_hall_slider .link a:hover .img img {
    transform: scale(1.05);
    transition: all 0.3s;
  }
  .block_hall_slider .list_hall_slider .link .list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .block_hall_slider .list_hall_slider .link .list > li .icn img {
    width: 21px;
  }
  .block_hall_slider .list_hall_slider .link a .txt .address {
    text-align: left;
    margin-bottom: 10px;
  }
}
/* .block_slider_lp */
.block_lp_slider {
  margin-top: 60px;
  margin-bottom: -10px;
}

@media (min-width: 769px) {
  .block_lp_slider {
    margin-top: 100px;
    margin-bottom: -40px;
  }
}
.block_lp_slider .list_lp_slider {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.block_lp_slider .list_lp_slider.slick-initialized {
  opacity: 1;
}

.block_lp_slider .list_lp_slider .cts {
  margin-right: 1px;
  margin-left: 1px;
}

.block_lp_slider .list_lp_slider .cts a {
  width: 195px;
  height: 130px;
  display: block;
}

.block_lp_slider .list_lp_slider .cts a .img {
  overflow: hidden;
}

.block_lp_slider .list_lp_slider .cts a .img img {
  width: 100%;
  height: 130px;
  transition: all 0.3s;
  object-fit: cover;
}

@media (min-width: 769px) {
  .block_lp_slider .list_lp_slider .cts a[href]:hover {
    opacity: 0.7;
  }
  .block_lp_slider .list_lp_slider .cts a[href]:hover .img img {
    transform: scale(1.2);
    transition: all 0.3s;
  }
}
/* .list_lp_type02 */
.list_lp_type02 > li + li {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .list_lp_type02 > li + li {
    margin-top: 80px;
  }
}
.list_lp_type02 > li:nth-child(1) .txt .ttl {
  background-image: url("../img/list_lp_type02_01.svg");
}

.list_lp_type02 > li:nth-child(2) .txt .ttl {
  background-image: url("../img/list_lp_type02_02.svg");
}

.list_lp_type02 > li:nth-child(3) .txt .ttl {
  background-image: url("../img/list_lp_type02_03.svg");
}

.list_lp_type02 > li:nth-child(4) .txt .ttl {
  background-image: url("../img/list_lp_type02_04.svg");
}

.list_lp_type02 > li:nth-child(5) .txt .ttl {
  background-image: url("../img/list_lp_type02_05.svg");
}

.list_lp_type02 > li:nth-child(6) .txt .ttl {
  background-image: url("../img/list_lp_type02_06.svg");
}

.list_lp_type02 > li .txt {
  padding-left: 5px;
  padding-right: 5px;
}

.list_lp_type02 > li .txt .ttl {
  margin-bottom: 0.7em;
  padding-top: 45px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2727;
  color: #57b597;
  background-repeat: no-repeat;
  background-position: left top;
}

@media (min-width: 769px) {
  .list_lp_type02 > li .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .list_lp_type02 > li .txt .ttl {
    width: 704px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 188px;
    font-size: 3.4rem;
    line-height: 1.4117;
    background-size: 138px auto;
    background-position: left 10px center;
  }
  .list_lp_type02 > li .txt p {
    width: 684px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    line-height: 1.7777;
  }
}
.list_lp_type02 > li .img {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.list_lp_type02 > li .img img {
  width: 100%;
}

@media (min-width: 769px) {
  .list_lp_type02 > li .img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}
/* .list_lp_type02_new */
.list_lp_type02_new {
  margin-bottom: -20px;
}

@media (min-width: 769px) {
  .list_lp_type02_new {
    margin-bottom: 0;
  }
}
.list_lp_type02_new > li {
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
}

.list_lp_type02_new > li + li {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li + li {
    margin-top: 80px;
  }
}
.list_lp_type02_new > li .round {
  position: absolute;
  display: block;
  width: 24vw;
  height: 24vw;
  border-radius: 50%;
  background-color: #57b597;
  opacity: 0;
}

.list_lp_type02_new > li .round.white {
  background-color: #fff;
}

.list_lp_type02_new > li .round.white.r1 {
  opacity: 0.3;
}

.list_lp_type02_new > li .round.white.r2 {
  opacity: 0.4;
}

.list_lp_type02_new > li .round.white.r3 {
  opacity: 0.5;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .round {
    width: 120px;
    height: 120px;
  }
}
.list_lp_type02_new > li .img_area {
  position: relative;
  height: 61.3333vw;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .img_area {
    height: 500px;
  }
}
.list_lp_type02_new > li .img_area .img_main {
  height: 61.3333vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .img_area .img_main {
    height: 500px;
  }
}
.list_lp_type02_new > li .img_area .tag {
  width: 26.9333vw;
  height: 26.1333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
}

.list_lp_type02_new > li .img_area .tag .img {
  position: absolute;
}

.list_lp_type02_new > li .img_area .tag .img.img_circle {
  top: 0;
  left: 0;
}

.list_lp_type02_new > li .img_area .tag .img.img_fascination {
  width: 6.4vw;
  height: auto;
  position: static;
  z-index: 5;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .img_area .tag {
    width: 135px;
    height: 131px;
    top: 33px;
    left: 33px;
  }
  .list_lp_type02_new > li .img_area .tag .img.img_circle {
    top: 0;
    left: 0;
  }
  .list_lp_type02_new > li .img_area .tag .img.img_fascination {
    width: 42px;
  }
}
.list_lp_type02_new > li .cts {
  padding: 20px 15px;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .cts {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.list_lp_type02_new > li .cts .cts_txt .ttl {
  margin-bottom: 18px;
}

.list_lp_type02_new > li .cts .cts_txt .ttl img {
  width: auto;
}

.list_lp_type02_new > li .cts .cts_txt p {
  font-size: 1.4rem;
  line-height: 1.7148;
}

.list_lp_type02_new > li .cts .cts_txt p.imgin::after {
  content: "";
  clear: both;
  display: block;
}

.list_lp_type02_new > li .cts .cts_txt p.imgin img {
  width: 33vw;
  height: auto;
  float: right;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .cts .cts_txt {
    width: 700px;
  }
  .list_lp_type02_new > li .cts .cts_txt .ttl {
    margin-bottom: 36px;
  }
  .list_lp_type02_new > li .cts .cts_txt p {
    width: 645px;
    font-size: 1.8rem;
    line-height: 1.7777;
  }
}
.list_lp_type02_new > li .cts .cts_img {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .cts .cts_img {
    margin-top: 0;
  }
}
.list_lp_type02_new > li .cts .cts_img.type01 {
  display: flex;
  align-items: center;
}

.list_lp_type02_new > li .cts .cts_img.type01 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.list_lp_type02_new > li .cts .cts_img.type01 p {
  margin-left: 20px;
  color: #57b597;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.714;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .cts .cts_img.type01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .list_lp_type02_new > li .cts .cts_img.type01 img {
    width: 150px;
    height: 150px;
  }
  .list_lp_type02_new > li .cts .cts_img.type01 p {
    margin-top: 12px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
}
.list_lp_type02_new > li .cts .cts_img.type02 img {
  width: auto;
  height: 21.048vw;
}

@media (min-width: 769px) {
  .list_lp_type02_new > li .cts .cts_img.type02 img {
    height: auto;
  }
}
.list_lp_type02_new > li .cts .cts_img.type03 img {
  width: 199px;
}

/* .section_search.tab_box */
.section.bg.section_search {
  padding-bottom: 20px;
}

.section.bg.section_search .ttl_lp {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .section.bg.section_search {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .section.bg.section_search .ttl_lp {
    margin-bottom: 30px;
  }
}
.tab_box .tab_area {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_box .tab_area .tag {
  margin-right: 52px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #57b597;
}

.tab_box .tab_area .tab_btn {
  width: 182px;
  height: 60px;
  color: #57b597;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #57b597;
  border-radius: 30px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tab_box .tab_area .tab_btn + .tab_btn {
  margin-left: 20px;
}

.tab_box .tab_area .tab_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 27px;
  top: 50%;
  transform: rotate(45deg);
}

.tab_box .tab_area .tab_btn:hover {
  color: #fff;
  background-color: #57b597;
}

.tab_box .tab_area .tab_btn:hover::after {
  border-color: #fff;
}

.tab_box .tab_area .tab_btn.active {
  color: #fff;
  background-color: #57b597;
}

.tab_box .tab_area .tab_btn.active::after {
  border-color: #fff;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  animation: fadeInPage 1.2s ease 0s 1 normal forwards;
  display: block;
}

/* .section_case 事例ページ */
.section_case .ttl_lp {
  margin-bottom: 20px;
}

.section_case .list_case {
  position: relative;
}

@media (min-width: 769px) {
  .section_case .list_case {
    display: flex;
    flex-wrap: wrap;
  }
}
.section_case .list_case .cts a {
  display: block;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

@media (min-width: 769px) {
  .section_case .list_case .cts a {
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  }
  .section_case .list_case .cts a:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px 1px #d2d2d2;
  }
  .section_case .list_case .cts a:hover .img img {
    transform: scale(1.05);
    transition: all 0.3s;
  }
}
.section_case .list_case .cts a .img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.section_case .list_case .cts a .img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  transition: all 0.3s;
}

.section_case .list_case .cts a .txt {
  padding: 15px;
}

.section_case .list_case .cts a .txt .ttl {
  margin-bottom: 0.6em;
  color: #57b597;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .section_case .list_case .cts a .txt {
    padding: 20px;
  }
  .section_case .list_case .cts a .txt .tag {
    margin-bottom: 0.2em;
    font-size: 2rem;
  }
  .section_case .list_case .cts a .txt .ttl {
    font-size: 1.6rem;
  }
}
.section_case .list_case .cts a .txt .price {
  margin-right: -15px;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .section_case .list_case .cts a .txt .price {
    padding-top: 27px;
    position: relative;
  }
}
.section_case .list_case .cts a .txt .price .icn {
  margin-right: 1.6vw;
}

.section_case .list_case .cts a .txt .price .icn img {
  width: 8.5333vw;
  height: auto;
}

@media (min-width: 769px) {
  .section_case .list_case .cts a .txt .price .icn {
    width: 40px;
    height: 48px;
    margin-right: 10px;
  }
  .section_case .list_case .cts a .txt .price .icn img {
    width: 65px;
  }
}
.section_case .list_case .cts a .txt .price .persons {
  margin-right: 1.8666vw;
  font-size: 3.2vw;
  line-height: 1.2;
}

.section_case .list_case .cts a .txt .price .persons .eng {
  font-size: 3.73333vw;
}

@media (min-width: 769px) {
  .section_case .list_case .cts a .txt .price .persons {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem;
  }
  .section_case .list_case .cts a .txt .price .persons .eng {
    font-size: 2rem;
  }
}
.section_case .list_case .cts a .txt .price .number {
  margin-top: -0.3em;
  font-size: 8vw;
  color: #d73e65;
  line-height: 1 !important;
}

@media (min-width: 769px) {
  .section_case .list_case .cts a .txt .price .number {
    margin-top: -0.1em;
    font-size: 4rem;
  }
}
.section_case .list_case .cts a .txt .price .yen {
  margin-left: 0.2em;
  margin-bottom: -0.2em;
  font-size: 4.2222vw;
  line-height: 1.2;
  font-weight: bold;
  font-feature-settings: "palt";
}

@media (min-width: 769px) {
  .section_case .list_case .cts a .txt .price .yen {
    font-size: 1.8rem;
  }
  .section_case .list_case .cts a .txt .price .yen::before {
    display: none;
  }
}
.section_case .list_case .cts a .txt .list_point {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75em;
  margin-right: -1.3333vw;
}

.section_case .list_case .cts a .txt .list_point > li.list {
  width: 13.6vw;
  width: calc((94.6667vw - 60px) / 5);
  height: 4.8vw;
  margin-right: 1.3333vw;
  margin-bottom: 1.3333vw;
  font-size: 3.2vw;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_case .list_case.list_case_slider {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 769px) {
  .section_case .list_case.list_case_slider {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.section_case .list_case.list_case_slider .cts {
  width: calc(69.3333vw + 20px);
  margin-left: calc((30.6666vw - 20px) / 2 * -1);
  padding: 10px;
}

@media (min-width: 769px) {
  .section_case .list_case.list_case_slider .cts {
    width: 320px;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
  }
  .section_case .list_case.list_case_slider .cts:nth-child(3n) {
    margin-right: 0;
  }
  .section_case .list_case.list_case_slider .cts:nth-child(n+4) {
    margin-top: 20px;
  }
}
.section_case .list_case.list_case_slider .cts a {
  border-radius: 5px;
  background-color: #fff;
  display: block;
}

@media (min-width: 769px) {
  .section_case .list_case.list_case_slider .cts a {
    height: 100% !important;
  }
}
.section_case .list_case.list_case_slider .cts a .img {
  height: 37.6vw;
}

.section_case .list_case.list_case_slider .cts a .img img {
  width: 100%;
  height: 37.6vw;
}

@media (min-width: 769px) {
  .section_case .list_case.list_case_slider .cts a .img {
    height: auto;
  }
  .section_case .list_case.list_case_slider .cts a .img img {
    height: 174px;
  }
}
.section_case .list_case.list_case_slider .cts a .txt {
  padding: 13px;
}

.section_case .list_case.list_case_slider .cts a .txt .ttl {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .section_case .list_case.list_case_slider .cts a .txt {
    padding: 15px 20px 15px;
  }
  .section_case .list_case.list_case_slider .cts a .txt .ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.section_case .list_case.list_case_slider .cts a .txt .list_point {
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
}

.section_case .list_case.list_case_slider .cts a .txt .list_point > li.list {
  width: 11.093333vw;
  width: calc((71.2334vw - 61px) / 5);
  height: 4.5333vw;
  font-size: 2.6666vw;
  margin-right: 1.0666vw;
  margin-bottom: 1.0666vw;
}

@media (min-width: 769px) {
  .section_case .list_case.list_case_slider .cts a .txt .list_point {
    margin-top: 4px;
  }
  .section_case .list_case.list_case_slider .cts a .txt .list_point > li.list {
    width: 52px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
.section_case .list_case.main .cts a {
  height: 100% !important;
  display: block;
}

.section_case .list_case.main .cts a .img img {
  width: 100%;
  height: 49.6vw;
}

.section_case .list_case.main .cts a .txt .price .icn {
  margin-right: 2.4vw;
}

.section_case .list_case.main .cts a .txt .price .icn img {
  width: 11.7333vw;
}

.section_case .list_case.main .cts a .txt .price .persons {
  margin-right: 4vw;
  font-size: 4.2666vw;
}

.section_case .list_case.main .cts a .txt .price .persons .eng {
  font-size: 5.3333vw;
}

.section_case .list_case.main .cts a .txt .price .number {
  font-size: 10.6666vw;
}

.section_case .list_case.main .cts a .txt .price .yen {
  margin-left: 0.2em;
  margin-bottom: -0.6em;
  font-size: 4.2222vw;
}

.section_case .list_case.main .cts a .txt .price .yen::before {
  font-size: 3.7333vw;
}

.section_case .list_case .slick-arrow {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  position: absolute;
  top: 37.6vw;
  margin-top: -10px;
  display: block;
  z-index: 5;
}

.section_case .list_case .slick-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  top: 50%;
}

@media (min-width: 769px) {
  .section_case .list_case .slick-arrow {
    cursor: pointer;
    top: 155px;
    transition: all 0.3s;
  }
  #main .section_case .list_case .slick-arrow:hover {
    border-color: #57b597;
    background-color: #57b597;
  }
  .section_case .list_case .slick-arrow:hover::after {
    border-color: #fff;
  }
}
.section_case .list_case .slick-arrow.slick-prev {
  left: 5px;
}

.section_case .list_case .slick-arrow.slick-prev::after {
  transform: rotate(135deg);
  left: 14px;
}

@media (min-width: 769px) {
  .section_case .list_case .slick-arrow.slick-prev {
    left: 0;
  }
}
.section_case .list_case .slick-arrow.slick-next {
  right: 5px;
}

.section_case .list_case .slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  right: 14px;
}

@media (min-width: 769px) {
  .section_case .list_case .slick-arrow.slick-next {
    right: 0;
  }
}
.section_case .list_case .slick-dots {
  margin-top: 25px;
  margin-bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  .section_case .list_case .slick-dots {
    width: 100%;
  }
}
.section_case .list_case .slick-dots > li button {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.section_case .list_case .slick-dots > li button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #57b597;
  opacity: 0.4;
  display: block;
}

.section_case .list_case .slick-dots > li.slick-active button {
  width: 10px;
  height: 10px;
}

.section_case .list_case .slick-dots > li.slick-active button::before {
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
}

/* .box_table_set Q.お布施の金額も公開しているの？ reason01_01 */
.box_table_set .ttl {
  margin-bottom: 0.7em;
  font-size: 1.6rem;
}

.box_table_set .table_set {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

.box_table_set .table_set + .ttl {
  margin-top: 30px;
}

.box_table_set .table_set tr {
  border-bottom: 1px solid #d2d2d2;
}

.box_table_set .table_set tr:last-child {
  border-bottom: none;
}

.box_table_set .table_set tr th {
  width: 50%;
  padding: 8px 10px 7px;
  font-weight: normal;
  background-color: #eef8f4;
  border-right: 1px solid #d2d2d2;
  vertical-align: middle;
}

.box_table_set .table_set tr th p {
  line-height: 1.375;
}

@media (min-width: 769px) {
  .box_table_set .table_set tr th {
    width: auto;
    text-align: center;
  }
  .box_table_set .table_set tr th:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }
  .box_table_set .table_set tr th:last-child {
    border-right: none;
  }
  .box_table_set .table_set tr th p {
    line-height: 1.5625;
  }
}
.box_table_set .table_set tr td {
  padding: 8px 10px 7px;
  vertical-align: middle;
  text-align: right;
}

.box_table_set .table_set tr td p.price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.box_table_set .table_set tr td p.price .number {
  margin-top: -0.2em;
  color: #d73e65;
  font-size: 2.8rem;
  display: block;
}

.box_table_set .table_set tr td p.price .yen {
  margin-left: 0.1em;
  margin-bottom: -0.1em;
  display: block;
}

@media (min-width: 769px) {
  .box_table_set .table_set tr td {
    padding: 16px 10px 15px;
    text-align: center;
    border-right: 1px solid #d2d2d2;
  }
  .box_table_set .table_set tr td:last-child {
    border-right: none;
  }
  .box_table_set .table_set tr td p.price {
    justify-content: center;
  }
  .box_table_set .table_set tr td p.price .number {
    margin-top: 0;
  }
  .box_table_set .table_set tr td p.price .yen {
    margin-bottom: -0.1em;
  }
}
.box_table_set .att {
  margin-top: 20px;
  font-size: 1.4rem;
}

.box_table_set .att + .att {
  margin-top: 0.3em;
}

@media (min-width: 769px) {
  .box_table_set .att + .att {
    margin-top: 0;
  }
}
/* .banner_request_top */
@media (min-width: 769px) {
  .banner_request_top {
    margin-top: 30px;
  }
}
/* .btn_flow プランページ */
.btn_flow {
  margin-top: 18px;
  margin-bottom: 3px;
}

.btn_flow.request {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .btn_flow.request {
    margin-top: 40px;
  }
}
.btn_flow .btn_flow_sp {
  max-width: 84vw;
  margin-left: auto;
  margin-right: auto;
}

.btn_flow .btn_flow_sp a {
  height: 21.3333vw;
  padding-left: 18.6666vw;
  padding-right: 8vw;
  background-color: #57b597;
  border-radius: 10.6666vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  background-image: url("../img/icn_tel_w.svg");
  background-repeat: no-repeat;
  background-size: 8.2666vw auto;
  background-position: left 6.9333vw center;
  padding-left: 18.6666vw;
}

.btn_flow .btn_flow_sp a p {
  font-weight: bold;
  font-size: 3.7333vw;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.btn_flow .btn_flow_sp a .number {
  margin-top: -0.3em;
  color: #fff;
  font-size: 8.2666vw;
}

@media all and (min-width: 320px) and (max-width: 767px) {
  .btn_flow .btn_flow_sp a .number {
    margin-top: -0.3rem;
  }
}
@media (min-width: 769px) {
  .btn_flow {
    margin-top: auto;
  }
  .btn_flow.request {
    margin-top: 30px;
    padding: 0;
  }
  .btn_flow .btn_flow_pc {
    margin-top: 35px;
  }
  .btn_flow .btn_flow_pc .tag {
    margin-bottom: 0.4em;
    font-weight: bold;
    color: #455d58;
    line-height: 1 !important;
  }
  .btn_flow .btn_flow_pc .number {
    margin-bottom: -0.1em;
    padding-left: 68px;
    font-size: 5.4rem;
    color: #57b597;
    line-height: 1 !important;
    background-image: url("../img/icn_free.svg");
    background-repeat: no-repeat;
    background-size: 54px auto;
    background-position: left center;
    letter-spacing: 0.01em;
  }
  .btn_flow .banner_request_pc {
    height: 163px;
    padding: 0 25px 0;
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    background-color: #fff;
    background-image: url("../img/img_banner_request_pc.webp");
    background-repeat: no-repeat;
    background-size: auto 165px;
    background-position: right center;
    width: 900px;
    margin: 0 auto 40px;
  }
  .btn_flow .banner_request_pc .txt .tag {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .btn_flow .banner_request_pc .txt .block {
    display: flex;
    align-items: center;
  }
  .btn_flow .banner_request_pc .txt .block a {
    color: #57b597;
    cursor: pointer;
  }
  .btn_flow .banner_request_pc .txt .block .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn_flow .banner_request_pc .txt .block .box .number {
    padding-left: 53px;
    font-size: 4.3rem;
    color: #57b597;
    line-height: 1 !important;
    background-image: url("../img/icn_free.svg");
    background-repeat: no-repeat;
    background-size: 43px auto;
    background-position: left top 8px;
  }
  .btn_flow .banner_request_pc .txt .block .box .list {
    margin-top: 8px;
    display: flex;
  }
  .btn_flow .banner_request_pc .txt .block .box .list > li {
    padding: 7px 10px;
    border: 1px solid #57b597;
    border-radius: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #4b9c82;
  }
  .btn_flow .banner_request_pc .txt .block .box .list > li + li {
    margin-left: 9px;
  }
  .btn_flow .banner_request_pc .txt .block .qr {
    margin-top: 3px;
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
  .btn_flow .banner_request_pc .txt .block .qr .img img {
    width: 93px;
  }
  .btn_flow .banner_request_pc .txt .block .qr .tag {
    margin-left: 5px;
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.5 !important;
  }
}
.ui-timepicker-wrapper {
  width: calc(100vw - 30px - 48px) !important;
  padding: 3px !important;
  border-radius: 5px;
  box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 769px) {
  .ui-timepicker-wrapper {
    width: 120px !important;
  }
}
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-am,
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-pm {
  padding: 5px 10px !important;
  font-size: 1.4rem !important;
}

.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-am:hover,
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-pm:hover {
  background-color: #eee;
  color: #333;
}

/* .img_main_three */
.img_main_three {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.img_main_three > li img {
  object-fit: cover;
}

.img_main_three > li:nth-child(1) {
  margin-bottom: 5px;
}

.img_main_three > li:nth-child(1) img {
  width: 100%;
  height: 61.3333vw;
}

.img_main_three > li:nth-child(2) {
  margin-right: 5px;
}

.img_main_three > li:nth-child(2) img {
  width: calc((100vw - 35px) / 2);
  height: 30vw;
}

.img_main_three > li:nth-child(3) img {
  width: calc((100vw - 35px) / 2);
  height: 30vw;
}

@media (min-width: 769px) {
  .img_main_three {
    width: 1000px;
    height: 443px;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .img_main_three > li {
    position: absolute;
  }
  .img_main_three > li:nth-child(1) {
    left: 0;
    top: 0;
  }
  .img_main_three > li:nth-child(1) img {
    width: 665px;
    height: 443px;
  }
  .img_main_three > li:nth-child(2) {
    right: 0;
    top: 0;
    margin-right: 0;
  }
  .img_main_three > li:nth-child(2) img {
    width: 330px;
    height: 219px;
  }
  .img_main_three > li:nth-child(3) {
    right: 0;
    bottom: 0;
  }
  .img_main_three > li:nth-child(3) img {
    width: 330px;
    height: 219px;
  }
}
/* 
「むすびすのお葬式ができるまで」ページなどで使用
.block_facilityinfo
*/
.block_facilityinfo {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
}
.block_facilityinfo:not(:last-child) {
  margin-bottom: 100px;
}
.block_facilityinfo .list {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.block_facilityinfo .list > li {
  position: relative;
  width: 500px;
}
.block_facilityinfo .tag {
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  left: 20px;
  bottom: 20px;
}
.block_facilityinfo .txt {
  margin-top: 15px;
  padding: 0 5px;
}
.block_facilityinfo .ttl {
  color: #57b597;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 2.4rem;
}
.block_facilityinfo .lead {
  line-height: 1.5;
}

/* .company_table */
.company_table {
  line-height: 1.5;
}

.company_table.top {
  border-top: 1px solid #d2d2d2;
}

.company_table {
  margin-top: 60px;
  margin-bottom: 30px;
}

.company_table tr {
  border-bottom: 1px solid #d2d2d2;
}

.company_table tr p {
  font-size: 1.5rem;
  line-height: 1.8;
}

#main .company_table tr p a {
  color: #57b597;
}

@media (min-width: 769px) {
  .company_table tr p {
    font-size: 1.6rem;
  }
}
.company_table tr th {
  min-width: calc(5em + 20px);
  padding: 16px 10px 14px;
  background-color: #eef8f5;
}

@media (min-width: 769px) {
  .company_table tr th {
    width: 180px;
    padding: 16px 20px 14px;
  }
}
.company_table tr td {
  padding: 16px 10px 14px 15px;
  background-color: #fff;
}

.company_table tr td .ttl_sub {
  margin-bottom: 0.3em;
  color: #57b597;
  font-size: 1.6rem;
  font-weight: bold;
}

.company_table tr td p + p {
  margin-top: 0.4em;
}

.company_table tr td p + .ttl_sub {
  margin-top: 0.6em;
}

.company_table tr td .txt_flex .img_hs300 {
  margin-top: 14px;
}

.company_table tr td .txt_flex .img_hs300 .img {
  width: 48vw;
}

@media (min-width: 769px) {
  .company_table tr td p + p {
    margin-top: 0.15em;
  }
  .company_table tr td p a {
    display: inline-block;
    margin-left: 15px;
  }
  .company_table tr td .txt_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .company_table tr td .txt_flex .txt {
    flex: 1;
  }
  .company_table tr td .txt_flex .qr {
    width: 102px;
    margin-left: 55px;
  }
  .company_table tr td .txt_flex .qr .img {
    width: 92px;
    height: 92px;
    margin-left: auto;
    margin-right: auto;
  }
  .company_table tr td .txt_flex .qr p {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .company_table tr td .txt_flex .img_hs300 {
    width: 114px;
    margin-top: 18px;
    margin-left: 50px;
  }
  .company_table tr td .txt_flex .img_hs300 .img {
    width: 81px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* .block_location */
.block_location + .block_location {
  margin-top: 35px;
}

.block_location .ttl {
  margin-bottom: 0.3em;
  font-size: 2.2rem;
  font-weight: bold;
  color: #57b597;
}

@media (min-width: 769px) {
  .block_location {
    margin-top: 45px;
  }
  .block_location + .block_location {
    margin-top: 65px;
  }
  .block_location .ttl {
    margin-bottom: 0.6em;
    font-size: 2.4rem;
  }
}
.block_location .map_area {
  margin: 20px -15px 0;
}

.block_location .map_area .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.block_location .map_area .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .block_location .map_area {
    margin: 20px 0 0;
  }
  .block_location .map_area .map {
    height: 311px;
    padding: 0;
  }
  .block_location .map_area .map iframe {
    position: relative;
  }
}
/* .list_history */
.list_history {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 769px) {
  .list_history {
    margin-top: 60px;
    padding-left: 20px;
  }
}
.list_history > li {
  display: flex;
}

.list_history > li:first-child p.date::before {
  top: 8px;
}

@media (min-width: 769px) {
  .list_history > li:first-child p.date::before {
    top: 10px;
  }
}
.list_history > li:last-child p.date::before {
  height: 8px;
}

@media (min-width: 769px) {
  .list_history > li:last-child p.date::before {
    height: 10px;
  }
}
.list_history > li p {
  padding-bottom: 20px;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .list_history > li p {
    padding-bottom: 30px;
    font-size: 1.6rem;
  }
}
.list_history > li p.date {
  width: calc(6.5em + 30px);
  padding-right: 30px;
  text-align: right;
  position: relative;
}

.list_history > li p.date .month {
  width: 2.5em;
  display: inline-block;
}

@media (min-width: 769px) {
  .list_history > li p.date {
    width: calc(6.5em + 110px);
    padding-right: 110px;
  }
}
.list_history > li p.date::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #8fb7c8;
  position: absolute;
  top: 6px;
  right: 10px;
}

@media (min-width: 769px) {
  .list_history > li p.date::after {
    top: 10px;
    right: 50px;
  }
}
.list_history > li p.date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8fb7c8;
  position: absolute;
  top: 0;
  right: 14px;
}

@media (min-width: 769px) {
  .list_history > li p.date::before {
    right: 54px;
  }
}
.list_history > li p.history {
  flex: 1;
}

/* .list_awards */
@media (min-width: 769px) {
  .list_awards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (min-width: 769px) {
  .list_awards > li {
    width: 450px;
  }
}
.list_awards > li .img {
  margin-bottom: 15px;
}

.list_awards > li .img img {
  width: 100%;
  height: 53.6vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 769px) {
  .list_awards > li .img {
    margin-bottom: 25px;
  }
  .list_awards > li .img img {
    height: 251px;
  }
}
.list_awards > li .txt {
  padding-left: 5px;
  padding-right: 5px;
}

.list_awards > li .txt .ttl {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .list_awards > li .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list_awards > li .txt .ttl {
    margin-bottom: 0.6em;
    font-size: 2.4rem;
  }
}
/* .block_message */
.block_message {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .block_message {
    margin-top: 50px;
  }
}
.block_message .img {
  margin-bottom: 30px;
}

.block_message .img img {
  width: 100%;
  height: 66.9253vw;
  object-fit: cover;
}

@media (min-width: 769px) {
  .block_message .img {
    margin-bottom: 60px;
    text-align: center;
  }
  .block_message .img img {
    width: 638px;
    height: 372px;
  }
}
.block_message .txt_area {
  padding-left: 5px;
  padding-right: 5px;
}

.block_message .txt_area .ttl {
  margin-bottom: 0.8em;
  color: #57b597;
  font-size: 2.2rem;
  font-weight: bold;
}

.block_message .txt_area .ttl_sub {
  margin-bottom: 0.6em;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

@media (min-width: 769px) {
  .block_message .txt_area .ttl {
    margin-bottom: 1.1em;
    font-size: 2.6rem;
  }
  .block_message .txt_area .ttl_sub {
    margin-bottom: 1.4em;
    font-size: 1.8rem;
  }
}
.block_message .txt_area .txt {
  padding-left: 0;
  padding-right: 0;
}

.block_message .txt_area .txt p + p {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .block_message .txt_area .txt {
    columns: 2;
    column-gap: 40px;
  }
  .block_message .txt_area .txt p {
    display: inline-block;
    margin-bottom: 30px;
  }
  .block_message .txt_area .txt p + p {
    margin-top: 0;
  }
}
.block_message .txt_area .sign {
  margin-bottom: 30px;
}

.block_message .txt_area .sign p {
  text-align: right;
}

.block_message .txt_area .sign .tag {
  font-size: 1.4rem;
  line-height: 1;
}

.block_message .txt_area .sign .name {
  margin-top: 16px;
}

.block_message .txt_area .sign .name img {
  width: 135px;
}

/* .list_respond */
.list_respond {
  margin-top: 35px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .list_respond {
    margin-top: 0;
    padding-left: 1px;
    padding-right: 1px;
    justify-content: flex-start;
  }
}
.list_respond > li {
  width: 40.5333vw;
  position: relative;
}

.list_respond > li:nth-child(n+3) {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .list_respond > li {
    width: 215px;
    margin-right: 46px;
  }
  .list_respond > li:nth-child(4n) {
    margin-right: 0;
  }
  .list_respond > li:nth-child(n+3) {
    margin-top: 0;
  }
  .list_respond > li:nth-child(n+5) {
    margin-top: 30px;
  }
}
.list_respond > li .img {
  width: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .list_respond > li .img {
    width: 100px;
  }
}
.list_respond > li .txt {
  flex: 1;
}

.list_respond > li .txt .ttl {
  margin-bottom: 0.2em;
  color: #57b597;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.list_respond > li .txt p {
  line-height: 1.6;
  font-size: 14px;
}

.list_respond > li .txt .ttl .eng {
  width: 1em;
  font-size: 2.4rem;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}

@media (min-width: 769px) {
  .list_respond > li .txt .ttl {
    margin-bottom: 0.4em;
    display: flex;
    font-size: 2rem;
  }
  .list_respond > li .txt .ttl .eng {
    margin-top: -0.1em;
    font-size: 3rem;
    position: static;
  }
}
/* 
.list_hurry_flow
「お急ぎの方」ページ
*/
.list_hurry_flow {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.list_hurry_flow > li {
  display: flex;
  position: relative;
  padding-bottom: 40px;
}

.list_hurry_flow > li::after {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("../img/arrow_hurry.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 59px;
  bottom: calc(50% - 65px - 4px);
}

.list_hurry_flow > li:last-child {
  padding-bottom: 0;
}

.list_hurry_flow > li:last-child::after {
  display: none;
}

@media (min-width: 769px) {
  .list_hurry_flow > li {
    width: 180px;
    padding-bottom: 0;
    display: block;
  }
  .list_hurry_flow > li::after {
    left: inherit;
    right: -19px;
    top: 56px;
    transform: rotate(-90deg);
  }
}
.list_hurry_flow > li .img {
  margin-right: 18px;
}

.list_hurry_flow > li .img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

@media (min-width: 769px) {
  .list_hurry_flow > li .img {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .list_hurry_flow > li .img img {
    width: 180px;
    height: 120px;
  }
}
.list_hurry_flow > li .txt {
  flex: 1;
  padding-right: 10px;
}

.list_hurry_flow > li .txt .ttl {
  margin-bottom: 0.4em;
  color: #57b597;
  font-size: 1.8rem;
  font-weight: bold;
}

.list_hurry_flow > li .txt .ttl .eng {
  font-size: 2rem;
}

@media (min-width: 769px) {
  .list_hurry_flow > li .txt {
    padding-right: 0;
  }
  .list_hurry_flow > li .txt .ttl {
    margin-bottom: 0.5em;
  }
}
.list_hurry_flow > li .txt p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.list_hurry_flow > li .txt p:last-child {
  margin-bottom: 0;
}
.list_hurry_flow > li .txt p > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}

/* .list_important */
@media (min-width: 769px) {
  .list_important {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
  }
}
.list_important > li {
  position: relative;
}

.list_important > li + li {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .list_important > li {
    width: 470px;
  }
  .list_important > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_important > li:nth-child(n+3) {
    margin-top: 60px;
  }
  .list_important > li + li {
    margin-top: 0;
  }
}
.list_important > li::before {
  content: "ポイント";
  width: 65px;
  height: 65px;
  padding-top: 11px;
  border-radius: 50%;
  background-color: #57b597;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (min-width: 769px) {
  .list_important > li::before {
    width: 67px;
    height: 67px;
    font-size: 1.2rem;
    top: 10px;
  }
}
.list_important > li::after {
  content: "";
  width: 65px;
  height: 65px;
  padding-top: 22px;
  font-size: 3.2rem;
  font-family: new-order, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (min-width: 769px) {
  .list_important > li::after {
    width: 67px;
    height: 67px;
    font-size: 3.5rem;
    top: 14px;
  }
}
.list_important > li:nth-child(1)::after {
  content: "1";
}

.list_important > li:nth-child(2)::after {
  content: "2";
}

.list_important > li:nth-child(3)::after {
  content: "3";
}

.list_important > li:nth-child(4)::after {
  content: "4";
}

.list_important > li:nth-child(5)::after {
  content: "5";
}

.list_important > li:nth-child(6)::after {
  content: "6";
}

.list_important > li .img {
  text-align: center;
}

@media (min-width: 769px) {
  .list_important > li .img {
    margin-bottom: 10px;
  }
  .list_important > li .img img {
    width: 437px;
  }
}
.list_important > li .txt {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 769px) {
  .list_important > li .txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.list_important > li .txt .tag {
  font-size: 1.8rem;
  color: #57b597;
  line-height: 1.4444;
}

.list_important > li .txt .ttl {
  margin-bottom: 0.6em;
  color: #57b597;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.list_important > li .txt p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.list_important > li .txt p:last-child {
  margin-bottom: 0;
}
.list_important > li .txt p > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}

/* .block_privacy */
.block_privacy {
  padding-bottom: 10px;
}

@media (min-width: 769px) {
  .block_privacy {
    padding-bottom: 50px;
  }
}
.block_privacy .box_privacy {
  padding-left: 5px;
  padding-right: 5px;
}

.block_privacy .box_privacy + .box_privacy {
  margin-top: 45px;
}

.block_privacy .box_privacy .sign_privacy {
  margin-top: 35px;
  text-align: right;
  font-size: 1.4rem;
}

.block_privacy .box_privacy .ttl {
  margin-bottom: 1em;
  color: #57b597;
  font-size: 2.2rem;
  font-weight: bold;
}

#main .block_privacy .box_privacy a {
  color: #57b597;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy {
    padding-left: 0;
    padding-right: 0;
  }
  .block_privacy .box_privacy + .box_privacy {
    margin-top: 55px;
  }
  .block_privacy .box_privacy .sign_privacy {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .block_privacy .box_privacy .ttl {
    font-size: 2.4rem;
  }
}
.block_privacy .box_privacy p {
  line-height: 1.75;
}

.block_privacy .box_privacy p.att {
  margin-top: 0.2em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.block_privacy .box_privacy p.att::before {
  content: "※";
}

.block_privacy .box_privacy p strong {
  font-weight: bold;
}

.block_privacy .box_privacy p + p {
  margin-top: 1.2em;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy p {
    line-height: 1.875;
  }
}
.block_privacy .box_privacy .table {
  width: calc(100% + 1.4em + 10px);
  margin-top: 0.75em;
  margin-bottom: 1.75em;
  margin-left: calc((1.4em + 5px) * -1);
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy .table {
    width: calc(100% + 1.4em);
    margin-left: -1.4rem;
  }
}
.block_privacy .box_privacy .table tr {
  border-bottom: 1px solid #d2d2d2;
}

.block_privacy .box_privacy .table tr th {
  padding: 8px 14px 7px;
  border-right: 1px solid #d2d2d2;
  background-color: #eef8f5;
  vertical-align: middle;
}

.block_privacy .box_privacy .table tr th.base {
  width: calc(6em + 29px);
}

@media (min-width: 769px) {
  .block_privacy .box_privacy .table tr th {
    padding: 8px 20px 7px;
  }
  .block_privacy .box_privacy .table tr th.base {
    width: calc(18em + 41px);
  }
  .block_privacy .box_privacy .table tr th.base.auto {
    width: auto;
  }
}
.block_privacy .box_privacy .table tr td {
  padding: 8px 14px 7px;
  border-right: 1px solid #d2d2d2;
  vertical-align: middle;
}

.block_privacy .box_privacy .table tr td .list_ul {
  padding-left: 1.4em;
}

.block_privacy .box_privacy .table tr td .list_ul > li {
  list-style: disc;
}

.block_privacy .box_privacy .table tr td .list_ul > li + li {
  margin-top: 0.1em;
}

.block_privacy .box_privacy .table tr td p strong {
  font-weight: bold;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy .table tr td {
    padding: 18px 20px 17px;
  }
}
.block_privacy .box_privacy .list_privacy {
  padding-left: 1.4em;
}

.block_privacy .box_privacy .list_privacy + .list_privacy {
  margin-top: 1.2em;
}

.block_privacy .box_privacy .list_privacy + p {
  margin-top: 1.2em;
}

.block_privacy .box_privacy .list_privacy > li {
  line-height: 1.75;
}

.block_privacy .box_privacy .list_privacy > li + li {
  margin-top: 0.6em;
}

.block_privacy .box_privacy .list_privacy > li .list_privacy {
  margin-left: -1.4em;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy .list_privacy > li .mmargin {
    margin-left: -1.4em;
  }
}
.block_privacy .box_privacy .list_privacy > li p + p {
  margin-top: 0;
}

.block_privacy .box_privacy .list_privacy > li .list_privacy + p {
  margin-top: 0;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy .list_privacy > li {
    line-height: 1.875;
  }
}
.block_privacy .box_privacy .list_privacy.list_ol > li {
  list-style: decimal;
}

.block_privacy .box_privacy .list_privacy.list_ol > li + li {
  margin-top: 0.3em;
}

.block_privacy .box_privacy .list_privacy.list_ol > li p {
  line-height: 1.625;
}

.block_privacy .box_privacy .list_privacy.list_ol_alpha > li {
  list-style-type: lower-alpha;
}

.block_privacy .box_privacy .list_privacy.list_ol_alpha > li + li {
  margin-top: 1em;
}

.block_privacy .box_privacy .list_privacy.list_ul > li {
  list-style: disc;
}

.block_privacy .box_privacy .list_privacy.list_ul > li + li {
  margin-top: 0.3em;
}

.block_privacy .box_privacy .list_privacy.list_ul > li p {
  line-height: 1.625;
}

.block_privacy .box_privacy .pmark {
  margin-top: 10px;
}

.block_privacy .box_privacy .pmark img {
  width: 82px;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy .pmark img {
    width: 107px;
  }
}
.block_privacy .box_privacy .box_ex {
  margin-top: 15px;
  padding: 16px 0 12px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.block_privacy .box_privacy .box_ex .ttl_ex {
  margin-bottom: 0.3em;
  font-size: 1.6rem;
  font-weight: bold;
}

.block_privacy .box_privacy .box_ex p + p {
  margin-top: 0;
}

.block_privacy .box_privacy .box_ex p.att {
  margin-top: 0.4em;
}

@media (min-width: 769px) {
  .block_privacy .box_privacy .box_ex {
    margin-top: 12px;
    padding: 19px;
    border: 1px solid #d2d2d2;
  }
}
.block_privacy .box_privacy .block_ex {
  margin-top: 0.9em;
}

.block_privacy .box_privacy .block_ex p + p {
  margin-top: 0.3em !important;
}

/* .list_miracle */
.list_miracle {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_miracle + .btn_area {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .list_miracle {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .list_miracle + .btn_area {
    margin-top: 65px;
  }
}
.list_miracle > li {
  width: 41.8666vw;
}

.list_miracle > li:nth-child(n+3) {
  margin-top: 5.3333vw;
}

@media (min-width: 769px) {
  .list_miracle > li {
    width: 200px;
  }
  .list_miracle > li:nth-child(n+3) {
    margin-top: 0;
  }
}
.list_miracle > li .img {
  margin-bottom: 8px;
}

@media (min-width: 769px) {
  .list_miracle > li .img {
    margin-bottom: 21px;
  }
}
.list_miracle > li .txt p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .list_miracle > li .txt p {
    font-size: 1.8rem;
    line-height: 1.4444;
  }
}
/* .area_list_staff_random */
@media (min-width: 769px) {
  .area_list_staff_random {
    margin-top: 50px;
  }
}
.area_list_staff_random .ttl {
  margin-bottom: 1.2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}

.area_list_staff_random .ttl span {
  padding-left: 1.3em;
  padding-right: 0.9em;
  display: inline-block;
  position: relative;
}

.area_list_staff_random .ttl span::before,
.area_list_staff_random .ttl span::after {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #707070;
  display: block;
  position: absolute;
  bottom: 50%;
  margin-bottom: -0.1em;
}

.area_list_staff_random .ttl span::before {
  transform: rotate(45deg);
  left: 0;
}

.area_list_staff_random .ttl span::after {
  transform: rotate(-45deg);
  right: 0;
}

@media (min-width: 769px) {
  .area_list_staff_random .ttl {
    margin-bottom: 2.4em;
    font-size: 2rem;
  }
  .area_list_staff_random .ttl span {
    padding-left: 1.9em;
    padding-right: 1.4em;
  }
  .area_list_staff_random .ttl span::before,
  .area_list_staff_random .ttl span::after {
    width: 28px;
    margin-bottom: -0.3em;
  }
}
.area_list_staff_random .list_staff_random {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .area_list_staff_random .list_staff_random {
    width: 704px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.area_list_staff_random .list_staff_random > li {
  width: 16.2666vw;
}

@media (min-width: 769px) {
  .area_list_staff_random .list_staff_random > li {
    width: 120px;
  }
}
.area_list_staff_random .list_staff_random > li .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.area_list_staff_random .list_staff_random > li .name {
  margin-top: 0.1em;
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .area_list_staff_random .list_staff_random > li .name {
    margin-top: 0.6em;
    font-size: 1.6rem;
  }
}
/* .section_cta */
.section_cta.bg {
  padding-top: 50px;
  background-color: #f5efe5;
}
.section_cta.bg .ttl_section_cta {
  width: 720px;
  margin: 0 auto 40px;
}

/* .list_counsel_voice */
.list_counsel_voice {
  margin-top: 45px;
}

.list_counsel_voice + .att {
  margin-top: 1em;
  font-size: 1.4rem;
}

.list_counsel_voice.casestudy {
  margin-top: 30px;
}

.list_counsel_voice.casestudy .block_casestudy {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .list_counsel_voice.casestudy .block_casestudy {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.list_counsel_voice > li {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

.list_counsel_voice > li + li {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .list_counsel_voice > li {
    padding: 50px;
  }
  .list_counsel_voice > li + li {
    margin-top: 40px;
  }
}
.list_counsel_voice > li .ttl_area {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

@media (min-width: 769px) {
  .list_counsel_voice > li .ttl_area {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
  }
}
.list_counsel_voice > li .ttl_area .box p {
  line-height: 1;
}

.list_counsel_voice > li .ttl_area .box p.name {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
}

.list_counsel_voice > li .ttl_area .box p.category {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .list_counsel_voice > li .ttl_area .box {
    display: flex;
  }
  .list_counsel_voice > li .ttl_area .box p.name {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .list_counsel_voice > li .ttl_area .box p.category {
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 2.2rem;
  }
}
.list_counsel_voice > li .ttl_area .rating {
  line-height: 1;
  font-size: 1.6rem;
}

.list_counsel_voice > li .ttl_area .rating img {
  width: auto;
  height: 15px;
  margin-left: 17px;
}

@media (min-width: 769px) {
  .list_counsel_voice > li .ttl_area .rating {
    font-size: 2rem;
  }
  .list_counsel_voice > li .ttl_area .rating img {
    height: 19px;
    margin-left: 21px;
  }
}
.list_counsel_voice > li .txt {
  font-size: 1.4rem;
  line-height: 1.8571;
}

@media (min-width: 769px) {
  .list_counsel_voice > li .txt {
    font-size: 1.8rem;
    line-height: 1.7777;
  }
}
/* .block_sub */
.block_sub + .block_sub {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .block_sub + .block_sub {
    margin-top: 65px;
  }
}
.block_sub .ttl_block_sub {
  margin-bottom: 1.2em;
  color: #57b597;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.block_sub .ttl_block_sub + .lead_block_sub {
  margin-top: -0.2em;
}

@media (min-width: 769px) {
  .block_sub .ttl_block_sub {
    font-size: 2.4rem;
  }
}
.block_sub .lead_block_sub {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (min-width: 769px) {
  .block_sub .lead_block_sub {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7777;
  }
}
.block_sub .att {
  margin-top: 0.6em;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .block_sub .att {
    text-align: center;
  }
}
.block_sub .table_lp_sp {
  margin-top: 35px;
}

.block_sub .table_lp_sp .box + .box {
  margin-top: 25px;
}

.block_sub .table_lp_sp .box .ttl {
  margin-bottom: 0.6em;
  font-size: 1.8rem;
  font-weight: bold;
}

.block_sub .table_lp_pc {
  margin-top: 35px;
}

.block_sub .table_lp_pc .att {
  text-align: left;
}

.block_sub .table_lp {
  width: 100%;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}

.block_sub .table_lp tr {
  border-bottom: 1px solid #d2d2d2;
}

.block_sub .table_lp tr th {
  min-width: calc(5em + 27px);
  padding: 12px 13px;
  background-color: #eef8f4;
  border-right: 1px solid #d2d2d2;
  vertical-align: middle;
}

.block_sub .table_lp tr td {
  padding: 12px 13px;
  border-right: 1px solid #d2d2d2;
}

.block_sub .table_lp tr td p + p {
  margin-top: 0.3em;
}

@media (min-width: 769px) {
  .block_sub .table_lp tr td {
    width: 295px;
    vertical-align: middle;
  }
  .block_sub .table_lp tr td:first-child {
    width: auto;
    text-align: center;
  }
  .block_sub .table_lp tr td p {
    line-height: 1.5;
  }
}
/* .list_type03 */
@media (min-width: 769px) {
  .list_type03 {
    display: flex;
    flex-wrap: wrap;
  }
}
.list_type03 > li + li {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .list_type03 > li {
    width: 315px;
    margin-right: 27.5px;
  }
  .list_type03 > li:nth-child(3n) {
    margin-right: 0;
  }
  .list_type03 > li:nth-child(n+4) {
    margin-top: 35px;
  }
  .list_type03 > li + li {
    margin-top: 0;
  }
}
.list_type03 > li .img {
  margin-bottom: 12px;
}

.list_type03 > li .img img {
  width: 100%;
  height: 56vw;
  object-fit: cover;
}

@media (min-width: 769px) {
  .list_type03 > li .img img {
    width: 315px;
    height: 189px;
  }
}
.list_type03 > li .txt {
  padding-left: 5px;
  padding-right: 5px;
}

.list_type03 > li .txt .ttl {
  margin-bottom: 0.25em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ======================================
▼▼ phase02_01 ▼▼
====================================== */
/* .more */
.more {
  margin-top: 38px;
  margin-bottom: 25px;
  text-align: center;
}

.more a {
  padding-top: 21px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #57b597;
  position: relative;
  display: inline-block;
}

.more a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: -7px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  right: 50%;
  top: 0;
  transform: rotate(45deg);
}

.list_result-btn {
  background-color: transparent;
  margin: 38px auto 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #57b597;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 40px 0 0 0;
  cursor: pointer;
}
.list_result-btn:hover {
  opacity: 0.8;
}
.list_result-btn::before {
  content: "";
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.list_result-btn.is-color {
  color: #fff;
  background-color: transparent;
}
.list_result-btn.is-color::before {
  border-color: #fff;
}

@media (min-width: 769px) {
  .more {
    margin-top: 55px;
    margin-bottom: -10px;
  }
  .more a {
    padding-top: 38px;
    cursor: pointer;
  }
  .more a::before {
    width: 20px;
    height: 20px;
    margin-right: -11px;
    border-width: 3px;
  }
  .more a:hover {
    opacity: 0.7;
  }
}
/* .more_new */
.more.more_new {
  margin-top: 25px;
  margin-bottom: 0;
}

.more.more_new a {
  padding-top: 36px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #57b597;
  position: relative;
  display: inline-block;
}

.more.more_new a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: -11px;
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  right: 50%;
  top: 0;
  transform: rotate(45deg);
}

@media (min-width: 769px) {
  .more.more_new {
    margin-top: 50px;
  }
  .more.more_new a {
    cursor: pointer;
  }
}
/* .list_tag */
.list_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list_tag.is-left {
  justify-content: flex-start;
}

@media (min-width: 769px) {
  .section_main .list_tag {
    justify-content: center;
    align-items: center;
  }
}
.list_tag > li {
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 3px;
}

.list_tag > li:last-child {
  margin-right: 0;
}

.list_tag > li.pickup {
  color: #fff;
  background-color: #b4a150;
}

.list_tag > li.new {
  color: #fff;
  background-color: #d73e65;
}

.list_tag > li.plan {
  color: #fff;
  background-color: #57b597;
}

.list_tag > li.price {
  border: 1px solid #4b9c82;
  color: #4b9c82;
}

.list_tag > li.date {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .list_tag > li {
    padding: 4px 5px;
    font-size: 1.3rem;
  }
  .list_tag > li.date {
    margin-left: 8px;
  }
}
/* .list_new_slider */
.list_new_slider {
  margin-top: -5px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.list_new_slider.slick-initialized {
  opacity: 1;
}

.list_new_slider + .btn_area {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .list_new_slider {
    width: 920px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .list_new_slider + .btn_area {
    margin-top: 45px;
  }
}
.list_new_slider .cts {
  padding: 5px 0;
}

.list_new_slider .cts a {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  color: #333;
  text-decoration: none;
}

.list_new_slider .cts.pickup a::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icn_pickup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 769px) {
  .list_new_slider .cts.pickup a::before {
    width: 75px;
    height: 75px;
    z-index: 5;
  }
}
@media (min-width: 769px) {
  .list_new_slider .cts a {
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
  }
  .list_new_slider .cts a:hover {
    opacity: 0.7;
  }
  .list_new_slider .cts a:hover .img img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
.list_new_slider .cts a .img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.list_new_slider .cts a .img img {
  width: 100%;
  height: 34.6666vw;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.list_new_slider.type02 .cts a .img img {
  height: 42.9333vw;
}

@media (min-width: 769px) {
  .list_new_slider .cts a .img img {
    height: 139px;
  }
  .list_new_slider.type02 .cts a .img img {
    height: 176px;
  }
}
.list_new_slider .cts a .txt {
  /* padding: 14px 15px 16px; */
  overflow: hidden;
  background-color: #fff;
}

@media (min-width: 768px) {
  .list_new_slider .cts a .txt {
    padding: 16px 19px 19px;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .list_new_slider .cts a .txt {
    padding: 1rem;
  }
}
.list_new_slider .cts a .txt .ttl {
  margin-bottom: 0.4em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 769px) {
  .list_new_slider .cts a .txt .ttl {
    font-size: 1.8rem;
  }
}
.list_new_slider .cts a .txt .copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.5714;
}

.list_new_slider .cts a .txt .box {
  margin-bottom: 2px;
}

.list_new_slider .cts a .txt .box p {
  line-height: 1;
}

.list_new_slider .cts a .txt .box p + p {
  margin-top: 0.6em;
}

.list_new_slider .cts a .txt .box .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}

.list_new_slider .cts a .txt .box .stars .star-icon {
  width: 21px;
}

.list_new_slider .cts a .txt .box p.rating .eng {
  margin-top: -6px;
  margin-left: 5px;
  font-size: 2rem;
}

.list_new_slider .cts a .txt .box p.rating .sf {
  margin-left: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #57b597;
}

.list_new_slider .cts a .txt .box p.rating .new {
  margin-left: 10px;
  padding: 3px 5px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background-color: #d73e65;
}

.list_new_slider .cts a .txt .box p.name_area {
  margin-bottom: 0.3em;
  font-size: 1.3rem;
}

.list_new_slider .cts a .txt .box p.name_area .add {
  font-weight: bold;
}

.list_new_slider .cts a .txt .box p.name_area .name {
  margin-left: 0.6em;
}

.list_new_slider .cts a .txt .box p.name_area .name::after {
  content: "様";
}

@media (min-width: 769px) {
  .list_new_slider .cts a .txt .box p.rating .eng {
    margin-top: -1px;
  }
  .list_new_slider .cts a .txt .box p.rating .new {
    font-size: 1.3rem;
  }
}
.list_new_slider .cts a .txt .list_tag {
  margin-top: 7px;
}

.list_new_slider .cts a .txt .list_tag.top {
  margin-top: 0;
  margin-bottom: 7px;
}

.list_new_slider .cts a .txt .list {
  margin-top: -3px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}

.list_new_slider .cts a .txt .list > li {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

.list_new_slider .cts a .txt .list > li .icn {
  width: 19px;
  height: 19px;
  margin-right: 4px;
  border-radius: 10px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #57b597;
  font-size: 1.2rem;
  font-weight: bold;
}

.list_new_slider .cts a .txt .list > li .icn.place {
  background-image: url("../img/icn_place.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

@media (min-width: 769px) {
  .list_new_slider .cts a .txt .list {
    margin-top: -5px;
    margin-bottom: -3px;
  }
}
.list_new_slider .slick-arrow {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  z-index: 5;
}

.list_new_slider .slick-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  top: 50%;
}

@media (min-width: 769px) {
  .list_new_slider .slick-arrow {
    cursor: pointer;
    top: 50%;
    transition: all 0.3s;
    border-color: #57b597;
  }
  .list_new_slider .slick-arrow::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  #main .list_new_slider .slick-arrow:hover {
    border-color: #57b597;
    background-color: #57b597;
  }
  .list_new_slider .slick-arrow:hover::after {
    border-color: #fff;
  }
}
.list_new_slider .slick-arrow.slick-prev {
  left: 5px;
}

.list_new_slider .slick-arrow.slick-prev::after {
  transform: rotate(135deg);
  left: 14px;
}

@media (min-width: 769px) {
  .list_new_slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .list_new_slider .slick-arrow.slick-prev::after {
    left: 15px;
  }
}
.list_new_slider .slick-arrow.slick-next {
  right: 5px;
}

.list_new_slider .slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  right: 14px;
}

@media (min-width: 769px) {
  .list_new_slider .slick-arrow.slick-next {
    right: -50px;
  }
  .list_new_slider .slick-arrow.slick-next::after {
    right: 15px;
  }
}
/* 
「花祭壇事例」「どんな資料が届くの？」カラム要素
*/
.list_case_result {
  position: relative;
}

.list_case_result + .btn_area {
  margin-top: 25px;
}

.hanasaidanLink {
  font-style: 14px;
  color: #57b597;
}

@media (min-width: 769px) {
  .list_case_result {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    container-type: inline-size;
  }
}
.list_case_result .cts {
  transition: all 0.4s;
}

.list_case_result .cts.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 769px) {
  .list_case_result .cts.hidden {
    margin: auto;
  }
}
@media (min-width: 769px) {
  .list_case_result .cts {
    width: 310px;
    transition: all 0.8s;
  }
  @container (max-width: 940px) {
    .list_case_result .cts {
      width: 290px;
    }
  }
}
.list_case_result .cts a {
  display: block;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  text-decoration: none !important;
  color: #333 !important;
}

.list_case_result .cts.pickup a::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icn_pickup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 769px) {
  .list_case_result .cts.pickup a::before {
    width: 75px;
    height: 75px;
    z-index: 5;
  }
}
@media (min-width: 769px) {
  .list_case_result .cts a {
    height: 100%;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
  }
  .list_case_result .cts a:hover {
    opacity: 0.7;
  }
  .list_case_result .cts a .img img {
    transition: transform 0.3s 0.3s ease;
  }
  .list_case_result .cts a:hover .img img {
    transform: scale(1.05);
  }
}
.list_case_result .cts a .img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.list_case_result .cts a .img img {
  width: 100%;
  height: 45.8666vw;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  transition: all 0.3s;
}

@media (min-width: 769px) {
  .list_case_result .cts a .img img {
    height: 139px;
  }
}
.list_case_result .cts a .txt {
  padding: 16px 15px 18px;
}

@media (min-width: 769px) {
  .list_case_result .cts a .txt {
    padding: 17px 19px 19px;
  }
}
.list_case_result .cts a .txt .ttl {
  margin-bottom: 0.4em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .list_case_result .cts a .txt .ttl {
    font-size: 1.8rem;
  }
}
.list_case_result .cts a .txt .copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.5714;
}

@media (min-width: 769px) {
  .list_case_result .cts a .txt .copy {
    font-size: 1.4rem;
  }
}
.list_case_result .cts a .txt .list_tag {
  margin-top: 7px;
}

.list_case_result .slick-arrow {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  z-index: 5;
}

.list_case_result .slick-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  top: 50%;
}

@media (min-width: 769px) {
  .list_case_result .slick-arrow {
    cursor: pointer;
    top: 50%;
    transition: all 0.3s;
    border-color: #57b597;
  }
  .list_case_result .slick-arrow::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  #main .list_case_result .slick-arrow:hover {
    border-color: #57b597;
    background-color: #57b597;
  }
  .list_case_result .slick-arrow:hover::after {
    border-color: #fff;
  }
}
.list_case_result .slick-arrow.slick-prev {
  left: 5px;
}

.list_case_result .slick-arrow.slick-prev::after {
  transform: rotate(135deg);
  left: 14px;
}

@media (min-width: 769px) {
  .list_case_result .slick-arrow.slick-prev {
    left: -50px;
  }
  .list_case_result .slick-arrow.slick-prev::after {
    left: 15px;
  }
}
.list_case_result .slick-arrow.slick-next {
  right: 5px;
}

.list_case_result .slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  right: 14px;
}

@media (min-width: 769px) {
  .list_case_result .slick-arrow.slick-next {
    right: -50px;
  }
  .list_case_result .slick-arrow.slick-next::after {
    right: 15px;
  }
}
/* .block_casestudy */
.block_casestudy {
  margin-top: 50px;
  width: 980px;
  margin: 0 auto;
}
.block_casestudy.is-width {
  width: auto;
}

.block_casestudy .ttl_block {
  margin-bottom: 0.8em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
  text-align: center;
}

@media (min-width: 769px) {
  .block_casestudy {
    margin-top: 100px;
  }
  .block_casestudy .ttl_block {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}
.list_cts {
  border-top: 1px solid #d2d2d2;
  margin: 0 auto;
}

.list_cts + .btn_area {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .list_cts + .btn_area {
    margin-top: 50px;
  }
}
.list_cts > li {
  padding: 10px 5px;
  border-bottom: 1px solid #d2d2d2;
  transition: all 0.4s;
}

.list_cts > li.hidden {
  opacity: 0;
  height: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.list_cts > li a .list_tag {
  margin-bottom: 6px;
}

.list_cts > li a .cts {
  display: block;
  line-height: 1.5;
}

.list_cts > li a .cts .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.list_cts > li a .cts .ttl.date {
  font-size: 1.4rem;
}

.list_cts > li a .cts .txt {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .list_cts > li a {
    transition: opacity 0.3s ease;
  }
  .list_cts > li a:hover {
    opacity: 0.7;
  }
  .list_cts > li a .cts.choku {
    display: flex;
  }
  .list_cts > li a .cts .ttl {
    padding-right: 0.8em;
    font-size: 1.7rem;
  }
  .list_cts > li a .cts .ttl.example {
    padding-right: 0.5em;
  }
  .list_cts > li a .cts .ttl.example + .txt::before {
    content: "：";
  }
  .list_cts > li a .cts .ttl.date {
    padding-top: 0.1em;
    padding-right: 0.8em;
  }
  .list_cts > li a .cts .ttl.date + .txt::before {
    display: none;
  }
  .list_cts > li a .cts .txt {
    flex: 1;
  }
}
/* .emo */
.emo {
  padding-bottom: 50px;
  background-color: #ccc;
  background-image: url("../img/bg_casestudy.webp");
  background-position: top center;
  background-size: 880px auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px) {
  .emo {
    padding-bottom: 100px;
    background-size: auto auto;
  }
}
.emo.interview {
  background-image: none;
  background-color: #faf7f2;
}

.emo .section_main {
  z-index: 5;
  position: relative;
}

.emo::after {
  content: "";
  width: 350px;
  height: 246px;
  position: absolute;
  left: 50%;
  top: 23px;
  margin-left: 10px;
  background-image: url("../img/img_casestudy_emo02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 769px) {
  .emo::after {
    width: 753px;
    height: 540px;
    top: -150px;
    margin-left: 226px;
  }
}
.emo.interview::after {
  display: none;
}

.emo::before {
  content: "";
  width: 410px;
  height: 358px;
  position: absolute;
  right: 50%;
  top: -182px;
  margin-right: 24px;
  background-image: url("../img/img_casestudy_emo01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: rotate(10deg);
}

@media (min-width: 769px) {
  .emo::before {
    width: 895px;
    height: 780px;
    top: -400px;
    margin-right: 165px;
    transform: rotate(0);
  }
}
.emo.interview::before {
  display: none;
}

/* .section_case_article */
.section_case_article {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .section_case_article {
    margin-top: 40px;
    width: 880px;
    margin: 0 auto;
  }
}
.emo .section_case_article {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .emo .section_case_article {
    margin-top: 95px;
  }
}
.emo.interview .section_case_article {
  margin-top: 0;
}

@media (min-width: 769px) {
  .emo.interview .section_case_article {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .emo.interview .section_case_article .area_case_article + .area_staff {
    margin-top: 60px;
  }
}
.section_case_article .area_case_article .tag {
  margin-bottom: 0.4em;
  display: block;
  text-align: center;
  font-family: kinuta-maruminold-stdn, serif;
  font-size: 2.2rem;
  color: #b4a150;
  letter-spacing: 0;
}

.section_case_article .area_case_article .tag img {
  width: 160px;
  height: auto;
}

.emo.interview .section_case_article .area_case_article .tag img {
  width: 90px;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .tag {
    margin-bottom: 0.6em;
    font-size: 3.2rem;
  }
  .section_case_article .area_case_article .tag img {
    width: 208px;
  }
  .emo.interview .section_case_article .area_case_article .tag img {
    width: 120px;
  }
}
.section_case_article .area_case_article h1 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.4167;
  font-weight: bold;
  color: #57b597;
  text-align: center;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article h1 {
    margin-bottom: 50px;
    font-size: 3rem;
  }
}
.emo .section_case_article .area_case_article {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

.emo .section_case_article .area_case_article .tag {
  text-align: left;
}

.emo .section_case_article .area_case_article h1 {
  margin-bottom: 0.5em;
  text-align: left;
}

@media (min-width: 769px) {
  .emo .section_case_article .area_case_article {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding: 60px 60px 60px;
  }
  .emo .section_case_article .area_case_article h1 {
    margin-bottom: 45px;
    text-align: left;
  }
}
.emo.interview .section_case_article .area_case_article {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.section_case_article .area_case_article .block_info {
  display: flex;
  flex-direction: column-reverse;
}

.emo .section_case_article .area_case_article .block_info {
  flex-direction: column;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .block_info {
    flex-direction: row-reverse;
  }
  .emo .section_case_article .area_case_article .block_info {
    flex-direction: row;
  }
}
.section_case_article .area_case_article .block_info .img {
  margin-bottom: 30px;
}

.section_case_article .area_case_article .block_info .img img {
  width: 100%;
  height: 61.3333vw;
  object-fit: cover;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .block_info .img {
    margin-bottom: 0;
  }
  .section_case_article .area_case_article .block_info .img img {
    width: 464px;
    height: 309px;
  }
}
.emo .section_case_article .area_case_article .block_info .img {
  height: 71.7786vw;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
  margin-top: 36px;
  background-image: url("../img/bg_case_info.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right -4.5vw;
  position: relative;
}

.emo .section_case_article .area_case_article .block_info .img img {
  width: 85.2213vw;
  height: 56.7573vw;
  transform: rotate(-7deg);
  position: absolute;
  left: -1vw;
  top: 2.5vw;
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 769px) {
  .emo .section_case_article .area_case_article .block_info .img {
    width: 590px;
    height: 440px;
    margin-left: 0;
    margin-right: -216px;
    margin-top: -200px;
    background-position: center right 0;
  }
  .emo .section_case_article .area_case_article .block_info .img img {
    width: 500px;
    height: 333px;
    left: -30px;
    top: 27px;
  }
}
.section_case_article .area_case_article .block_info .txt {
  padding: 0 5px;
}

.emo .section_case_article .area_case_article .block_info .txt {
  padding: 0;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .block_info .txt {
    flex: 1;
    margin-left: 50px;
    padding: 0;
  }
  .emo .section_case_article .area_case_article .block_info .txt {
    margin-left: 0;
  }
}
.section_case_article .area_case_article .block_info .txt .list > li {
  display: flex;
}

.section_case_article .area_case_article .block_info .txt .list > li + li {
  margin-top: 10px;
}

.section_case_article .area_case_article .block_info .txt .list > li .item {
  width: 103px;
  height: 26px;
  margin-right: 8px;
  border-radius: 13px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #b4a150;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .block_info .txt .list > li .item {
    width: 117px;
    margin-right: 13px;
  }
}
.section_case_article .area_case_article .block_info .txt .list > li .cts {
  padding-top: 3px;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.3;
}

.section_case_article .area_case_article .block_info .txt .list > li .cts a {
  color: #4b9c82;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .block_info .txt .list > li .cts a:hover {
    opacity: 0.7;
  }
}
.section_case_article .area_case_article .lead {
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0 5px;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .lead {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0;
    font-size: 1.8rem;
  }
}
.section_case_article .area_case_article .block_case_article {
  text-align: center;
}

.section_case_article .area_case_article .block_case_article * + h2 {
  margin-top: 40px;
}

.section_case_article .area_case_article .block_case_article h2 {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  color: #57b597;
}

.emo .section_case_article .area_case_article .block_case_article h2 {
  padding-left: 0;
  padding-right: 0;
}

.section_case_article .area_case_article .block_case_article img {
  width: calc(100vw - 60px);
  height: 55.7333vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  object-fit: cover;
}

.section_case_article .area_case_article .block_case_article img + img {
  margin-top: 5px;
}

.section_case_article .area_case_article .block_case_article .img_areaemo + p {
  margin-top: 20px;
}

.section_case_article .area_case_article .block_case_article .img_areaemo + .img_areaemo {
  margin-top: 25px;
}

.section_case_article .area_case_article .block_case_article .img_areaemo .img img {
  margin: 0;
}

.section_case_article .area_case_article .block_case_article .img_areaemo .img img + img {
  margin-top: 5px;
}

.section_case_article .area_case_article .block_case_article .img_areaemo .cap {
  margin-top: 0.4em;
  font-size: 1.4rem;
}

.section_case_article .area_case_article .block_case_article .img_areaemo iframe {
  margin-top: 0;
}

.section_case_article .area_case_article .block_case_article iframe {
  width: 460px;
  height: 770px;
}

.section_case_article .area_case_article .block_case_article p {
  text-align: left;
  line-height: 1.7;
}

.section_case_article .area_case_article .block_case_article p + .img_areaemo {
  margin-top: 25px;
}

.emo .section_case_article .area_case_article .block_case_article p {
  padding-left: 0;
  padding-right: 0;
}

.emo.interview .section_case_article .area_case_article .block_case_article .img_areaemo + h3 {
  margin-top: 40px;
}

.emo.interview .section_case_article .area_case_article .block_case_article .img_areaemo + h4 {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .emo.interview .section_case_article .area_case_article .block_case_article .img_areaemo + h3 {
    margin-top: 50px;
  }
  .emo.interview .section_case_article .area_case_article .block_case_article .img_areaemo + h4 {
    margin-top: 50px;
  }
}
.emo.interview .section_case_article .area_case_article .block_case_article h2 {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #57b597;
}

.emo.interview .section_case_article .area_case_article .block_case_article h3 {
  margin-bottom: 0.4em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6666;
  color: #57b597;
}

@media (min-width: 769px) {
  .emo.interview .section_case_article .area_case_article .block_case_article h3 {
    font-size: 2.4rem;
  }
}
.emo.interview .section_case_article .area_case_article .block_case_article h4 {
  margin-bottom: 0.6em;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
}

@media (min-width: 769px) {
  .emo.interview .section_case_article .area_case_article .block_case_article h4 {
    font-size: 1.8rem;
  }
}
.emo.interview .section_case_article .area_case_article .block_case_article p + h3 {
  margin-top: 1.2em;
}

.emo.interview .section_case_article .area_case_article .block_case_article p + h4 {
  margin-top: 1.2em;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .block_case_article * + h2 {
    margin-top: 65px;
  }
  .section_case_article .area_case_article .block_case_article h2 {
    margin-bottom: 12px;
    font-size: 2.6rem;
    padding-left: 0;
    padding-right: 0;
  }
  .section_case_article .area_case_article .block_case_article img {
    width: 464px;
    height: 309px;
    margin-top: 60px;
  }
  .section_case_article .area_case_article .block_case_article img + img {
    margin-top: 20px;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo + .img_areaemo {
    margin-top: 60px;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo + p {
    margin-top: 50px;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img img + img {
    margin-top: 0;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img iframe {
    width: 583px;
    height: 328px;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type01 img {
    width: 583px;
    height: 390px;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type01 + .cap {
    width: 583px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type02 img {
    width: 430px;
    height: 288px;
    margin-top: 0;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type02 img:nth-child(n+3) {
    margin-top: 20px;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type03 {
    height: 390px;
    width: 880px;
    position: relative;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type03 img {
    position: absolute;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type03 img:nth-child(1) {
    width: 583px;
    height: 390px;
    left: 0;
    top: 0;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type03 img:nth-child(2) {
    width: 277px;
    height: 185px;
    right: 0;
    top: 0;
  }
  .section_case_article .area_case_article .block_case_article .img_areaemo .img.type03 img:nth-child(3) {
    width: 277px;
    height: 185px;
    right: 0;
    bottom: 0;
  }
  .section_case_article .area_case_article .block_case_article p {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
    line-height: 1.7777;
  }
  .section_case_article .area_case_article .block_case_article p + .img_areaemo {
    margin-top: 60px;
  }
}
.section_case_article .area_case_article .att {
  width: 84vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .att {
    width: auto;
    margin-top: 60px;
  }
}
.section_case_article .block_staff {
  margin-top: 50px;
  padding: 30px 15px 105px;
  border-radius: 10px;
  background-color: #faf7f2;
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.25) inset;
  position: relative;
  gap: 30px;
}

.emo .section_case_article .block_staff {
  background-color: #fff;
}

.section_case_article .block_staff.jizensoudan {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .section_case_article .block_staff {
    margin-top: 100px;
    padding: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .emo .section_case_article .block_staff {
    margin-top: 50px;
  }
  .section_case_article .block_staff.jizensoudan {
    margin-top: 70px;
  }
}
.section_case_article .block_staff .img {
  text-align: center;
}

.section_case_article .block_staff .img img {
  width: 42.6666vw;
  height: 42.6666vw;
  border-radius: 50%;
  object-fit: cover;
}

.section_case_article .block_staff .img .btn_area {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.section_case_article .block_staff .img .btn_area .btn {
  height: 45px;
  width: 218px;
}

@media (min-width: 769px) {
  .section_case_article .block_staff .img {
    width: 218px;
  }
  .section_case_article .block_staff .img img {
    width: 218px;
    height: 218px;
  }
  .section_case_article .block_staff .img .btn_area {
    width: auto;
    margin-top: 24px;
    position: static;
  }
  .section_case_article .block_staff .img .btn_area .btn {
    font-size: 1.4rem;
  }
}
.section_case_article .block_staff .txt {
  margin-top: 20px;
}

.section_case_article .block_staff .txt p.tag {
  margin-bottom: 0.35em;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  color: #57b597;
  text-align: center;
}

.section_case_article .block_staff .txt p.name {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.section_case_article .block_staff .txt p.cts {
  margin: -0.45em 0;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .section_case_article .block_staff .txt {
    margin-top: 0;
    width: 599px;
  }
  .section_case_article .block_staff .txt p.tag {
    margin-bottom: 0.2em;
    font-size: 2rem;
    text-align: left;
  }
  .section_case_article .block_staff .txt p.name {
    margin-bottom: 0.9em;
    font-size: 2.2rem;
    text-align: left;
  }
}
.option-hover:before {
  background: #f9f9f9;
}

/* .wrap_select */
.wrap_select {
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.wrap_select + .box {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .wrap_select + .box {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .wrap_select {
    padding: 0;
    border: none;
  }
}
.wrap_select .btn_select {
  height: 40px;
  padding-left: 5px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}

.wrap_select .btn_select + .box {
  margin-top: 3px;
  display: none;
}

.wrap_select .btn_select + .box.adjust {
  padding-bottom: 30px;
}

.wrap_select .btn_select::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: all 0.3s;
}

.wrap_select .btn_select.open {
  border-bottom: 1px solid #dcdcdc;
}

.wrap_select .btn_select.open::after {
  margin-top: -3px;
  transform: rotate(225deg);
}

@media (min-width: 769px) {
  .wrap_select .btn_select {
    display: none;
  }
  .wrap_select .btn_select + .box {
    display: block !important;
  }
}
.wrap_select .box .list_search {
  padding: 0 5px;
}

.wrap_select .box .list_search + .list_search {
  border-top: 1px dashed #d2d2d2 !important;
}

.wrap_select .box .list_search.last-child {
  border-bottom: none;
}

.wrap_select .box .list_search + .btn_area {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .wrap_select .box .list_search {
    padding: 18px 0 6px !important;
  }
  .wrap_select .box .list_search + .btn_area {
    margin-top: 15px;
  }
  .wrap_select .box .list_search {
    padding: 0 !important;
  }
}
.wrap_select .box .list_search dt {
  padding-top: 15px;
}

.wrap_select .box .list_search dt .ttl {
  margin-bottom: 0.7em;
}

.wrap_select .box .list_search dt {
  height: 18px;
  padding: 0;
}

@media (min-width: 769px) {
  .wrap_select .box .list_search dt {
    width: auto;
    width: 130px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .wrap_select .box .list_search dt .ttl {
    margin: 0 !important;
    font-size: 1.5rem;
  }
  .wrap_select .box .list_search dt {
    height: 0;
    width: 0;
  }
}
.wrap_select .box .list_search dd > ul > li {
  margin-bottom: 15px;
}

.wrap_select .box .list_search dd > ul > li label .txt .item {
  text-decoration: none;
}

@media (min-width: 769px) {
  .wrap_select .box .list_search dd {
    width: 770px;
  }
  .wrap_select .box .list_search dd > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap_select .box .list_search dd > ul > li {
    width: 138px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .wrap_select .box .list_search dd > ul > li:nth-child(5n) {
    margin-right: 0;
  }
  .wrap_select .box .list_search dd > ul > li label .txt {
    padding-left: 27px;
    font-size: 1.4rem;
  }
  .wrap_select .box .list_search dd > ul > li label .txt .item {
    font-size: 1.4rem;
    white-space: normal !important;
    line-height: 1.4286;
    color: #333;
  }
  .wrap_select .box .list_search dd > ul > li label .txt::before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
  .wrap_select .box .list_search dd > ul > li label input:checked + .txt::after {
    top: 3px;
    left: 2px;
  }
  .wrap_select .box .list_search dd > ul > li label input:checked + .txt::after {
    top: 5px;
    left: 3px;
  }
  .wrap_select .box .list_search dd {
    width: 920px;
  }
  .wrap_select .box .list_search dd > ul > li {
    width: 203px;
    margin-right: 36px;
  }
  .wrap_select .box .list_search dd > ul > li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .wrap_select .box .list_search dd > ul > li:nth-child(5n) {
    margin-right: 36px;
  }
  .wrap_select .box .list_search dd > ul > li label .txt {
    padding-left: 32px;
    font-size: 1.6rem;
  }
  .wrap_select .box .list_search dd > ul > li label .txt .item {
    font-size: 1.6rem;
  }
  .wrap_select .box .list_search dd > ul > li label .txt::before {
    width: 20px;
    height: 20px;
    background-color: #fff;
  }
}
/* .article_img */
.article_img {
  margin-top: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.article_img img {
  width: 100%;
  height: 61.3333vw;
  object-fit: cover;
  border: 1px solid #d2d2d2;
}

@media (min-width: 769px) {
  .article_img {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .article_img img {
    width: 540px;
    height: 360px;
  }
}
/* .block_topics_article */
.block_topics_article {
  width: 940px;
  margin: 0 auto;
}

.block_topics_article h2 {
  margin-bottom: 0.9em;
  padding-top: 18px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.41666;
  color: #57b597;
  position: relative;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.block_topics_article h2::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  background-color: #4b9c82;
}

@media (min-width: 769px) {
  .block_topics_article h2 {
    margin-bottom: 0.8em;
    padding-top: 23px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.6rem !important;
    line-height: 1.5384 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .block_topics_article h2::before {
    display: block !important;
  }
}
.block_topics_article h3 {
  margin-bottom: 0.5em;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #57b597;
}

.block_topics_article h3 + img {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .block_topics_article h3 + img {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .block_topics_article h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2rem;
  }
}
.block_topics_article h4 {
  margin-bottom: 0.5em;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.block_topics_article h4 + img {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .block_topics_article h4 + img {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .block_topics_article h4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }
}
.block_topics_article p {
  line-height: 1.6;
}

@media (min-width: 769px) {
  .block_topics_article p {
    padding-left: 0;
    padding-right: 0;
  }
}
.block_topics_article p + h2 {
  margin-top: 2em;
}

.block_topics_article p + h3 {
  margin-top: 2em;
}

.block_topics_article p + h4 {
  margin-top: 1.5em;
}

.block_topics_article p + p {
  margin-top: 1em;
}

.block_topics_article p + img {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .block_topics_article p + img {
    margin-top: 60px;
  }
}
.block_topics_article p img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block_topics_article.jizensoudan p img {
  margin-top: 0;
}

@media (min-width: 769px) {
  .block_topics_article p img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.block_topics_article p a {
  color: #4b9c82;
  text-decoration: underline;
}

.block_topics_article img {
  width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block_topics_article img + img {
  margin-top: 40px;
}

.block_topics_article img + h2 {
  margin-top: 40px;
}

.block_topics_article img + h3 {
  margin-top: 40px;
}

.block_topics_article img + h4 {
  margin-top: 40px;
}

.block_topics_article img + p {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .block_topics_article img {
    width: 540px;
  }
  .block_topics_article img + img {
    margin-top: 60px;
  }
  .block_topics_article img + h2 {
    margin-top: 60px;
  }
  .block_topics_article img + h3 {
    margin-top: 60px;
  }
  .block_topics_article img + h4 {
    margin-top: 60px;
  }
  .block_topics_article img + p {
    margin-top: 60px;
  }
}
/* .page_navi */
.page_navi {
  margin-top: 40px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d2d2d2;
}

@media (min-width: 769px) {
  .page_navi {
    margin-top: 90px;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page_navi > li {
  font-size: 1.6rem;
  font-weight: bold;
}

#main .page_navi > li a {
  color: #57b597;
  position: relative;
}

.page_navi > li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  top: 50%;
}

.page_navi > li.previouspostslink a {
  padding-left: 25px;
}

.page_navi > li.previouspostslink a::before {
  left: 0;
  transform: rotate(135deg);
}

.page_navi > li.nextpostslink a {
  padding-right: 25px;
}

.page_navi > li.nextpostslink a::before {
  right: 0;
  transform: rotate(-45deg);
}

/* .list_media */
@media (min-width: 769px) {
  .list_media {
    display: flex;
    flex-wrap: wrap;
  }
}
.list_media > li {
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  transition: all 0.4s;
}

.list_media > li.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.list_media > li.pickup a .img {
  position: relative;
}

.list_media > li.pickup a .img::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: -1px;
  top: -1px;
  background-image: url("../img/icn_pickup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 769px) {
  .list_media > li.pickup a .img::before {
    z-index: 5;
  }
}
@media (min-width: 769px) {
  .list_media > li {
    width: 320px;
    margin-right: 20px;
    border-bottom: none;
  }
  .list_media > li:nth-child(3n) {
    margin-right: 0;
  }
  .list_media > li:nth-child(n+4) {
    margin-top: 48px;
  }
}
.list_media > li a .img {
  border: 1px solid #d2d2d2;
}

.list_media > li a .img img {
  object-fit: cover;
}

.list_media > li a .txt .copy {
  font-weight: bold;
}

.list_media > li a .txt .list_tag {
  margin-top: 3px;
}

@media (min-width: 769px) {
  .list_media > li a {
    padding: 0 !important;
    display: block !important;
  }
  .list_media > li a:hover {
    opacity: 0.7;
  }
  .list_media > li a:hover .img img {
    transform: scale(1.05);
    transition: all 0.3s;
  }
  .list_media > li a .img {
    margin: 0 0 12px !important;
    overflow: hidden;
  }
  .list_media > li a .img img {
    width: 320px !important;
    height: 213px !important;
    transition: all 0.3s;
  }
  .list_media > li a .txt {
    margin-top: 0 !important;
  }
  .list_media > li a .txt .list_tag > li.date {
    margin-left: 0;
  }
  .list_media > li a .txt .copy {
    font-size: 1.7rem;
    line-height: 1.4706;
    display: block !important;
    overflow: auto !important;
  }
}
.list_media > li.pickup a {
  padding-top: 20px;
  padding-bottom: 30px;
  display: block;
}

.list_media > li.pickup a .img {
  margin-right: 0;
  margin-bottom: 15px;
}

.list_media > li.pickup a .img img {
  width: 100%;
  height: 61.3333vw;
}

.list_media > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.list_media > li a .img {
  margin-right: 18px;
}

.list_media > li a .img img {
  width: 120px;
  height: 80px;
}

.list_media > li a .txt {
  flex: 1;
  margin-top: -0.1em;
}

.list_media > li a .txt .copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* .block_low */
.block_low {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .block_low {
    padding-bottom: 50px;
  }
}
.block_low .att_area {
  margin-top: 1em;
}

.block_low .att_area > li {
  margin-top: 0.2em;
  padding-left: 1.2em;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}

.block_low .att_area > li::before {
  margin-left: -1.2em;
  content: "※";
}

@media (min-width: 769px) {
  .block_low .att_area {
    margin-top: 2em;
  }
}
.block_low .box_low {
  padding-left: 5px;
  padding-right: 5px;
}

.block_low .box_low + .box_low {
  margin-top: 30px;
}

.block_low .box_low .ttl {
  margin-bottom: 0.5em;
  color: #57b597;
  font-size: 2.2rem;
  font-weight: bold;
}

#main .block_low .box_low a {
  color: #57b597;
}

.block_low .box_low a.link {
  padding-left: 1em;
  position: relative;
  text-decoration: none;
}

.block_low .box_low a.link::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
}

.block_low .box_low p.box + .box {
  margin-top: 2em;
}

@media (min-width: 769px) {
  .block_low .box_low {
    padding-left: 0;
    padding-right: 0;
  }
  .block_low .box_low + .box_low {
    margin-top: 50px;
  }
  .block_low .box_low .ttl {
    font-size: 2.4rem;
  }
}
.block_low .box_low p {
  font-size: 1.6rem;
  line-height: 1.875;
}

.block_low .box_low p strong {
  font-weight: bold;
}

.block_low .box_low p + p {
  margin-top: 0.5em;
}

/* ======================================
▼▼ phase02_02 ▼▼
====================================== */
/* .block_recommend */
.block_recommend {
  margin-top: 30px;
  padding-top: 29px;
  padding-bottom: 147px;
  position: relative;
  overflow: hidden;
}

.block_recommend .img_bg {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) {
  .block_recommend {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block_recommend .img_bg {
    top: auto;
    bottom: 0;
  }
}
.block_recommend .person {
  width: 212px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 30px;
}

@media (min-width: 769px) {
  .block_recommend .person {
    width: 253px;
    left: 50%;
    margin-left: -458px;
  }
}
.block_recommend .cts {
  margin-right: -5px;
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  position: relative;
}

.block_recommend .cts::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -14px;
}

.block_recommend .cts .ttl {
  margin-bottom: 0.7em;
  color: #57b597;
  font-size: 2.4rem;
  line-height: 1.4167;
  font-weight: bold;
  text-align: center;
}

.block_recommend .cts p {
  line-height: 1.875;
}

@media (min-width: 769px) {
  .block_recommend .cts {
    width: 750px;
    margin-right: 0;
    margin-left: 250px;
    padding: 40px 50px;
  }
  .block_recommend .cts::after {
    border-width: 10px 14px 10px 0;
    border-color: transparent #fff transparent transparent;
    left: -14px;
    bottom: 113px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .block_recommend .cts .ttl {
    font-size: 2.6rem;
  }
}
/* .staff_info */
.staff_info {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 769px) {
  .staff_info {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 840px;
    margin: 0 auto;
  }
}
.staff_info .img {
  margin-bottom: 15px;
  text-align: center;
}

.staff_info .img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width: 769px) {
  .staff_info .img {
    margin-bottom: 0;
  }
  .staff_info .img img {
    width: 400px;
    height: 400px;
  }
}
.staff_info .txt .position {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}

.staff_info .txt .name {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.staff_info .txt .kana {
  margin-top: 0.1em;
  color: #333;
  font-size: 1.4rem;
}

.staff_info .txt .list {
  margin-top: 1.7em;
  line-height: 1.6;
  font-size: 15px;
}

@media (min-width: 769px) {
  .staff_info .txt {
    width: 400px;
  }
  .staff_info .txt .position {
    text-align: left;
  }
  .staff_info .txt .name {
    font-size: 3rem;
    text-align: left;
  }
  .staff_info .txt .kana {
    text-align: left;
  }
}
/* スタッフ紹介記事のカラム */
.list_info {
  margin-top: 55px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 769px) {
  .list_info {
    margin-top: 90px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list_info > li + li {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .list_info > li {
    width: 405px;
  }
  .list_info > li + li {
    margin-top: 0;
  }
  .list_info > li:nth-child(2n) {
    margin-left: 90px;
  }
  .list_info > li:nth-child(n+3) {
    margin-top: 55px;
  }
}
.list_info > li .ttl {
  margin-bottom: 0.7em;
  padding-bottom: 0.6em;
  font-size: 2.4rem;
  text-align: center;
  color: #57b597;
  font-weight: bold;
  border-bottom: 1px solid #b7b7b7;
}

@media (min-width: 769px) {
  .list_info > li .ttl {
    font-size: 2.6rem;
  }
}
.list_info > li p {
  font-size: 1.6rem;
  line-height: 1.875;
}

/* .list_staff_slide */
.list_staff_slider {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

@media (min-width: 769px) {
  .list_staff_slider {
    width: 925px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list_staff_slider .cts {
  padding-left: 10px;
  padding-right: 10px;
}

.list_staff_slider .cts a .img {
  border-radius: 50%;
}

.list_staff_slider .cts a .img img {
  border-radius: 50%;
  object-fit: cover;
}

.list_staff_slider .cts a .name {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .list_staff_slider .cts {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .list_staff_slider .cts a {
    width: 160px;
  }
  .list_staff_slider .cts a .img {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .list_staff_slider .cts a .img img {
    transition: all 0.3s;
  }
  .list_staff_slider .cts a:hover {
    opacity: 0.7;
  }
  .list_staff_slider .cts a:hover .img img {
    transform: scale(1.05);
    transition: all 0.3s;
  }
}
.list_staff_slider .slick-arrow {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  z-index: 5;
}

.list_staff_slider .slick-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  top: 50%;
}

@media (min-width: 769px) {
  .list_staff_slider .slick-arrow {
    cursor: pointer;
    transition: all 0.3s;
    border-color: #57b597;
  }
  .list_staff_slider .slick-arrow::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  #main .list_staff_slider .slick-arrow:hover {
    border-color: #57b597;
    background-color: #57b597;
  }
  .list_staff_slider .slick-arrow:hover::after {
    border-color: #fff;
  }
}
.list_staff_slider .slick-arrow.slick-prev {
  left: 5px;
}

.list_staff_slider .slick-arrow.slick-prev::after {
  transform: rotate(135deg);
  left: 14px;
}

@media (min-width: 769px) {
  .list_staff_slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .list_staff_slider .slick-arrow.slick-prev::after {
    left: 15px;
  }
}
.list_staff_slider .slick-arrow.slick-next {
  right: 5px;
}

.list_staff_slider .slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  right: 14px;
}

@media (min-width: 769px) {
  .list_staff_slider .slick-arrow.slick-next {
    right: -50px;
  }
  .list_staff_slider .slick-arrow.slick-next::after {
    right: 15px;
  }
}
/* .list_comment */
.list_comment {
  border-top: 1px dashed #d2d2d2;
  margin-top: 43px;
}
.list_comment.is-questionary {
  width: 900px;
  margin: 0 auto;
}

.list_comment > li {
  padding: 25px 5px 24px;
  border-bottom: 1px dashed #d2d2d2;
}

@media (min-width: 769px) {
  .list_comment > li {
    padding: 25px 0 24px;
  }
}
.list_comment > li .comment_q {
  margin-bottom: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}

.list_comment > li .comment_a {
  line-height: 1.5;
}

@media (min-width: 769px) {
  .list_comment > li .comment_q {
    font-size: 1.8rem;
  }
}
.list_comment > li .comment_a .yesno {
  margin-bottom: 1em;
  padding-left: 34px;
  position: relative;
  line-height: 1;
}

.list_comment > li .comment_a .yesno::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: -2px;
}

.list_comment > li .comment_a .yesno::after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("../img/icn_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 2px;
  top: -6px;
}

/* .box_adjust */
.box_adjust {
  margin-top: -0.5em;
  padding-left: 5px;
  padding-right: 5px;
}

.box_adjust p + p {
  margin-top: 1em;
}

@media (min-width: 769px) {
  .box_adjust {
    padding-left: 0;
    padding-right: 0;
  }
}
/* .tag_area */
@media (min-width: 769px) {
  .tag_area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tag_area.jizensoudan {
    display: block;
  }
}
.tag_area .list_tag > li {
  margin-top: 0;
  padding: 4px 5px;
  font-size: 1.3rem;
}

@media (min-width: 769px) {
  .tag_area .list_tag {
    margin-top: 0;
  }
  .tag_area .list_tag + .list_dtl {
    margin-left: 20px;
  }
}
.tag_area .list_dtl_wrap {
  margin-top: 12px;
}

@media (min-width: 769px) {
  .tag_area .list_dtl_wrap {
    margin-top: 18px;
    text-align: center;
  }
}
.tag_area .list_dtl_wrap .list_dtl > li {
  margin-top: 0.3em;
  font-size: 1.4rem;
  line-height: 1.5;
}

#main .tag_area .list_dtl_wrap .list_dtl > li .item {
  color: #57b597;
  font-weight: bold;
}

.tag_area .list_dtl_wrap .list_dtl > li .cts {
  flex: 1;
}

.tag_area .list_dtl_wrap .list_dtl > li .cts::before {
  content: "：";
}

@media (min-width: 769px) {
  .tag_area .list_dtl_wrap .list_dtl {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block;
  }
  .tag_area .list_dtl_wrap .list_dtl::after {
    content: "";
    clear: both;
    display: block;
  }
  .tag_area .list_dtl_wrap .list_dtl > li {
    margin-right: 15px;
    display: inline;
    line-height: 2;
  }
  .tag_area .list_dtl_wrap .list_dtl > li .item {
    width: auto;
  }
}
/* .block_example */
.block_example {
  padding: 15px;
  background-color: rgba(250, 247, 242, 0.7);
}

@media (min-width: 769px) {
  .block_example {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.block_example > li + li {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .block_example > li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .block_example > li:nth-child(2n) {
    flex-direction: row;
  }
  .block_example > li + li {
    margin-top: 50px;
  }
}
.block_example > li .img {
  margin-bottom: 18px;
}

.block_example > li .img img {
  width: 100%;
  height: 59vw;
  object-fit: cover;
}

@media (min-width: 769px) {
  .block_example > li .img {
    width: 410px;
    margin-bottom: 0;
  }
  .block_example > li .img img {
    height: 288px;
  }
}
.block_example > li .txt .ttl {
  margin-bottom: 0.5em;
  color: #57b597;
  font-size: 2.4rem;
  font-weight: bold;
}

.block_example > li .txt > p {
  line-height: 1.7;
}

@media (min-width: 769px) {
  .block_example > li .txt {
    width: 410px;
  }
  .block_example > li .txt .ttl {
    font-size: 2.6rem;
  }
}
/* .dtl_example */
@media (min-width: 769px) {
  .dtl_example {
    margin: 30px auto 0;
    width: 1000px;
  }
  @container (max-width: 740px) {
    .dtl_example {
      width: fit-content;
    }
  }
}
.dtl_example {
  line-height: 1.7;
}

.dtl_example .ttl {
  margin: 0 5px 30px;
  padding-bottom: 0.3em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
  border-bottom: 1px solid #4b9c82;
}

@media (min-width: 769px) {
  .dtl_example .ttl {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.6rem;
  }
}
.dtl_example .ttl_sub {
  margin-top: -0.2em;
  margin-bottom: 1.2em;
  padding: 0 5px;
  padding-bottom: 0.5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444;
}

@media (min-width: 769px) {
  .dtl_example .ttl_sub {
    margin-bottom: 2.5em;
    padding: 0;
  }
}
.dtl_example .img_example {
  margin-bottom: 30px;
  text-align: center;
}

.dtl_example .img_example img {
  max-width: 100%;
}

@media (min-width: 769px) {
  .dtl_example .img_example {
    margin-bottom: 50px;
  }
}
.dtl_example .dtl_cts {
  padding: 18px 15px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 50px;
  }
}
.dtl_example .dtl_cts .ttl_sub {
  margin-top: 0;
  margin-bottom: 0.8em;
  padding: 0 0 0.4em;
  border-bottom: 1px dotted #707070;
}

.dtl_example .dtl_cts .ttl_cts {
  margin-bottom: 0.3em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts .ttl_cts {
    font-size: 2.6rem;
  }
}
.dtl_example .dtl_cts p.year {
  text-align: center;
}

.dtl_example .dtl_cts p + p {
  margin-top: 0.5em;
}

.dtl_example .dtl_cts p + .ttl_sub {
  margin-top: 1.5em;
}

.dtl_example .dtl_cts p + .ttl_cts {
  margin-top: 1.2em;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts p + p {
    margin-top: 0.8em;
  }
  .dtl_example .dtl_cts p + .ttl_sub {
    margin-top: 2em;
  }
}
.dtl_example .dtl_cts .table {
  margin-top: 5px;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts .table {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dtl_example .dtl_cts .table tr th {
  width: 5em;
  padding-top: 20px;
  font-weight: normal;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts .table tr th {
    width: 6em;
  }
}
.dtl_example .dtl_cts .table tr td {
  padding-top: 20px;
}

.dtl_example .dtl_cts .table tr td .table_list.flex {
  display: flex;
  flex-wrap: wrap;
}

.dtl_example .dtl_cts .table tr td .table_list + .table_list {
  margin-top: 0.5em;
}

.dtl_example .dtl_cts .table tr td .table_list p + p {
  margin-top: 0;
}

.dtl_example .dtl_cts .table tr td .table_list p.list_txt {
  display: flex;
  flex-wrap: wrap;
}

.dtl_example .dtl_cts .table tr td .table_list p.list_txt span {
  display: block;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts .table tr td .table_list {
    display: flex;
    flex-wrap: wrap;
  }
  .dtl_example .dtl_cts .table tr td .table_list + .table_list {
    margin-top: 0.1em;
  }
  .dtl_example .dtl_cts .table tr td .table_list p.list_ttl {
    width: 7em;
  }
}
.dtl_example .dtl_cts .dtl_box {
  margin-top: 30px;
  border: 1px solid #d2d2d2;
  padding: 15px;
}

.dtl_example .dtl_cts .dtl_box .ttl_box {
  margin-bottom: 0.4em;
  font-size: 1.6rem;
  font-weight: bold;
}

.dtl_example .dtl_cts .dtl_box .list > li {
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
}

.dtl_example .dtl_cts .dtl_box .list > li + li {
  margin-top: 0.2em;
}

.dtl_example .dtl_cts .dtl_box .list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts .dtl_box {
    margin-top: 40px;
    padding: 30px;
  }
  .dtl_example .dtl_cts .dtl_box .ttl_box {
    font-size: 1.8rem;
  }
}
.dtl_example .dtl_cts .att {
  margin-top: 1.5em;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts .att {
    font-size: 1.4rem;
  }
}
.dtl_example .dtl_cts .dtl_contact {
  margin-top: 1.2em;
}

.dtl_example .dtl_cts .dtl_contact > li {
  font-size: 1.8rem;
  font-weight: bold;
}

.dtl_example .dtl_cts .dtl_contact > li + li {
  margin-top: 0.7em;
}

@media (min-width: 769px) {
  .dtl_example .dtl_cts .dtl_contact {
    display: flex;
    justify-content: center;
  }
  .dtl_example .dtl_cts .dtl_contact > li + li {
    margin-top: 0;
    margin-left: 80px;
  }
}
.dtl_example .dtl_block {
  margin-top: 30px;
  padding: 12px 15px;
  background-color: rgba(250, 247, 242, 0.7);
}

.dtl_example .dtl_block p {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media (min-width: 769px) {
  .dtl_example .dtl_block {
    margin-top: 60px;
    padding: 45px 50px;
  }
}
.dtl_example .logo {
  margin-top: 25px;
  text-align: right;
  line-height: 1;
}

.dtl_example .logo img {
  width: 165px;
}

/* .block_silde_img */
.block_silde_img {
  position: relative;
  /* writing-mode: vertical-lr; */
}

.block_silde_img + .block_cts {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .block_silde_img + .block_cts {
    margin-top: 60px;
  }
}
.block_silde_img .silde_img {
  max-width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: scroll;
  display: flex;
}

.block_silde_img .silde_img::-webkit-scrollbar {
  display: none;
}

.block_silde_img .silde_img .scroll.flow_slide {
  width: 1085px;
}

.block_silde_img .silde_img .scroll.expenses_slide {
  width: 1139px;
}

.block_silde_img .silde_img .list {
  display: none;
}

@media all and (min-width: 320px) and (max-width: 767px) {
  .block_silde_img .silde_img .scroll.flow_slide {
    max-width: fit-content;
  }
}
@media (min-width: 769px) {
  .block_silde_img .silde_img {
    margin-left: 0;
    margin-right: 0;
  }
  .block_silde_img .silde_img .scroll.flow_slide {
    width: 1000px;
  }
  .block_silde_img .silde_img .scroll.expenses_slide {
    width: 1000px;
  }
  .block_silde_img .silde_img .list.flow_slide {
    display: block;
  }
  .block_silde_img .silde_img .list.flow_slide > li {
    position: absolute;
    top: 137px;
  }
  .block_silde_img .silde_img .list.flow_slide > li a::after {
    content: "";
    width: 70px;
    height: 187px;
    display: block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 10;
    transition: all 0.3s;
  }
  .block_silde_img .silde_img .list.flow_slide > li a:hover::after {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .block_silde_img .silde_img .list.flow_slide > li.list01 {
    left: 4px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list02 {
    left: 103px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list03 {
    left: 202px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list04 {
    left: 301px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list05 {
    left: 446px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list06 {
    left: 594px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list07 {
    left: 743px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list08 {
    left: 891px;
  }
  .block_silde_img .silde_img .list.flow_slide > li.list08 a::after {
    width: 78px;
  }
}
/* .block_cts */
.block_cts {
  padding: 20px;
  border: 1px solid #d2d2d2;
}
.block_cts > p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.block_cts > p:last-child {
  margin-bottom: 0;
}
.block_cts > p > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}

.block_cts + .area_knowledge_flow {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .block_cts {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 40px;
  }
  @container (max-width: 740px) {
    .block_cts {
      width: 740px;
    }
  }
  .block_cts + .area_knowledge_flow {
    margin-top: 60px;
  }
}
.block_cts .ttl {
  margin-bottom: 0.6em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #57b597;
}

.block_cts .list > li {
  font-size: 1.6rem;
  line-height: 1.5;
}

.block_cts .list > li + li {
  margin-top: 0.5em;
}

.block_cts .list > li a {
  padding-left: 1.3em;
  color: #4b9c82;
  position: relative;
  display: inline-block;
}

.block_cts .list > li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 1px;
  top: 0.75em;
  transform: rotate(-45deg);
  display: block;
}

/* .area_knowledge_flow */
.area_knowledge_flow + .area_knowledge_flow {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .area_knowledge_flow + .area_knowledge_flow {
    margin-top: 65px;
  }
}
.area_knowledge_flow .ttl {
  margin-bottom: 15px;
  padding: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #4b9c82;
}

.area_knowledge_flow .ttl.second {
  background-color: rgba(75, 156, 130, 0.8);
}

.area_knowledge_flow .ttl.third {
  background-color: rgba(75, 156, 130, 0.6);
}

@media (min-width: 769px) {
  .area_knowledge_flow .ttl {
    padding: 8px;
    margin-bottom: 40px;
  }
}
.area_knowledge_flow .block .box {
  padding: 15px;
  background-color: rgba(250, 247, 242, 0.7);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
.area_knowledge_flow .block .box + .box {
  margin-top: 20px;
}

.area_knowledge_flow .block .box + .box::before {
  content: "";
  width: 8px;
  height: 20px;
  background-color: rgba(69, 93, 88, 0.3);
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -4px;
}

.area_knowledge_flow .block .box .img {
  width: 300px;
}

.area_dot_knowledge .area_knowledge_flow .block .box + .box {
  margin-top: 62px;
}

.area_dot_knowledge .area_knowledge_flow .block .box + .box::before {
  content: "＋";
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 2.2rem;
  font-weight: bold;
  color: #57b597;
  left: 50%;
  top: -42px;
  margin-left: -11px;
}

@media (min-width: 769px) {
  .area_dot_knowledge .area_knowledge_flow .block .box + .box {
    margin-top: 92px;
  }
  .area_dot_knowledge .area_knowledge_flow .block .box + .box::before {
    font-size: 3.2rem;
    top: -62px;
    margin-left: -16px;
  }
}
.area_knowledge_flow .block .box .img img {
  width: 100%;
  height: 59.005vw;
  object-fit: cover;
}

.area_dot_knowledge .area_knowledge_flow .block .box .img img {
  height: 53.8746vw;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .img img {
    width: 410px;
    height: 288px;
    margin-bottom: 0;
  }
  .area_dot_knowledge .area_knowledge_flow .block .box .img img {
    width: 360px;
    height: 253px;
  }
}
.area_knowledge_flow .block .box .txt {
  margin-top: 18px;
}

.area_knowledge_flow .block .box .txt p {
  line-height: 1.7;
  font-size: 14px;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt {
    width: 580px;
    margin-top: 0;
  }
  .area_dot_knowledge .area_knowledge_flow .block .box .txt {
    width: 400px;
  }
  @container (max-width: 740px) {
    .area_knowledge_flow .block .box .txt {
      width: 380px;
    }
  }
}
.area_knowledge_flow .block .box .txt .tag {
  margin-top: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.area_knowledge_flow .block .box .txt .tag img {
  width: auto;
  height: 26px;
  margin-right: 10px;
}

.area_knowledge_flow .block .box .txt .tag p {
  flex: 1;
}

.area_knowledge_flow .block .box .txt .tag p span {
  height: 26px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 26px;
  color: #b4a150;
  text-align: center;
  border: 1px solid #b4a150;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .tag {
    margin-top: 0;
  }
  .area_knowledge_flow .block .box .txt .tag img {
    height: 27px;
    margin-right: 18px;
    margin-bottom: 0;
  }
}
.area_knowledge_flow .block .box .txt .ttl_box {
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1.4583;
  font-weight: bold;
  color: #57b597;
  display: flex;
  align-items: center;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-1::before {
  content: "1.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-2::before {
  content: "2.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-3::before {
  content: "3.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-4::before {
  content: "4.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-5::before {
  content: "5.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-6::before {
  content: "6.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-7::before {
  content: "7.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-8::before {
  content: "8.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-9::before {
  content: "9.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-10::before {
  content: "10.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-11::before {
  content: "11.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-12::before {
  content: "12.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-13::before {
  content: "13.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-14::before {
  content: "14.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-15::before {
  content: "15.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-16::before {
  content: "16.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-17::before {
  content: "17.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-18::before {
  content: "18.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-19::before {
  content: "19.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-20::before {
  content: "20.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-21::before {
  content: "21.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-22::before {
  content: "22.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-23::before {
  content: "23.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-24::before {
  content: "24.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-25::before {
  content: "25.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-26::before {
  content: "26.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-27::before {
  content: "27.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-28::before {
  content: "28.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-29::before {
  content: "29.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-30::before {
  content: "30.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-31::before {
  content: "31.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-32::before {
  content: "32.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-33::before {
  content: "33.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-34::before {
  content: "34.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-35::before {
  content: "35.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-36::before {
  content: "36.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-37::before {
  content: "37.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-38::before {
  content: "38.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-39::before {
  content: "39.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-40::before {
  content: "40.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-41::before {
  content: "41.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-42::before {
  content: "42.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-43::before {
  content: "43.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-44::before {
  content: "44.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-45::before {
  content: "45.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-46::before {
  content: "46.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-47::before {
  content: "47.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-48::before {
  content: "48.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-49::before {
  content: "49.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-50::before {
  content: "50.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-51::before {
  content: "51.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-52::before {
  content: "52.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-53::before {
  content: "53.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-54::before {
  content: "54.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-55::before {
  content: "55.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-56::before {
  content: "56.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-57::before {
  content: "57.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-58::before {
  content: "58.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-59::before {
  content: "59.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-60::before {
  content: "60.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-61::before {
  content: "61.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-62::before {
  content: "62.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-63::before {
  content: "63.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-64::before {
  content: "64.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-65::before {
  content: "65.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-66::before {
  content: "66.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-67::before {
  content: "67.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-68::before {
  content: "68.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-69::before {
  content: "69.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-70::before {
  content: "70.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-71::before {
  content: "71.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-72::before {
  content: "72.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-73::before {
  content: "73.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-74::before {
  content: "74.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-75::before {
  content: "75.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-76::before {
  content: "76.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-77::before {
  content: "77.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-78::before {
  content: "78.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-79::before {
  content: "79.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-80::before {
  content: "80.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-81::before {
  content: "81.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-82::before {
  content: "82.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-83::before {
  content: "83.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-84::before {
  content: "84.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-85::before {
  content: "85.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-86::before {
  content: "86.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-87::before {
  content: "87.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-88::before {
  content: "88.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-89::before {
  content: "89.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-90::before {
  content: "90.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-91::before {
  content: "91.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-92::before {
  content: "92.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-93::before {
  content: "93.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-94::before {
  content: "94.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-95::before {
  content: "95.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-96::before {
  content: "96.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-97::before {
  content: "97.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-98::before {
  content: "98.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}
.area_knowledge_flow .block .box .txt .ttl_box.is-number-99::before {
  content: "99.";
  margin-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  margin-top: -0.15em;
  font-size: 4rem;
}

.area_knowledge_flow .block .box .txt .ttl_box.large {
  margin-bottom: 0.4em;
  font-size: 2.4rem;
  line-height: 1.5;
}

.area_knowledge_flow .block .box .txt .ttl_box .number {
  margin-right: 0.1em;
  font-size: 3.2rem;
  margin-top: -0.4em;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .ttl_box .number {
    margin-top: -0.15em;
  }
}
@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .ttl_box {
    margin-bottom: 0.6em;
    font-size: 2.4rem;
  }
  .area_knowledge_flow .block .box .txt .ttl_box.large {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 2.6rem;
  }
  .area_knowledge_flow .block .box .txt .ttl_box .number {
    font-size: 4rem;
  }
}
.area_knowledge_flow .block .box .txt .contactus {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .contactus {
    margin-top: 30px;
  }
}
.area_knowledge_flow .block .box .txt .contactus .contactus_sp {
  width: 100%;
  height: 21.3333vw;
  padding: 4.8vw 3vw 4.8vw 17vw;
  display: flex;
  align-items: center;
  border: 1px solid #57b597;
  border-radius: 2.1333vw;
  background-color: #fff;
  background-image: url("../img/icn_tel.svg");
  background-repeat: no-repeat;
  background-size: 8.2vw auto;
  background-position: left 5vw center;
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.2);
}

#main .area_knowledge_flow .block .box .txt .contactus .contactus_sp .ttl_contactus {
  color: #57b597;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

.area_knowledge_flow .block .box .txt .contactus .contactus_sp .ttl_contactus span {
  margin-left: 0.2em;
  font-size: 1.6rem;
  font-size: 4.2666vw;
}

.area_knowledge_flow .block .box .txt .contactus .contactus_sp .contactus_txt .tag_contactus {
  margin-top: 0.4em;
  padding-left: 0.1em;
  color: #57b597;
  font-size: 3.7333vw;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .contactus .contactus_sp {
    display: none;
  }
}
.area_knowledge_flow .block .box .txt .contactus .contactus_pc {
  display: none;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .contactus .contactus_pc {
    display: block;
  }
  .area_knowledge_flow .block .box .txt .contactus .contactus_pc .tag_contactus {
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #455d58;
  }
  .area_knowledge_flow .block .box .txt .contactus .contactus_pc .number {
    padding-left: 67px;
    font-size: 3.2rem;
    color: #4b9c82;
    line-height: 1;
    background-image: url("../img/icn_free_deep.svg");
    background-repeat: no-repeat;
    background-size: 54px auto;
    background-position: left center;
  }
}
.area_knowledge_flow .block .box .txt .att {
  margin-top: 0.6em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}

.area_knowledge_flow .block .box .txt .att::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .att {
    margin-top: 1.2em;
    padding-left: 0;
    line-height: 1.5714;
  }
  .area_knowledge_flow .block .box .txt .att::before {
    position: static;
  }
}
.area_knowledge_flow .block .box .txt .box_sub {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .box_sub {
    margin-top: 30px;
  }
}
.area_knowledge_flow .block .box .txt .box_sub .ttl_box_sub {
  height: 30px;
  margin-bottom: 0.8em;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #b4a150;
  line-height: 30px;
  border-radius: 15px;
  display: inline-block;
}

.area_knowledge_flow .block .box .txt .box_sub .ttl_box_sub + .list_imgarea {
  margin-top: 4px;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .box_sub .ttl_box_sub {
    height: 32px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.8rem;
    line-height: 32px;
    border-radius: 16px;
  }
  .area_knowledge_flow .block .box .txt .box_sub .ttl_box_sub + .list_imgarea {
    margin-top: 6px;
  }
}
.area_knowledge_flow .block .box .txt .box_sub p {
  font-size: 1.4rem;
  line-height: 1.5714;
}

.area_knowledge_flow .block .box .txt .box_sub .table_schedule tr + tr th,
.area_knowledge_flow .block .box .txt .box_sub .table_schedule tr + tr td {
  padding-top: 0.4em;
}

.area_knowledge_flow .block .box .txt .box_sub .table_schedule tr th {
  width: 3.6em;
}

.area_knowledge_flow .block .box .txt .box_sub .table_schedule tr th p {
  color: #707070;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .box_sub .table_schedule tr th {
    width: 4.2em;
  }
}
.area_knowledge_flow .block .box .txt .box_sub .list_wrap {
  display: flex;
}

.area_knowledge_flow .block .box .txt .box_sub .list_wrap .list + .list {
  margin-left: 40px;
}

.area_knowledge_flow .block .box .txt .box_sub .list_wrap .list > li {
  padding-left: 1em;
  position: relative;
}

.area_knowledge_flow .block .box .txt .box_sub .list_wrap .list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}

.area_knowledge_flow .block .box .txt .box_sub .list_wrap .list > li + li {
  margin-top: 0.4em;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .box_sub .list_wrap .list + .list {
    margin-left: 50px;
  }
}
.area_knowledge_flow .block .box .txt .btn_area {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .btn_area {
    margin-top: 0;
    position: absolute;
    top: 368px;
    left: 105px;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.area_knowledge_flow .block .box .txt .list_imgarea > li {
  width: calc((100vw - 74px) / 2);
}

.area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea > li {
  width: calc((100vw - 106px) / 2);
}

.area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea.large > li {
  width: 100%;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .list_imgarea > li {
    width: 140px;
  }
  .area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea > li {
    width: 140px;
  }
  .area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea.large > li {
    width: 100%;
    display: flex;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea > li .img_list img {
  width: 100%;
  height: 30.72vw;
  object-fit: cover;
}

.area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea > li .img_list img {
  height: 28.048vw;
  margin-bottom: 0;
}

.area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea.large > li .img_list img {
  height: 58.9013vw;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .list_imgarea > li .img_list img {
    height: 108px;
  }
  .area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea > li .img_list img {
    height: 96px;
  }
  .area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea.large > li .img_list img {
    width: 140px;
    height: 108px;
  }
}
@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .list_imgarea > li a:hover {
    opacity: 0.7;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea > li a .txt_list p span {
  color: #4b9c82;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .list_imgarea > li a .txt_list p {
    color: #4b9c82;
    text-decoration: underline;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea > li .txt_list {
  margin-top: 0.5em;
}

.area_knowledge_flow .block .box .txt .list_imgarea > li .txt_list p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea > li .txt_list p {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .area_dot_knowledge .area_knowledge_flow .block .box .txt .list_imgarea > li .txt_list p {
    font-size: 1.6rem;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea > li .info_list {
  margin-top: 14px;
  display: block;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .list_imgarea > li .info_list {
    margin-top: 0;
    margin-left: 10px;
    flex: 1;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li {
  display: flex;
  align-items: center;
}

.area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li + li {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li + li {
    margin-top: 9px;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li p {
  font-size: 12px;
}

.area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li p.item {
  height: 26px;
  margin-right: 8px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #b4a150;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  color: #b4a150;
  background-color: #fff;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li p.item {
    height: 24px;
    font-size: 10px;
    margin-bottom: 0;
  }
}
.area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li p.txt_info_list {
  flex: 1;
}

.area_knowledge_flow .block .box .txt .list_imgarea > li .info_list > li p span {
  margin-left: 5px;
  font-size: 12px;
}

.area_knowledge_flow .exp {
  margin-top: 0.9em;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5555;
  font-weight: bold;
  color: #57b597;
}

@media (min-width: 769px) {
  .area_knowledge_flow .exp {
    margin-top: 1.4em;
  }
}
/* .area_dot_knowledge */
.area_dot_knowledge {
  margin-top: 62px;
  padding: 15px;
  border: 1px dotted #4e9b82;
  position: relative;
}

.area_dot_knowledge::before {
  content: "＋";
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 2.2rem;
  font-weight: bold;
  color: #57b597;
  position: absolute;
  left: 50%;
  top: -42px;
  margin-left: -11px;
}

.area_dot_knowledge .ttl_area_dot_knowledge {
  margin-top: 0.5em;
  margin-bottom: 0.85em;
  font-size: 1.8rem;
  color: #57b597;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .area_dot_knowledge .ttl_area_dot_knowledge {
    margin-top: -0.2em;
    margin-bottom: 1.3em;
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) {
  .area_dot_knowledge {
    margin-top: 92px;
    padding: 30px;
  }
  .area_dot_knowledge::before {
    font-size: 3.2rem;
    top: -62px;
    margin-left: -16px;
  }
}
/* .box_knowledge */
.box_knowledge {
  padding: 15px;
  background-color: #f7f7f7;
}

.box_knowledge + .block_cts {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .box_knowledge {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
  }
  @container (max-width: 740px) {
    .box_knowledge {
      width: 740px;
      margin-bottom: 50px;
    }
  }
}
/* .block_point */
.block_point {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .block_point {
    margin-top: 30px;
  }
}
.block_point .ttl_point {
  margin-bottom: 0.7em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
  display: flex;
  align-items: center;
}

.block_point .ttl_point::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 8px;
  background-color: #4b9c82;
  display: block;
}

.block_point .list > li {
  padding-left: 30px;
  font-size: 1.4rem;
  line-height: 1.4285;
  position: relative;
}

.block_point .list > li + li {
  margin-top: 0.8em;
}

.block_point .list > li::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 0;
}

.block_point .list > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-image: url("../img/icn_check.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

@media (min-width: 769px) {
  .block_point .list > li + li {
    margin-top: 1em;
  }
}
/* .block_expenses_slide */
.block_silde_img + .block_800 {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .block_silde_img + .block_800 {
    margin-top: 45px;
  }
}
.block_800 {
  padding-left: 5px;
  padding-right: 5px;
}
.block_800 > p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.block_800 > p:last-child {
  margin-bottom: 0;
}
.block_800 > p > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}

.block_800 .att {
  margin-top: 0.8em;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .block_800 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  @container (max-width: 740px) {
    .block_800 {
      width: 740px;
    }
  }
}
/* .area_price */
.area_price .table_price > li {
  padding: 21px 15px;
  border-bottom: 1px solid #d2d2d2;
}

@media (min-width: 769px) {
  .area_price .table_price > li {
    padding: 0;
    display: flex;
    border-left: 1px solid #d2d2d2;
  }
}
.area_price .table_price > li.bg {
  background-color: rgba(159, 202, 188, 0.15);
}

.area_price .table_price > li.ttl_area {
  display: none;
}

@media (min-width: 769px) {
  .area_price .table_price > li.ttl_area {
    background-color: #f7f7f7;
    border-top: 1px solid #d2d2d2;
    display: flex;
  }
  .area_price .table_price > li.ttl_area .box_dharma,
  .area_price .table_price > li.ttl_area .box_features,
  .area_price .table_price > li.ttl_area .box_price {
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area_price .table_price > li.ttl_area .box_dharma p,
  .area_price .table_price > li.ttl_area .box_features p,
  .area_price .table_price > li.ttl_area .box_price p {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
  }
}
.area_price .table_price > li .box_dharma {
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .area_price .table_price > li .box_dharma {
    width: 260px;
    padding: 10px 40px;
    border-right: 1px solid #d2d2d2;
  }
}
.area_price .table_price > li .box_dharma .img {
  margin-right: 20px;
}

.area_price .table_price > li .box_dharma .img img {
  height: 68px;
}

@media (min-width: 769px) {
  .area_price .table_price > li .box_dharma .img {
    margin-right: 10px;
  }
  .area_price .table_price > li .box_dharma .img img {
    height: 80px;
  }
}
.area_price .table_price > li .box_dharma .txt .tag {
  height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #d73e65;
  border: 1px solid #d73e65;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_price .table_price > li .box_dharma .txt .tag + .name {
  margin-top: 0.3em;
}

.area_price .table_price > li .box_dharma .txt .name {
  font-size: 2rem;
  line-height: 1;
}

.area_price .table_price > li .box_dharma .txt .name + .exp {
  margin-top: 0.3em;
}

.area_price .table_price > li .box_dharma .txt .exp {
  font-size: 1.4rem;
  line-height: 1;
}

.area_price .table_price > li .box_dharma .txt .exp + .exp {
  margin-top: 0.3em;
}

@media (min-width: 769px) {
  .area_price .table_price > li .box_dharma .txt .tag + .name {
    margin-top: 0.5em;
  }
  .area_price .table_price > li .box_dharma .txt .name {
    font-size: 2.2rem;
  }
  .area_price .table_price > li .box_dharma .txt .name + .exp {
    margin-top: 0.5em;
  }
  .area_price .table_price > li .box_dharma .txt .exp + .exp {
    margin-top: 0.5em;
  }
}
.area_price .table_price > li .box_features {
  margin-top: 15px;
}

.area_price .table_price > li .box_features p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .area_price .table_price > li .box_features {
    width: 260px;
    margin-top: 0;
    padding: 15px 25px;
    border-right: 1px solid #d2d2d2;
  }
  .area_price .table_price > li .box_features p {
    line-height: 1.5714;
  }
}
.area_price .table_price > li .box_price {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}

.area_price .table_price > li .box_price + .box_price {
  margin-top: 8px;
}

.area_price .table_price > li .box_price p {
  line-height: 1;
}

.area_price .table_price > li .box_price p.item {
  width: 12em;
  font-size: 1.4rem;
  font-weight: bold;
}

.area_price .table_price > li .box_price p.price {
  flex: 1;
}

.area_price .table_price > li .box_price p.price .eng {
  margin-right: 0.05em;
  font-size: 3.2rem;
}

@media (min-width: 769px) {
  .area_price .table_price > li .box_price {
    width: 160px;
    margin-top: 0;
    border-right: 1px solid #d2d2d2;
    justify-content: center;
    align-items: center;
  }
  .area_price .table_price > li .box_price + .box_price {
    margin-top: 0;
  }
  .area_price .table_price > li .box_price p.item {
    display: none;
  }
  .area_price .table_price > li .box_price p.price {
    flex: none;
  }
}
.area_price .att_list {
  margin-top: 18px;
  padding-left: 5px;
  padding-right: 5px;
}

.area_price .att_list > li {
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}

.area_price .att_list > li + li {
  margin-top: 0.3em;
}

.area_price .att_list > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* list_features ナレッジページ内で使用 */
.list_features > li + li {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .list_features > li {
    margin-top: 60px;
  }
  .list_features > li.two {
    display: flex;
  }
  .list_features > li.two .txt {
    width: 450px;
  }
}
.list_features > li .txt .ttl {
  margin-bottom: 1.3em;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #57b597;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .list_features > li .txt .ttl {
    font-size: 2.4rem;
  }
}
.list_features > li .txt .ttl .number {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: block;
}

@media (min-width: 769px) {
  .list_features > li .txt .ttl .number {
    width: 67px;
    height: 67px;
  }
}
.list_features > li .txt .ttl .number::before {
  content: "特徴";
  width: 60px;
  height: 60px;
  padding-top: 5px;
  border-radius: 50%;
  background-color: #57b597;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 769px) {
  .list_features > li .txt .ttl .number::before {
    width: 67px;
    height: 67px;
  }
}
.list_features > li .txt .ttl .number::after {
  content: "";
  width: 60px;
  height: 60px;
  padding-top: 22px;
  font-size: 3rem;
  font-family: new-order, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.list_features > li:nth-child(1) .txt .ttl .number::after {
  content: "1";
}

.list_features > li:nth-child(2) .txt .ttl .number::after {
  content: "2";
}

.list_features > li:nth-child(3) .txt .ttl .number::after {
  content: "3";
}

.list_features > li:nth-child(4) .txt .ttl .number::after {
  content: "4";
}

.list_features > li:nth-child(5) .txt .ttl .number::after {
  content: "5";
}

.list_features > li:nth-child(6) .txt .ttl .number::after {
  content: "6";
}

@media (min-width: 769px) {
  .list_features > li .txt .ttl .number::after {
    width: 67px;
    height: 67px;
    padding-top: 26px;
    font-size: 3.6rem;
  }
}
.list_features > li .txt .ttl .ttl_txt {
  flex: 1;
  margin-top: -0.3em;
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.4em;
  /* 線の太さ */
  text-decoration-color: rgba(87, 181, 151, 0.3);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.list_features > li .txt .ttl_sub {
  margin-bottom: 0.4em;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #57b597;
}

@media (min-width: 769px) {
  .list_features > li .txt .ttl_sub {
    margin-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2rem;
  }
}
.list_features > li .txt .list_breakdown {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .list_features > li .txt .list_breakdown {
    display: flex;
    justify-content: space-between;
  }
}
.list_features > li .txt .list_breakdown + .box_glossary {
  margin-top: 18px;
}

.list_features > li .txt .list_breakdown > li {
  padding: 6px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 769px) {
  .list_features > li .txt .list_breakdown > li {
    width: 186px;
    height: 186px;
    margin-top: 0 !important;
    padding: 45px 11px;
    display: block;
    border: 1px solid #d2d2d2 !important;
  }
}
.list_features > li .txt .list_breakdown > li::after {
  content: "＋";
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #57b597;
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -12px;
}

@media (min-width: 769px) {
  .list_features > li .txt .list_breakdown > li::after {
    font-size: 3.4rem;
    left: inherit;
    right: 0;
    top: 50%;
    margin-left: inherit;
    margin-right: -44px;
    margin-top: -17px;
    bottom: inherit;
  }
}
.list_features > li .txt .list_breakdown > li:first-child {
  margin-bottom: 10px;
  border: none;
  padding: 0;
  justify-content: flex-end;
}

.list_features > li .txt .list_breakdown > li:first-child .price {
  font-size: 1.8rem;
  line-height: 1;
}

.list_features > li .txt .list_breakdown > li:first-child .price .number {
  margin-left: 0.3em;
  margin-right: 0.05em;
  font-size: 3rem;
}

.list_features > li .txt .list_breakdown > li:first-child::after {
  display: none;
}

@media (min-width: 769px) {
  .list_features > li .txt .list_breakdown > li:first-child {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list_features > li .txt .list_breakdown > li:first-child .price {
    line-height: 2;
  }
  .list_features > li .txt .list_breakdown > li:first-child::after {
    content: "＝";
    display: block;
  }
}
.list_features > li .txt .list_breakdown > li:last-child::after {
  display: none;
}

.list_features > li .txt .list_breakdown > li:nth-child(n+3) {
  margin-top: 24px;
}

.list_features > li .txt .list_breakdown > li .img_breakdown {
  width: 44.5333vw;
}

.list_features > li .txt .list_breakdown > li .img_breakdown img {
  width: 44.5333vw;
  height: 26.1333vw;
  object-fit: cover;
}

@media (min-width: 769px) {
  .list_features > li .txt .list_breakdown > li .img_breakdown {
    width: 162px;
  }
  .list_features > li .txt .list_breakdown > li .img_breakdown img {
    width: 162px;
    height: 96px;
  }
}
.list_features > li .txt .list_breakdown > li .txt_breakdown {
  flex: 1;
  padding: 10px 15px;
}

.list_features > li .txt .list_breakdown > li .txt_breakdown p {
  line-height: 1.5;
}

.list_features > li .txt .list_breakdown > li .txt_breakdown p.item {
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .list_features > li .txt .list_breakdown > li .txt_breakdown {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list_features > li .txt .list_breakdown > li .txt_breakdown .item {
    position: absolute;
    top: 10px;
  }
}
@media (min-width: 769px) {
  .list_features > li .txt .list_breakdown {
    margin-top: 30px;
  }
  .list_features > li .txt .list_breakdown + .box_glossary {
    margin-top: 30px;
  }
}
.list_features > li .txt .box_glossary {
  padding: 15px;
  background-color: rgba(247, 247, 247, 0.7);
}

@media (min-width: 769px) {
  .list_features > li .txt .box_glossary {
    padding: 30px;
  }
}
.list_features > li .txt .box_glossary .ttl_glossary {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #57b597;
}

@media (min-width: 769px) {
  .list_features > li .txt .box_glossary .ttl_glossary {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}
.list_features > li .txt .box_glossary .list_glossary {
  width: 100%;
}

.list_features > li .txt .box_glossary .list_glossary dt {
  font-size: 1.6rem;
  line-height: 1.4;
}

.list_features > li .txt .box_glossary .list_glossary dt + dd {
  margin-top: 0.3em;
}

.list_features > li .txt .box_glossary .list_glossary dd {
  font-size: 1.6rem;
  line-height: 1.625;
}

.list_features > li .txt .box_glossary .list_glossary dd + dt {
  margin-top: 1.3em;
}

@media (min-width: 769px) {
  .list_features > li .txt .box_glossary .list_glossary {
    display: block;
  }
  .list_features > li .txt .box_glossary .list_glossary::after {
    content: "";
    clear: both;
    display: block;
  }
  .list_features > li .txt .box_glossary .list_glossary dt {
    width: 4.5em;
    font-size: 1.8rem;
    float: left;
  }
  .list_features > li .txt .box_glossary .list_glossary dt + dd {
    margin-top: 9px;
  }
  .list_features > li .txt .box_glossary .list_glossary dd {
    padding-left: 6em;
  }
  .list_features > li .txt .box_glossary .list_glossary dd + dt {
    margin-top: 9px;
  }
}
.list_features > li .txt p.att {
  margin-top: 1em;
  padding-left: calc(1em + 7px);
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}

.list_features > li .txt p.att::before {
  content: "※";
  position: absolute;
  left: 5px;
  top: 0;
}

.list_features > li .txt p.att strong {
  color: #d73e65;
  font-weight: normal;
}

@media (min-width: 769px) {
  .list_features > li .txt p.att {
    padding-left: calc(1em + 2px);
  }
  .list_features > li .txt p.att::before {
    left: 0;
  }
}
.list_features > li .second {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .list_features > li .second {
    width: 410px;
    margin-top: 0;
    margin-left: 40px;
  }
}
.list_features > li .second .table_features {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  font-size: 1.6rem;
}

.list_features > li .second .table_features tr {
  border-bottom: 1px solid #d2d2d2;
}

.list_features > li .second .table_features tr th {
  width: 50%;
  padding: 11px 14px;
  border-right: 1px solid #d2d2d2;
  background-color: rgba(159, 202, 188, 0.15);
  line-height: 1;
  vertical-align: middle;
}

.list_features > li .second .table_features tr td {
  padding: 11px 14px;
  border-right: 1px solid #d2d2d2;
  line-height: 1.375;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .list_features > li .second .table_features tr td {
    line-height: 1.4375;
  }
}
/* ..block_cta.small */
.block_cts + .block_cta.small {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .block_cta.small.block_cta02 .banner_cta_pc {
    width: 900px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .block_cta.small.block_cta02 .banner_cta_pc .btn_area_cta .btn_cta.btn_request a {
    width: 325px;
    padding-left: 30px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .block_cta.small.block_cta02 .banner_cta_pc .btn_area_cta .btn_cta.btn_request a .txt .ttl_request {
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .block_cta.small.block_cta02 .banner_cta_pc .btn_area_cta .btn_cta.btn_request a .txt .tag_request {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .block_cta.small.block_cta02 .banner_cta_pc .btn_area_cta .btn_cta.btn_request a .img {
    width: 118px;
    top: 0;
    right: -19px;
    transform: rotate(10deg);
  }
}
/* .block_subsidy01 */
.block_subsidy01 {
  margin-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 769px) {
  .block_subsidy01 {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
}
.block_subsidy01 .list_prefectures {
  padding: 25px;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 769px) {
  .block_subsidy01 .list_prefectures {
    padding: 40px 50px;
  }
}
.block_subsidy01 .list_prefectures > li {
  width: calc(50% - 10px);
  font-size: 1.6rem;
}

.block_subsidy01 .list_prefectures > li a {
  padding-left: 1.2em;
  color: #57b597;
  display: block;
  position: relative;
}

.block_subsidy01 .list_prefectures > li a::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .block_subsidy01 .list_prefectures > li {
    width: 128px;
    margin-right: 40px !important;
    margin-top: 0 !important;
  }
  .block_subsidy01 .list_prefectures > li:nth-child(5n) {
    margin-right: 0 !important;
  }
  .block_subsidy01 .list_prefectures > li a {
    display: inline-block;
  }
}
.block_subsidy01 .area_subsidy {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .block_subsidy01 .area_subsidy {
    margin-top: 45px;
  }
}
.block_subsidy01 .area_subsidy .ttl {
  margin-bottom: 0.4em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
}

@media (min-width: 769px) {
  .block_subsidy01 .area_subsidy .ttl {
    margin-bottom: 0.6em;
    font-size: 2.4rem;
  }
}
.block_subsidy01 .area_subsidy .ttl_sub {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #57b597;
}

.block_subsidy01 .area_subsidy .list {
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}

.block_subsidy01 .area_subsidy .list + .ttl_sub {
  margin-top: 10px;
}

.block_subsidy01 .area_subsidy .list > li {
  padding: 11px 15px;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
}

.block_subsidy01 .area_subsidy .list > li p {
  font-size: 1.6rem;
  line-height: 1;
}

@media (min-width: 769px) {
  .block_subsidy01 .area_subsidy .list {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
  }
  .block_subsidy01 .area_subsidy .list + .ttl_sub {
    margin-top: 18px;
  }
  .block_subsidy01 .area_subsidy .list > li {
    width: 33.3333%;
  }
  .block_subsidy01 .area_subsidy .list > li:nth-child(-n+3) {
    border-top: 1px solid #d2d2d2;
  }
}
/* .list_insurance */
.list_insurance {
  margin-top: 45px;
  padding-left: 5px;
  padding-right: 5px;
}

.list_insurance > li + li {
  margin-top: 40px;
}

.list_insurance > li .ttl {
  margin-bottom: 0.6em;
  font-size: 2.2rem;
  font-weight: bold;
  color: #57b597;
}

@media (min-width: 769px) {
  .list_insurance {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .list_insurance + .block_cta {
    margin-top: 100px;
  }
  .list_insurance > li + li {
    margin-top: 45px;
  }
}
/*↓230110 kawaai*/
.list_insurance > li .ttl {
  font-size: 2.4rem;
}

.section_main .inner .grBG {
  background-color: #faf7f2;
  margin-top: 40px;
  padding: 15px 15px 20px 15px;
}

.section_main .inner .grBG img {
  width: 100%;
  height: auto;
}

.section_main .inner .grBG h3 {
  font-size: 2.2rem;
  color: #57b597;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.455;
}

.section_main .inner .grBG p:not(:first-of-type) {
  margin-top: 15px;
}

.section_main .inner .grBG a {
  color: #4b9c82;
  display: inline-block;
  border-bottom: 1px solid;
  margin-top: 3px;
}

.section_main .inner .grBG ul li {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 15px;
}

.section_main .inner img.mainImg {
  margin-top: 45px;
}

.section_main .inner img.mainImg + p,
.section_main .inner img.mainImg + .block_800 {
  margin-top: 30px;
}

.section_main .inner p .bold {
  font-weight: bold;
}

.section .bold {
  font-weight: bold;
}

.section .grBG {
  background-color: #faf7f2;
  margin-top: 40px;
  padding: 15px 15px 20px 15px;
  margin-bottom: 25px;
}

.section .grBG img {
  width: 100%;
  height: auto;
}

.section .grBG h3 {
  font-size: 2.2rem;
  color: #57b597;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.section .grBG p:not(:first-of-type) {
  margin-top: 15px;
}

.section .grBG a {
  color: #4b9c82;
  display: inline-block;
  border-bottom: 1px solid;
  margin-top: 3px;
}

.section .grBG .imgArea .cap {
  margin-top: 20px;
}

.section .grBG ul li {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 5px;
  padding-left: 2rem;
  text-indent: -2rem;
  line-height: 1.563;
}

.section .grBG ul.grBG02_list li:not(:first-of-type) {
  margin-top: 8px;
}

.section .grBG.grBG02:not(:first-of-type) {
  margin-top: 50px;
}

.section .grBG.grBG02 h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px dotted #8acbb6;
  color: #57b597;
  padding-bottom: 12px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 3rem;
}

.section .grBG.grBG02 h2 span {
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: left;
}

.section .grBG.grBG02 h2 .marker {
  background: linear-gradient(transparent 75%, #f7d8e0 25%);
}

.section .grBG.grBG02 .grBG02_block:not(:first-of-type) {
  margin-top: 45px;
}

.section .inner img.mainImg {
  margin-top: 5px;
}

.section .inner img.mainImg + p,
.section .inner img.mainImg + h3,
.section .inner img.mainImg + .block_800 {
  margin-top: 30px;
}

.section .inner img.mainImg.mgt {
  margin-top: 20px;
}

.section .inner img.mainImg.float {
  float: right;
  width: 50%;
  margin-top: 10px;
  margin-left: 10px;
}

.section .inner img.mainImg + .floatText {
  margin-top: 10px;
}

.section.normal ol.list_Publicholl {
  margin-top: 50px;
}

.section.normal ol li .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .section.normal ol li .tab-label {
  color: #57b597;
  background: #fff;
  border: 1px solid #57b597;
  margin-top: 50px;
  padding: 10px 12px;
  order: -1;
  width: calc(50% - 22px);
  border-radius: 5px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  transition: all 0.3s;
}

.section.normal ol li .tab-label span {
  font-size: 1.4rem;
}

.section.normal ol li .tab-label:after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
}

.section.normal ol li .tab-label.left {
  margin-left: 15px;
}

.section.normal ol li .tab-label.right {
  margin-right: 15px;
}

.section.normal ol li .tab-content {
  width: 100%;
  display: none;
  margin-top: 30px;
  transition: all 0.3s;
}

.section.normal ol li .tab-switch:checked + .tab-label {
  color: #fff;
  background: #57b597;
  border: none;
  border: 1px solid #57b597;
}

.section.normal ol li .tab-switch:checked + .tab-label:after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
}

.section.normal ol li .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.section.normal ol li .tab-switch {
  display: none;
}

.section.normal .area_price h3 {
  margin-bottom: 0.4em;
  font-size: 2rem;
  font-weight: bold;
  color: #57b597;
}

.section.normal .area_price h3:not(:first-of-type) {
  margin-top: 25px;
}

.section.normal .area_price .block_silde_img.trend {
  margin: 40px 0;
}

.section.normal .area_price .pointBoxArea {
  background-color: #faf7f2;
  border: 1px solid #4e9b82;
  border-radius: 10px;
  padding: 15px 15px;
  margin-top: 30px;
  box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.09);
}

.section.normal .area_price .pointBoxArea h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}

.section.normal .area_price .pointBoxArea ul {
  margin-top: 10px;
}

.section.normal .area_price .pointBoxArea ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 35px;
  line-height: 1.625;
}

.section.normal .area_price .pointBoxArea ul li:not(:first-of-type) {
  margin-top: 10px;
}

.section.normal .area_price .pointBoxArea ul li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/pointBox.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  display: block;
  left: 0;
  top: 3px;
}

.section.narrow {
  padding-bottom: 25px;
}

@media (min-width: 769px) {
  footer .block .nav .has_sub .sub.knowledge li {
    max-width: 180px;
  }
  .section_main .inner img.mainImg {
    width: 640px;
    height: 426px;
    margin: 55px auto 10px auto;
    display: block;
  }
  .section_main .inner img.mainImg + .block_800 {
    margin-top: 50px;
  }
  .section_main .inner .grBG {
    display: flex;
    justify-content: space-between;
    padding: 56px 50px 45px 50px;
    width: 900px;
    margin: 50px auto 60px auto;
  }
  .section_main .inner .grBG h3 {
    margin-top: 0;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .section_main .inner .grBG .textArea {
    width: 50%;
  }
  .section_main .inner .grBG .imgArea {
    width: calc(50% - 81px);
  }
  .section_main .inner .grBG .imgArea .cap {
    letter-spacing: -0.005rem;
    margin-top: 20px;
  }
  .section.mgb {
    padding-bottom: 50px;
  }
  .section.normal .grBG {
    display: flex;
    justify-content: space-between;
    padding: 56px 50px 45px 50px;
    width: 900px;
    margin: 50px auto 60px auto;
  }
  @container (max-width: 740px) {
    .section.normal .grBG {
      padding: 20px;
      width: 740px;
    }
  }
  .section.normal .grBG h3 {
    margin-top: 0;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .section.normal .grBG .textArea {
    width: 50%;
  }
  .section.normal .grBG .imgArea {
    width: calc(50% - 81px);
  }
  .section.normal .grBG .imgArea .cap {
    letter-spacing: -0.005rem;
    margin-top: 20px;
  }
  .section.normal .grBG ul {
    container-type: inline-size;
  }
  .section.normal .grBG ul li {
    font-size: 1.6rem;
  }
  .section.normal .grBG.grBG02 {
    display: block;
    width: 1000px;
    padding: 45px 50px 50px 50px;
  }
  @container (max-width: 940px) {
    .section.normal .grBG.grBG02 {
      width: 940px;
    }
  }
  .section.normal .grBG.grBG02:not(:last-child) {
    margin-bottom: 0;
  }
  @container (max-width: 740px) {
    .entry-article.is-knowledge .section.normal .grBG.grBG02 {
      width: 740px;
      padding: 30px;
    }
    .entry-article.is-knowledge .section.normal .grBG.grBG02:last-child {
      margin-bottom: 0;
    }
  }
  .section.normal .grBG.grBG02 .grBG02_block {
    display: flex;
    justify-content: space-between;
  }
  @container (max-width: 740px) {
    .section.normal .grBG.grBG02 .grBG02_block {
      gap: 30px;
    }
  }
  .section.normal .grBG.grBG02 .grBG02_block:not(:first-of-type) {
    margin-top: 50px;
  }
  .section.normal .grBG.grBG02 .grBG02_block .img img {
    width: 410px;
    height: 288px;
  }
  .section.normal .grBG.grBG02 .grBG02_block .textArea {
    width: 450px;
  }
  @container (max-width: 940px) {
    .section.normal .grBG.grBG02 .grBG02_block .textArea {
      width: 400px;
    }
  }
  .section.normal .grBG.grBG02 .grBG02_block .textArea .grBG02_list li {
    font-size: 1.6rem;
  }
  .section.normal .grBG.grBG02 .grBG02_block .textArea .grBG02_list li:not(:first-of-type) {
    margin-top: 5px;
  }
  .section.normal .grBG.grBG02 h2 {
    text-align: left;
    font-size: 2.4rem;
    border-bottom: 3px dotted #8acbb6;
    margin-bottom: 50px;
    padding-bottom: 15px;
  }
  .section.normal .grBG.grBG02 h2 span {
    font-size: 1.8rem;
    padding-left: 25px;
  }
  .section.normal .grBG.grBG02 h2 span.marker {
    padding-left: 0;
  }
  .section.normal .area_price h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .section.normal .area_price h3:not(:first-of-type) {
    margin-top: 40px;
  }
  .section.normal .inner img.mainImg {
    width: 640px;
    height: 426px;
    margin: 55px auto 10px auto;
    display: block;
  }
  .section.normal .inner img.mainImg.first {
    margin-top: 0;
  }
  .section.normal .inner img.mainImg.float {
    width: 350px;
    height: auto;
    margin-top: -45px;
    margin-left: 50px;
  }
  .section.normal .inner img.mainImg + .block_800 {
    margin-top: 50px;
  }
  .section.normal .inner .pointBoxArea {
    padding: 40px 50px;
    width: 940px;
    margin: 50px auto 0 auto;
  }
  @container (max-width: 760px) {
    .section.normal .inner .pointBoxArea {
      padding: 20px 25px 30px;
      width: 740px;
    }
  }
  .section.normal .inner .pointBoxArea h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .section.normal .inner .imgPublicholl {
    margin: 55px auto 110px auto;
    display: block;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*↑230110 kawaai*/
/* ======================================
.slick-slider
====================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 5px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ======================================
#colorbox
====================================== */
#colorbox,
#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

#cboxOverlay {
  background-color: #333;
}

#colorbox {
  outline: 0;
}

.modal01 #colorbox,
.modal01 #cboxContent,
.modal01 #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.modal01 #cboxContent {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width: 769px) {
  .modal01 #cboxContent {
    padding-top: 30px;
  }
}
.modal02 #colorbox,
.modal02 #cboxContent,
.modal02 #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.modal02 #cboxContent {
  margin-top: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 4px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.modal02 #cboxContent .btn_close {
  position: absolute;
  top: -40px;
  right: 2px;
  width: 30px;
  height: 30px;
}

.modal02 #cboxContent .btn_close::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
}

.modal02 #cboxContent .btn_close::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
}

@media (min-width: 769px) {
  .modal02 #cboxContent {
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .modal02 #cboxContent .btn_close {
    cursor: pointer;
  }
}
/*
斎場配下ページ 口コミアンケート用紙 モーダル
*/
.modal03 #colorbox,
.modal03 #cboxContent,
.modal03 #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.modal03 #cboxContent {
  position: relative;
  padding: 0 180px 35px;
}

.modal03 #cboxContent #cboxCurrent {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  animation: fadeInPage 0.8s ease 0.2s 1 normal forwards;
  width: 480px;
}

.modal03 #cboxContent #cboxPrevious,
.modal03 #cboxContent #cboxNext {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #57b597;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
  animation: fadeInPage 0.8s ease 0.2s 1 normal forwards;
  width: 50px;
  height: 50px;
}

.modal03 #cboxContent #cboxPrevious::after,
.modal03 #cboxContent #cboxNext::after {
  content: "";
  border-right: 3px solid #57b597;
  border-bottom: 3px solid #57b597;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.modal03 #cboxContent #cboxPrevious:hover,
.modal03 #cboxContent #cboxNext:hover {
  background-color: #57b597;
}

.modal03 #cboxContent #cboxPrevious:hover::after,
.modal03 #cboxContent #cboxNext:hover::after {
  border-color: #fff;
}

.modal03 #cboxContent #cboxPrevious {
  left: 0;
}

.modal03 #cboxContent #cboxPrevious::after {
  margin-right: -8px;
  transform: rotate(135deg);
}

.modal03 #cboxContent #cboxNext {
  right: 0;
}

.modal03 #cboxContent #cboxNext::after {
  margin-right: -4px;
  transform: rotate(-45deg);
}

.modal03 #cboxContent .cboxPhoto {
  opacity: 0;
  animation: fadeInPage 0.8s ease 0.2s 1 normal forwards;
}

/* .block_pmark */
.block_pmark {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.block_pmark .img {
  height: 75px;
  height: 75px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}

.block_pmark .img img {
  height: 75px;
  width: auto;
}

.block_pmark .att {
  flex: 1;
  font-size: 1rem;
  line-height: 1.5;
}

.block_pmark .att::before {
  content: "※";
}

@media (min-width: 769px) {
  .block_pmark .att {
    font-size: 1.4rem;
    padding-left: 1em;
  }
  .block_pmark .att::before {
    margin-left: -1em;
  }
}
/* .list_method */
@media (min-width: 769px) {
  .list_method {
    margin-top: -5px;
    display: flex;
    flex-wrap: wrap;
  }
}
.list_method {
  line-height: 1.5;
}

.list_method > li {
  position: relative;
}

.list_method > li + li {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .list_method > li {
    width: 480px;
    margin-right: 40px;
  }
  .list_method > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_method > li:nth-child(n+3) {
    margin-top: 70px;
  }
  .list_method > li + li {
    margin-top: 0;
  }
}
.list_method > li .img_area {
  margin-bottom: 17px;
  position: relative;
  height: 61.3333vw;
}

.list_method > li .img_area .img {
  height: 61.3333vw;
  object-fit: cover;
}

.list_method > li .img_area .icn {
  width: 89px;
  height: 89px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (min-width: 769px) {
  .list_method > li .img_area {
    height: 300px;
    margin-bottom: 22px;
  }
  .list_method > li .img_area .img {
    height: 300px;
  }
  .list_method > li .img_area .icn {
    top: 15px;
    left: 15px;
  }
}
.list_method > li .txt {
  padding-left: 5px;
  padding-right: 5px;
}

.list_method > li .txt .ttl {
  margin-bottom: 0.5em;
  color: #57b597;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2727;
}

@media (min-width: 769px) {
  .list_method > li .txt p {
    font-size: 1.8rem;
    line-height: 1.7777;
  }
}
.list_method > li .txt .block_contact {
  margin-top: 18px;
  display: none;
}

@media (min-width: 769px) {
  .list_method > li .txt .block_contact {
    display: flex;
  }
}
.list_method > li .txt .block_contact .box {
  flex: 1;
}

.list_method > li .txt .block_contact .box .number {
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  padding-left: 48px;
  font-size: 39px;
  color: #d73e65;
  line-height: 1;
  background-image: url("../img/icn_free_b.svg");
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-position: left top 6px;
}

.list_method > li .txt .block_contact .box .list {
  margin-top: 8px;
  display: flex;
}

.list_method > li .txt .block_contact .box .list > li {
  height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_method > li .txt .block_contact .box .list > li + li {
  margin-left: 8px;
}

.list_method > li .txt .block_contact .qr {
  width: 160px;
  display: flex;
  align-items: center;
}

.list_method > li .txt .block_contact .qr .img {
  width: 76px;
  height: 76px;
  margin-right: 9px;
  border: 1px solid #333;
}

.list_method > li .txt .block_contact .qr .img img {
  width: 76px;
}

.list_method > li .txt .block_contact .qr .tag {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
}

.list_method > li .txt .block_cta {
  margin-top: 25px;
}

.list_method > li .txt .btn_area {
  margin-top: 25px;
}

.list_method > li .txt .btn_area > li .btn {
  width: calc(100vw - 30px);
  height: 21.3333vw;
  border-radius: 10.6666vw;
  font-size: 1.6rem;
}

.list_method > li .txt .btn_area > li .btn a {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  background: #57b597 linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.25) 100%);
  height: 21.3333vw;
  border-radius: 10.6666vw;
}

.list_method > li .txt .btn_area > li .btn a::after {
  right: 24px;
}

@media (min-width: 769px) {
  .list_method > li .txt .btn_area > li .btn {
    width: 330px;
    height: 70px;
    border-radius: 35px;
  }
  .list_method > li .txt .btn_area > li .btn a {
    height: 70px;
    border-radius: 35px;
  }
  .list_method > li .txt .btn_area > li .btn a:hover {
    background: #9fcabc linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.25) 100%);
  }
}
@media (min-width: 769px) {
  .list_method > li .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .list_method > li .txt .ttl {
    font-size: 2.8rem;
    line-height: 1.4285;
  }
}
/* ======================================
adjust
====================================== */
/* margin */
.mtp00 {
  margin-top: 0px !important;
}

.mbm00 {
  margin-bottom: 0px !important;
}

.mlt00 {
  margin-left: 0px !important;
}

.mrt00 {
  margin-right: 0px !important;
}

.mlra {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* padding */
.ptp00 {
  padding-top: 0 !important;
}

.pbm00 {
  padding-bottom: 0 !important;
}

.plt00 {
  padding-left: 0 !important;
}

.prt00 {
  padding-right: 0 !important;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tac.spl {
  text-align: left !important;
}

@media (min-width: 769px) {
  .tac.spl {
    text-align: center !important;
  }
}
.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.markinfo {
  top: -1vw;
  bottom: 0 !important;
  width: 240px !important;
}

@media (min-width: 769px) {
  .markinfo {
    top: -3vw;
    bottom: 0 !important;
    width: 640px !important;
  }
}
/* ----------------------------------- */
/* 花祭壇投稿詳細
/* ----------------------------------- */
.hanasaidan_case_article .mainImg {
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
  height: 200px;
}

.hanasaidan_case_article .mainImg img {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hanasaidan_case_article .area_case_article .lead {
  margin-bottom: 0;
}

.hanasaidan_case_article .column2Wrap {
  margin-bottom: 0;
}

.hanasaidan_case_article .column2Wrap .columnBox h1 {
  margin-bottom: 20px;
}

.hanasaidan_case_article .area_case_article .block_case_article * + h2 {
  margin-top: 60px;
}

.hanasaidan_case_article .column2Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 0;
  margin-bottom: 40px;
}

.hanasaidan_case_article .column2Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .hanasaidan_case_article .mainImg {
    height: auto;
  }
  .hanasaidan_case_article .mainImg img {
    max-width: 100%;
    height: auto;
    position: static;
    transform: none;
    object-fit: fill;
  }
  .hanasaidan_case_article .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* 夏のお葬式 */
#summer-reiwa2 .list_features > li .txt .ttl .number::before {
  content: "対策";
}

/*saishiryo▼▼*/
#saishiryo .box_price,
#saishiryo .box_dharma {
  width: 25% !important;
  min-height: 90px !important;
  text-align: center;
}

@media (max-width: 769px) {
  #saishiryo .box_price,
  #saishiryo .box_dharma {
    width: 100% !important;
    max-width: 350px;
    margin: 0 auto;
  }
}
#saishiryo .box_dharma .txt {
  margin: auto;
}

#saishiryo .list_features > li.two {
  flex-wrap: wrap;
}

#saishiryo .gakki {
  width: 9.5em !important;
}

#saishiryo .list_features > li .txt .box_glossary .list_glossary dt + dd {
  margin-top: 9px;
  border-bottom: 1px solid #57b597;
  padding-bottom: 5px;
}

/*saishiryo▲▲*/
/*------------------▼knowledge▼--------------------*/
/*reference*/
#knowledge .bold {
  font-weight: bold;
}

/*payment*/
#knowledge .box .img img {
  width: 250px !important;
  height: auto !important;
}

#knowledge .area_knowledge_flow .block .box .txt {
  width: 620px !important;
}

@media (max-width: 769px) {
  #knowledge .area_knowledge_flow .block .box .txt {
    width: 100% !important;
  }
}
/*初めて喪主になる方へ*/
#knowledge .text_link {
  color: #4b9c82;
  display: inline-block !important;
  border-bottom: 1px solid;
  margin-top: 3px;
  text-decoration: none;
}

/*ご葬儀前に考える5つのこと*/
#knowledge .confirm label input {
  display: none;
}

#knowledge .confirm label .txt {
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  position: relative;
}

#knowledge .confirm label .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background-color: #fff;
}

#knowledge .confirm label input:checked + .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icn_check.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

#knowledge .step3 input[type=text] {
  padding: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 1.4rem;
  margin: 0 20px;
  max-width: 50px;
}

#knowledge .step3 li {
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}

#knowledge .step3 li.icon {
  padding: 14px 0 14px 20px;
}

/*--------------option▼▼------------------*/
/*instead*/
#option .columnBox img {
  object-fit: none;
}

#option .section:nth-of-type(n + 3) {
  margin-top: 90px;
}

/*骨壺カタログ*/
#option .w145 {
  width: 145px !important;
}

#option .popup .img img {
  height: 230px !important;
}

#option .lum-lightbox-caption {
  font-size: 2em;
  padding-top: 10px;
}

/*noukanshi*/
.felx {
  display: flex;
  gap: 20px;
}

.felx .img {
  flex-shrink: 0;
}

/*プラン用css*/
.plan-title {
  display: flex;
}

.plan-title .price::after {
  content: "円(税込み)";
  font-size: 14px;
  margin-left: 10px;
}

#plan ol li {
  list-style: decimal;
  margin-left: 25px;
  line-height: 26px;
}

.plan01 {
  border-top: 1px dotted #ccc;
  padding: 20px 15px;
}

@media (min-width: 769px) {
  .plan01 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .plan01 .photo {
    flex-shrink: 0;
  }
}
#plan .box {
  width: 100%;
}

#plan .plan-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 30px;
}

#plan .box-inr {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 20px;
}

.label-mini li:nth-of-type(n + 2) {
  margin-top: 5px;
}

.label-mini li {
  padding: 5px;
  font-size: 12px;
  border-radius: 16px;
  background-color: #b4a150;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*giftcatalog*/
#giftcatalog .popup .img img {
  height: 230px !important;
}

#option .w145 {
  width: 145px !important;
}

/*骨壷カタログ*/
p.text_gray {
  font-size: 1.4rem;
  text-align: right;
  color: #999;
}

/*gallery*/
#memory .bold .nam {
  font-size: 2.3rem;
  color: #57b597;
}

#memory .bold .mai {
  font-size: 1.8rem;
  color: #57b597;
}

#memory .boder {
  width: 480px;
  margin-left: 0;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  display: block;
}

#memory .boder div {
  display: flex;
  margin-top: 10px;
}

#memory .boder img {
  padding: 5px;
}

#memory span.block {
  display: inline-block;
  width: 8px;
  height: 100％;
  background-color: #57b597;
  margin-right: 15px;
}

#memory .nam {
  font-size: 2.5rem;
  color: #57b597;
  margin-right: 10px;
}

#memory .fukidasi {
  float: left;
  position: relative;
  width: 150px;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 1px solid #333333;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 5px;
}

#memory .fukidasi::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-left-color: #FFFFFF;
}

#memory .fukidasi::before {
  border-color: rgba(51, 51, 51, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-top: -11px;
  margin-left: 1px;
  border-left-color: #333333;
}

/*お客様の声*/
#customer_voice_area .section {
  padding: 50px 0;
}

.sp_mb30 {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  #customer_voice_area .inner.block_questionary.grBG {
    padding: 50px 40px;
  }
  .sp_mb30 {
    margin-bottom: 0;
  }
}
#customer_voice_area .inner.block_questionary.grBG {
  padding: 35px 25px;
}

#customer_voice_area .questionary_info {
  padding: 20px 20px;
  background-color: #fff;
}

#customer_voice_area .block_questionary .questionary_info .img {
  width: 160px;
  height: 150px;
}

#customer_voice_area .questionary_info figure.img {
  width: 160px;
  height: 150px;
  display: block;
  margin: 0 auto;
}

#customer_voice_area .questionary_info .list_tag li.plan,
#customer_voice_area .questionary_info .list_tag li.price {
  padding: 0 5px;
  text-indent: 0;
}

/*--------------option▲▲----------------*/
/*
* jQuery プラグイン lightbox 追加CSS
* 通夜・告別式料理メニューページ等
*/
.lum-lightbox {
  z-index: 999;
}

.lum-lightbox-caption {
  font-size: 2em;
  padding-top: 10px;
}

/*▼トピックス記事▼*/
.topics_text p span {
  display: inline-block;
  margin-right: 10px;
}

#topics_menu .boder {
  padding: 20px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

/*▲トピックス記事▲*/
/*---------------------追加ここまで▲▲------------------------*/
/*▼CTA追加分▼*/
.referenceLink {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  color: #005BAB;
  line-height: 1.8;
  font-weight: bold;
}

.referenceLink a {
  cursor: pointer;
  color: #005BAB;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-minus-10 {
  margin-top: -10px !important;
}

/*▼家族葬とは▼*/
#knowledge span.broder_r {
  flex: 1;
  margin-top: -0.3em;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(87, 181, 151, 0.3);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

#knowledge .index_a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #57b597;
  border-right: solid 3px #57b597;
  position: absolute;
  top: 16px;
  right: 85px;
  margin-top: -3px;
  transform: rotate(-135deg);
}

#knowledge .index_p {
  text-align: right;
  position: relative;
}

.number_circle {
  background-color: #57b597;
  color: #fff;
  font-size: 3.6rem;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}

#knowledge .number {
  font-size: 4rem;
  margin-right: 20px;
}

#knowledge.kazokuso p a {
  text-decoration: none;
}

#knowledge #kazokuso_cta h3 {
  text-align: center;
}

#knowledge #kazokuso_cta p {
  text-align: center;
}

#knowledge #kazokuso_cta .check_center {
  width: 300px;
  margin: 30px auto;
  font-size: 2rem;
}

/*▲家族葬のお料理・ 会葬返礼品▲*/
/*▼家族葬の斎場選び▼*/
#kazokusoSelect .bgBeige {
  background-color: #faf7f2;
  margin-top: 40px;
  padding: 40px 30px;
  margin-bottom: 25px;
}

#kazokusoSelect .listLink > li {
  font-size: 1.6rem;
  line-height: 1.5;
}

#kazokusoSelect .listLink > li a {
  padding-left: 1.3em;
  position: relative;
  display: inline-block;
}

#kazokusoSelect .listLink > li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  left: 1px;
  top: 0.75em;
  transform: rotate(-45deg);
  display: block;
}

#kazokusoSelect .inlineBlock {
  display: inline-block;
}
#kazokusoSelect .inlineBlock.point {
  border-bottom: double 5px #57b597;
  background-color: transparent;
}

#kazokusoSelect .mainVisual {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

#kazokusoSelect .mainVisual .text {
  width: 90%;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.8;
}

@media (min-width: 769px) {
  #kazokusoSelect .mainVisual .text {
    width: 380px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 30px;
    right: 70px;
    line-height: 1.8;
  }
}
@media \0 screen {
  /*IE8*/
  #kazokusoSelect .mainVisual .text {
    background: #fff;
  }
}
/*▲家族葬の斎場選び▲*/
/*▼家族葬の流れ▼*/
#kazokusoFlow a {
  text-decoration: none;
}

.no-border {
  font-size: 120%;
  margin-bottom: 10px;
}

/*▲家族葬の流れ▲*/
/*▼葬儀費用の相場はいくら？▼*/
#price_faq .block_subsidy01 .list_prefectures > li {
  width: 250px;
  padding: 10px;
}

#price_faq .block_subsidy01 .list_prefectures {
  padding: 25px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}

#price_faq dl dd p.answer {
  font-size: 2rem;
  color: #57b597;
}

#price_faq dl dd p.answer span {
  font-size: 3rem;
  color: #57b597;
}

#price_faq dl dt {
  font-size: 3rem;
  color: #57b597;
}

#price_faq dd {
  display: block;
}

#price_faq .section .grBG a {
  border-bottom: none;
}

#price_faq .list_faq dd img {
  width: 100%;
}

#knowledge #kazokuso_cta h3 {
  text-align: center;
}

#knowledge #kazokuso_cta p {
  text-align: center;
}

#knowledge #kazokuso_cta .check_center {
  width: 300px;
  margin: 30px auto;
  font-size: 2rem;
}

#knowledge .block_subsidy01 {
  background-color: #f7f7f7;
}

#knowledge .iconsetsumei {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 50px;
  margin: 0 auto;
}

#knowledge .iconsetsumei li {
  display: flex;
  align-items: center;
  min-width: 200px;
  padding: 5px 0;
}

#knowledge .iconsetsumei li img {
  margin-right: 10px;
}

#knowledge .list_prefectures {
  padding: 25px;
  display: flex;
  justify-content: space-between;
}

#knowledge .block_subsidy01 p.icon {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

#knowledge .list_prefectures li {
  display: flex;
  flex-wrap: wrap;
  width: 197px;
  margin: 20px auto 0;
}

/*▲家族葬の呼ぶ範囲▼*/
.ttl_plan_sub {
  font-size: 3.5rem;
  display: inline-block;
}

.belt_pc .title-h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.belt_pc .ttl_plan_sub {
  font-size: 14px;
}

.belt_sp .title-h3 {
  margin-bottom: 0.4em;
  font-size: 2rem;
  color: #57b597;
  line-height: 0.9;
  padding-left: 30px;
}

.belt_sp .ttl_plan_sub {
  display: inline-block;
  font-size: 14px;
}

.sb_nam {
  font-size: xxx-large;
}

.reason_img_top {
  height: 228px;
}

.reason_ttlimg_top {
  width: 640px !important;
  height: 140px;
}

/*TOP PC 20240327追記ここまで*/
/*▼▼ 斎場ページ,市区町村ページバナーcss ▼▼*/
.pcDisp {
  display: none;
}

.block_halltop_slider {
  margin-left: 0;
  margin-right: 0;
}

.block_halltop_slider .list_halltop_slider_left {
  margin-bottom: 30px;
  position: relative;
}

.block_halltop_slider ul.list_halltop_slider.slick-initialized.slick-slider {
  height: 100%;
}

.block_halltop_slider .inrBox {
  background-color: #FAF7F2;
  padding: 10px;
}

.block_halltop_slider .contactHeadline {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 5px 10px;
  max-width: 230px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  font-weight: bold;
  background-color: #57b597;
}

.block_halltop_slider .contactHeadline span {
  background: url("../img/tel_white.svg") no-repeat left center;
  background-size: 19px auto;
  padding-left: 30px;
}

.block_halltop_slider .contactHeadline:before {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
  border: 16px solid transparent;
  border-top: 15px solid #57b597;
  border-radius: 4px;
}

.block_halltop_slider p {
  margin: 0;
  padding: 0;
  color: #57b597;
  font-size: 20px;
  font-weight: bold;
}

.block_halltop_slider p .areaName {
  font-size: 25px;
  display: block;
  padding-right: 140px;
}

.block_halltop_slider .inrBox .btnWrap::before {
  content: "";
  background: url(../img/lady_cta.png) no-repeat top right;
  background-size: auto 140px;
  width: 175px;
  height: 140px;
  display: block;
  position: absolute;
  top: -137px;
  right: 15px;
}

.btnWrap {
  padding: 0px 10px 0;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.list_halltop_slider_right {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.btnWrap.spDisp .contactBtn {
  background-color: #D73E65;
  width: 100%;
  height: 85px;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff !important;
  background: #d73e65 linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.25) 100%);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.btnWrap.spDisp .contactBtn.color2 {
  background-color: #b4a150;
  padding: 10px 10rem 10px 10px;
}

.btn_request {
  margin-top: 10px;
}

.guidebookText {
  margin-top: -7px;
  display: block;
}

.contactBtn figure.img {
  position: absolute;
  width: 10rem;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.ttl_request {
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.tag_request {
  margin-top: 0.6em;
  font-size: 3.4666vw;
  line-height: 1;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.btnWrap.spDisp .contactBtn p {
  color: #fff !important;
}

.btnWrap.spDisp .contactBtn .txt {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.btnWrap.spDisp .contactBtn .txt .ttl_request {
  font-size: 20px;
}

@media (max-width: 769px) {
  .btnWrap.spDisp .contactBtn .txt .ttl_request {
    font-size: 2.3rem;
  }
}
.list_halltop_slider_right .number.eng {
  margin-top: -1rem;
  padding-left: 4.7rem;
  font-size: 30px;
  line-height: 1;
  color: #d73e65;
  background: url("../img/free_dial.svg") no-repeat left top 1.7rem;
  background-size: 4rem auto;
  font-family: new-order, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.fs15 {
  font-size: 15px !important;
}

@media (min-width: 769px) {
  .block_halltop_slider {
    margin-left: 0;
    margin-right: 0;
  }
  .bnrWrap {
    /* margin: 60px 0; */
  }
  .spDisp {
    display: none;
  }
  .pcDisp {
    display: block !important;
  }
  .block_halltop_slider {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .block_halltop_slider .inrBox {
    background-color: #FAF7F2;
    padding: 17px 220px 15px 20px;
    width: 100%;
    position: relative;
  }
  .block_halltop_slider .inrBox::before {
    content: "";
    background: url("../img/lady_cta.png") no-repeat bottom right;
    background-size: 100% auto;
    width: 230px;
    height: 240px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0;
  }
  .block_halltop_slider .inrBox .btnWrap::before {
    display: none;
  }
  .block_halltop_slider .slick-list {
    width: 75%;
    margin: 0 auto;
  }
  .block_halltop_slider .list_halltop_slider_right {
    position: relative;
  }
  .block_halltop_slider .contactHeadline {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5px 10px;
    max-width: 290px;
    width: 100%;
    color: #fff;
    font-size: 25px;
    border-radius: 8px;
    font-weight: bold;
    background-color: #57b597;
  }
  .block_halltop_slider .contactHeadline span {
    background: url("../img/tel_white.svg") no-repeat left center;
    background-size: 19px auto;
    padding-left: 30px;
  }
  .block_halltop_slider .contactHeadline:before {
    content: "";
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    border: 16px solid transparent;
    border-top: 15px solid #57b597;
    border-radius: 4px;
    z-index: 1;
  }
  .block_halltop_slider p {
    margin: 0;
    padding: 0;
    color: #57b597;
    font-size: 25px;
    font-weight: bold;
  }
  .block_halltop_slider p .areaName {
    font-size: 30px;
    display: flex;
    align-items: center;
    padding-right: 0;
    line-height: 1.1;
    min-height: 55px;
  }
  .block_halltop_slider .list_halltop_slider .slick-arrow.slick-prev {
    left: 45px;
  }
  .block_halltop_slider .list_halltop_slider .slick-arrow.slick-next {
    right: 45px;
  }
  .block_halltop_slider .list_halltop_slider .link .img {
    max-width: 100%;
    width: 750px;
    margin: 0 auto;
    flex-shrink: 0;
    height: 410px;
    position: relative;
  }
  .block_halltop_slider .list_halltop_slider .link .img img {
    max-width: none;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  /*追加*/
  .block_halltop_slider .list_halltop_slider_right {
    position: relative;
    height: 250px;
    display: flex;
  }
  .block_halltop_slider .rightInnerWrap {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/*横長バナーエリア▼*/
.bnrWrap {
  background-color: #fff;
  border: 3px solid #57b597;
}

.bannerLeft {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.bannerLeft .bnrTexBox {
  width: 175px !important;
}

.bannerLeft .bnrTexBox p {
  font-size: 18px;
  font-weight: bold;
  color: #57b597;
}

.bannerRight {
  background-color: #57b597;
  width: 100%;
  position: relative;
}

.bannerRight:before {
  content: "";
  background-image: url(../img/bnr_triangle.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bannerRight p {
  font-size: 26px;
  font-weight: bold;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 30px !important;
}

.bannerRight p span,
.marker span {
  font-size: 33px;
}

.bannerRight .marker {
  width: 280px;
  margin: 0 auto;
  background-image: linear-gradient(transparent 70%, #F2D200 70%);
}

.bannerRight .bnrText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.bannerRight p span {
  font-size: 33px;
}

.bnrWrap .column2Wrap .columnBox {
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 769px) {
  .column2Wrap .columnBox.bannerRight:nth-of-type(n + 2) {
    margin-top: 0px;
    padding: 35px 0 15px;
  }
  .bannerRight:before {
    background-image: none;
  }
  .bannerRight:before {
    content: "";
    background-image: url(../img/bnr_triangle_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .bannerLeft {
    display: flex;
    justify-content: center;
    padding: 15px 10px 5px;
    flex-direction: column;
    max-width: 345px;
    margin: 0 auto;
  }
  .bannerLeft .bnrTexBox {
    display: flex;
    flex-wrap: wrap;
    width: auto !important;
  }
  .bnrWrap {
    border: none;
  }
  .bannerLeft .bnrTexBox p {
    font-size: 16px;
  }
  .bannerRight p {
    font-size: 22px;
  }
  .bannerRight p span {
    font-size: 28px;
  }
  .bannerRight .marker {
    width: 235px;
    margin: 0 auto;
    background-image: linear-gradient(transparent 70%, #F2D200 70%);
  }
  .bnrWrap .column2Wrap .columnBox {
    flex-basis: unset;
    max-width: unset;
    width: 100%;
  }
}
/*横長バナーエリア▲*/
/*斎場ページ▼*/
/*斎場ページ▲*/
.section.bg.low {
  padding-top: 40px;
}

/*市区町村ページ▲*/
/*▲▲ 斎場ページ,市区町村ページバナーcss ▲▲*/
.example-good, .example-bad {
  border: 1px solid #d2d2d2;
  padding: 30px 40px;
  margin: 30px 0;
}
.example-good__headline, .example-bad__headline {
  font-weight: bold;
  line-height: 1 !important;
  margin-bottom: 10px;
  font-size: 18px;
}
/* ▼▼ 選ばれる理由・施設紹介css ▼▼ */
.textReadmore {
  font-size: 96%;
  width: 80%;
  background-color: #f3fff3;
  padding: 15px 15px 15px 50px;
  margin: 30px auto;
  border-radius: 8px;
  border: dotted 2px #52d871;
  position: relative;
  display: block;
  line-height: 1.5;
}

.textReadmore::before {
  content: "";
  background: url("../img/book-solid.svg") no-repeat left center/20px 25px;
  position: absolute;
  top: 15px;
  left: 19px;
  width: 20px;
  height: 25px;
}

.textReadmore a {
  text-decoration: underline;
}

/* ▲▲ 選ばれる理由・施設紹介css ▲▲ */
.checkremove {
  display: none;
}

#prefCheckBox > div > div > select {
  border: 1px solid #707070 !important;
  padding: 6px 14px !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
  font-size: 1.4rem;
  font-family: sans-serif !important;
}

#prefCheckBox > div > div > select:invalid {
  color: #b7b7b7 !important;
  font-weight: bold !important;
}

#prefCheckBox > div > div > select > option {
  color: black;
}

#prefCheckBox > div > div > select > option:first-child {
  color: #b7b7b7 !important;
}

/* フォームのチェックボックス */
.checkremove {
  display: none;
}

#prefCheckBox > div > div > select {
  border: 1px solid #707070 !important;
  padding: 6px 14px !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
  font-size: 1.4rem;
  font-family: sans-serif !important;
}

#prefCheckBox > div > div > select:invalid {
  color: #b7b7b7 !important;
  font-weight: bold !important;
}

#prefCheckBox > div > div > select > option {
  color: black;
}

#prefCheckBox > div > div > select > option:first-child {
  color: #b7b7b7 !important;
}

/* ----------------------------------- */
/* 斎場改修
/* ----------------------------------- */
.grayText {
  color: #ccc !important;
}

.photoCredit {
  text-align: right;
  margin-bottom: 10px;
}

@media (max-width: 769px) {
  .single-search-item {
    background-size: 90.6666666667vw !important;
  }
}
.mapHeadline {
  font-size: 18px;
  margin: 40px 0 10px;
  color: #52ab8d;
  font-weight: bold;
}

.map_halltop {
  margin-top: 20px !important;
}

@media screen and (min-width: 769px) {
  .mapHeadline {
    font-size: 20px;
  }
}
.section_main .block_item .list_item {
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  border-left: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.section_main .block_item .list_item li {
  margin-right: 20px;
}

.section_main .block_item .list_item li:last-of-type {
  margin-right: 0;
}

.section_main .block_item .list_item > li + li {
  margin-top: 0;
  margin-left: 0 !important;
}

.section_main .block_item .list_item > li {
  margin-bottom: 0.6em;
}

.saijoFurigana {
  padding-bottom: 1rem;
  color: #52AB8D;
  font-weight: bold;
  padding-left: -1.6rem;
  text-wrap: nowrap;
  font-size: 14px;
}

.taiouHeadline {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #52AB8D;
  min-height: 27px;
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.addrIcon {
  width: 10px !important;
  margin-right: 10px;
}

.sqareText {
  min-height: 53px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #b4a150;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  flex-basis: 64px;
  max-width: 64px;
  margin-right: 10px;
}
.sqareText.is-fee {
  max-width: 100%;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  flex-basis: fit-content;
}

.shikijouYoyakuArea .container_tb {
  padding-bottom: 60px;
}

.shikijouYoyakuArea .container_tb_title {
  display: flex !important;
  justify-content: center;
}

.shikijouYoyakuArea .container_tb_box {
  width: 690px;
}

.shikijouYoyakuArea .container_tb_title_main {
  font-size: 30px;
  color: rgb(40, 40, 90);
  background-size: 65px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", "serif";
  letter-spacing: 4px;
  line-height: 150%;
  margin-bottom: 30px;
}

.shikijouYoyakuArea .container_tb_title_sub {
  letter-spacing: 1.5px;
  font-size: 130%;
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}

.shikijouYoyakuArea .container_tb_caption {
  display: flex !important;
  justify-content: center;
}

.shikijouYoyakuArea .tb_caption {
  margin-top: 20px;
  width: 690px;
  font-weight: bold;
}

.shikijouYoyakuArea .container_tb_week {
  display: flex !important;
  justify-content: center;
}

.shikijouYoyakuArea .container_tb_week table,
.shikijouYoyakuArea .container_tb_week td,
.shikijouYoyakuArea .container_tb_week th {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
}

.shikijouYoyakuArea .container_tb_week td,
.shikijouYoyakuArea .container_tb_week th {
  width: 86px;
  height: 50px;
  padding: 0;
}

.shikijouYoyakuArea .container_tb_week tr {
  text-align: center;
  background-color: #fff;
}

.shikijouYoyakuArea .container_tb_week th {
  background: #f0e6cc;
}

.shikijouYoyakuArea .tb_week_day td {
  background-color: #F0F0FF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.shikijouYoyakuArea .tb_week_status td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.shikijouYoyakuArea .tb_week_ok {
  margin-bottom: 2px;
}

.shikijouYoyakuArea .tb_week_none {
  font-size: 22px;
  background-color: rgba(69, 93, 88, 0.3);
}

.shikijouYoyakuArea .tb_week_triangle {
  background-color: rgba(255, 241, 0, 0.2);
  color: #d73e65;
}

.shikijouYoyakuArea .tb_week_triangle span {
  margin-top: 10px;
  height: 20px;
  display: inline-block;
}

.shikijouYoyakuArea .tb_week_triangle img {
  width: 20px;
  height: 20px;
}

.shikijouYoyakuArea .tb_week_ok span {
  margin-top: 10px;
  height: 20px;
  display: inline-block;
}

.shikijouYoyakuArea .tb_week_ok img {
  width: 20px;
  height: 20px;
}

.shikijouYoyakuArea .even {
  background: #fbf8f0;
}

.shikijouYoyakuArea .odd {
  background: #fefcf9;
}

@media screen and (max-width: 640px) {
  .shikijouYoyakuArea .container_tb {
    padding-bottom: 60px;
  }
  .shikijouYoyakuArea .container_tb_title {
    display: flex !important;
    justify-content: center;
  }
  .shikijouYoyakuArea .container_tb_box {
    width: 92%;
  }
  .shikijouYoyakuArea .container_tb_title_main {
    font-size: 30px;
    color: rgb(40, 40, 90);
    background-size: 65px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", "serif";
    letter-spacing: 4px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .shikijouYoyakuArea .container_tb_title_sub {
    letter-spacing: 1.5px;
    font-size: 130%;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .shikijouYoyakuArea .container_tb_caption {
    display: flex !important;
    justify-content: center;
  }
  .shikijouYoyakuArea .tb_caption {
    margin-top: 20px;
    width: 90%;
    font-weight: bold;
  }
  .shikijouYoyakuArea .container_tb_week {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .shikijouYoyakuArea .container_tb_week table,
  .shikijouYoyakuArea .container_tb_week td,
  .shikijouYoyakuArea .container_tb_week th {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
  }
  .shikijouYoyakuArea .container_tb_week table {
    width: 92%;
  }
  .shikijouYoyakuArea .container_tb_week td,
  .shikijouYoyakuArea .container_tb_week th {
    width: 100px;
    height: 50px;
    padding: 0;
  }
  .shikijouYoyakuArea .container_tb_week tr {
    text-align: center;
    background-color: #fff;
  }
  .shikijouYoyakuArea .container_tb_week th {
    background: #f0e6cc;
  }
  .shikijouYoyakuArea .tb_week_day td {
    background-color: #F0F0FF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .shikijouYoyakuArea .tb_week_status td {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
  }
  .shikijouYoyakuArea .tb_week_ok {
    margin-bottom: 2px;
  }
  .shikijouYoyakuArea .tb_week_none {
    font-size: 22px;
    background-color: rgba(69, 93, 88, 0.3);
  }
  .shikijouYoyakuArea .tb_week_triangle {
    background-color: rgba(255, 241, 0, 0.2);
    color: #d73e65;
  }
  .shikijouYoyakuArea .tb_week_triangle span {
    margin-top: 10px;
    height: 20px;
    display: inline-block;
  }
  .shikijouYoyakuArea .tb_week_triangle img {
    width: 20px;
    height: 20px;
  }
  .shikijouYoyakuArea .tb_week_ok span {
    margin-top: 10px;
    height: 20px;
    display: inline-block;
  }
  .shikijouYoyakuArea .tb_week_ok img {
    width: 20px;
    height: 20px;
  }
  .shikijouYoyakuArea .even {
    background: #fbf8f0;
  }
  .shikijouYoyakuArea .odd {
    background: #fefcf9;
  }
}
.btnshine {
  position: relative;
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 2.25s infinite;
}

.area_list_staff_randam {
  width: 740px;
  margin: 0 auto;
}

.area_list_staff_randam > .ttl {
  text-align: center;
}

.area_list_staff_randam .list_staff_randam {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  gap: 20px;
}

.area_list_staff_randam .list_staff_randam figure {
  border-radius: 50%;
  overflow: hidden;
  width: 130px;
}

/* .contact_block */
.contact_block {
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #f5efe5;
  padding-left: 15px;
  padding-right: 15px;
}

.contact_block .ttl_section {
  padding-top: 0;
  font-size: 2rem;
}

.contact_block .ttl_section::before {
  display: none;
}

.contact_block .list {
  margin-top: -8px;
}

.contact_block .list > li + li {
  margin-top: 10px;
}

.contact_block .list > li > a {
  display: flex;
  align-items: center;
  height: 21.3333vw;
  border-radius: 1.3333vw;
  background-color: #fff;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.4);
}

.contact_block .list > li > a .img {
  width: 23.2vw;
}

.contact_block .list > li > a .txt {
  flex: 1;
}

.contact_block .list > li > a .txt .ttl {
  margin-bottom: 0.3em;
  font-family: Hiragino Kaku Gothic W5 JIS2004, sans-serif;
}

.contact_block .list > li > a .txt p {
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  font-size: 3.7vw;
  line-height: 1;
}

.contact_block .list > li.banner01 > a {
  border: 1px solid #57b597;
}

.contact_block .list > li.banner01 > a .img {
  padding-left: 3.7333vw;
}

.contact_block .list > li.banner01 > a .img img {
  width: 13.8666vw;
  height: 13.8666vw;
  border-radius: 26px;
  border-radius: 6.93333vw;
  object-fit: cover;
  margin-bottom: 0;
}

.contact_block .list > li.banner01 > a .txt {
  color: #57b597;
}

.contact_block .list > li.banner01 > a .txt .ttl {
  font-size: 6.4vw;
}

.contact_block .list > li.banner01 > a .txt .ttl span {
  font-size: 4.2666vw;
}

.contact_block .list > li.banner02 > a {
  border: 1px solid #b4a150;
}

.contact_block .list > li.banner02 > a .img img {
  width: 78px;
  width: 20.8vw;
  margin-bottom: 0;
}

.contact_block .list > li.banner02 > a .txt {
  color: #b4a150;
}

.contact_block .list > li.banner02 > a .txt .ttl {
  font-size: 5.8666vw;
}

.contact_block .list > li.banner03 > a {
  border: 1px solid #06c755;
}

.contact_block .list > li.banner03 > a .img {
  padding-left: 3.7333vw;
}

.contact_block .list > li.banner03 > a .img img {
  width: 13.8666vw;
  margin-bottom: 0;
}

.contact_block .list > li.banner03 > a .txt {
  color: #707070;
}

.contact_block .list > li.banner03 > a .txt .ttl {
  font-size: 5.8666vw;
  color: #06c755;
}

.contact_block .banner_counsel {
  margin-top: 20px;
}

.contact_block .banner_counsel a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  border-radius: 1.3333vw;
}

.contact_block .banner_counsel a .img {
  width: 100%;
}

.contact_block .banner_counsel a .img img {
  width: 100%;
  height: 45.8666vw;
  object-fit: cover;
  border-radius: 1.3333vw 1.3333vw 0 0;
}

.contact_block .banner_counsel a .txt {
  padding: 20px 16px;
}

.contact_block .banner_counsel a .txt .ttl {
  text-align: center;
  margin-bottom: 5vw;
}

.contact_block .banner_counsel a .txt .ttl img {
  width: 71.2vw;
}

@media (min-width: 769px) {
  .contact_block {
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact_block .ttl_section {
    padding-top: 20px;
  }
  .contact_block .list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .contact_block .list > li {
    margin-top: 0;
  }
  .contact_block .list > li a {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0;
  }
  .contact_block .list > li.banner02 a {
    width: 450px;
    height: 110px;
    flex-direction: row-reverse;
  }
  .contact_block .list > li.banner02 a .img {
    width: 220px;
    padding-left: 0;
    margin-right: -22px;
    margin-bottom: -2px;
  }
  .contact_block .list > li.banner02 a .img img {
    width: 100%;
    height: auto;
  }
  .contact_block .list > li.banner02 a .txt {
    width: 354px;
    padding-left: 25px;
    transition: all 0.3s;
  }
  .contact_block .list > li.banner02 a .txt .ttl {
    font-size: 2.4rem;
    font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  }
  .contact_block .list > li.banner02 a .txt p {
    font-family: Hiragino Kaku Gothic W5 JIS2004, sans-serif;
    font-size: 1.6rem;
  }
  .contact_block .list > li.banner02 a .txt p .eng {
    font-size: 2rem;
  }
  .contact_block .list > li.banner02 a:hover {
    background-color: #b4a150;
  }
  .contact_block .list > li.banner02 a:hover .txt {
    color: #fff;
  }
  .contact_block .list > li.pc p {
    line-height: 1;
    font-size: 2rem;
  }
  .contact_block .list > li.pc p.tag {
    font-size: 1.8rem;
  }
  .contact_block .list > li.pc p.tel {
    margin: 0.1em 0 0.1em;
    padding-left: 63px;
    background-repeat: no-repeat;
    background-image: url("../img/icn_free.svg");
    background-size: 49px auto;
    background-position: left center;
  }
  .mac .contact_block .list > li.pc p.tel {
    margin: 0.2em 0 0.2em;
    background-position: left top 11px;
  }
  .contact_block .list > li.pc p.tel.eng {
    font-size: 5rem;
    color: #57b597;
  }
  .contact_block .banner_counsel {
    margin-top: 58px;
    background-color: #fff;
  }
  .contact_block .banner_counsel a {
    width: 100%;
    height: 204px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 0;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  }
  .contact_block .banner_counsel a .img {
    width: 500px;
    border-radius: 0;
    overflow: hidden;
  }
  .contact_block .banner_counsel a .img img {
    width: 500px;
    height: 204px;
    border-radius: 0;
    transition: all 0.3s;
  }
  .contact_block .banner_counsel a .txt {
    flex: 1;
    padding: 37px;
  }
  .contact_block .banner_counsel a .txt .ttl {
    margin-bottom: 26px;
  }
  .contact_block .banner_counsel a .txt .ttl img {
    width: 362px;
  }
  .contact_block .banner_counsel a .txt p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .contact_block .banner_counsel:hover a {
    opacity: 0.7;
    box-shadow: none;
    box-shadow: 0px 0px 0px 1px #d2d2d2;
  }
  .contact_block .banner_counsel:hover a .img img {
    transform: scale(1.05);
    transition: all 0.3s;
  }
}
.section.section_flow .block_flow .list_flow > li .txt .list_drt .list_flowicn {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.section.section_flow .block_flow .list_flow > li .txt .list_drt .list_flowicn > li {
  width: 54px;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #4b9c82;
}

.section.section_flow .block_flow .list_flow > li .txt .list_drt .list_flowicn > li .icn {
  width: 44px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 769px) {
  .section.section_flow .block_flow .list_flow > li .txt .list_drt .list_flowicn {
    margin-top: 6px;
    margin-right: -5px;
    margin-left: -4px;
  }
  .section.section_flow .block_flow .list_flow > li .txt .list_drt .list_flowicn > li {
    width: 51px;
  }
  .section.section_flow .block_flow .list_flow > li .txt .list_drt .list_flowicn > li .icn {
    width: 42px;
  }
}
.section_case_article .area_case_article .block_info .txt .list > li .cts .list_flowicn {
  margin-top: -4px;
  display: flex;
  flex-wrap: wrap;
}

.section_case_article .area_case_article .block_info .txt .list > li .cts .list_flowicn > li {
  width: 38px;
  margin-right: 5px;
  margin-bottom: 6px;
}

@media (min-width: 769px) {
  .section_case_article .area_case_article .block_info .txt .list > li .cts .list_flowicn {
    width: 215px;
  }
  .emo .section_case_article .area_case_article .block_info .txt .list > li .cts .list_flowicn {
    width: auto;
  }
}
.bodyWhite {
  background-color: #fff;
}

.display_inlineblock {
  display: inline-block;
}

.display_block {
  display: block;
}

.td_n {
  text-decoration: none !important;
}

/* ----------------------------------- */
/* フォント・余白 */
/* ----------------------------------- */
.btn.btn_w_auto {
  width: auto !important;
  padding: 5px 45px 5px 20px !important;
}

/* ----------------------------------- */
/* フォント・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs32 {
  font-size: 32px !important;
}

.ms0 {
  margin-left: 0 !important;
}

.ms20 {
  margin-left: 20px !important;
}

.ms25 {
  margin-left: 25px !important;
}

.ms30 {
  margin-left: 30px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

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

.mt35 {
  margin-top: 35px !important;
}

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

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

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

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb60 {
  padding-bottom: 0 !important;
}

.title-h3 {
  color: #57b597;
  font-weight: bold;
  line-height: 1.6;
  font-size: 24px;
  border-bottom: 2px dotted #57b597;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.title-h4 {
  font-size: 1.8rem;
  line-height: 1.7777;
  font-weight: bold;
  color: #57b597;
  margin-bottom: 1.2em;
}
.title-h4.blackColor {
  margin-bottom: 0.1em;
  font-weight: bold;
  font-size: 1.6rem;
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.column2Wrap .columnBox {
  flex-basis: 100%;
  margin-top: 0;
}

.column2Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 40px;
}

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.column3Wrap .columnBox {
  flex-basis: 100%;
  max-width: 100%;
}

.column3Wrap .columnBox img {
  width: 100%;
  max-width: 100%;
}

.column3Wrap .columnBox p:last-child {
  margin-bottom: 0;
}

.column3Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 40px;
}

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.column4Wrap .columnBox .h2-midasi {
  background-color: transparent;
  color: #333;
  padding: 0;
  font-size: 13px;
}

.column4Wrap .columnBox {
  flex-basis: 100%;
}

.column4Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 40px;
}

.column4Wrap .columnBox img {
  width: 100%;
}

.column6Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column6Wrap .columnBox {
  flex-basis: calc(50% - 5px);
  max-width: calc(50% - 5px);
}

.column6Wrap .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}

.columnBox {
  overflow: hidden;
}

.columnBox img {
  align-self: baseline;
  max-width: 100%;
}

.columnBox p:last-of-type {
  margin: 0;
}

@media (min-width: 769px) {
  .column2Wrap .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .column2Wrap .columnBox p:last-of-type {
    margin-bottom: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column2Wrap.lp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column2Wrap.lp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.lp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.lp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 3);
  }
  .column3Wrap .columnBox {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column3Wrap .columnBox:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column4Wrap {
    position: relative;
  }
  .column4Wrap:after {
    width: calc((100% - 90px) / 4);
    content: "";
    display: block;
  }
  .column4Wrap:before {
    width: calc((100% - 90px) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
  }
  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: inherit;
  }
  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
/* ----------------------------------- */
/* フォント */
/* ----------------------------------- */
.textGreen {
  color: #57b597;
}

.textGreen2 {
  color: #8acbb6;
}

/* ----------------------------------- */
/* テキスト　配置
/* ----------------------------------- */
.textLeft {
  text-align: left !important;
}

.textCenter {
  text-align: center !important;
}

.textRight {
  text-align: right !important;
}

/* ----------------------------------- */
/* lity.js設定（ポップアップ）
/* ----------------------------------- */
.lity-active body {
  height: 100vh;
  overflow: hidden;
}

.lity-iframe .lity-container {
  max-width: 1040px;
}

.lity-iframe-container html {
  overflow-y: scroll;
}

.lity-iframe-container html body {
  overflow: scroll;
  height: 585px;
}

.lity-iframe-container html body main {
  height: 1000px;
}

/* ----------------------------------- */
/* ヘッダーフッターなしテンプレート
/* ----------------------------------- */
@media (min-width: 769px) {
  .popuplink_page #main .section_main {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.pcmb60 {
  margin-bottom: 60px !important;
}

@media (max-width: 769px) {
  .pcmb60 {
    margin-bottom: 0px !important;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -5%;
  top: -5%;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  line-height: 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  line-height: 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 880px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #333;
}

.lity-hide {
  display: none;
}

/* レスポンシブ対応 */
.pc-only {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
.pc-max-lp {
  min-width: 1024px;
}

.pc-max-lp-li {
  min-width: 90%;
}

.bg-none-lp {
  background: none !important;
}

.bg-none-lp > p {
  border-bottom: 3px dotted #d2d2d2;
}

/* Youtube */
.youtube {
  width: 90%;
  height: 37vw;
  margin: 10px;
}

.youtube-at {
  font-size: 11px;
  font-weight: bold;
  padding: 1rem 0;
}

@media screen and (max-width: 769px) {
  .youtube-at {
    font-size: 1.3rem;
  }
}
.youtube-at-sp {
  font-size: 0.8rem;
}

.zisya-at {
  font-size: 2vw;
  line-height: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-weight: 600;
  text-wrap: nowrap;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .youtube {
    width: 32vw;
    height: 18vw;
    margin: 50px 0;
  }
}
.youtube-minus-pc {
  margin-top: 34vw;
  position: relative;
}

.youtube-minus {
  margin-top: -66vw !important;
  z-index: 1;
  position: relative;
}

.youtube-under {
  z-index: 1;
  position: relative;
}

.youtube_bg {
  background: linear-gradient(#fff, 80%, #57b597);
}

.youtube-bg-pc {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  height: 20vw;
  width: 34vw;
  border-radius: 10px;
}

.youtube-bg-sp {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  flex-direction: column;
  height: auto;
  margin-bottom: 10px;
}

.youtube-bg-img-lp {
  background-image: url("../images/youtube_back.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}

.is-accent-color1 {
  color: #E75E69;
}

/* リストスタイル */
.list-none {
  list-style: none !important;
}

/* 設定余白 */
.p-20 {
  width: 100%;
  height: 20px;
}

/* ポジション */
.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

/* 折り返し */
.text-nowrap {
  text-wrap: nowrap !important;
}

/* 位置指定 */
.p-relative-head {
  position: relative;
  top: 30%;
}

.p-youtube {
  position: absolute;
  top: 0;
  left: 0;
}

.inner-footer {
  height: 20px !important;
}

.head-p {
  height: 100px !important;
}

/* 角丸 */
.border-radius-1 {
  border-radius: 10px;
}

/* 透明 */
.opacity-0 {
  opacity: 0 !important;
}

.opacity-none {
  opacity: 1 !important;
}

/* 余白の初期化 */
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ms-0 {
  margin-left: 0px !important;
}

.me-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ps-0 {
  padding-left: 0px !important;
}

.ps-0-header {
  padding-left: 0px !important;
}

@media screen and (min-width: 769px) {
  .ps-0-header {
    padding-left: 15px !important;
  }
}
.pe-0 {
  padding-right: 0px !important;
}

.mt-05 {
  margin-top: 10px !important;
}

.mt-1 {
  margin-top: 20px !important;
}

.mt-2 {
  margin-top: 40px !important;
}

.mt-3 {
  margin-top: 60px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-minus-20 {
  margin-top: -20px !important;
}

.mt-minus-30 {
  margin-top: -30px !important;
}

.mt-minus-40 {
  margin-top: -40px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-2vw {
  margin-top: 2vw !important;
}

.mb-1 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ms-05 {
  margin-left: 10px !important;
}

.ms-1 {
  margin-left: 20px !important;
}

.ms-2 {
  margin-left: 40px !important;
}

.ms-3 {
  margin-left: 60px !important;
}

.ms-minus-1 {
  margin-left: -10px !important;
}

.me-1 {
  margin-right: 20px !important;
}

.me-2 {
  margin-right: 40px !important;
}

.me-3 {
  margin-right: 60px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.me-05 {
  margin-right: 10px !important;
}

.pt-1 {
  padding-top: 20px !important;
}

.pt-2 {
  padding-top: 40px !important;
}

.pb-05 {
  padding-bottom: 10px !important;
}

.pb-1 {
  padding-bottom: 20px !important;
}

.pb-2 {
  padding-bottom: 40px !important;
}

.pb-3 {
  padding-bottom: 60px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.ps-05 {
  padding-left: 10px !important;
}

.ps-1 {
  padding-left: 20px !important;
}

.pe-025 {
  padding-right: 5px !important;
}

.pe-05 {
  padding-right: 10px !important;
}

.pe-075 {
  padding-right: 15px !important;
}

.pe-1 {
  padding-right: 20px !important;
}

.px-13 {
  padding: 0 13px !important;
}

.p-1 {
  padding: 20px !important;
}

.p-2 {
  padding: 40px !important;
}

.pt-m-3 {
  padding-top: -60px !important;
}

.p-none {
  padding: 0px !important;
}

/* 色の指定 */
.bg-cleanness {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #333 !important;
}

.bg-green {
  background-color: #57b597 !important;
}

.bg-greenblack {
  background-color: #008000 !important;
}

.bg-lightgreen {
  background-color: rgba(75, 156, 130, 0.2);
}

.bg-brown {
  background-color: #b4a150 !important;
}

.bg-beige-cta {
  background-color: #f5efe5 !important;
}

.bg-red {
  background-color: #d73e65 !important;
}

.bg-beige {
  background-color: #faf7f2 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #333 !important;
}

.text-green {
  color: #57b597 !important;
}

.text-orange {
  color: #FFCB00 !important;
}

.text-brown {
  color: #b4a150 !important;
}

.text-red {
  color: #E75E69 !important;
}

.text-beige {
  color: #faf7f2 !important;
}

.text-purple {
  color: #a40b5d !important;
}

.text-yellow {
  color: #FFCB00 !important;
}

.text-anchor {
  color: #2e7dff;
  text-decoration: underline;
}

/* Flex */
.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-around !important;
}

.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-start {
  align-content: start !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: end !important;
}

.flex-column {
  flex-direction: column !important;
}

.v-align-top {
  vertical-align: top !important;
}

.v-align-bottom {
  vertical-align: bottom !important;
}

/* 幅・高さ */
.h-70vw {
  height: 70vw !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-100 {
  width: 100% !important;
}

.w-90vw {
  width: 90vw !important;
}

.h-50 {
  height: 50px !important;
}

.h-100 {
  height: 100% !important;
}

.h-25px {
  height: 25px !important;
}

.h-50px {
  height: 50px !important;
}

.h-100px {
  height: 100px !important;
}

.h-250 {
  height: 250px !important;
}

.wh-100 {
  width: 100vw !important;
}

.ht-100 {
  height: 100vw !important;
}

.ht-example {
  height: 100px !important;
}

.ht-example-300 {
  height: 300px !important;
}

.index-flow {
  z-index: auto !important;
}

.index-1 {
  z-index: 1 !important;
}

/* 寄せ */
.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.h-auto {
  height: auto !important;
}

.m-auto {
  margin: 0 auto !important;
}

.txt-start {
  text-align: start !important;
}

.txt-mid {
  text-align: center !important;
}

.txt-end {
  text-align: end !important;
}

.txt-justify {
  text-align: justify !important;
}

.va-mid {
  vertical-align: middle !important;
}

/* フォントサイズ */
.font-05vw {
  font-size: 0.5vw !important;
}

.font-06vw {
  font-size: 0.6vw !important;
}

.font-08vw {
  font-size: 0.8vw !important;
}

.font-09vw {
  font-size: 0.9vw !important;
}

.font-103vw {
  font-size: 1.3vw !important;
}

.font-2vw {
  font-size: 2vw !important;
}

.font-3vw {
  font-size: 3vw !important;
}

.font-4vw {
  font-size: 4vw !important;
}

.font-43vw {
  font-size: 4.3vw !important;
}

.font-5vw {
  font-size: 5vw !important;
}

.font-57vw {
  font-size: 5.7vw !important;
}

.font-6vw {
  font-size: 6vw !important;
}

.font-65vw {
  font-size: 6.5vw !important;
}

.font-7vw {
  font-size: 7vw !important;
}

.font-8vw {
  font-size: 8vw !important;
}

.font-2rem {
  font-size: 2rem !important;
}

.font-1rem {
  font-size: 1rem !important;
}

.fw-bold {
  font-weight: bold !important;
}

.font-line-1vw {
  line-height: 1vw !important;
}

.font-line-2vw {
  line-height: 2vw !important;
}

.font-line-3vw {
  line-height: 3vw !important;
}

.font-line-4vw {
  line-height: 4vw !important;
}

.font-line-5vw {
  line-height: 5vw !important;
}

.font-line-55vw {
  line-height: 5.5vw !important;
}

.font-line-6vw {
  line-height: 6vw !important;
}

.font-line-8vw {
  line-height: 8vw !important;
}

.font-line-9vw {
  line-height: 9vw !important;
}

.font-line-10vw {
  line-height: 10vw !important;
}

.font-line-11vw {
  line-height: 11vw !important;
}

/* フォント指定 */
.font-bold {
  font-weight: bold;
}

.plan-header {
  color: #57b597;
  font-weight: bold;
  font-size: 3.2rem;
}

/* ボーダー */
.border-green {
  border-bottom: 1px dotted #57b597;
}

.border-red {
  border: 1px solid #d73e65;
}

.border-gray {
  border: 1px solid #d2d2d2;
}

/* 角丸ボックスモデル */
.bg-box-round {
  width: auto;
  height: auto;
  border-radius: 1.3333vw;
}

.bg-box-round-top {
  width: auto;
  height: auto;
  border-radius: 1.3333vw 1.3333vw 0 0;
}

.bg-box-round-end {
  width: auto;
  height: auto;
  border-radius: 0 0 1.3333vw 1.3333vw;
}

.box-point {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.border-td {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1.3333vw 1.3333vw 0 0;
}

.border-img-l {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 0 1.3333vw;
}

.staff {
  text-align: center;
}

.staff > img {
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}

.staff > p {
  font-size: 1vw;
  text-wrap: nowrap;
}

/* サポートを受けた */
.impression {
  display: grid;
  grid-template: "col" 1fr "col" 1fr "col" 1fr/1fr;
  gap: 20px;
}

.impression_head {
  border-bottom: 1px solid #57b597;
}

.impression_col {
  border-radius: 5px;
  background-color: #f5efe5;
  padding: 20px;
  line-height: 2.4;
  font-size: 1.3vw;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.8888 !important;
}

/* むすびすについて */
.about_musubisu {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  text-wrap: nowrap;
}

.about_musubisu_left {
  display: flex;
  flex-direction: column;
  align-content: start;
  width: 60%;
  z-index: 2;
  text-align: start;
  justify-content: start;
  align-items: start;
  margin-left: 20px;
  margin-bottom: 50px;
}

.about_musubisu_right {
  width: 40%;
  text-align: end;
}

.about_musubisu_right > img {
  width: 100%;
  max-width: 300px;
  height: auto;
  vertical-align: bottom;
}

/* むすびすについて_カード部分 */
.about_card {
  width: 100%;
}

.about_card_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f5efe5;
  padding: 10px 20px;
}

.about_card_ul_harf {
  min-width: 40vw;
}

.about_card_li {
  text-decoration: none;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 10px 5px;
  border-radius: 0 0 5px 5px;
}

.about_card_li > a {
  box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 2.5px 2.5px;
}

.about_card_li > p {
  background-color: #fff;
  padding: 1vw 1vw 1vw 1.2vw;
  margin: 0;
  border-radius: 5px 5px 0 0;
  font-size: 0.95vw;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
  text-wrap: nowrap;
}

.about_card_li > img {
  width: 100%;
  max-width: 250px;
  border-radius: 0 0 5px 5px;
  vertical-align: bottom;
}

/* 担当者の声 */
.planner_section-lp {
  display: flex;
  justify-content: space-around;
  align-items: start;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5efe5;
  box-sizing: border-box;
  border-radius: 5px;
}

.planner_section {
  width: 30%;
  padding: 0 10px;
  box-sizing: border-box;
}

.planner_section_about {
  width: 70%;
  text-align: justify;
}

.planner_section > .staff > img {
  vertical-align: top !important;
}

/* ご葬儀事例 */
.introduction_lp {
  width: 100%;
}

.introduction_lp_head {
  width: 100%;
  border-bottom: 1px solid #57b597;
  margin: 20px 0;
}

.introduction_lp_body {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}

.introduction_lp_about {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
  text-align: justify;
}

.introduction_lp_img {
  width: 50%;
}

.introduction_lp_footer {
  background-color: #f5efe5;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: justify;
}

/* バッジ */
.badge-green {
  background-color: #57b597;
  color: #fff;
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
  font-size: 1vw;
}

.badge-beige {
  background-color: #b4a150;
  color: #fff;
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
  font-size: 1vw;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/* 取り消し */
.no-shadow {
  box-shadow: none !important;
}

.no-back-color {
  background-color: #fff !important;
}

/* style.cssに反映したい箇所 */
/* テーブルスタイルの追記 */
.container-tb {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  line-height: 1.875;
}

.container-tb > span {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.2592;
  display: block;
}

.container-tb > .block {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.block_row {
  display: table-row;
}

@media screen and (min-width: 769px) {
  .block__element5 {
    display: table-cell;
    width: 16.6666%;
    padding: 9px;
    border: 1px solid #d2d2d2;
    border-width: 0 1px;
  }
}
.block__element3 {
  display: table-cell;
  width: 33%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element_x {
  display: table-cell;
  width: 33%;
  padding: 9px;
  border: 1px solid #d2d2d2;
}

.block__element4:nth-child(odd) {
  background-color: #eef8f4;
  font-weight: bold;
}

.block__element5:nth-child(odd) {
  background-color: #eef8f4;
  font-weight: bold;
}

/* スライダーの設定*/
.slider-item-lp > img {
  width: 100%;
}

.slider-lp > .slick-next:before {
  content: none !important;
}

.slider-lp > button {
  display: none !important;
}

/* 続きを読むデザイン */
.read-more-3 {
  position: relative;
}

.read-more-3 p {
  position: relative;
  max-height: 180px;
  /* 開く前に見せたい高さを指定 */
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more-3:has(:checked) p {
  max-height: 1000vh;
}

.read-more-3 p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.read-more-3:has(:checked) p::after {
  content: none;
}

.read-more-3 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8em 2.4em;
  border-radius: 30px;
  background-color: #fff;
  color: #57b597;
  font-size: 0.9em;
  border: 1px solid #57b597;
  font-weight: bold;
}

.read-more-3:has(:checked) label {
  display: none;
}

.read-more-3 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #57b597;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.read-more-3 input {
  display: none;
}

@media (min-width: 769px) {
  .read-more-3 {
    position: relative;
  }
  .read-more-3 p {
    position: relative;
    max-height: 230px;
    /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
  }
  .read-more-3:has(:checked) p {
    max-height: 1000vh;
  }
  .read-more-3 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
    content: "";
  }
  .read-more-3:has(:checked) p::after {
    content: none;
  }
  .read-more-3 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4em 1.2em;
    border-radius: 30px;
    background-color: #fff;
    color: #57b597;
    font-size: 0.7em;
    border: 1px solid #57b597;
    font-weight: bold;
  }
  .read-more-3 label:hover {
    border: 1px solid #fff;
    background-color: #57b597;
    color: #fff;
    cursor: pointer;
  }
  .read-more-3:has(:checked) label {
    display: none;
  }
  .read-more-3 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #57b597;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
  }
  .read-more-3 label:hover::after {
    background-color: #fff;
  }
  .read-more-3 input {
    display: none;
  }
}
/* 続きを読むデザイン */
.read-more-2 {
  position: relative;
}

.read-more-2 section {
  position: relative;
  max-height: 0px;
  /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more-2:has(:checked) section {
  max-height: 1000vh;
}

.read-more-2 section::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.read-more-2:has(:checked) section::after {
  content: none;
}

.read-more-2 label {
  padding-top: 21px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #57b597;
  position: relative;
  display: inline-block;
}

.read-more-2 label:hover {
  color: #c7511f;
  text-decoration: underline;
  cursor: pointer;
}

.read-more-2:has(:checked) label {
  display: none;
}

.read-more-2 label::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: -7px;
  border-right: 2px solid #57b597;
  border-bottom: 2px solid #57b597;
  position: absolute;
  right: 50%;
  top: 0;
  transform: rotate(45deg);
}

.read-more-2 input {
  display: none;
}

/*style.cssに後で反映*/
.company_table_white > tbody > tr > th > p {
  font-weight: bold;
}

.company_table_white > tbody > tr > td {
  background-color: #fff;
  padding-right: 16px !important;
}

.table_new > ul > li {
  padding: 0 !important;
}

.table_new > ul > li > p:nth-child(1) {
  width: 60%;
  display: block;
  background-color: #eef8f4;
  padding: 11px 9px;
  border-right: 1px solid #d2d2d2;
  font-weight: bold;
}

.table_new > ul > li > p:nth-child(2) {
  padding: 11px 9px;
}

.ttl_tb {
  margin-top: 45px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #57b597;
}

.ttl_sub_tb {
  margin-top: 18px;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #57b597;
}

/* サイズの設定 */
/* 画像のサイズ */
.img-lp {
  width: 100%;
  border-style: none;
  display: block;
}

/*ポイント１ */
.point {
  display: flex;
  /* 子要素を浮かす */
  align-content: space-between;
  /* 子要素を均等に縦配置する */
  align-items: center;
  /* 縦中央揃えにする */
  justify-content: center;
  /* 横中央揃えにする */
  background-color: white;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.point-inner {
  display: flex;
  /* 子要素を浮かす */
  flex-direction: column;
  /* 子要素を段組をする */
  align-content: space-between;
  /* 子要素を均等に縦配置する */
  align-items: center;
  /* 縦中央揃えにする */
  justify-content: center;
  /* 横中央揃えにする */
  background-color: rgba(75, 156, 130, 0.2);
  width: 100%;
  height: auto;
}

.point-body {
  display: flex;
  /* 子要素を浮かす */
  flex-direction: column;
  /* 子要素を段組をする */
  align-content: space-between;
  /* 子要素を均等に縦配置する */
  align-items: center;
  /* 縦中央揃えにする */
  justify-content: center;
  /* 横中央揃えにする */
  width: 100%;
  height: auto;
  max-width: 2080px;
}

.point-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #57b597;
  color: white;
  width: 60%;
  height: 40px;
  font-size: 23px;
  font-weight: bold;
  border-radius: 3vw 3vw 0 0;
  box-sizing: border-box;
  position: relative;
}

.point-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 60%;
  height: auto;
  box-sizing: border-box;
}

.point-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #57b597;
  color: white;
  width: 60%;
  height: 40px;
  font-size: 23px;
  font-weight: bold;
  border-radius: 0 0 3vw 3vw;
  box-sizing: border-box;
}

.section_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: none;
  width: 70%;
  height: 125px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.section_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: auto;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0.02em;
  font-size: 1.6vw;
}

.section_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: none;
  width: 100%;
  height: auto;
}

.section_10 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: none;
  width: 90%;
  height: auto;
}

.section_15 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: none;
  width: 70%;
  height: auto;
}

.section_20 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: none;
  width: 90%;
  height: auto;
}

.section_21 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: none;
  width: 70%;
  height: auto;
}

.section_22 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: none;
  width: 70%;
  height: auto;
}

/* コンテナ */
.container-lp {
  display: flex;
  /* 子要素を浮かす */
  flex-direction: column;
  /* 子要素を段組をする */
  align-content: space-between;
  /* 子要素を均等に縦配置する */
  align-items: center;
  /* 縦中央揃えにする */
  justify-content: center;
  /* 横中央揃えにする */
  width: 100%;
  /* FVに配慮して上部にマージンをとる */
  margin-top: 6vw;
}

/* カラー用枠 */
.main-bg-green {
  display: flex;
  /* 子要素を浮かす */
  flex-direction: column;
  /* 子要素を段組をする */
  align-content: space-between;
  /* 子要素を均等に縦配置する */
  align-items: center;
  /* 縦中央揃えにする */
  justify-content: center;
  /* 横中央揃えにする */
  width: 100%;
  background-color: rgba(75, 156, 130, 0.2);
}

/* 大枠 */
.inner-lp {
  display: flex;
  /* 子要素を浮かす */
  flex-direction: column;
  /* 子要素を段組をする */
  align-content: space-between;
  /* 子要素を均等に縦配置する */
  align-items: center;
  /* 縦中央揃えにする */
  justify-content: center;
  /* 横中央揃えにする */
  background-color: white;
  width: 100%;
  height: auto;
}

/* 中枠 */
.box1 {
  display: flex;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: auto;
  padding: 20px;
}

.box2 {
  display: flex;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  /* background-color: none; */
  width: 60%;
  height: auto;
}

.box2.is-color1 {
  background-color: #57b597;
  padding: 5rem 5rem;
}

@media all and (min-width: 320px) and (max-width: 767px) {
  .box2.is-color1 {
    padding: 1rem 0;
    width: 100%;
    margin-top: 40px;
  }
  .box2.is-color1 img {
    width: 33rem;
  }
}
/* 子要素 */
.box1_child1 {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: none;
  width: 90%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.box1_child2 {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 孫要素 */
.box1-child1-first {
  display: flex;
  align-content: space-between;
  align-items: end;
  justify-content: end;
  width: 100%;
  height: 270px;
  box-sizing: border-box;
  background-color: #f5efe5;
  padding: 30px;
  border-radius: 10px;
  text-align: justify;
  margin-bottom: 20px;
  flex-wrap: wrap;
  font-size: 1.3vw;
}

.box1-child1-second {
  display: flex;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: none;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
}

.box3_child2_first {
  text-align: justify;
}

/* フォントの定義 */
.normal-font-lp {
  line-height: 1.8888;
  font-size: 1.8rem;
}

.box-font-lp {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
}

.box-font-lp-min {
  line-height: 1.5;
  font-size: 2.4rem;
  color: #57b597;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.1em;
}

.box-font-lp-min-brown {
  line-height: 1.5;
  font-size: 2.4rem;
  color: #b4a150;
}

.about-font-lp {
  line-height: 1.5;
  font-size: 1.8rem;
}

.about-font-lp-min {
  line-height: 3.2rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

.about-font-lp-min2 {
  padding-right: 10px;
  line-height: 2.4;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

.about-font-lp-min3 {
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0.02em;
  font-size: 1.6vw;
}

.midasi-font-lp {
  line-height: 1.2 !important;
  font-size: 3.2rem;
  color: #57b597;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-wrap: nowrap;
}

.midasi-font-lp-2 {
  display: flex;
  justify-content: center;
  line-height: 1.2 !important;
  font-size: 3.2rem;
  color: #57b597;
  text-align: justify;
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

.midasi-font-lp-3 {
  line-height: 5vw !important;
  font-size: 3.2rem;
  color: #57b597;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-wrap: nowrap;
}

.midasi-font-lp-min {
  line-height: 1.6666;
  font-size: 3.4rem;
  font-weight: bold;
  color: #57b597;
}

.card-font-lp {
  line-height: 1.75;
  font-size: 1.6rem;
}

/* フォント指定 */
.sp-caption-lp {
  font-size: 4vw !important;
  line-height: 8vw !important;
}

.sp-caption-lp-line {
  border-bottom: 1px solid #b4a150;
  padding-bottom: 20px;
}

.sp-caption-lp-line-up {
  border-bottom: 1px solid #b4a150;
  width: 100%;
  display: block;
  margin-bottom: 18px;
}

.noto-sans-gothic-lp {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
  line-height: 2.2vw;
}

.maru-gothic-lp {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}

.noto-sans-serif {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
}

.noto-sans-serif-s {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
}

.noto-sans-serif-ss {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
  font-size: 1.2vw;
}

.noto-sans-serif-m {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.1em;
}

.noto-midashi {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
}

.noto-midashi-m {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
  font-size: 3.2vw;
}

.noto-midashi-sp {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
}

.big-lp-midashi {
  font-size: 10.8vw !important;
}

.midashi-s {
  font-size: 0.9vw;
}

.midashi-m {
  font-size: 4.6rem;
}

.midashi-l {
  font-size: 8.4rem !important;
}

/* ポイントヘッダー */
.point-head > span {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 100%;
  font-size: 32px;
  line-height: 30px;
}

/* プランのボックス */
.plan-lp-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 100%;
}

.plan-lp-table_img {
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  height: 10vw;
}

.kasou {
  background-image: url("../img/img_nav_kasou_order_sp.webp");
}

.ippan {
  background-image: url("../img/img_nav_ippann_style_sp.webp");
}

.futuka {
  background-image: url("../img/img_nav_kazokusou_twodays_style_sp.webp");
}

.ichinichi {
  background-image: url("../img/img_nav_kazokusou_onedays_style_sp.webp");
}

.musyukyo {
  background-image: url("../img/img_nav_mushukyo_style_sp.webp");
}

.plan-lp-table > a:hover {
  opacity: 0.7;
  transform: translateY(-4px);
}

/* プランのボックス_SP */
.plan-lp-table-sp {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  height: 100vw;
  width: 100%;
}

.plan-lp-table-sp_img {
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  height: 25vw;
}

/* プランのフォント調整 */
.plan-lp-table_text {
  font-size: 1.2vw;
  padding-bottom: 2.2vw;
  padding-left: 12.2vw;
}

.plan-lp-table_text > .kakaku {
  font-size: 2.2vw;
  color: rgb(215, 62, 101);
  padding-left: 0.2vw;
  padding-right: 0.2vw;
}

.plan-lp-table_text_lp {
  font-size: 1.2vw;
  padding-bottom: 2.2vw;
  padding-left: 12.2vw;
}

.plan-lp-table_text_lp > .kakaku {
  font-size: 2.2vw;
  color: rgb(215, 62, 101);
  padding-left: 0.2vw;
  padding-right: 0.2vw;
}

@media screen and (max-width: 769px) {
  .plan-lp-table_text {
    font-size: 3.5vw;
    padding-left: 38vw;
    padding-bottom: 2.5vw;
  }
  .plan-lp-table_text_lp {
    font-size: 2.5vw;
    padding-left: 34vw;
    padding-bottom: 4.6vw;
  }
  .plan-lp-table_text > .kakaku {
    font-size: 6vw;
    color: rgb(215, 62, 101);
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
  .plan-lp-table_text_lp > .kakaku {
    font-size: 6vw;
    color: rgb(215, 62, 101);
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
}
.search-keyword-results {
  background-color: #FAF7F2;
  padding: 40px 0 60px;
  margin: 0 auto 50px;
}
.search-keyword-results__headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 18px;
}
.search-keyword-results__headline-title {
  font-weight: bold;
  line-height: 1;
  color: #57b597;
  font-size: 24px;
}
.search-keyword-results__headline-count {
  font-weight: bold;
  line-height: 1;
  color: #333;
  font-size: 16px;
}
.search-keyword-results__headline-count .is-number {
  color: #57b597;
  font-size: 20px;
}
.search-keyword-results__body-container.has-mb {
  margin-bottom: 40px;
}
.search-keyword-results__pagination {
  margin-bottom: 40px;
}
.search-keyword-results__no-results-text {
  width: 100%;
  line-height: 1.4;
  max-width: 1040px;
  padding: 0 20px;
  margin: 50px auto;
}

.search-keyword-results-bottom {
  width: 100%;
  max-width: 1920px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.search-keyword-results-bottom.has-pt {
  padding-top: 50px;
}
.search-keyword-results-bottom__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.search-keyword-results-bottom__frame {
  background-color: #FFFFFF;
}
.search-keyword-results-bottom__frame-headline {
  margin-bottom: 30px;
}
.search-keyword-results-bottom__frame-headline-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #57B597;
  padding-top: 26px;
  font-size: 26px;
}
.search-keyword-results-bottom__frame-headline-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #57B597;
  width: 50px;
  height: 1px;
}
.search-keyword-results-bottom__frame-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.search-keyword-results-bottom__frame-item {
  width: fit-content;
}
.search-keyword-results-bottom__frame-link {
  position: relative;
  display: block;
  border-radius: 9999px;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  color: #57B597;
  width: 180px;
  padding: 15px 50px 15px;
  border: 2px solid #57B597;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  translate: 0;
  font-size: 14px;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s, translate 0.3s, color 0.3s !important;
}
.search-keyword-results-bottom__frame-link:hover {
  background-color: #57B597;
  translate: 0 -5px;
  color: #FFFFFF;
  transition: background-color 0.3s, translate 0.3s, color 0.3s !important;
}
.search-keyword-results-bottom__frame-link:hover::before {
  border-color: #FFFFFF;
  transition: border-color 0.3s !important;
}
.search-keyword-results-bottom__frame-link::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: 45deg;
  left: 15px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #57B597;
  border-bottom: 2px solid #57B597;
  transition: border-color 0.3s !important;
}

.search-post {
  margin-bottom: 70px;
}
.search-post__fv {
  position: relative;
}
.search-post__fv-main {
  position: relative;
  overflow: hidden;
  height: 515px;
  margin-bottom: -100px;
}
.search-post__fv-main.has-ad-param {
  height: 400px;
}
.search-post__fv-main > img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.search-post__fv-medal {
  position: absolute;
  display: block;
  z-index: 1;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.search-post__fv-medal > img {
  display: block;
  height: auto;
  width: 120px;
}
.search-post__info {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
.search-post__info.is-modal-on {
  z-index: unset;
}
.search-post__info-wrap {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post__info-body {
  padding: 20px 30px 30px;
}
.search-post__info-detail {
  margin-bottom: 20px;
}
.search-post__info-detail-area {
  display: grid;
  grid-template-columns: 1fr 330px;
  margin-bottom: 15px;
}
.search-post__info-detail-headline {
  color: #429277;
  font-weight: bold;
  grid-area: 1/1/2/3;
  border-bottom: 1px solid #999;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-size: 40px;
}
.search-post__info-detail-headline-furigana {
  display: block;
  font-size: 13px;
}
.search-post__info-detail-textBox {
  padding-right: 30px;
}
.search-post__info-detail-text {
  line-height: 1.6;
  max-width: 580px;
  font-size: 16px;
}
.search-post__info-detail-text + .is-review-content {
  width: 300px;
  margin-top: 10px;
}
.search-post__info-detail-priceBox {
  grid-area: 2/2/3/3;
}
.search-post__info-detail-priceBox-inner {
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
}
.search-post__info-detail-charge {
  display: flex;
}
.search-post__info-detail-charge.has-mt {
  margin-top: 10px;
}
.search-post__info-detail-charge-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-post__info-detail-charge-label {
  background-color: #b4a150;
  border-radius: 5px;
  width: 62px;
  padding: 10px;
  margin-right: 10px;
}
.search-post__info-detail-charge-label.is-kasou {
  background-color: #FFFFFF;
  padding: 8px;
  border: 2px solid #b4a150;
}
.search-post__info-detail-charge-label-text {
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
}
.search-post__info-detail-charge-label-text.is-kasou {
  color: #b4a150;
}
.search-post__info-detail-charge-number {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 60px;
  grid-template-rows: 1fr 22px;
}
.search-post__info-detail-charge-number.is-free {
  display: flex;
  align-items: flex-end;
}
.search-post__info-detail-charge-number.is-no-flex {
  flex: unset;
}
.search-post__info-detail-charge-number .is-free {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ce3a5a;
  font-size: 36px;
}
.search-post__info-detail-charge-number .is-notion {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  color: #8C8C8C;
  margin-left: 15px;
  font-size: 12px;
}
.search-post__info-detail-charge-number .is-tax {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/2;
  display: inline-block;
  width: fit-content;
  margin-top: auto;
  font-weight: bold;
  color: #8C8C8C;
  padding: 0 12px;
  margin-bottom: 2px;
  font-size: 12px;
}
.search-post__info-detail-charge-number .is-tax::before, .search-post__info-detail-charge-number .is-tax::after {
  position: absolute;
  top: 0;
  display: inline-block;
}
.search-post__info-detail-charge-number .is-tax::before {
  content: "（";
  left: 0;
}
.search-post__info-detail-charge-number .is-tax::after {
  content: "）";
  right: 0;
}
.search-post__info-detail-charge-number .is-price {
  grid-column: 1/2;
  grid-row: 1/3;
  font-weight: bold;
  text-align: right;
  color: #ce3a5a;
  letter-spacing: 0.01em;
  font-size: 42px;
}
.search-post__info-detail-charge-number .is-yen {
  grid-column: 2/3;
  grid-row: 2/3;
  font-weight: bold;
  color: #8C8C8C;
  margin-left: 8px;
  font-size: 22px;
}
.search-post__info-detail-hallIcon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search-post__info-detail-hallIcon ul > li {
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  width: fit-content;
  min-width: 120px;
  padding: 5px;
  font-size: 13px;
  gap: 5px;
}
.search-post__info-detail-reviewBox {
  margin: 30px 0;
}
.search-post__info-detail-reviewBox.has-tour-movie {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.search-post__info-detail-review {
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 8px;
  border: 1px solid #55AD8F;
  background-color: #FFFFFF;
  overflow: hidden;
}
.search-post__info-detail-review.has-tour-movie {
  display: block;
  align-items: unset;
  width: 320px;
  height: fit-content;
  padding: 30px 20px;
}
.search-post__info-detail-review-headline {
  padding: 20px 30px;
  background-color: #55AD8F;
}
.search-post__info-detail-review-headline.has-tour-movie {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.search-post__info-detail-review-headline-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.search-post__info-detail-review-body {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.search-post__info-detail-review-body.has-tour-movie {
  display: block;
  padding: 0;
}
.search-post__info-detail-review-body-inner {
  position: relative;
  display: flex;
  gap: 10px;
  padding-top: 4px;
  padding-right: 22px;
  margin-right: 15px;
}
.search-post__info-detail-review-body-inner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  background-color: #CCCCCC;
  width: 2px;
  height: 30px;
}
.search-post__info-detail-review-body-inner.has-tour-movie {
  padding-top: 0;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.search-post__info-detail-review-body-inner.has-tour-movie::after {
  display: none;
}
.search-post__info-detail-review-body-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.search-post__info-detail-review-count > a {
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-underline-offset: 3px;
}
.search-post__info-detail-review-count > a .is-fontsize {
  font-weight: bold;
}
.search-post__info-detail-review-summary {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 6px;
}
.search-post__info-detail-review-star {
  display: flex;
  align-items: center;
}
.search-post__info-detail-review-star .star-icon {
  width: 30px;
}
.search-post__info-detail-review-score {
  font-weight: bold;
  font-size: 23px;
}
.search-post__info-detail-review-label {
  font-weight: bold;
  color: #51AB8E;
  font-size: 18px;
}
.search-post__info-detail-station-list {
  display: flex;
  line-height: 1.4;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.search-post__info-detail-station-headline {
  font-weight: bold;
  border-radius: 2px;
  background-color: #ddf0ea;
  color: #333;
  padding: 4px 8px 3px 10px;
  font-size: 14px;
}
.search-post__info-detail-address {
  background-image: url("../img/hallpage_icn_address.svg");
  background-position: left top;
  padding-left: 20px;
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 16px;
}
.search-post__info-detail-simplePlan {
  width: 300px;
}
.search-post__info-detail-simplePlan-warning {
  color: #E02030;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #E02030;
  text-align: center;
  letter-spacing: 4.8px;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.search-post__info-detail-simplePlan-price {
  color: #2B6954;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
}
.search-post__info-detail-simplePlan-price > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-post__info-detail-simplePlan-price .is-label {
  line-height: 1.2;
  display: block;
  border: 1px solid #2B6954;
  text-align: center;
  border-radius: 4px;
  padding: 8px 9px 6px 9px;
  margin-right: 15px;
}
.search-post__info-detail-simplePlan-price .is-price {
  font-weight: bold;
  letter-spacing: 0.01em;
  display: block;
  font-size: 50px;
  margin-right: 4px;
}
.search-post__info-detail-simplePlan-price .is-lay-out {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 46px;
  gap: 5px 0;
}
.search-post__info-detail-simplePlan-price .is-yen {
  font-size: 20px;
}
.search-post__info-detail-simplePlan-btn {
  position: relative;
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #EC8252 0%, #DD3D46 100%);
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.3s !important;
  border-bottom: 4px solid rgba(51, 51, 51, 0.7019607843);
  padding: 10px 33px 10px 65px;
}
.search-post__info-detail-simplePlan-btn::before, .search-post__info-detail-simplePlan-btn::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-post__info-detail-simplePlan-btn::before {
  background-image: url("../img/search-post__info-detail-plan-simple-button-bg-pc.webp");
  left: 12px;
  width: 40px;
  height: 35px;
}
.search-post__info-detail-simplePlan-btn::after {
  background-image: url("../img/area-lp-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: 10px;
  width: 8px;
  height: 13.6px;
}
.search-post__info-detail-simplePlan-btn .is-label {
  display: block;
  border-radius: 2px;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
  color: #bf1412;
  margin-bottom: 9px;
  font-size: 11px;
  padding: 3px 0 1px;
}
.search-post__info-detail-simplePlan-btn .is-headline {
  display: block;
  border-bottom: 2px solid #ff6;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  width: fit-content;
  padding-bottom: 1px;
  font-size: 20px;
}
.search-post__info-detail-usageFee.has-mt {
  margin-top: 10px;
}
.search-post__info-detail-usageFee-label {
  background-color: #b4a150;
  border-radius: 5px;
  padding: 10px;
}
.search-post__info-detail-usageFee-label.is-kasou {
  background-color: #FFFFFF;
  padding: 8px;
  border: 2px solid #b4a150;
}
.search-post__info-detail-usageFee-label-text {
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}
.search-post__info-detail-usageFee-label-text.is-kasou {
  color: #b4a150;
}
.search-post__info-recommend {
  border: 1px solid #51ab8e;
  overflow: hidden;
  border-radius: 10px;
}
.search-post__info-recommend-headline {
  background-color: #51ab8e;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
}
.search-post__info-recommend-headline-title {
  line-height: 1;
}
.search-post__info-recommend-headline-title .is-label {
  position: relative;
  display: inline-block;
  color: #333;
  z-index: 1;
  box-sizing: content-box;
  font-size: 16px;
  padding: 6px 15px;
  margin-right: 5px;
}
.search-post__info-recommend-headline-title .is-label::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFFF66;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 15px 15px 0;
}
.search-post__info-recommend-headline-title .is-title {
  font-size: 23px;
}
.search-post__info-recommend-headline-link {
  margin-left: auto;
  position: relative;
  font-size: 16px;
  transition: opacity 0.3s ease;
}
.search-post__info-recommend-headline-link:hover {
  opacity: 0.8;
}
.search-post__info-recommend-headline-link::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  width: 14px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.search-post__info-recommend-headline-link a {
  color: #fff;
  display: block;
  padding-right: 25px;
}
.search-post__info-recommend-body {
  background-color: #f9f6f1;
  padding: 30px 30px;
}
.search-post__info-recommend-body-title {
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 15px;
  font-size: 23px;
}
.search-post__info-recommend-body-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 10px;
}
.search-post__info-recommend-body-item {
  position: relative;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #429277;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  word-break: keep-all;
  border-radius: 10px;
  padding: 22px 15px 22px 46px;
  font-size: 16px;
}
.search-post__info-recommend-body-item::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/search-post__info-recommend-icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 15px;
  left: 15px;
  width: 28px;
  height: 28px;
}

.search-post-cta.has-mt-50 {
  margin-top: 50px;
}
.search-post-cta__inner {
  background-color: #57b597;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%);
  background-repeat: repeat;
  overflow: hidden;
  padding: 70px 20px;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
.search-post-cta__headline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.search-post-cta__headline-title {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  font-size: 37.8px;
}
.search-post-cta__headline-title > span {
  display: block;
}
.search-post-cta__headline-title .is-company {
  font-size: 30px;
  margin-bottom: 20px;
}
.search-post-cta__headline-title .is-emphasis {
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}
.search-post-cta__headline-title .is-emphasis::before, .search-post-cta__headline-title .is-emphasis::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333;
  width: 3.5px;
  height: 35px;
  bottom: 5px;
}
.search-post-cta__headline-title .is-emphasis::before {
  left: -20px;
  rotate: -40deg;
}
.search-post-cta__headline-title .is-emphasis::after {
  right: -20px;
  rotate: 40deg;
}
.search-post-cta__body {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.search-post-cta__body.has-no-headline {
  padding-top: 28px;
}
.search-post-cta__reservation-main {
  border-radius: 8px;
  background-color: #fff;
  width: 1000px;
  padding: 0 38px 40px;
  margin: 0 auto 30px;
}
.search-post-cta__reservation-main-catch {
  letter-spacing: 0.68px;
  color: #B91724;
  font-weight: bold;
  border-radius: 38px;
  border: 4px solid #B91724;
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  width: fit-content;
  transform: translateY(-28px);
  margin-bottom: 5px;
  padding: 17px 20px;
  font-size: 27px;
}
.search-post-cta__reservation-main-img {
  margin-bottom: 32px;
}
.search-post-cta__reservation-main-img img {
  display: block;
  width: 100%;
  height: auto;
}
.search-post-cta__reservation-main-label {
  width: fit-content;
  font-size: 34px;
  margin: 0 auto 15px;
}
.search-post-cta__reservation-main-text {
  line-height: 1.6;
}
.search-post-cta__reservation-main-text small {
  font-size: 15px;
}
.search-post-cta__reservation-newYear {
  font-weight: bold;
  color: #e75e69;
  text-align: center;
  font-size: 23px;
  margin-bottom: 15px;
}
.search-post-cta__reservation-footer {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 52px 47px 52px;
}
.search-post-cta__reservation-footer-headline {
  position: absolute;
  color: #1E1926;
  font-weight: bold;
  border-radius: 30px;
  background-color: #FFD558;
  right: 0;
  left: 0;
  margin: auto;
  width: 390px;
  font-size: 32px;
  padding: 15px 15px 15px 70px;
  top: -50px;
}
.search-post-cta__reservation-footer-headline::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/search-post-cta__reservation-footer-headline_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  left: 30px;
}
.search-post-cta__reservation-footer-cta {
  display: flex;
  gap: 13px;
}
.search-post-cta__frame {
  background-color: #FFFFFF;
  padding: 30px 20px;
  margin-bottom: 70px;
  border-radius: 10px;
}
.search-post-cta__frame.is-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin: 0 auto 70px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame.is-flex {
    flex-direction: row;
    width: 100%;
    margin: 0 0 70px;
  }
}
.search-post-cta__frame-inner-box {
  display: block;
  flex: 1;
  min-width: 305px;
}
.search-post-cta__frame-title {
  position: relative;
  width: fit-content;
  background-color: #FFD558;
  border-radius: 999px;
  padding: 15px 0;
  margin: 0 auto 30px;
}
.search-post-cta__frame-title.is-full-pc {
  width: 100%;
  margin-bottom: 40px;
}
.search-post-cta__frame-title.is-full-pc::after {
  bottom: -14px;
  border-top-width: 15px;
  border-left-width: 9px;
  border-right-width: 9px;
}
.search-post-cta__frame-title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  bottom: -9px;
  border-top: 10px solid #FFD558;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.search-post-cta__frame-title-text {
  font-weight: bold;
  text-align: center;
  padding: 0 50px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-title-text {
    font-size: 22px;
  }
}
.search-post-cta__frame-title-text.is-full-pc {
  padding: 0 20px;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-title-text.is-full-pc {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .search-post-cta__frame-title-text.is-full-pc {
    font-size: 26px;
  }
}
.search-post-cta__frame-catch {
  margin-bottom: 30px;
}
.search-post-cta__frame-catch.is-full-pc {
  margin-bottom: 0;
}
.search-post-cta__frame-catch-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding: 0 20px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-catch-text {
    font-size: 26px;
  }
}
.search-post-cta__frame-catch-text.is-full-pc {
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0;
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .search-post-cta__frame-catch-text.is-full-pc {
    font-size: 28px;
  }
}
.search-post-cta__frame-catch-text.is-full-pc .is-fontsize-medium {
  font-size: 1.1em;
  line-height: 1.6;
}
.search-post-cta__frame-catch-text.is-full-pc .is-fontsize-large {
  font-size: 1.4em;
  line-height: 1;
}
.search-post-cta__frame-catch-text.is-full-pc .is-fontsize-extra-large {
  display: inline-block;
  margin-top: 10px;
  font-size: 2.4em;
  line-height: 1;
}
.search-post-cta__frame-catch-text.is-full-pc .is-vertical {
  display: inline-block;
  margin-bottom: -3px;
  font-size: 0.9em;
  letter-spacing: 0em;
  writing-mode: vertical-lr;
}
.search-post-cta__frame-catch-text.has-no-before::before {
  display: none;
}
.search-post-cta__frame-catch-text.has-no-after::after {
  display: none;
}
.search-post-cta__frame-catch-text::before, .search-post-cta__frame-catch-text::after {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  height: 100%;
  background-color: #E75E69;
  width: 6px;
}
.search-post-cta__frame-catch-text::before {
  left: 0;
  rotate: -15deg;
  left: 10px;
}
.search-post-cta__frame-catch-text::after {
  rotate: 15deg;
  right: 10px;
}
.search-post-cta__frame-catch-text .is-fontsize-medium {
  font-size: 1.18em;
}
.search-post-cta__frame-catch-text .is-fontsize-large {
  font-size: 2em;
  line-height: 1;
}
.search-post-cta__frame-catch-text .is-fontsize-extra-large {
  font-size: 2.4em;
  line-height: 1;
}
.search-post-cta__frame-catch-text .is-color1 {
  color: #E75E69;
}
.search-post-cta__frame-catch-notion {
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}
.search-post-cta__frame-consult {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-consult {
    justify-content: flex-end;
    align-items: center;
    margin: -30px 30px 10px auto;
  }
}
@media screen and (min-width: 992px) {
  .search-post-cta__frame-consult {
    align-items: flex-end;
    margin: -120px 50px 10px auto;
  }
}
.search-post-cta__frame-consult-content {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-consult-content {
    padding: 0 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .search-post-cta__frame-consult-content {
    margin-bottom: 70px;
  }
}
.search-post-cta__frame-consult-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #51AB8E;
  margin-bottom: 15px;
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-consult-title {
    font-size: 48px;
  }
}
.search-post-cta__frame-consult-title img {
  display: block;
  width: 3.6em;
  height: auto;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-consult-title img {
    display: inline-block;
    width: auto;
    height: 68px;
    margin-bottom: -4px;
  }
}
.search-post-cta__frame-consult-catch-text {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: inline-flex;
  flex-direction: column;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-consult-catch-text {
    display: block;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .search-post-cta__frame-consult-catch-text {
    font-size: 22px;
  }
}
.search-post-cta__frame-consult-catch-text .has-marker {
  display: inline;
  margin: 0 auto;
  background: linear-gradient(180deg, transparent 70%, #FFFF66 30%);
}
.search-post-cta__frame-consult-catch-text .is-emphasis {
  font-size: 1.4em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-consult-catch-text .is-emphasis {
    margin-top: 0;
    margin-left: 10px;
  }
}
.search-post-cta__frame-consult-img {
  width: 140px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .search-post-cta__frame-consult-img {
    width: 180px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .search-post-cta__frame-consult-img {
    width: 220px;
    margin-left: 30px;
  }
}
.search-post-cta__frame-consult-img img {
  display: block;
  width: 100%;
  height: auto;
}
.search-post-cta__frame-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.search-post-cta__frame-cta.is-direction-column {
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;
}
.search-post-cta__frame-lead {
  margin-top: 20px;
}
.search-post-cta__frame-lead-text {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 26px;
  text-align: center;
}
.search-post-cta__frame-lead-text .is-fontsize-medium {
  font-size: 1.2em;
}
.search-post-cta__frame-lead-text .is-fontsize-large {
  font-size: 1.4em;
}
.search-post-cta__frame-lead-text .is-color1 {
  color: #E75E69;
}
.search-post-cta__support-title {
  margin-bottom: 50px;
}
.search-post-cta__support-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 30px;
}
.search-post-cta__support-card {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column-reverse;
  padding: 10px 10px 25px;
  border-radius: 10px;
}
.search-post-cta__support-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.search-post-cta__support-item {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  height: 50px;
}
.search-post-cta__support-item:nth-of-type(1)::before {
  position: relative;
  content: "";
  display: block;
  background: url("../img/search-post-cta__item-img01.webp") no-repeat center right/contain;
  width: 70px;
  height: 55px;
}
.search-post-cta__support-item:nth-of-type(2)::before {
  position: relative;
  content: "";
  display: block;
  background: url("../img/search-post-cta__item-img02.webp") no-repeat center right/contain;
  width: 70px;
  height: 55px;
}
.search-post-cta__support-item:nth-of-type(2) {
  margin-left: -55px;
}
.search-post-cta__support-item:nth-of-type(3)::before {
  position: relative;
  content: "";
  display: block;
  background: url("../img/search-post-cta__item-img03.webp") no-repeat center right/contain;
  width: 70px;
  height: 55px;
}
.search-post-cta__support-item:nth-of-type(3) {
  margin-left: -55px;
}
.search-post-cta__support-item-text {
  font-weight: bold;
  color: #51AB8E;
  font-size: 22px;
}
.search-post-cta__support-lead {
  margin-bottom: 20px;
}
.search-post-cta__support-lead-text {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 28px;
  text-align: center;
}
.search-post-cta__support-lead-text .is-fontsize-medium {
  font-size: 1.2em;
}
.search-post-cta__support-lead-text .is-fontsize-large {
  font-size: 1.4em;
}
.search-post-cta__support-lead-text .is-color1 {
  color: #E75E69;
}

.shikijou-yoyaku-area {
  background-color: #faf7f2;
  padding: 60px 0;
}
.shikijou-yoyaku-area__inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.shikijou-yoyaku-area__title {
  font-family: "Noto Serif JP";
  font-weight: 600;
  color: #b4a151;
  text-align: center;
  font-size: 44px;
  margin-bottom: 30px;
}
.shikijou-yoyaku-area__title span {
  position: relative;
  padding: 0 55px;
}
.shikijou-yoyaku-area__title span::before, .shikijou-yoyaku-area__title span::after {
  content: "";
  background-color: #b4a151;
  position: absolute;
  height: 1px;
  width: 54px;
  bottom: 27px;
}
.shikijou-yoyaku-area__title span::before {
  transform: translateY(-50%) rotate(44deg);
  left: 0px;
}
.shikijou-yoyaku-area__title span::after {
  right: 0px;
  transform: translateY(-50%) rotate(-44deg);
}
.shikijou-yoyaku-area__schedule {
  display: flex;
  justify-content: space-between;
}
.shikijou-yoyaku-area__schedule-box {
  width: 640px;
}
.shikijou-yoyaku-area__schedule-catch {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 15px;
}
.shikijou-yoyaku-area__schedule-headline {
  font-weight: bold;
  background-color: #b4a151;
  color: #fff;
  text-align: center;
  font-size: 24px;
  min-height: 50px;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.shikijou-yoyaku-area__schedule-text {
  line-height: 1.5;
  font-size: 15px;
}
.shikijou-yoyaku-area__schedule-text .redText {
  font-weight: bold;
  color: #d73e65;
}
.shikijou-yoyaku-area__schedule-img {
  width: 350px;
  height: 216px;
}
.shikijou-yoyaku-area__benefit-title {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  font-size: 32px;
}
.shikijou-yoyaku-area__benefit-title span {
  color: #d73e65;
}
.shikijou-yoyaku-area__benefit-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.shikijou-yoyaku-area__benefit-text {
  line-height: 1.8;
  font-size: 22px;
}
.shikijou-yoyaku-area__benefit-text span {
  font-weight: bold;
  color: #d73e65;
  font-size: 32px;
}

.search-post-detail {
  padding: 70px 0;
}
.search-post-detail__inner {
  width: 1000px;
  margin: 0 auto;
}
.search-post-detail__english {
  color: #51AB8E;
  position: relative;
  display: block;
  width: fit-content;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 25px;
  margin: 0 auto 14px;
  font-size: 18px;
}
.search-post-detail__english::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  background: url(../img/search-post-detail__title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-detail__english::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: block;
  background: url(../img/search-post-detail__title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-detail__title {
  color: #51AB8E;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 23px;
}
.search-post-detail__title .is-japanese {
  display: block;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.search-post-detail__title .is-saijou-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #000000;
}
.search-post-detail__underPage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  width: fit-content;
  max-width: 940px;
  margin: 50px auto 0;
  flex-direction: row;
  gap: 15px;
  font-size: 14px;
}
.search-post-detail__underPage-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  background-color: #57b597;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  min-width: 170px;
  padding: 8px 26px;
}
.search-post-detail__underPage-item a::after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  right: 10px;
}
.search-post-detail__discount {
  display: flex;
  align-items: center;
  border: 2px solid #51AB8E;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: 50px auto 0;
  border-radius: 15px;
}
.search-post-detail__discount-label {
  border-right: 1px solid #51AB8E;
  font-weight: bold;
  line-height: 1.5;
  word-break: keep-all;
  color: #51AB8E;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  font-size: 16px;
}
.search-post-detail__discount-text {
  letter-spacing: 0.03em;
  color: #51AB8E;
  font-size: 16px;
  line-height: 1.4;
}
.search-post-detail__table-button {
  display: none;
}
.search-post-access {
  margin-top: 50px;
}
.search-post-access__inner {
  width: 1000px;
  margin: 0 auto;
}

.search-post-price {
  margin-bottom: 60px;
}
.search-post-price__wrap {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.search-post-price__wrap::after {
  content: "+";
  color: #707070;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  font-size: 36px;
}
.search-post-price__block {
  width: 448px;
}
.search-post-price__headline {
  font-weight: bold;
  position: relative;
  background-color: #57b597;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  min-height: 50px;
  padding: 10px 20px;
}
.search-post-price__box {
  border: 1px solid #57b597;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px 40px;
}
.search-post-price__number .is-tax {
  writing-mode: vertical-rl;
  color: #333;
  font-size: 17px;
  padding-right: 10px;
}
.search-post-price__number .is-price {
  font-weight: bold;
  color: #ce3a5a;
  font-size: 55px;
}
.search-post-price__number .is-yen {
  font-weight: bold;
  color: #707070;
  font-size: 38px;
}
.search-post-price__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #57b597;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.search-post-price__list ul li span {
  display: block;
  margin-top: 6px;
}

.search-post-mainPlan__title {
  position: relative;
  background-color: #57b597;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 59px;
  padding: 10px;
  font-size: 28px;
  margin: 0 0 50px;
}
.search-post-mainPlan__title::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -27px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #57b597;
}

.search-post-movie {
  position: relative;
  background-color: #F6F3F9;
  z-index: 1;
  padding: 70px 0 70px;
}
.search-post-movie::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: -1;
  max-width: 1200px;
  background: url("../img/search-post-movie__bg-pc.webp") no-repeat center center/contain;
}
.search-post-movie__headline {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 30px;
}
.search-post-movie__headline-english {
  color: #51AB8E;
  position: relative;
  display: block;
  width: fit-content;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 25px;
  margin: 0 auto 14px;
  font-size: 18px;
}
.search-post-movie__headline-english::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../img/search-post-movie__headline-title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-movie__headline-english::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: block;
  background: url(../img/search-post-movie__headline-title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-movie__headline-title {
  position: relative;
  color: #51AB8E;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
  font-size: 36px;
}
.search-post-movie__headline-title .is-japanese {
  display: block;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.search-post-movie__headline-title .is-saijou-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #000000;
}

.search-post-review__inner {
  background-color: #57b597;
  background-image: linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%), linear-gradient(45deg, rgba(246, 243, 249, 0.05) 25%, transparent 25%, transparent 75%, rgba(246, 243, 249, 0.05) 75%);
  background-repeat: repeat;
  overflow: hidden;
  padding: 50px 20px;
  background-position: 20px 20px, 40px 40px;
  background-size: 40px 40px;
}
.search-post-review__headline {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.search-post-review__headline-english {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 25px;
  margin: 0 auto 14px;
  font-size: 18px;
}
.search-post-review__headline-english::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../img/search-post-review__headline-title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-review__headline-english::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../img/search-post-review__headline-title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-review__headline-title {
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
  font-size: 36px;
}
.search-post-review__headline-title .is-japanese {
  display: block;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.search-post-review__headline-title .is-saijou-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #000000;
}
.search-post-review__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post-review__review-card {
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 15px;
}
.search-post-review__review-card.has-veil {
  position: relative;
}
.search-post-review__review-card.has-veil::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, #FFFFFF 70%);
  opacity: 1;
  transition: opacity 0.3s;
  height: 120px;
}
.search-post-review__review-card.has-veil.is-active::after {
  opacity: 0;
  transition: opacity 0.3s;
}
.search-post-review__review-card-inner {
  padding: 40px 40px 60px;
}
.search-post-review__review-card-headline {
  background-color: #DDF0EA;
  overflow: hidden;
  display: flex;
  gap: 20px;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 15px;
}
.search-post-review__review-card-headline-icon {
  display: block;
  width: 128px;
  height: 128px;
  margin-right: 15px;
}
.search-post-review__review-card-headline-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-post-review__review-card-headline-lead {
  flex: 1;
}
.search-post-review__review-card-headline-lead-text {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 17px;
}
.search-post-review__review-card-headline-lead-text > span {
  font-weight: bold;
}
.search-post-review__review-card-content-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.search-post-review__review-card-subheading {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
}
.search-post-review__review-card-subheading::before, .search-post-review__review-card-subheading::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  background-color: #57B597;
  z-index: 1;
  width: 20px;
  height: 1px;
}
.search-post-review__review-card-subheading::before {
  transform-origin: top left;
  rotate: 45deg;
  left: calc((100% - 28px) / 2);
}
.search-post-review__review-card-subheading::after {
  transform-origin: top right;
  rotate: -45deg;
  right: calc((100% - 28px) / 2);
}
.search-post-review__review-card-subheading-text {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #3EA482;
  padding: 0 0 6px;
  font-size: 22px;
}
.search-post-review__review-card-subheading-text::before, .search-post-review__review-card-subheading-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  margin: 0 auto;
  background-color: #57B597;
  width: calc((100% - 28px) / 2);
  height: 1px;
}
.search-post-review__review-card-subheading-text::before {
  left: 0;
}
.search-post-review__review-card-subheading-text::after {
  right: 0;
}
.search-post-review__review-card-description-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.search-post-review__review-card-more {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 3;
  bottom: 20px;
}
.search-post-review__review-card-more-button {
  display: flex;
  justify-content: center;
}
.search-post-review__review-card-more-button-link {
  font-weight: bold;
  text-align: center;
  color: #51AB8E;
}

.search-post-cautions__inner {
  background-color: #FAF7F2;
  overflow: hidden;
  padding: 50px 20px 70px;
}
.search-post-cautions__headline {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.search-post-cautions__headline-english {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 25px;
  margin: 0 auto 14px;
  font-size: 18px;
}
.search-post-cautions__headline-english::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  background: url(../img/search-post-cautions__headline-title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-cautions__headline-english::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../img/search-post-cautions__headline-title-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.search-post-cautions__headline-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
  font-size: 36px;
}
.search-post-cautions__headline-title .is-japanese {
  display: block;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.search-post-cautions__headline-title .is-saijou-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #000000;
}
.search-post-cautions__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post-cautions__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.search-post-cautions__frame {
  background-color: #57B597;
  overflow: hidden;
  padding: 0 5px 5px 5px;
  border-radius: 10px;
}
.search-post-cautions__frame-title {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 8px 60px;
  margin: 0 auto;
}
.search-post-cautions__frame-title::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/search-post-cautions__frame-icon.webp") no-repeat center center/contain;
  top: 5px;
  left: 10px;
  width: 40px;
  height: 40px;
}
.search-post-cautions__frame-title-text {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #FFFFFF;
  margin-top: 1px;
  font-size: 24px;
  text-align: center;
}
.search-post-cautions__frame-description {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}
.search-post-cautions__frame-description.has-veil {
  position: relative;
  padding-bottom: 30px;
}
.search-post-cautions__frame-description.has-veil::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, #FFFFFF 90%);
  opacity: 1;
  transition: opacity 0.3s;
  height: 120px;
}
.search-post-cautions__frame-description.has-veil.is-active::after {
  opacity: 0;
  transition: opacity 0.3s;
}
.search-post-cautions__frame-description-text {
  letter-spacing: 0.05em;
  font-size: 17px;
  line-height: 2;
}
.search-post-cautions__frame-description-more {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 3;
  bottom: 0;
}
.search-post-cautions__frame-description-more-button {
  display: flex;
  justify-content: center;
}
.search-post-cautions__frame-description-more-button-link {
  font-weight: bold;
  text-align: center;
  color: #51AB8E;
}

.search-post-roles {
  padding-top: 70px;
}
.search-post-roles__item.has-full-width-arrow-bottom {
  position: relative;
  padding-bottom: 100px;
}
.search-post-roles__item.has-full-width-arrow-bottom::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  background-color: #F4FAF8;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  bottom: 1px;
  width: calc(100% + 2px);
  margin-left: -1px;
  height: 100px;
}
.search-post-roles__item-inner {
  padding: 0 20px;
}
.search-post-roles__item-inner.is-bg-color1 {
  background-color: #F4FAF8;
  padding-top: 70px;
  padding-bottom: 30px;
}
.search-post-roles__img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post-roles__img-link {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.search-post-roles__img-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.search-post-roles__img img {
  display: block;
  width: 100%;
  height: auto;
}

.search-post-worries {
  padding-top: 50px;
}
.search-post-worries.has-bg-color {
  background-color: #DDF0EA;
  padding-top: 70px;
  padding-bottom: 70px;
}
.search-post-worries__title {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px 70px;
  margin: 0 auto 50px;
}
.search-post-worries__title.is-mb-20 {
  margin-bottom: 20px;
}
.search-post-worries__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #51AB8E;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  width: 120px;
  height: 40px;
}
.search-post-worries__title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #51AB8E;
  font-size: 30px;
}
.search-post-worries__title-text.is-font-size {
  font-size: 34px;
}
.search-post-worries__item.has-arrow-bottom {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.search-post-worries__item.has-arrow-bottom::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #51AB8E;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  width: 120px;
  height: 40px;
}
.search-post-worries__item-inner {
  padding: 50px 20px;
}
.search-post-worries__item-inner.is-bg-color1 {
  background-color: #57B597;
}
.search-post-worries__item-inner.is-bg-color2 {
  background-color: #DDF0EA;
  padding-bottom: 70px;
}
.search-post-worries__item-inner.is-pt-0 {
  padding-top: 0;
}
.search-post-worries__item-inner.is-pb-0 {
  padding-bottom: 0;
}
.search-post-worries__img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post-worries__img img {
  display: block;
  width: 100%;
  height: auto;
}

.search-post-plan-customization {
  padding-top: 70px;
}
.search-post-plan-customization__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post-plan-customization__img {
  display: block;
}
.search-post-plan-customization__img img {
  display: block;
  width: 100%;
  height: auto;
}

.search-post-plan-card {
  position: relative;
  padding: 30px 0 100px;
  margin-bottom: 30px;
}
.search-post-plan-card::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  background-color: #51AB8E;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
}
.search-post-plan-card__inner {
  padding: 0 20px;
}
.search-post-plan-card__title {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 70px;
  margin: 0 auto 30px;
}
.search-post-plan-card__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #51AB8E;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  width: 120px;
  height: 40px;
}
.search-post-plan-card__title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #51AB8E;
  font-size: 26px;
}
.search-post-plan-card__body > * {
  margin-bottom: 0;
}

.search-post-plan-guiding {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.search-post-plan-guiding__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post-plan-guiding::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #51AB8E;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  width: 120px;
  height: 40px;
}
.search-post-plan-guiding__img {
  display: block;
}
.search-post-plan-guiding__img img {
  display: block;
  width: 100%;
  height: auto;
}

.search-post-plan-solution {
  position: relative;
  padding: 0 0 70px;
  margin-bottom: 30px;
}
.search-post-plan-solution__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-post-plan-solution::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #51AB8E;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  width: 120px;
  height: 40px;
}
.search-post-plan-solution__img {
  display: block;
}
.search-post-plan-solution__img img {
  display: block;
  width: 100%;
  height: auto;
}

.search-post-under-page-nav {
  position: fixed;
  display: flex;
  z-index: 5;
  transition: all 0.3s ease;
  top: 110px;
  left: 0;
  right: 0;
  width: fit-content;
  padding: 0 15px;
  margin-right: auto;
  transform: translateY(calc((100% + 59px) * -1));
}
@media screen and (min-width: 768px) {
  .search-post-under-page-nav {
    top: 153px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav {
    max-width: 1200px;
    padding: 0 86px 0 20px;
    margin: 0 auto;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav {
    max-width: 1400px;
  }
}
.search-post-under-page-nav.has-ad-param {
  top: 44px;
}
@media screen and (min-width: 768px) {
  .search-post-under-page-nav.has-ad-param {
    top: 119px;
  }
}
.search-post-under-page-nav.is-on {
  transform: translateY(0);
}
.search-post-under-page-nav.is-on.is-hidden {
  transform: translateY(-100%);
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav.is-on.is-hidden .is-fixed-btn {
    top: unset;
    bottom: 0;
    pointer-events: auto;
    transform: translateY(52px);
    transition: all 0.3s ease;
  }
}
.search-post-under-page-nav.is-position {
  top: 0;
}
@media screen and (min-width: 768px) {
  .search-post-under-page-nav.is-position {
    top: 44px;
  }
}
.search-post-under-page-nav.is-position.has-ad-param {
  top: 44px;
}
.search-post-under-page-nav.is-hidden {
  transform: translateY(calc((100% + 59px) * -1));
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav.is-hidden {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav.is-hidden .is-fixed-btn {
    pointer-events: none;
    transform: translateY(-100%);
    transition: all 0.3s ease;
  }
}
.search-post-under-page-nav__toggle {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: -58px;
  left: 15px;
  flex-direction: row-reverse;
  width: fit-content;
  height: 59px;
  padding: 10px;
  margin-left: auto;
  background-color: #57b597;
  border-radius: 0 0 15px 15px;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-post-under-page-nav__toggle {
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__toggle {
    top: 0;
    bottom: unset;
    left: unset;
    right: 21px;
    height: 100%;
    border-radius: 0 0 15px 0;
  }
}
.search-post-under-page-nav__toggle.is-fixed-btn {
  display: none;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__toggle.is-fixed-btn {
    position: absolute;
    top: unset;
    bottom: 0;
    display: flex;
    height: fit-content;
    border-radius: 0 0 15px 15px;
    pointer-events: none;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    z-index: -1;
  }
}
.search-post-under-page-nav__toggle.is-fixed-btn::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__toggle.is-fixed-btn .is-text {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__toggle.is-fixed-btn .is-img {
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .search-post-under-page-nav__toggle.is-fixed-btn .is-img::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__toggle::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: calc(100% - 30px);
    margin: auto 0;
    background-color: #FFFFFF;
  }
}
.search-post-under-page-nav__toggle-text {
  display: none;
  margin-top: 4px;
}
.search-post-under-page-nav__toggle-text.is-open {
  display: none;
}
.search-post-under-page-nav__toggle-text.is-hidden {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__toggle-text.is-hidden {
    display: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.search-post-under-page-nav__toggle-img {
  position: relative;
  display: block;
}
.search-post-under-page-nav__toggle-img::after {
  content: "CLOSE";
  display: block;
  padding-top: 5px;
  padding-left: 3px;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
.search-post-under-page-nav__toggle-img.is-open {
  margin-top: 8px;
  margin-right: 0;
}
.search-post-under-page-nav__toggle-img.is-open::after {
  display: block;
}
.search-post-under-page-nav__toggle-img.is-hidden {
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.search-post-under-page-nav__toggle-img.is-hidden::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__toggle-img.is-hidden::after {
    display: block;
  }
}
.search-post-under-page-nav__toggle-img img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.search-post-under-page-nav__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  padding: 20px 15px 10px;
  background-color: #57b597;
  border-radius: 0 0 15px 0;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 15px 10px 15px 30px;
    border-radius: 0 0 0 15px;
  }
}
.search-post-under-page-nav__link-title {
  width: fit-content;
  margin: 0;
}
.search-post-under-page-nav__link-title-text {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: fit-content;
  padding: 3px 8px;
  border: 1px solid #fff;
  line-height: 1.8;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-title-text {
    max-width: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-title-text {
    max-width: 384px;
  }
}
.search-post-under-page-nav__link-title-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  translate: -100% 0;
  transition: translate 0.3s;
  z-index: -1;
}
.search-post-under-page-nav__link-title-text:hover {
  color: #57b597;
  transition: color 0.3s;
}
.search-post-under-page-nav__link-title-text:hover::before {
  translate: 0;
  transition: translate 0.3s;
}
.search-post-under-page-nav__link-nav {
  width: fit-content;
  height: fit-content;
  margin: auto 0;
}
.search-post-under-page-nav__link-list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 700px;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-list {
    max-width: 840px;
  }
}
.search-post-under-page-nav__link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
}
.search-post-under-page-nav__link-item.is-active a {
  pointer-events: none;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(5n + 1) a {
    border-left: none;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(5n + 1) a {
    border-left: 1px solid #FFFFFF;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(6n + 1) a {
    border-left: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(6) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(6) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(7) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(7) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(8) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(8) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(9) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(9) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(10) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(10) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(11) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(11) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(12) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(12) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(13) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(13) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(14) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(14) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(15) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(15) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(16) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(16) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(17) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(17) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(18) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(18) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(19) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(19) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(20) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(20) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(21) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(21) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(22) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(22) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(23) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(23) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(24) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(24) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(25) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(25) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(26) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(26) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(27) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(27) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(28) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(28) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(29) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(29) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item:nth-of-type(30) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(30) {
    border-top: none;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(7) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(8) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(9) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(10) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(11) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(12) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(13) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(14) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(15) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(16) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(17) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(18) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(19) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(20) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(21) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(22) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(23) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(24) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(25) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(26) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(27) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(28) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(29) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1400px) {
  .search-post-under-page-nav__link-item:nth-of-type(30) {
    border-top: 1px solid #fff;
  }
}
.search-post-under-page-nav__link-item a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 3px;
  margin: 6px auto 6px 0;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  transition: font-weight 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .search-post-under-page-nav__link-item a {
    margin: 10px auto 10px 0;
    border-left: 1px dashed #fff;
    text-align: center;
  }
}
@media (hover: hover) {
  .search-post-under-page-nav__link-item a:hover {
    font-weight: bold;
    transition: font-weight 0.3s ease;
  }
}

.search-post-tour {
  background-color: #F9F6F1;
  width: 590px;
  border-radius: 8px;
}
.search-post-tour__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 20px;
  padding: 20px 20px;
}
.search-post-tour__headline {
  flex: 1;
  margin-top: 20px;
}
.search-post-tour__headline-title {
  margin-bottom: 25px;
}
.search-post-tour__headline-title-text .is-name {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.search-post-tour__headline-title-text .is-main {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  font-size: 22px;
}
.search-post-tour__headline-title-text .is-main::before, .search-post-tour__headline-title-text .is-main::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #57b597;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.search-post-tour__headline-title-text .is-main::before {
  left: 0;
}
.search-post-tour__headline-title-text .is-main::after {
  right: 0;
}
.search-post-tour__headline-lead-text {
  text-align: center;
}
.search-post-tour__movie {
  position: relative;
  width: 400px;
  margin: 0 auto;
}
.search-post-tour__movie.is-in-modal {
  width: 460px;
  height: fit-content;
  padding: 70px 30px;
  margin: auto;
}
.search-post-tour__movie-item {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 10px;
}
.search-post-tour__movie-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url("../img/youtube_short.svg") no-repeat center center/contain;
  z-index: 1;
  width: 70px;
  height: 70px;
}
.search-post-tour__movie-item.is-active::before {
  display: none;
}
.search-post-tour__movie-item-body {
  width: 100%;
  height: 100%;
}
.search-post-tour__movie-item-body iframe {
  width: 100%;
  height: 100%;
}
.search-post-tour__movie-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  object-fit: cover;
  margin-bottom: 0;
}
.search-post-tour__movie-thumbnail.is-active {
  display: none;
}
.search-post-tour__movie-thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-post-tour__movie-button {
  display: block;
  width: 240px;
  height: 140px;
  opacity: 1;
  transition: opacity 0.3s !important;
  overflow: hidden;
  cursor: pointer;
}
.search-post-tour__movie-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.search-post-tour__movie-button:hover .is-img {
  scale: 1.1;
  transition: scale 0.3s !important;
}
.search-post-tour__movie-button-inner {
  display: block;
  width: 100%;
  height: 100%;
}
.search-post-tour__movie-button-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.search-post-tour__movie-button-img::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url("../img/youtube_short.svg") no-repeat center center/contain;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.search-post-tour__movie-button-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-post-tour__movie-button-img img.is-img {
  scale: 1;
  transition: scale 0.3s !important;
}
.search-post-tour__movie-modal {
  contain: strict;
  transition: opacity 0.5s, scale 0.5s;
}
.search-post-tour__movie-modal:not([data-active=true]) {
  opacity: 0;
}
.search-post-tour__movie-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.search-post-tour__movie-modal-inner {
  overflow: auto;
  margin-inline: auto;
  margin-block-end: var(--mbe);
  max-block-size: 100dvh;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background-color: rgba(26, 26, 26, 0.7);
  padding: 0 20px;
}
.search-post-tour__movie-modal-inner-block {
  position: relative;
  width: 100%;
  display: flex;
  max-width: 1000px;
  height: calc(100dvh + 1px);
  padding: 0;
  margin: auto;
}
.search-post-tour__movie-modal-close-button {
  position: relative;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.search-post-tour__movie-modal-close-button::before, .search-post-tour__movie-modal-close-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 60%;
  margin: auto;
  background-color: #FFFFFF;
  height: 3px;
}
.search-post-tour__movie-modal-close-button::before {
  rotate: 45deg;
}
.search-post-tour__movie-modal-close-button::after {
  rotate: -45deg;
}
.search-post-tour__movie-modal-close-button-container {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
}
.search-post-tour__movie-modal-close-text {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  cursor: pointer;
}
.search-post-tour__movie-modal-close-text-container {
  display: flex;
  padding-top: 30px;
}

.search-post-earth {
  padding-top: 70px;
}
.search-post-earth__headline {
  padding-bottom: 50px;
}
.search-post-earth__headline-title {
  padding-bottom: 40px;
}
.search-post-earth__headline-title-text {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #55AD8F;
  font-size: 38px;
}
.search-post-earth__headline-title-text .is-name {
  font-size: 0.8em;
}
.search-post-earth__headline-lead-text {
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
}
.search-post-earth__body {
  border-top: 1px solid #E6E6E6;
}
.search-post-earth__article {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.search-post-earth__article-headline {
  margin-bottom: 15px;
}
.search-post-earth__article-headline-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.search-post-earth__article-headline-date {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #8C8C8C;
  font-size: 16px;
}
.search-post-earth__article-headline-tag-list {
  display: flex;
  gap: 12px;
}
.search-post-earth__article-headline-tag-item {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  min-width: 70px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}
.search-post-earth__article-headline-tag-item.is-color1 {
  background-color: #447AC2;
}
.search-post-earth__article-headline-tag-item.is-color2 {
  background-color: #EE838C;
}
.search-post-earth__article-headline-tag-item.is-color3 {
  background-color: #2E98A8;
}
.search-post-earth__article-headline-title-text {
  font-weight: bold;
  font-size: 18px;
}
.search-post-earth__article-body-inner {
  position: relative;
  padding-bottom: 1.6em;
  line-height: 1.6;
  font-size: 15px;
}
.search-post-earth__article-body-content.is-over-height {
  overflow: hidden;
  height: 3.2em;
}
.search-post-earth__article-body-content.is-active {
  height: auto;
}
.search-post-earth__article-body-content > p:not(:last-child) {
  margin-bottom: 1.6em;
}
.search-post-earth__article-body-read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-post-earth__article-body-read-more-button {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #57b597;
  padding-right: 20px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s !important;
}
.search-post-earth__article-body-read-more-button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s !important;
}
.search-post-earth__article-body-read-more-button:hover::before {
  translate: 0 0;
  transition: translate 0.3s !important;
}
.search-post-earth__article-body-read-more-button::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #57b597;
  translate: calc((100% + 1px) * -1) 0;
  transition: translate 0.3s;
}
.search-post-earth__article-body-read-more-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: 45deg;
  right: 2px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #57b597;
  border-right: 2px solid #57b597;
  translate: 0 -1px;
}
.search-post-earth__article-body-read-more-button.is-active:after {
  rotate: -135deg;
  translate: 0 2px;
}

/*
斎場配下ページ 口コミ記事ページ
*/
.post-search-questionary-paper {
  margin: 50px 0;
}
.post-search-questionary-paper__inner {
  background-color: #faf7f2;
  padding: 30px 20px;
}
.post-search-questionary-paper__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  /* 条件：4つ以上のときは左寄せ */
}
.post-search-questionary-paper__list:has(li:nth-child(4)) {
  justify-content: flex-start;
}
.post-search-questionary-paper__item {
  transition: all 0.3s ease;
}
.post-search-questionary-paper__item:hover {
  opacity: 0.8;
}
.post-search-questionary-paper__item-img {
  cursor: pointer;
  width: 210px;
}
.post-search-questionary-paper__small {
  color: #57b597;
  background-image: url("../img/icn_answer.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  font-size: 12px;
  padding-left: 22px;
}

.page-knowledge__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.page-knowledge__item {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: opacity 0.8s ease, box-shadow 0.8s ease;
}
.page-knowledge__item:hover {
  opacity: 0.7;
  box-shadow: 0 0 0 1px #d2d2d2;
}
.page-knowledge__item:hover .is-img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.page-knowledge__item:nth-child(-n+4) {
  grid-column: span 2;
}
.page-knowledge__item:nth-child(-n+4) .is-img {
  height: 240px;
  object-fit: cover;
}
.page-knowledge__item:nth-child(n+5):nth-child(-n+8) {
  grid-column: span 1;
}
.page-knowledge__item:nth-child(n+5):nth-child(-n+8) .is-img {
  position: relative;
  height: 120px;
}
.page-knowledge__item:nth-child(n+5):nth-child(-n+8) .is-img img {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.page-knowledge__item:nth-child(n+5):nth-child(-n+8) .is-headling {
  margin-bottom: 0;
  font-size: 16px;
  color: #333;
  text-align: left;
}
.page-knowledge__item:nth-child(n+5):nth-child(-n+8) .is-box {
  padding: 17px 19px 19px;
}
.page-knowledge__item-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.page-knowledge__item-box {
  padding: 27px 30px 32px;
}
.page-knowledge__item-headling {
  color: #57b597;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 26px;
}
.page-knowledge__item-text {
  line-height: 1.8;
}

.single-questionary-post {
  width: 940px;
  margin: 0 auto;
}

.hanasaidan-cost {
  background-color: #faf7f2;
  padding: 70px 0;
  margin-top: 70px;
}
.hanasaidan-cost__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.hanasaidan-cost__tab-headline {
  margin-bottom: 50px;
}
.hanasaidan-cost__tab-headline-title {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #57b597;
  font-size: 30px;
}
.hanasaidan-cost__tab-button {
  position: relative;
  flex: 1;
  background-color: #FFFFFF;
  color: #666666;
  cursor: pointer;
  padding: 20px;
}
.hanasaidan-cost__tab-button:first-of-type {
  border-radius: 10px 0 0 10px;
}
.hanasaidan-cost__tab-button:last-of-type {
  border-radius: 0 10px 10px 0;
}
.hanasaidan-cost__tab-button:not(.is-active) {
  opacity: 1;
  transition: opacity 0.3s;
}
.hanasaidan-cost__tab-button:not(.is-active):hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.hanasaidan-cost__tab-button:not(:first-of-type)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  background-color: #cccccc;
  width: 2px;
  height: calc(100% - 20px);
}
.hanasaidan-cost__tab-button.is-active {
  background-color: #57b597;
  font-weight: bold;
  color: #FFFFFF;
  pointer-events: none;
}
.hanasaidan-cost__tab-button.is-active::before {
  display: none;
}
.hanasaidan-cost__tab-button.is-active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  display: block;
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-top: solid #57b597;
  border-left: solid transparent;
  border-right: solid transparent;
  bottom: -9px;
  border-top-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
}
.hanasaidan-cost__tab-button.is-active + *::before {
  display: none;
}
.hanasaidan-cost__tab-button-wrapper {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.hanasaidan-cost__tab-panel {
  display: none;
}
.hanasaidan-cost__tab-panel.is-active {
  display: block;
}
.hanasaidan-cost__tab-panel-item {
  background-color: #FFFFFF;
  padding: 50px;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
}
.hanasaidan-cost__tab-panel-headline {
  margin-bottom: 40px;
}
.hanasaidan-cost__tab-panel-headline-title {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #57b597;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 30px;
}
.hanasaidan-cost__tab-panel-headline-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: url("../img/ttl_main_deco.svg") no-repeat center center;
  height: 13px;
  background-size: auto 13px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-headline-flexbox {
    display: flex;
    gap: 30px;
  }
}
.hanasaidan-cost__tab-panel-headline-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-headline-img {
    flex: 1;
    max-width: unset;
    margin: 0;
  }
}
.hanasaidan-cost__tab-panel-headline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.hanasaidan-cost__tab-panel-headline-information {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-headline-information {
    flex: 1;
  }
}
.hanasaidan-cost__tab-panel-headline-case-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-headline-case-data {
    justify-content: flex-start;
  }
}
.hanasaidan-cost__tab-panel-headline-case-data-name {
  font-weight: bold;
  line-height: 1.8;
  color: #57b597;
  width: 44px;
  font-size: 17px;
}
.hanasaidan-cost__tab-panel-headline-case-data-name .is-semicolon {
  font-weight: normal;
  color: #000000;
  margin-left: 5px;
}
.hanasaidan-cost__tab-panel-headline-case-data-content {
  line-height: 1.8;
  font-size: 17px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-headline-case-data-content {
    flex-basis: calc(100% - 44px);
  }
}
.hanasaidan-cost__tab-panel-headline-case-data-content:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-headline-case-data-content:not(:last-of-type) {
    margin-right: 0;
  }
}
.hanasaidan-cost__tab-panel-headline-table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.hanasaidan-cost__tab-panel-headline-table-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #eef8f4;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  width: 300px;
  padding: 10px;
  font-size: 14px;
}
.hanasaidan-cost__tab-panel-headline-table-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1.8;
  flex-basis: calc(100% - 300px);
  padding: 10px;
  font-size: 14px;
}
.hanasaidan-cost__tab-panel-headline-notion-list {
  margin-top: 10px;
}
.hanasaidan-cost__tab-panel-headline-notion-item {
  position: relative;
  color: #666666;
  line-height: 1.8;
  padding-left: 10px;
  font-size: 11px;
}
.hanasaidan-cost__tab-panel-headline-notion-item::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  display: block;
}
.hanasaidan-cost__tab-panel-plan {
  margin-bottom: 40px;
}
.hanasaidan-cost__tab-panel-plan-title {
  font-weight: bold;
  line-height: 1.6;
  color: #57b597;
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-plan-title {
    text-align: left;
  }
}
.hanasaidan-cost__tab-panel-plan-description {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-plan-description {
    max-width: unset;
    margin: 0 0 40px;
  }
}
.hanasaidan-cost__tab-panel-plan-description-text {
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 16px;
}
.hanasaidan-cost__tab-panel-plan-img {
  margin-bottom: 15px;
}
.hanasaidan-cost__tab-panel-plan-img img {
  display: block;
  width: 100%;
  height: auto;
}
.hanasaidan-cost__tab-panel-plan-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.hanasaidan-cost__tab-panel-plan-img-item {
  width: 280px;
}
.hanasaidan-cost__tab-panel-plan-img-description-text {
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-voice {
    display: flex;
    gap: 20px;
  }
}
.hanasaidan-cost__tab-panel-voice-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-voice-img {
    width: 300px;
  }
}
.hanasaidan-cost__tab-panel-voice-img img {
  display: block;
  width: 100%;
  height: auto;
}
.hanasaidan-cost__tab-panel-voice-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-voice-content {
    width: calc(100% - 300px - 20px);
  }
}
.hanasaidan-cost__tab-panel-voice-title {
  font-weight: bold;
  line-height: 1.6;
  color: #57b597;
  margin-bottom: 10px;
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-voice-title {
    text-align: left;
  }
}
.hanasaidan-cost__tab-panel-voice-description {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .hanasaidan-cost__tab-panel-voice-description {
    width: auto;
    max-width: unset;
    margin: 0;
  }
}
.hanasaidan-cost__tab-panel-voice-description-text {
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 16px;
}

.page-free-interview__article {
  width: 100% !important;
}
.page-free-interview__article-inner {
  width: 100% !important;
  max-width: 1000px;
}
.page-free-interview__article-headline {
  width: 100%;
  max-width: 880px;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-free-interview__article-headline {
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 70px;
  }
}
.page-free-interview__article-headline-title-ja {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4167;
  color: #57b597;
}
@media screen and (min-width: 768px) {
  .page-free-interview__article-headline-title-ja {
    margin-bottom: 45px;
    font-size: 3rem;
  }
}
.page-free-interview__article-headline-title-ja .is-break-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-free-interview__article-headline-title-ja .is-break-pc {
    display: block;
  }
}
.page-free-interview__article-headline-movie {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  z-index: 1;
  width: 440px;
  margin-top: 24px;
  overflow: hidden;
}
.page-free-interview__article-headline-movie:hover {
  cursor: pointer;
}
.page-free-interview__article-headline-movie:hover::before {
  scale: 1.05;
  transition: scale 0.3s !important;
}
.page-free-interview__article-headline-movie:hover .is-img {
  scale: 1.05;
  opacity: 0.7;
  transition: scale 0.3s, opacity 0.3s !important;
}
@media screen and (min-width: 768px) {
  .page-free-interview__article-headline-movie {
    flex: 1;
    width: unset;
    margin-top: 0;
  }
}
.page-free-interview__article-headline-movie::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url("../img/youtube_social_icon_red.png") no-repeat center center/contain;
  z-index: 1;
  width: 80px;
  height: 45px;
  scale: 1;
  transition: scale 0.3s !important;
}
.page-free-interview__article-headline-movie.off::before {
  display: none;
}
.page-free-interview__article-headline-movie-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page-free-interview__article-headline-movie-thumbnail.is-img {
  scale: 1;
  opacity: 1;
  transition: scale 0.3s, opacity 0.3s !important;
}
.page-free-interview__article-headline-movie-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.page-free-interview__article-headline-movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.post-search-fee-benefit {
  border-radius: 8px;
  border: 1px solid #E75E69;
  background-color: #FEF8F9;
  margin-top: 24px;
  margin-bottom: 80px;
}
.post-search-fee-benefit__inner {
  padding: 24px;
  display: flex;
  gap: 24px;
}
.post-search-fee-benefit__main {
  border-radius: 16px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  padding: 24px;
}
.post-search-fee-benefit__main-headline {
  font-weight: bold;
  font-size: 24px;
}
.post-search-fee-benefit__main-headline .is-label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E75E69;
  color: #fff;
  font-size: 16px;
  padding: 4px 8px;
  margin-top: 5px;
}
.post-search-fee-benefit__main-price {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
  margin-top: 4px;
}
.post-search-fee-benefit__main-price .is-number {
  color: #E75E69;
  font-size: 40px;
}
.post-search-fee-benefit__main-price .is-yen {
  color: #E75E69;
}
.post-search-fee-benefit__copy {
  width: 528px;
}
.post-search-fee-benefit__copy-headline {
  font-weight: bold;
  color: #E75E69;
  font-size: 20px;
  margin-bottom: 5px;
}
.post-search-fee-benefit__copy-text {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.post-search-fee-benefit__copy-text:last-child {
  margin-bottom: 0;
}
.post-search-fee-benefit__copy-text > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.post-search-fee-benefit__copy-text strong {
  color: #333;
  font-size: inherit;
}
.post-search-fee-benefit__copy-text a {
  color: #57b597;
  text-decoration: underline;
  position: relative;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.post-search-fee-benefit__copy-text a:hover {
  opacity: 0.8;
}
.post-search-fee-benefit__copy-text a:hover::after {
  right: -25px;
}
.post-search-fee-benefit__copy-text a::after {
  content: "";
  display: block;
  position: absolute;
  mask-image: url("../img/area-lp-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #57b597;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: right 0.3s ease;
  width: 12px;
  height: 12px;
  background-size: 12px;
  right: -20px;
}

.post-search-fee-content {
  margin-top: 100px;
}
.post-search-fee-content__wrap:not(:last-child) {
  margin-bottom: 120px;
}
.post-search-fee-content__wrap > h2 {
  border-top: 4px solid #57b597;
  background-color: #F8F8F8;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  font-size: 28px;
  margin-bottom: 48px;
}
.post-search-fee-content__wrap > h2 .is-area {
  color: #57b597;
  display: block;
  font-size: 16px;
}
.post-search-fee-content__block {
  width: 880px;
  margin: 0 auto;
}
.post-search-fee-content__block > h3 {
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  padding: 0 0 15px 18px;
  margin: 60px 0 30px 0;
}
.post-search-fee-content__block > h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #57b597;
  top: 5px;
  width: 4px;
  height: 24px;
}
:where(.post-search-fee-content__block > p) {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
:where(.post-search-fee-content__block > p):last-child {
  margin-bottom: 0;
}
:where(.post-search-fee-content__block > p) > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.post-search-fee-content__block small {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}
.post-search-fee-content__block :where(table) {
  width: 100%;
  background-color: #fff;
  line-height: 1.7;
  table-layout: fixed;
  font-size: 16px;
  margin-top: 40px;
}
.post-search-fee-content__block :where(table) tr {
  border: 1px solid #D2D2D2;
}
.post-search-fee-content__block :where(table) th,
.post-search-fee-content__block :where(table) td {
  width: 30%;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #D2D2D2;
  padding: 12px 10px;
}
.post-search-fee-content__block :where(table) th {
  background-color: #EEF8F4;
}
.post-search-fee-content__block :where(table) th .is-headline {
  display: block;
}
.post-search-fee-content__block :where(table) th .is-small {
  font-weight: normal;
  font-size: 0.8em;
}
.post-search-fee-content__block :where(table) tbody th {
  background-color: #FAFAFA;
}
.post-search-fee-content__block :where(table) tbody td .table-box {
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  border-spacing: 3px 10px;
}
.post-search-fee-content__block :where(table) tbody td .table-box:not(:last-child) {
  margin-bottom: 10px;
}
.post-search-fee-content__block :where(table) tbody td .table-box .row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-search-fee-content__block :where(table) tbody td .table-box .row + .row {
  margin-top: 10px;
}
.post-search-fee-content__block :where(table) tbody td .table-box .row .cell-headline {
  font-weight: bold;
  color: #57b597;
  border: 1px solid #57b597;
  border-radius: 30px;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  padding: 4px 8px;
}
.post-search-fee-content__block :where(table) tbody td .table-box .row .cell-price {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  letter-spacing: 0.8px;
  font-size: 23px;
  gap: 5px;
}
.post-search-fee-content__block :where(table) tbody td .table-box .is-yen {
  font-weight: normal;
  font-size: 16px;
}
.post-search-fee-content__block .adaptation-criteria {
  border-radius: 8px;
  border: 6px solid #F1F1F1;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  font-size: 16px;
}
.post-search-fee-content__block .adaptation-criteria__headline {
  color: #AD9A4A;
  font-weight: bold;
  background-image: url("../img/post-search-fee-content__adaptation-criteria-headlinebg.svg");
  background-repeat: no-repeat;
  background-position: left top;
  width: 172px;
  background-size: 22px;
  padding-left: 28px;
}
.post-search-fee-content__block .adaptation-criteria__text {
  width: 570px;
  font-size: 14px;
  line-height: 1.6;
}
.post-search-fee-content__block .column2 {
  margin-top: 40px;
  margin-bottom: 60px;
}
.post-search-fee-content__block .column2__item {
  display: flex;
  gap: 24px;
}
.post-search-fee-content__block .column2__item:not(:last-child) {
  margin-bottom: 40px;
}
.post-search-fee-content__block .column2__img {
  width: 365px;
}
.post-search-fee-content__block .column2__img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.post-search-fee-content__block .column2__copy {
  width: 456px;
}
.post-search-fee-content__block .column2__copy-headline {
  font-weight: bold;
  color: #57b597;
  font-size: 20px;
  margin-bottom: 10px;
}
.post-search-fee-content__block .column2__copy-text {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.post-search-fee-content__block .column2__copy-text:last-child {
  margin-bottom: 0;
}
.post-search-fee-content__block .column2__copy-text > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.post-search-fee-content__block .warning-list {
  margin-top: 40px;
}
.post-search-fee-content__block .warning-list li:not(:last-child) {
  margin-bottom: 40px;
}
.post-search-fee-content__block .warning-list h3 {
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  position: relative;
  font-size: 24px;
  padding-bottom: 16px;
  padding-left: 36px;
  margin-bottom: 24px;
}
.post-search-fee-content__block .warning-list h3::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/post-search-fee-content_warning-list-headline-icon.svg");
  background-repeat: no-repeat;
  background-position: left top;
  left: 0;
  background-size: 30px;
  width: 30px;
  height: 30px;
  top: 3px;
}
.post-search-fee-content__block .warning-list__text {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 15px;
}
.post-search-fee-content__block .warning-list__text:last-child {
  margin-bottom: 0;
}
.post-search-fee-content__block .warning-list__text > a {
  color: #117ee4;
  text-decoration: underline;
  line-height: 1.6;
}
.post-search-fee-content__block .warning-list__text p:not(:last-child) {
  margin-bottom: 14px;
}
.post-search-fee-content__block .table-scroll {
  padding-bottom: 1px;
}
.post-search-fee-content__block .table-scroll table {
  margin-top: 0;
}

#prior_consultation .list_miracle > li .img {
  margin-bottom: 8px;
  text-align: cover;
  text-align: center;
}

#prior_consultation figure.shinjo img {
  min-height: 200px;
  object-fit: cover;
}

#prior_consultation .list_mainplan > li a .img img {
  object-fit: cover;
}

#prior_consultation .column4Wrap .columnBox img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

#prior_consultation .block_items p {
  line-height: 1.3;
}

#prior_consultation .block_items .columnBox {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  padding: 15px;
}

#prior_consultation .block_items h3 {
  font-size: 20px;
  text-align: center;
}

#prior_consultation .list_glossary dt {
  width: 10.5em !important;
}

#prior_consultation .columnBox h3 {
  color: #57b597;
  font-weight: bold;
  margin: 10px 0;
}

#prior_consultation .text_link {
  color: #4b9c82;
  display: inline-block;
  border-bottom: 1px solid;
  margin-top: 3px;
}

#prior_consultation .text_line {
  height: 32px;
  padding-left: 30px;
  padding-right: 30px;
  width: 315px;
  margin: 0.8em 0;
  font-size: 1.8rem;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  background-color: #b4a150;
}

#prior_consultation .nam_title {
  margin-bottom: 1.3em;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #57b597;
  display: flex;
  align-items: center;
}

#prior_consultation .list_planoption.list_planoption_slider .cts .boder {
  width: 480px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  display: block;
}

#prior_consultation .number::before {
  content: "理由" !important;
  padding-top: 5px;
  border-radius: 50%;
  background-color: #57b597;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#prior_consultation p.tag {
  padding: 0 10px;
}

#prior_consultation .boder .txt p {
  padding: 10px 30px;
}

#prior_consultation ul.list_planoption_slider li.cts {
  margin-top: 60px;
}

#prior_consultation .section_case_article .block_staff {
  margin-top: 50px;
}

#prior_consultation .section.normal.section_main.deco .columnBox {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 20px;
}

#prior_consultation small {
  font-size: 14px;
}

#prior_consultation .title2 {
  margin-bottom: 0.6em;
  font-size: 2.6rem;
  color: #57b597;
}

#prior_consultation .icn {
  width: 85px;
  height: auto;
  margin-right: 20px;
}

#prior_consultation .img_area {
  display: flex;
  align-items: center;
  margin: 20px;
}

#after .column4Wrap .columnBox img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

#after .block_items p {
  line-height: 1.3;
}

#after .block_items .columnBox {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  padding: 15px;
}

#after .block_items h3 {
  font-size: 20px;
  text-align: center;
}

#after .list_glossary dt {
  width: 10.5em !important;
}

#after .columnBox h3 {
  color: #57b597;
  font-weight: bold;
  margin: 10px 0;
}

#after .text_link {
  color: #4b9c82;
  display: inline-block;
  border-bottom: 1px solid;
  margin-top: 3px;
}

#after .box figure img {
  width: 320px !important;
  height: 130px !important;
}

#after .text_line {
  height: 32px;
  padding-left: 30px;
  padding-right: 30px;
  width: 315px;
  margin: 0.8em 0;
  font-size: 1.8rem;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  background-color: #b4a150;
}

#after .number::before {
  content: "理由" !important;
  padding-top: 5px;
  border-radius: 50%;
  background-color: #57b597;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#after p.tag {
  padding: 0 10px;
}

#after .boder .txt p {
  padding: 10px 30px;
}

#after.section_case_article .block_staff {
  margin-top: 50px;
}

#after .section.normal.section_main.deco .columnBox:not(:first-child) {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 20px;
}

#after small {
  font-size: 14px;
}

#after .title2 {
  margin-bottom: 0.6em;
  font-size: 2.6rem;
  color: #57b597;
}

#after .icn {
  width: 85px;
  height: auto;
  margin-right: 20px;
}

#after .img_area {
  display: flex;
  align-items: center;
  margin: 20px;
}

/* 葬儀後サポート service/after/ */
.block_set_rmd .ttl {
  margin-bottom: 0.8em;
  color: #57b597;
  font-size: 2rem;
  color: #57b597;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 769px) {
  .block_set_rmd .ttl {
    margin-bottom: 1.5em;
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .block_set_rmd .list {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  @container (max-width: 940px) {
    .block_set_rmd .list {
      width: 940px;
    }
  }
}
.block_set_rmd .list > li + li {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .block_set_rmd .list > li {
    width: 300px;
  }
  .block_set_rmd .list > li + li {
    margin-top: 0;
  }
}
.block_set_rmd .list > li p {
  margin-right: 5px;
  margin-left: 5px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #e9e6e2;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .block_set_rmd .list > li p {
    margin-right: 0;
    margin-left: 0;
    padding: 18px;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  }
}
.block_set_rmd .list > li p::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #e9e6e2;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -31px;
  right: 21.3333vw;
}

.block_set_rmd .list > li p::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #e9e6e2;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -41px;
  right: 26.6666vw;
}

@media (min-width: 769px) {
  .block_set_rmd .list > li p::before {
    right: 44px;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  }
  .block_set_rmd .list > li p::after {
    right: 63px;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  }
}
.block_set_rmd .list > li .img {
  text-align: center;
}

.block_set_rmd .list > li .img img {
  width: 51.7333vw;
}

@media (min-width: 769px) {
  .block_set_rmd .list > li .img {
    margin-top: 5px;
  }
  .block_set_rmd .list > li .img img {
    width: 237px;
  }
}
.block_set_rmd .list > li:nth-child(1) p::before {
  right: 26.6666vw;
}

.block_set_rmd .list > li:nth-child(1) p::after {
  right: 32vw;
}

@media (min-width: 769px) and (min-width: 769px) {
  .block_set_rmd .list > li:nth-child(1) p::before {
    right: 64px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .block_set_rmd .list > li:nth-child(1) p::after {
    right: 83px;
  }
}
@media (min-width: 769px) {
  .block_set_rmd .list > li:nth-child(2) p::before {
    right: inherit;
    left: 44px;
  }
  .block_set_rmd .list > li:nth-child(2) p::after {
    right: inherit;
    left: 63px;
  }
}
/* .block_items 葬儀後サポート service/after/ */
.block_items {
  width: 100%;
  margin-top: 35px;
  padding: 30px 15px 15px;
  background-color: #fdfcfb;
  position: relative;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
}

.block_items::after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: #fdfcfb;
  position: absolute;
  top: 0;
  left: 0;
}

.block_items::before {
  content: "";
  width: 18px;
  height: 18px;
  transform: translateY(-50%) rotate(-45deg) skew(-10deg, -10deg);
  /* POINT 要素を変形 */
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  background-color: #fdfcfb;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 769px) {
  .block_items {
    margin-top: 65px;
    padding: 30px;
  }
  .block_items::before {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    transform: translateY(-50%) rotate(-45deg) skew(-20deg, -20deg);
    /* POINT 要素を変形 */
  }
}
.block_items .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block_items .list li {
  width: 300px;
}

.block_items .list > li .img {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .block_items .list > li .img {
    margin-bottom: 15px;
  }
}
.block_items .list > li .txt .ttl_sub {
  margin-bottom: 0.1em;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .block_items .list > li .txt .ttl_sub {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
  }
}
.section.section_lp02 {
  padding-top: 63px;
  position: relative;
  container-type: inline-size;
}
.section.section_lp02 > .inner {
  width: 1000px;
  margin: 0 auto;
}
@container (max-width: 940px) {
  .section.section_lp02 > .inner {
    width: 940px;
  }
}

.section.section_lp02::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -28px;
}

@media (min-width: 769px) {
  .section.section_lp02 {
    padding-top: 95px;
    padding-bottom: 80px;
  }
  .section.section_lp02::after {
    border-width: 36px 36px 0 36px;
    margin-left: -36px;
  }
}
/*# sourceMappingURL=laptop.css.map */
