@charset "UTF-8";
/* breakpoint
=============================================== */
html {
  font-size: clamp(10px, 10px + 10 * (100vw - 375px) / 375, 20px);
  scroll-behavior: smooth;
}

/* フォント設定
=============================================== */
/* style
=============================================== */
body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 1.2rem;
  line-height: 1.6;
}

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

.main {
  position: relative;
}

.wrapper {
  background-color: white;
  margin-inline: auto;
  max-width: 750px;
}

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

.is-red {
  color: #dd0008;
}

.is-italic {
  font-style: italic;
}

.is-text-gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeaa6), to(#f3c810));
  background: -webkit-linear-gradient(top, #ffeaa6, #f3c810);
  background: linear-gradient(to bottom, #ffeaa6, #f3c810);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-font-maru {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stickyCta {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  width: 100%;
  height: auto;
  padding: 0.5rem;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.stickyCta__tel {
  display: block;
  width: 24rem;
  min-height: 4.5rem;
  aspect-ratio: 5/1;
  border-radius: 3.5rem;
  background-color: #ef3e1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .stickyCta__tel {
    display: none;
  }
}
.stickyCta__tel::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stickyCta__tel::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3.5rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.stickyCta__tel-text01 {
  color: #fffb53;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
}
.stickyCta__tel-text01 .text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.stickyCta__tel-text01 img {
  width: 2rem;
}
.stickyCta__tel-text02 {
  color: #fff;
  font-size: 1rem;
}
.stickyCta__mail {
  display: block;
  width: 24rem;
  min-height: 4.5rem;
  aspect-ratio: 5/1;
  border-radius: 3rem;
  background-color: #00346f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .stickyCta__mail {
    display: none;
  }
}
.stickyCta__mail::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stickyCta__mail::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.stickyCta__mail-text01 {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.stickyCta__mail-text01 .text {
  padding-bottom: 0.2rem;
}
.stickyCta__mail-text01 .text span {
  font-size: 1.2rem;
}
.stickyCta__mail-text01 img {
  width: 1.8rem;
}
.stickyCta__mail-text02 {
  color: #fff;
  font-size: 1rem;
}
.stickyCta__line {
  display: block;
  width: 24rem;
  min-height: 4.5rem;
  aspect-ratio: 5/1;
  border-radius: 3rem;
  background-color: #00c300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1200px) {
  .stickyCta__line {
    display: none;
  }
}
.stickyCta__line::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stickyCta__line::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.stickyCta__line-text01 {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.stickyCta__line-text01 .text {
  padding-bottom: 0.2rem;
}
.stickyCta__line-text01 .text span {
  font-size: 1.2rem;
}
.stickyCta__line-text01 img {
  width: 1.8rem;
  padding-top: 0.1rem;
}
.stickyCta__line-text02 {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

.header {
  width: 100%;
  height: 6rem;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem;
}
.header__title {
  width: 8rem;
}
.header__btn {
  width: 15rem;
  height: 4.5rem;
  border-radius: 2.25rem;
  background-color: #f06514;
  color: #fffb53;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header__btn img {
  width: 1.6rem;
}
.header__btn-text01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.header__btn::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}

.mv {
  position: relative;
}
.mv__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv__text01 {
  position: absolute;
  top: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  background-color: #3eb4a4;
  padding: 0.5rem 2rem;
}
.mv__text01::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #3eb4a4;
  top: 0;
  left: calc(-1rem + 1px);
}
.mv__text01::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #3eb4a4;
  top: 0;
  right: calc(-1rem + 1px);
}
.mv__text02 {
  position: absolute;
  z-index: 2;
  width: 51%;
  top: 7.3%;
  right: 2rem;
}
.mv__text03 {
  position: absolute;
  top: 14%;
  right: 2rem;
  font-size: 9rem;
  font-weight: bold;
  line-height: 1.05;
  -webkit-filter: drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 25px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 25px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.5));
}
.mv__text03 > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv__text03 > span .is-grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3c409), to(#f07512));
  background: -webkit-linear-gradient(top, #f3c409, #f07512);
  background: linear-gradient(to bottom, #f3c409, #f07512);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv__text03-2 {
  margin-top: -1rem;
}
.mv__text04 {
  position: absolute;
  width: 68%;
  bottom: 26%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__text05 {
  position: absolute;
  bottom: 10%;
  left: 2rem;
  width: calc(100% - 4rem);
  background-color: white;
  border: 0.1rem solid #3eb4a4;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mv__text05 .title {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #3eb4a4;
  padding: 0.6rem;
}
.mv__text05 .text {
  padding: 0.6rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.mv__text05 .text .is-highlight {
  color: #3eb4a4;
  font-size: 2.4rem;
}
.mv__text06 {
  position: absolute;
  width: calc(100% - 4rem);
  bottom: 0;
  right: 2rem;
  color: #3eb4a4;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.mv__text06 li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.1rem solid #3eb4a4;
  background-color: white;
  border-radius: 8px;
  padding: 1rem 0 1rem 4.2rem;
  position: relative;
}
.mv__text06 li::after {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/icon_check-white.webp") no-repeat center center/cover;
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service__head {
  background-color: #e8fbf4;
  background: url("../img/service_title-bg.webp") no-repeat center center/cover;
  padding: 3rem 0;
}
.service__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #3eb4a4;
}
.service__title .main {
  color: #f06514;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.3em;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fffb53));
  background-image: -webkit-linear-gradient(top, transparent 80%, #fffb53 80%);
  background-image: linear-gradient(to bottom, transparent 80%, #fffb53 80%);
}
.service__body {
  background-color: #e8fbf4;
  padding-bottom: 4rem;
  position: relative;
}
.service__body::after {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 4/1;
  background-color: #e8fbf4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 0;
}
.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem;
  padding-inline: 1.5rem;
}
.service__list li {
  width: calc((100% - 0.8rem) / 3);
  height: 4rem;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 2.5rem;
  position: relative;
}
.service__list li::after {
  position: absolute;
  content: "";
  width: 1em;
  aspect-ratio: 1;
  background: url("../img/icon_check-red.webp") no-repeat center center/contain;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}
.service__list li.other::after {
  display: none;
}
.service__text {
  margin-top: 2.5rem;
  padding-inline: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.service__images {
  margin-top: -1rem;
  padding-inline: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.service__images li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.service__images li .text {
  position: absolute;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.service__images li .text .highlight {
  color: #3eb4a4;
  font-size: 3.5rem;
}
.service__message {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.service__message .is-red {
  font-size: 2.6rem;
}

.cta.is-cta01, .cta.is-cta02 {
  background: url("../img/cta01_bg.webp") no-repeat center center/cover;
}
.cta.is-cta03 {
  background: url("../img/cta02_bg.webp") no-repeat center bottom/cover;
}
.cta.is-cta04 {
  background-color: #f9f6db;
  padding-bottom: 6rem;
}
.cta__head {
  background: url("../img/cta_head-bg.webp") no-repeat center center/cover;
  padding: 1.5rem;
  position: relative;
}
.cta__head::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 1.9rem;
  background-color: #3eb4a4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 99%);
      -ms-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
}
.cta__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__title-text01 {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__title-text01 img {
  width: 10rem;
}
.cta__title-text01 span {
  display: inline-block;
  margin-left: 0.5rem;
  margin-top: 1.8rem;
}
.cta__title-text02 {
  font-size: 2.5rem;
  font-weight: bold;
}
.cta__lead {
  padding: 3rem 0;
  color: #3eb4a4;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  background-color: white;
}
.cta__limited {
  padding-inline: 1.5rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.cta__limited-label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 9rem;
}
.cta__limited-content-title {
  font-size: 1.6rem;
  color: #f06514;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.cta__limited-content-title span {
  font-size: 1.8rem;
}
.cta__body {
  padding-block: 3rem;
}
.is-cta01 .cta__body {
  padding-top: 0.6rem;
}
.is-cta03 .cta__body {
  padding-top: 2rem;
  padding-top: 2rem;
}
.is-cta05 .cta__body {
  background: url("../img/cta02_bg.webp") no-repeat center bottom/cover;
}
.cta__highlight {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.cta__highlight .is-marker-white {
  background-color: white;
}
.cta__highlight .is-marker-yellow {
  background-color: #ffe03f;
}
.cta__highlight::before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 4rem;
  background-color: #222222;
  bottom: -0.5rem;
  left: 0;
  -webkit-transform: translateX(-2rem) rotate(-25deg);
      -ms-transform: translateX(-2rem) rotate(-25deg);
          transform: translateX(-2rem) rotate(-25deg);
}
.cta__highlight::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 4rem;
  background-color: #222222;
  bottom: -0.5rem;
  right: 0;
  -webkit-transform: translateX(2rem) rotate(25deg);
      -ms-transform: translateX(2rem) rotate(25deg);
          transform: translateX(2rem) rotate(25deg);
}
.cta__tel {
  margin-top: 1rem;
  margin-inline: auto;
  display: block;
  width: 35rem;
  aspect-ratio: 5/1;
  border-radius: 3.5rem;
  background-color: #ef3e1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1%;
  position: relative;
}
.cta__tel::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__tel::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3.5rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.cta__tel-text01 {
  color: #fffb53;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
}
.cta__tel-text01 .text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.cta__tel-text01 .text span {
  font-size: 2rem;
}
.cta__tel-text01 img {
  width: 2.5rem;
}
.cta__tel-text02 {
  color: #fff;
  font-size: 1.5rem;
}
.cta__mail {
  margin-top: 1rem;
  margin-inline: auto;
  display: block;
  width: 30rem;
  aspect-ratio: 5/1;
  border-radius: 3rem;
  background-color: #00346f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 1%;
}
.cta__mail::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__mail::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.cta__mail-text01 {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.cta__mail-text01 .text {
  padding-block: 0.02rem;
}
.cta__mail-text01 .text span {
  font-size: 1.6rem;
}
.cta__mail-text01 img {
  width: 2.3rem;
  padding-top: 0.1rem;
}
.cta__mail-text02 {
  color: #fff;
  font-size: 1.5rem;
}
.cta__line {
  margin-top: 1rem;
  margin-inline: auto;
  display: block;
  width: 30rem;
  aspect-ratio: 5/1;
  border-radius: 3rem;
  background-color: #00c300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 2%;
}
.cta__line::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__line::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.cta__line-text01 {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.cta__line-text01 .text {
  padding-block: 0.02rem;
}
.cta__line-text01 .text span {
  font-size: 1.6rem;
}
.cta__line-text01 img {
  width: 2.3rem;
  padding-top: 0.1rem;
}
.cta__line-text02 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

.area {
  padding-top: 2rem;
  background-color: #e8fbf4;
}
.area__head {
  padding-inline: 1.5rem;
}
.area__title {
  margin-inline: auto;
  width: calc(100% - 5rem);
  color: white;
  background-color: #3eb4a4;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-block: 1rem;
  position: relative;
}
.area__title::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 100%;
  background-color: #3eb4a4;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  top: 0;
  left: -2.5rem;
}
.area__title::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 100%;
  background-color: #3eb4a4;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 0;
  right: -2.5rem;
}
.area__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding-inline: 3.3em;
  position: relative;
  z-index: 2;
}
.area__list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 1px solid #3eb4a4;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.area__list li .ja {
  font-size: 2.1rem;
  color: #3eb4a4;
  font-weight: bold;
  line-height: 1;
}
.area__list li .en {
  font-size: 1.6rem;
  color: #3eb4a4;
  font-weight: 500;
  line-height: 1;
}
.area__image {
  margin-top: -3rem;
}
.area__detail {
  margin-inline: 1.5rem;
  border: 2px solid #f06514;
}
.area__detail-today {
  background-color: #fff9c3;
  padding: 1rem 0.5rem 1.2rem;
}
.area__detail-today-title {
  padding: 0.1rem;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  background-color: #f06514;
}
.area__detail-today-text {
  margin-top: 0.8em;
  font-weight: bold;
  text-align: center;
}
.area__detail-other {
  background-color: white;
  padding: 1rem;
}
.area__detail-other-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.area__detail-other-label {
  margin-top: 1.3rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.area__detail-other-text {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03rem;
}

.merit {
  background-color: #e8fbf4;
}
.merit__title {
  margin-top: -5rem;
  position: relative;
  border-radius: 4rem 4rem 0 0;
  padding: 1rem;
  background: url("../img/merit_title-bg.webp") no-repeat center center/cover, #e8fbf4;
  font-size: 2.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
}
.merit__title .is-highlight {
  color: #f06514;
  font-size: 5rem;
  padding-bottom: 0.8rem;
}
.merit__title-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  width: 13rem;
}
.merit__list {
  padding-inline: 1.5rem;
}
.merit__item:not(:first-child) {
  margin-top: 6rem;
}
.merit__item-title {
  width: calc(100% - 0.5rem);
  padding: 1.5rem 0.5rem;
  background-color: #3eb4a4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 0.5rem;
  position: relative;
}
.merit__item-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #3eb4a4;
  top: 0.5rem;
  left: 0.5rem;
}
.merit__item-title-label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.2rem;
}
.merit__item-title-label .num {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
}
.merit__item-title-text {
  font-size: 1.8rem;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}
.merit__item-desc {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.merit__item-img {
  margin-top: 1rem;
}

.percentage {
  position: relative;
  padding-top: 4rem;
}
.percentage::after {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 4/1;
  background-color: #e8fbf4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 0;
  left: 0;
}
.percentage__label {
  margin-inline: auto;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  line-height: 1;
  background-color: #f06514;
  padding: 1rem 5rem;
  border-radius: 2rem;
}
.percentage__label::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #f06514;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.percentage__title {
  margin-top: 1rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.percentage__title::before {
  position: absolute;
  content: "";
  width: 6rem;
  aspect-ratio: 3/2;
  background: url("../img/percentage_title-deco.webp") no-repeat center center/contain;
  bottom: 0;
  left: -4.2rem;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.percentage__title::after {
  position: absolute;
  content: "";
  width: 6rem;
  aspect-ratio: 3/2;
  background: url("../img/percentage_title-deco.webp") no-repeat center center/contain;
  bottom: 0;
  right: -4.2rem;
}
.percentage__title-track {
  position: absolute;
  width: 6.5rem;
  top: 0;
  left: 0;
  -webkit-transform: translate(-60%, -40%);
      -ms-transform: translate(-60%, -40%);
          transform: translate(-60%, -40%);
  z-index: -1;
}
.percentage__title-text01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.percentage__title-text01 .is-red {
  font-size: 2.25rem;
}
.percentage__title-text01 img {
  display: inline;
  width: 12rem;
}
.percentage__title-text02 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.percentage__body {
  margin-top: 1rem;
}
.percentage__text {
  padding: 1rem 1.5rem;
  background-color: #f9f6db;
  font-size: 1.4rem;
}

.step {
  padding: 2rem 1.5rem 0;
  background-color: #fff9c3;
}
.step__head {
  position: relative;
}
.step__head img {
  position: absolute;
  z-index: 1;
  width: 35%;
  top: -0.6rem;
  right: -1.5rem;
}
.step__title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step__title-text01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.step__title-text01 span {
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.3rem solid #f06514;
  color: #f06514;
  background-color: white;
  font-size: 5.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.step__title-text02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.step__title-text02 span {
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.3rem solid #222222;
  background-color: white;
  color: #222222;
  font-size: 5.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.step__body {
  margin-top: 3rem;
  position: relative;
  z-index: 3;
  background: url("../img/step_content-bg.webp") no-repeat center center/cover;
  border-radius: 2rem;
  padding: 1rem;
}
.step__label {
  margin-inline: auto;
}
.step__label-text01 {
  width: 23rem;
  margin-inline: auto;
}
.step__label-text02 {
  color: #f06514;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
.step__img {
  margin-inline: auto;
  display: block;
  width: 82%;
}
.step__example {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 82%;
}
.step__example-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.step__example-list li {
  padding-left: 2.8rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
.step__example-list li::after {
  position: absolute;
  content: "";
  width: 1.8rem;
  aspect-ratio: 1;
  background: url("../img/icon_check-red.webp") no-repeat center center/contain;
  top: 0.4rem;
  left: 0;
}
.step__example-text {
  margin-top: 1rem;
  color: #dd0008;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #ffe978;
}
.step__text {
  margin-top: 3rem;
  border: 1px solid #222222;
  background-color: white;
  padding: 1.5rem 2rem;
  font-weight: 500;
}
.step__text .is-marker-yellow {
  background-color: #fde603;
}

.comparison {
  padding-block: 4rem 3.2rem;
  background-color: #e8fbf4;
}
.comparison__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparison__title-text01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3eb4a4;
  font-size: 2.4rem;
  font-weight: bold;
}
.comparison__title-text01 .is-frame {
  width: 3.8rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f06514;
  font-size: 2.5rem;
  font-weight: bold;
  border: 0.4rem solid #f06514;
  padding-bottom: 0.02rem;
}
.comparison__title-text02 {
  padding-top: 0.8rem;
  color: #3eb4a4;
  font-size: 2.4rem;
  font-weight: bold;
}
.comparison__title-text02 img {
  width: 10rem;
}
.comparison__title-text03 {
  color: #3eb4a4;
  font-size: 2.4rem;
  font-weight: bold;
}
.comparison__banner {
  margin-top: 2.5rem;
  padding-inline: 3rem;
  position: relative;
}
.comparison__banner-text {
  position: absolute;
  top: 10%;
  left: 33%;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}
.comparison__banner-text .is-highlight {
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #3eb4a4;
  padding-inline: 0.5rem;
}
.comparison__table {
  margin-top: 2rem;
}

.voice {
  padding: 2rem 1.5rem;
  background-color: #3eb4a4;
}
.voice__title {
  color: white;
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
}
.voice__item {
  margin-top: 1em;
  border-radius: 1rem;
  background-color: white;
}
.voice__item-head {
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border-bottom: 0.2rem solid #3eb4a4;
}
.voice__item-head img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 10rem;
  aspect-ratio: 1;
}
.voice__item-desc {
  font-weight: bold;
}
.voice__item-desc .profile {
  font-weight: 500;
  margin-top: 1rem;
}
.voice__item-body {
  padding: 1rem 3rem;
}
.voice__item-btn {
  position: relative;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  font-weight: 500;
}
.voice__item-btn::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon_arrow.webp") no-repeat center center/contain;
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-42%);
      -ms-transform: translateY(-42%);
          transform: translateY(-42%);
}
.is-open .voice__item-btn::after {
  -webkit-transform: translateY(-42%) rotate(180deg);
      -ms-transform: translateY(-42%) rotate(180deg);
          transform: translateY(-42%) rotate(180deg);
}
.voice__item-text {
  margin-top: 1.5rem;
  display: none;
}
.is-open .voice__item-text {
  display: block;
}

.ranking {
  padding: 1.5rem;
}
.ranking__title-label {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3eb4a4;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.ranking__title-label::after {
  position: absolute;
  content: "";
  width: 12rem;
  aspect-ratio: 3/1;
  background: url("../img/ranking_label-deco.webp") no-repeat center center/contain;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ranking__list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.ranking__item {
  border: 0.1rem solid #3eb4a4;
  background-color: #e8fbf4;
  border-radius: 0 0 1rem 1rem;
}
.ranking__item-head {
  background-color: #3eb4a4;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.ranking__item-label {
  width: 10rem;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.4em;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.ranking__item-label .num {
  font-size: 5rem;
}
.ranking__item-label .unit {
  padding-bottom: 0.3rem;
}
.ranking__item-label::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/ranking_leaf.webp") no-repeat center center/contain;
  top: 0;
  left: 0;
}
.ranking__item-title {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
.ranking__item-img {
  margin-top: 2rem;
  padding-inline: 3rem;
}
.ranking__voice.is-ranking01 {
  margin: -4rem auto 0;
  width: calc(100% - 0.5rem);
  position: relative;
}
.ranking__voice.is-ranking01 span:nth-of-type(1) {
  position: absolute;
  top: 8%;
  left: 15%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking01 span:nth-of-type(2) {
  position: absolute;
  top: 36%;
  right: 9%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking01 span:nth-of-type(3) {
  position: absolute;
  top: 61%;
  left: 30%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking02 {
  margin: -8rem auto 0;
  width: calc(100% - 0.5rem);
  position: relative;
}
.ranking__voice.is-ranking02 span:nth-of-type(1) {
  position: absolute;
  top: 43%;
  left: 10%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking02 span:nth-of-type(2) {
  position: absolute;
  top: 9%;
  right: 40%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking02 span:nth-of-type(3) {
  position: absolute;
  top: 41%;
  left: 82%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking03 {
  margin: -3rem auto 0;
  width: calc(100% - 0.5rem);
  position: relative;
}
.ranking__voice.is-ranking03 span:nth-of-type(1) {
  position: absolute;
  top: 9%;
  left: 18%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking03 span:nth-of-type(2) {
  position: absolute;
  top: 36%;
  right: 9%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.ranking__voice.is-ranking03 span:nth-of-type(3) {
  position: absolute;
  top: 61%;
  left: 41%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
.ranking__text {
  margin-top: 1rem;
  padding-inline: 2rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.worries {
  padding-block: 2rem;
}
.worries__title {
  color: #3eb4a4;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.worries__list {
  margin-top: 1rem;
  padding-inline: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.worries__list li {
  padding: 0.8rem 1rem 0.8rem 5rem;
  color: white;
  font-size: 1.5rem;
  line-height: 1.4;
  background-color: #3eb4a4;
  border-radius: 3rem;
  position: relative;
}
.worries__list li::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  aspect-ratio: 1;
  background: url("../img/icon_check-white.webp") no-repeat center center/contain;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.solution {
  padding-bottom: 1.5rem;
}
.solution__list {
  padding-inline: 1.5rem;
}
.solution__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 0.1rem solid #3eb4a4;
}
.solution__item.is-solution02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solution__item-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.is-solution01 .solution__item-img {
  position: relative;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  z-index: 1;
}
.is-solution03 .solution__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-solution03 .solution__item-img img {
  width: 90%;
}
.solution__item-content {
  padding-block: 1.5rem;
  position: relative;
  z-index: 2;
}
.is-solution01 .solution__item-content {
  width: 64%;
}
.is-solution02 .solution__item-content {
  width: 55%;
}
.is-solution03 .solution__item-content {
  width: 62%;
}
.solution__item-title {
  font-size: 2.1rem;
  color: #3eb4a4;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
}
.is-solution01 .solution__item-title::after {
  position: absolute;
  content: "";
  width: 5rem;
  aspect-ratio: 1;
  background: url("../img/solution_label.webp") no-repeat center center/contain;
  top: 10%;
  right: 0;
}
.is-solution02 .solution__item-title::after {
  position: absolute;
  content: "";
  width: 5rem;
  aspect-ratio: 1;
  background: url("../img/solution_label.webp") no-repeat center center/contain;
  top: -1.5rem;
  right: -4%;
}
.is-solution03 .solution__item-title::after {
  position: absolute;
  content: "";
  width: 5rem;
  aspect-ratio: 1;
  background: url("../img/solution_label.webp") no-repeat center center/contain;
  top: 0;
  right: 6%;
}
.solution__item-text {
  margin-top: 0.5rem;
  font-weight: 500;
}

.howto {
  margin-top: -7rem;
  padding-block: 2rem;
}
.howto__title {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3rem 3rem 0 0;
  background-color: white;
  padding: 2.1rem 3.5rem;
  color: #3eb4a4;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.howto__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-inline: 2rem;
}
.howto__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3eb4a4;
  font-size: 1.5rem;
  font-weight: bold;
}
.howto__message {
  margin-top: 2rem;
  margin-inline: 1.5rem;
  border-radius: 1rem;
  position: relative;
  background-color: #3eb4a4;
  padding: 2.5rem 3rem;
  position: relative;
}
.howto__message-text {
  color: white;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.howto__message-text img {
  width: 15rem;
}
.howto__message-img {
  position: absolute;
  width: 11rem;
  top: 0;
  right: 0;
  -webkit-transform: translate(14%, -10%);
      -ms-transform: translate(14%, -10%);
          transform: translate(14%, -10%);
}

.flow {
  padding: 1rem 0 2rem;
}
.flow__title {
  color: #3eb4a4;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.flow__list {
  margin-top: 3rem;
  padding-inline: 1.5rem 4.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.2rem;
  position: relative;
}
.flow__item:last-of-type::after {
  display: none;
}
.flow__item::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 8px;
  height: 100%;
  top: 2rem;
  left: 2.55rem;
  background-image: -webkit-radial-gradient(circle, #3eb4a4 0, #3eb4a4 4px, transparent 4px);
  background-image: radial-gradient(circle, #3eb4a4 0, #3eb4a4 4px, transparent 4px);
  background-size: 8px 16px; /* 幅8px、高さ16pxごとに1ドット */
  background-repeat: repeat-y; /* 縦方向にリピート */
}
.flow__item-label {
  position: relative;
  z-index: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 3rem;
  background-color: #3eb4a4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
.flow__item-title {
  height: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3eb4a4;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.flow__item-text {
  margin-top: 1rem;
  font-weight: 500;
}
.flow__tel {
  margin-top: 1rem;
  margin-inline: auto;
  display: block;
  width: 23rem;
  aspect-ratio: 5/1;
  border-radius: 3.5rem;
  background-color: #ef3e1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 2rem;
  position: relative;
}
.flow__tel::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow__tel::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3.5rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.flow__tel-text01 {
  color: #fffb53;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
}
.flow__tel-text01 .text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.flow__tel-text01 .text span {
  font-size: 2rem;
}
.flow__tel-text01 img {
  width: 2rem;
}
.flow__tel-text02 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.reason {
  padding-bottom: 2rem;
  background-color: #3eb4a4;
}
.reason__title {
  padding: 1rem;
  background: url("../img/reason_title-bg.webp") no-repeat center center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason__title img {
  width: 70%;
}
.reason__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-inline: 1.5rem;
}
.reason__item {
  background-color: white;
  padding: 1.5rem 2.3rem;
  border-radius: 0.4rem;
}
.reason__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.reason__item-head img {
  width: 15rem;
}
.reason__item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #f06514;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reason__item-text {
  margin-top: 1rem;
}

.faq {
  padding-block: 3rem;
}
.faq__title {
  color: #3eb4a4;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.faq__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.faq__item-question {
  background-color: #3eb4a4;
  color: white;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.faq__item-question::after {
  position: absolute;
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  background: url("../img/icon_arrow-white.webp") no-repeat center center/contain;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-open .faq__item-question::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq__item-answer {
  max-height: 0;
  padding: 0rem 3rem 0rem 3rem;
  opacity: 0;
}
.is-open .faq__item-answer {
  opacity: 1;
  max-height: 100vh;
  padding: 1rem 3rem 1rem 3rem;
}

.note {
  padding: 0 1.5rem 2rem;
}
.note__box {
  border-radius: 0.4rem;
  border: 0.2rem solid #3eb4a4;
}
.note__title {
  background-color: #3eb4a4;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.1rem 1rem;
}
.note__content {
  padding: 1rem;
}
.note__lead {
  margin-top: 1rem;
  color: #00346e;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.note__detail {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.note__detail img {
  width: 35%;
}
.note__detail p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.note__list {
  margin-top: 1rem;
  background-color: #e8fbf4;
  padding: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.2rem 0;
}
.note__list li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50%;
}

.access {
  padding-top: 1rem;
}
.access__title {
  color: #00346e;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.access__content {
  margin-top: 2rem;
  margin-inline: 1.5rem;
  padding: 1rem 1rem 2rem;
  background-color: #e8fbf4;
}
.access__content-logo {
  width: 8rem;
  margin-inline: auto;
  display: block;
}
.access__content-lead {
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
}
.access__tel {
  position: relative;
  margin-top: 1rem;
  margin-inline: auto;
  display: block;
  width: 30rem;
  aspect-ratio: 5/1;
  border-radius: 3.5rem;
  background-color: #ef3e1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1%;
  position: relative;
}
.access__tel::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access__tel::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3.5rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.access__tel-text01 {
  color: #fffb53;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.access__tel-text01 .text {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.3rem;
}
.access__tel-text01 img {
  width: 2.5rem;
}
.access__mail {
  margin-top: 1rem;
  margin-inline: auto;
  display: block;
  width: 30rem;
  aspect-ratio: 5/1;
  border-radius: 3rem;
  background-color: #00346f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 1%;
}
.access__mail::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access__mail::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.access__mail-text01 {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.access__mail-text01 .text {
  padding-block: 0.02rem;
}
.access__mail-text01 .text span {
  font-size: 1.6rem;
}
.access__mail-text01 img {
  width: 2.3rem;
  padding-top: 0.1rem;
}
.access__mail-text02 {
  color: #fff;
  font-size: 1.5rem;
}
.access__line {
  margin-top: 1rem;
  margin-inline: auto;
  display: block;
  width: 30rem;
  aspect-ratio: 5/1;
  border-radius: 3rem;
  background-color: #00c300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 2%;
}
.access__line::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access__line::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3rem;
  border: 2px solid #fff;
  top: 2px;
  left: 2px;
}
.access__line-text01 {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.access__line-text01 .text {
  padding-block: 0.02rem;
}
.access__line-text01 .text span {
  font-size: 1.6rem;
}
.access__line-text01 img {
  width: 2.3rem;
  padding-top: 0.1rem;
}
.access__line-text02 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.access__map {
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 3/2;
}
.access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company {
  background-color: #3eb4a4;
  font-size: 1rem;
  font-weight: 500;
}
.company__list {
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 0;
  color: white;
}
.company__list dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 40%;
}
.company__list dd {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60%;
}

.sec {
  padding: 5.6em 0;
}

.contact {
  background-color: #e7faf4;
  --font-base_size: 10px;
  font-size: var(--font-base_size);
}

.sec__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6em;
  margin-bottom: 3.2em;
}

.sec__head .sub {
  font-size: 1em;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-align: center;
  color: #3db3a4;
}

.sec__head .main {
  font-size: 2.2em;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-align: center;
}

.contact__inner {
  padding: 0 3.2em;
}

.contact__item {
  margin-top: 2.4em;
}

.contact__label {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.contact__label .required {
  font-weight: 500;
  color: #f06413;
}

.contact__input,
.contact__textarea {
  font-size: 1.6em;
  line-height: 1.6;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border: 0.1em solid #b3afb2;
  border-radius: 1em;
  margin-top: 1.2em;
}

.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: #afb5b8;
}

.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: #afb5b8;
}

.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: #afb5b8;
}

.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
  color: #afb5b8;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #afb5b8;
}

.contact__textarea {
  height: 13.4em;
  resize: vertical;
}

.contact__policy {
  margin-top: 3.2em;
  background-color: #fff;
  padding: 1.6em 0.8em 1.6em 2.4em;
  border: 0.1em solid #b3afb2;
  height: 13.4em;
  border-radius: 1em;
}

.contact__policy__txt {
  height: 100%;
  overflow-y: scroll;
  padding-right: 1.6em;
}

.contact__policy__txt p {
  font-size: 1.6em;
  line-height: 1.6;
}

.contact__btn {
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  width: 250px;
  height: 54px;
  background-color: #1f1f1f;
  border-radius: 6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 0;
  margin: 1.6em auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__item--policy .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__item--policy .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1em;
}

.contact__item--policy .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2.6em;
  height: 2.6em;
  background-color: #fff;
  border-radius: 0.6em;
}

.contact__item--policy input {
  display: none;
}

.contact__item--policy input:checked + .wpcf7-list-item-label::before {
  background-color: #f06413;
}

.contact__item--policy input:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 1.2em;
  height: 1.3em;
  display: block;
  background-image: url(../img/icon__check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0.7em;
  translate: 0 -50%;
}

.contact__item .wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

#contact .wpcf7-response-output {
  color: #dc3232;
  border-color: #dc3232;
}

#contact .sent .wpcf7-response-output {
  color: #46b450;
  border-color: #46b450;
}/*# sourceMappingURL=style.css.map */