@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

html {
  font-size: 62.5%;
}
@media (min-width: 576px) {
  html {
    /* 12px */
    font-size: 75%;
  }
}
@media (min-width: 768px) {
  html {
    /* 1px */
    font-size: 75%;
  }
}
@media (min-width: 992px) {
  html {
    /* 14px */
    font-size: 87.5%;
  }
}
@media (min-width: 1200px) {
  html {
    /* 14px */
    font-size: 87.5%;
  }
}
@media (min-width: 1440px) {
  html {
    /* 16px */
    font-size: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

p {
  margin: 0px;
}

.sec__ttl {
  text-align: center;
}
.sec__ttl h2 {
  position: relative;
  display: inline-block;
  color: #141414;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, 0.5rem + 4vw, 40px);
}
.sec__ttl h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: -2rem;
  right: 0;
  display: inline-block;
  height: 120%;
  width: 0.7rem;
  border-radius: 0.2rem;
  background-image: url("../image/sec-ttl.png");
  background-size: 100px;
}
.sec__ttl-check {
  margin: 0 0 2.5rem;
}
.sec__ttl-reasonable {
  margin-bottom: 7em;
}
.sec__ttl-secret {
  margin-bottom: 6em;
}
@media (min-width: 1200px) {
  .sec__ttl-secret {
    display: flex;
    justify-content: left;
    width: 810px;
    margin: 0 auto 9em;
  }
  .sec__ttl-secret h2 {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .sec__ttl-secret {
    width: 1000px;
  }
}
.sec__ttl-price-list {
  margin: 0 0 8rem;
}
@media (min-width: 992px) {
  .sec__ttl-price-list {
    margin: 0 0 64px;
  }
}
@media (min-width: 1440px) {
  .sec__ttl-price-list {
    margin: 0 0 64px;
  }
}
.sec__ttl-comparison {
  margin: 0 0 5em;
}
@media (min-width: 1200px) {
  .sec__ttl-comparison {
    margin: 0 0 8em;
  }
}
.sec__ttl-customers-voice {
  margin: 10rem 0 10.5rem;
}
@media (min-width: 992px) {
  .sec__ttl-customers-voice {
    margin: 8.5rem 0 9rem;
  }
}
@media (min-width: 1440px) {
  .sec__ttl-customers-voice {
    margin: 12rem 0 5rem;
  }
}
.sec__ttl-flow {
  margin: 0 0 7.5rem;
}
@media (min-width: 768px) {
  .sec__ttl-flow h2 {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .sec__ttl-flow {
    margin: 0 0 9rem;
  }
}
.sec__ttl-qa {
  margin: 10rem 0 10.5rem;
}
@media (min-width: 992px) {
  .sec__ttl-qa {
    margin: 8.5rem 0 9rem;
  }
}
@media (min-width: 1200px) {
  .sec__ttl-qa {
    display: flex;
    justify-content: left;
    margin: 8rem 0 6.5rem;
    margin-left: 10vw;
  }
}
@media (min-width: 1440px) {
  .sec__ttl-qa {
    display: flex;
    justify-content: left;
    margin: 8rem 0 6.5rem;
    margin-left: 24vw;
  }
}

.sec-bg {
  position: relative;
}
.sec-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EEE8DA;
  z-index: -1;
}
.sec-bg__secret {
  padding-top: 5em;
}
@media (min-width: 1200px) {
  .sec-bg__secret {
    padding-top: 11em;
    padding-bottom: 20em;
  }
}
.sec-bg::before {
  transform: skewY(-14deg);
  top: 6em;
  height: 99%;
}
@media (min-width: 576px) {
  .sec-bg::before {
    top: 6em;
    height: 97%;
  }
}
@media (min-width: 768px) {
  .sec-bg::before {
    top: 6em;
    height: 95%;
  }
}
@media (min-width: 992px) {
  .sec-bg::before {
    top: 6em;
    height: 95%;
  }
}
@media (min-width: 1200px) {
  .sec-bg::before {
    top: 6em;
    height: 95%;
  }
}
@media (min-width: 1440px) {
  .sec-bg::before {
    top: 6em;
    height: 83%;
  }
}
.sec-bg__reasons::before {
  transform: skewY(14deg);
  top: 1vw;
}
.sec-bg__flow::before {
  transform: skewY(-14deg);
  top: 1vw;
}
.sec-bg__qa {
  padding-bottom: 10vw;
}
.sec-bg__qa::before {
  transform: skewY(14deg);
  top: 1vw;
}

.sec-ba {
  background-color: #f6f1e5;
}
@media (min-width: 1200px) {
  .sec-ba {
    padding-top: 90px;
  }
}

.sec-check {
  width: 100vw;
}
.sec-check__top {
  position: relative;
  font-size: 3.3rem;
  width: 100vw;
  background-image: url("../image/check-bg__img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sec-check__top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(63, 126, 36, 0.6);
}
.sec-check__top::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: 9;
  transform: translateX(-50%);
  background-image: url("../image/check-bg__top.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 960px;
  height: 71px;
}
@media (min-width: 768px) {
  .sec-check__top::after {
    width: 1036.8px;
    height: 76.68px;
  }
}
@media (min-width: 1200px) {
  .sec-check__top::after {
    width: 1363.2px;
    height: 100.82px;
  }
}
@media (min-width: 1440px) {
  .sec-check__top::after {
    width: 100vw;
    height: 7.3958vw;
  }
}
.sec-check__bottom {
  position: relative;
  overflow: hidden;
}
.sec-check__bottom::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("../image/check-bg__bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 977px;
  height: 150px;
}
@media (min-width: 768px) {
  .sec-check__bottom::before {
    width: 996.54px;
    height: 153px;
  }
}
@media (min-width: 1200px) {
  .sec-check__bottom::before {
    width: 1387.34px;
    height: 213px;
  }
}
@media (min-width: 1440px) {
  .sec-check__bottom::before {
    width: 100vw;
    height: 15.353vw;
  }
}

.sec-result {
  background: url("../image/result-bg.png");
  background-size: cover;
  font-weight: 600;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sec-result::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  z-index: 3;
  width: 11em;
  height: 7em;
  clip-path: polygon(50% 40%, 0 0, 100% 0);
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec-result::before {
    clip-path: polygon(50% 45%, 0 0, 100% 0);
  }
}
@media (min-width: 992px) {
  .sec-result::before {
    clip-path: polygon(50% 52%, 0 0, 100% 0);
  }
}
@media (min-width: 1200px) {
  .sec-result::before {
    width: 14em;
  }
}
.sec-result::after {
  position: absolute;
  top: auto;
  bottom: -15vw;
  left: 50%;
  right: 0;
  width: 160vw;
  height: 50vw;
  transform: translateX(-50%);
  clip-path: ellipse(50% 57% at 50% 100%);
  background-color: #fff;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .sec-result::after {
    bottom: -15vw;
    width: 160vw;
    height: 50vw;
  }
}
@media (min-width: 1440px) {
  .sec-result::after {
    bottom: -16vw;
    width: 144vw;
    height: 44vw;
  }
}

.sec-bg__secret::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -18vw;
  left: auto;
  right: 0;
  background-image: linear-gradient(rgba(63, 126, 36, 0.6), rgba(63, 126, 36, 0.6)), url("../image/secret-mask.jpg");
  background-size: 88vw;
  background-repeat: no-repeat;
  width: 55vw;
  height: 35vw;
  transform: skewY(14deg);
  z-index: -2;
}
@media (min-width: 576px) {
  .sec-bg__secret::after {
    background-size: 106vw;
    bottom: -9vw;
  }
}
@media (min-width: 768px) {
  .sec-bg__secret::after {
    background-size: 106vw;
    bottom: -9vw;
  }
}
@media (min-width: 992px) {
  .sec-bg__secret::after {
    background-size: 90vw;
    bottom: -5vw;
  }
}
@media (min-width: 1200px) {
  .sec-bg__secret::after {
    background-size: 87vw;
    bottom: -3vw;
  }
}
@media (min-width: 1440px) {
  .sec-bg__secret::after {
    background-size: 86vw;
    bottom: 7vw;
  }
}

.sec-comparison {
  padding: 0 0 7em;
}

.first-view {
  position: relative;
  width: 100vw;
  overflow: hidden;
  aspect-ratio: 3/4;
}
@media (min-width: 768px) {
  .first-view {
    aspect-ratio: 1;
  }
}
@media (min-width: 1200px) {
  .first-view {
    aspect-ratio: 50/25;
  }
}
@media (min-width: 1440px) {
  .first-view {
    aspect-ratio: 50/22;
  }
}

.first-view__inner {
  position: relative;
  background-color: #3F7E24;
  height: 100%;
}

.first-view__item {
  position: absolute;
  overflow: hidden;
  border: solid 0.8rem #3F7E24;
  transform-origin: 50% 50% 0;
  transform: rotate(64deg);
}
.first-view__item-1 {
  width: 79vw;
  height: 141vw;
  left: -3vw;
  top: -77vw;
  z-index: 4;
}
.first-view__item-2 {
  width: 153vw;
  height: 112vw;
  left: 31vw;
  top: 30vw;
  z-index: 3;
}
.first-view__item-3 {
  width: 89vw;
  height: 94vw;
  left: -16vw;
  top: 109vw;
  z-index: 2;
}
.first-view__item-4 {
  z-index: 1;
}
@media (min-width: 768px) {
  .first-view__item-1 {
    width: 79vw;
    height: 141vw;
    left: 2vw;
    top: -87vw;
  }
  .first-view__item-2 {
    width: 153vw;
    height: 112vw;
    left: 43vw;
    top: -1vw;
  }
  .first-view__item-3 {
    width: 89vw;
    height: 94vw;
    left: 7vw;
    top: 56vw;
  }
  .first-view__item-4 {
    width: 194vw;
    height: 111vw;
    left: -126vw;
    top: 13vw;
  }
}
@media (min-width: 1200px) {
  .first-view__item-1 {
    width: 79vw;
    height: 141vw;
    left: -9vw;
    top: -101vw;
  }
  .first-view__item-2 {
    width: 153vw;
    height: 112vw;
    left: 44vw;
    top: -4vw;
  }
  .first-view__item-3 {
    width: 89vw;
    height: 94vw;
    left: -20vw;
    top: 37vw;
  }
  .first-view__item-4 {
    width: 194vw;
    height: 111vw;
    left: -110.5vw;
    top: 12vw;
  }
}

.first-view__item img {
  position: absolute;
  transform: rotate(-64deg);
}
.first-view__item-1 img {
  width: 133vw;
  left: 2vw;
  top: 32vw;
}
.first-view__item-2 img {
  width: 254vw;
  left: -74vw;
  top: 27vw;
}
.first-view__item-3 img {
  width: 139vw;
  left: -46vw;
  top: 7vw;
}
.first-view__item-4 img {
  width: 1096px;
  left: 327px;
  top: -119px;
}
@media (min-width: 768px) {
  .first-view__item-1 img {
    width: 99vw;
    left: 21vw;
    top: 46vw;
  }
  .first-view__item-2 img {
    width: 254vw;
    left: -74vw;
    top: 42vw;
  }
  .first-view__item-3 img {
    width: 139vw;
    left: -46vw;
    top: 7vw;
  }
  .first-view__item-4 img {
    width: 38%;
    left: 35%;
    top: -10%;
  }
}
@media (min-width: 1200px) {
  .first-view__item-1 img {
    width: 62vw;
    left: 43vw;
    top: 73vw;
  }
  .first-view__item-2 img {
    width: 103vw;
    left: -12vw;
    top: 53vw;
  }
  .first-view__item-3 img {
    width: 54vw;
    left: -21vw;
    top: 5vw;
  }
  .first-view__item-4 img {
    width: 26%;
    left: 26%;
    top: -1%;
  }
}

.site-title {
  margin: 0;
  position: absolute;
  top: 64%;
  left: 23%;
  transform: translateX(-50%) translateY(-50%) rotate(6deg);
  z-index: 9;
}
@media (min-width: 576px) {
  .site-title {
    top: 58%;
    left: 20%;
  }
}
@media (min-width: 768px) {
  .site-title {
    top: 46%;
    left: 36%;
  }
}
@media (min-width: 1200px) {
  .site-title {
    top: 43%;
    left: 33.5%;
  }
}

.site-title__link {
  display: block;
}

.site-title__logo {
  width: 9.3rem;
}
@media (min-width: 576px) {
  .site-title__logo {
    width: 10.3rem;
  }
}
@media (min-width: 768px) {
  .site-title__logo {
    width: 9rem;
  }
}
@media (min-width: 1200px) {
  .site-title__logo {
    width: 6.5rem;
  }
}
@media (min-width: 1440px) {
  .site-title__logo {
    width: 7rem;
  }
}

.copy {
  position: absolute;
  left: calc(100vw - 10.6rem - 13.5vw);
  top: 46px;
  z-index: 10;
  font-size: 1em;
}
@media (min-width: 576px) {
  .copy {
    left: calc(100vw - 10.6rem - 13.7vw);
    top: 85px;
  }
}
@media (min-width: 768px) {
  .copy {
    left: calc(100vw - 15.6rem - 15.6vw);
    top: 174px;
  }
}
@media (min-width: 1200px) {
  .copy {
    left: calc(100vw - 10.6rem - 27.3vw);
    top: 82px;
    font-size: 0.7rem;
  }
}
@media (min-width: 1440px) {
  .copy {
    left: calc(100vw - 10.6rem - 28.1vw);
    top: 60px;
    font-size: 0.8rem;
  }
}

.copy__inner {
  position: relative;
}

.copy-text {
  display: inline;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #3F7E24;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
}

.copy-first {
  display: inline-block;
  background-color: #fff;
  padding: 0.8em 0.4em;
  letter-spacing: 0.15em;
  margin-left: 0.5em;
}

.copy-second {
  display: inline-block;
  background-color: #fff;
  padding: 6.3em 0.4em 0.8em;
  position: relative;
  top: 4em;
  letter-spacing: 0.15em;
}

.copy-second-big {
  display: inline-block;
  position: absolute;
  z-index: 3;
  left: 50%;
  background-color: #D06C08;
  transform: rotate(9deg) translateX(-50%);
  font-size: 2.3em;
  color: #fff;
  line-height: 1;
  padding: 0.15em;
}
.copy-second-big-1 {
  top: -0.4em;
}
.copy-second-big-2 {
  top: 1.2em;
}

.price-min {
  position: relative;
  z-index: 3;
  top: 5em;
  color: #fff;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .price-min {
    font-size: 1em;
    top: 6.5em;
  }
}
@media (min-width: 1200px) {
  .price-min {
    font-size: 1.4em;
    top: 6em;
  }
}

.price-min::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #D06C08;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 127%;
  height: 90%;
  z-index: -1;
  box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.16);
}

.price-min__text__min {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: -2.2em;
  background-color: yellow;
  color: black;
  text-align: center;
  width: 127%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.price-min__text__price {
  margin-left: 0.4em;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4em;
}

.price-min__text__yen {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}

.hero {
  position: relative;
  z-index: 3;
  font-size: 1em;
}
@media (min-width: 768px) {
  .hero {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .hero {
    margin-top: -6vh;
  }
}
@media (min-width: 992px) {
  .hero {
    margin-top: -11vh;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: -7vw;
  }
}
@media (min-width: 1440px) {
  .hero {
    margin-top: -4vw;
  }
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  color: #000000;
  padding: 0.8em 0;
}
@media (min-width: 768px) {
  .hero-title {
    width: 42em;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
  }
}

.hero-title span {
  position: relative;
  color: #fff;
  z-index: 0;
  padding: 0.2em 0.3em 0.2em 0.6em;
  margin: 0 0.4em;
}

.hero-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 96%;
  height: 100%;
  background-color: #D06C08;
  z-index: -1;
}

.hero-container {
  display: flex;
  flex-direction: column;
  width: 100vw;
}
@media (min-width: 768px) {
  .hero-container {
    flex-direction: row;
    background-color: #FFE21E;
    justify-content: center;
    padding: 0 8vw;
  }
}
@media (min-width: 1200px) {
  .hero-container {
    padding: 0 15vw;
  }
}

.hero_01,
.hero_02 {
  background-color: #FFE21E;
}
@media (min-width: 768px) {
  .hero_01,
  .hero_02 {
    width: 50%;
  }
}

.hero_01::after {
  content: "";
  display: inline-block;
  width: 92%;
  height: 0.1em;
  background-color: #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .hero_01::after {
    display: none;
  }
}

.hero_01__inner,
.hero_02__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.4em 1.5em;
  height: 10em;
}
@media (min-width: 768px) {
  .hero_01__inner,
  .hero_02__inner {
    padding: 1.4em 1em;
  }
}

.hero_01 p,
.hero_02 p {
  color: #2D2D2D;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  text-align: center;
  width: 24em;
  margin: 1em;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .hero_01 p,
  .hero_02 p {
    width: 14em;
  }
}

.hero_01-big,
.hero_02-big {
  font-size: 1.6em;
  white-space: nowrap;
}

.hero__wrap {
  width: 8.7em;
  height: 7.2em;
  background-color: #fff;
}

.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ba-head {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #3F7E24;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 2.2em 0em 5.2em;
  margin: 0em 0em 0em;
}
.ba-head .ba-title {
  font-size: 1.3em;
  margin: 0 auto 1em;
}
.ba-head .ba-title span {
  font-size: 1.2em;
}
.ba-head .ba-body {
  font-size: 1em;
  letter-spacing: 0.1em;
}

.ba-list__wrap {
  display: flex;
  justify-content: center;
  padding: 0 6vw;
}
@media (min-width: 576px) {
  .ba-list__wrap {
    padding: 0 14vw;
  }
}
@media (min-width: 768px) {
  .ba-list__wrap {
    padding: 0 16vw;
  }
}
@media (min-width: 992px) {
  .ba-list__wrap {
    padding: 0 21vw;
  }
}
@media (min-width: 1200px) {
  .ba-list__wrap {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .ba-list__wrap {
    width: 77vw;
  }
}
.ba-list__wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 8%;
       column-gap: 8%;
}
@media (min-width: 1200px) {
  .ba-list__wrap ul {
    flex-wrap: nowrap;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}

.ba-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 43%;
  margin-bottom: 15%;
}
.ba-list__item:nth-child(even) {
  margin-top: 14%;
}
@media (min-width: 1200px) {
  .ba-list__item:nth-child(even) {
    margin-top: 0;
    top: 28%;
  }
}

.ba__before-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15%;
}
.ba__before-wrap .ba-cap__wrap {
  position: absolute;
  top: -72%;
  left: 20%;
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba__before-wrap .ba-cap__wrap img {
  width: 100%;
}
.ba__before-wrap .ba-cap__wrap .ba-cap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 0.5em + 1vw, 18px);
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0em 0em 0em;
  text-wrap: nowrap;
}
@media (min-width: 1200px) {
  .ba__before-wrap .ba-cap__wrap .ba-cap {
    font-size: 1em;
  }
}
.ba__before-wrap .ba__before {
  width: 77.5%;
  margin: 0 auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.ba-arrow {
  position: absolute;
  z-index: 9;
  width: 30%;
  top: 27vw;
}
@media (min-width: 576px) {
  .ba-arrow {
    top: 22vw;
  }
}
@media (min-width: 768px) {
  .ba-arrow {
    top: 21vw;
  }
}
@media (min-width: 992px) {
  .ba-arrow {
    top: 17vw;
  }
}
@media (min-width: 1200px) {
  .ba-arrow {
    top: 36%;
  }
}

.ba__after-wrap {
  position: relative;
}
.ba__after-wrap .ba__after {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ba__after-wrap .ba-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 131%;
}

.ba-foot {
  font-size: 2.2rem;
  padding: 2.8em 0 2.8em;
}
.ba-foot-text {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  color: #585858;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5vw;
}
.ba-foot-text span {
  color: #FFB74B;
}

.sec-check__top h2 {
  position: relative;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 2.2em 0em 3.8em;
  margin: 0em 0em 0em;
}
.sec-check__top h2:before {
  content: "";
  position: absolute;
  top: 1.5em;
  bottom: 0;
  left: calc(50vw + 3em);
  right: 0;
  background-image: url("../image/check-deco.png");
  width: 1.4em;
  height: 1.4em;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-check__top h2 span {
  font-size: 1.2em;
}

.check-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 7vw auto 7vw;
  padding-left: 15vw;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .check-list {
    margin: 7vw auto 4vw;
  }
}
@media (min-width: 768px) {
  .check-list {
    margin: 2vw auto 4vw;
  }
}
@media (min-width: 1200px) {
  .check-list {
    -moz-column-gap: 1vw;
         column-gap: 1vw;
    flex-wrap: wrap;
    height: 10em;
    padding: 0 14vw 0 19vw;
  }
}

.check-list__item {
  min-width: 17em;
  margin-bottom: 1.5em;
}
.check-list__item__text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  color: #2D2D2D;
  line-height: 1.8;
  letter-spacing: 0.075em;
  text-align: left;
}
.check-list__item__text span {
  color: #FFB74B;
}
.check-list__item__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.5em;
  right: 0;
  background-image: url("../image/check-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.8em;
}

.check-person__wrap {
  display: flex;
  justify-content: center;
}

.check-person {
  display: inline-flex;
  justify-content: end;
  align-items: end;
}

.check-person img {
  width: clamp(45px, 22.4vw, 120px);
}

.check-person img:nth-of-type(1) {
  margin-right: 15rem;
}
@media (min-width: 768px) {
  .check-person img:nth-of-type(1) {
    margin-right: 20rem;
  }
}
@media (min-width: 992px) {
  .check-person img:nth-of-type(1) {
    margin-right: 30rem;
  }
}
@media (min-width: 1200px) {
  .check-person img:nth-of-type(1) {
    margin-right: 30rem;
  }
}

.sec-result__text {
  font-size: 1.8rem;
  padding-top: 5em;
}
@media (min-width: 768px) {
  .sec-result__text {
    padding-top: 6em;
  }
}
@media (min-width: 1200px) {
  .sec-result__text {
    padding-top: 7em;
  }
}
@media (min-width: 1440px) {
  .sec-result__text {
    padding-top: 6em;
  }
}
.sec-result__text p {
  text-align: center;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  color: #fff;
  line-height: 1.5;
}
.sec-result__text p span {
  font-size: 1.5em;
  color: #FFB74B;
}
.sec-result__text .result-voice {
  margin-top: -9rem;
  width: 38rem;
}

.sec-result span {
  font-size: 5.3rem;
  margin-right: 1rem;
}

.medal-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6vw 0 14vw;
}
@media (min-width: 768px) {
  .medal-area {
    margin: 5vw 0 9vw;
  }
}
@media (min-width: 1200px) {
  .medal-area {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 0vw;
         column-gap: 0vw;
  }
}

.medal-list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
@media (min-width: 576px) {
  .medal-list {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
}
@media (min-width: 1200px) {
  .medal-list {
    -moz-column-gap: 0vw;
         column-gap: 0vw;
  }
}
@media (min-width: 1200px) {
  .medal-list__row1 {
    justify-content: right;
  }
}
@media (min-width: 1200px) {
  .medal-list__row2 {
    justify-content: left;
  }
}

.medal-list__item {
  width: clamp(116px, 29vw, 160px);
}
@media (min-width: 1200px) {
  .medal-list__item {
    margin: 0 0.8em;
  }
}
.medal-list__item img {
  width: 100%;
}

.sec-result__foot {
  padding-bottom: 17vw;
}
@media (min-width: 768px) {
  .sec-result__foot {
    padding-bottom: 8vw;
  }
}
@media (min-width: 1200px) {
  .sec-result__foot {
    padding-bottom: 6vw;
  }
}

.result-promise {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  margin-bottom: 5vw;
}
@media (min-width: 1200px) {
  .result-promise {
    margin: 0;
  }
}
.result-promise span {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.result-promise img {
  position: absolute;
  top: -0.8em;
  left: 5em;
  width: 1.2em;
}

.staff-image {
  text-align: center;
}
@media (min-width: 1200px) {
  .staff-image {
    margin-top: -7em;
  }
}
@media (min-width: 1200px) {
  .sec-result__foot .staff-image {
    margin-top: -8em;
  }
}
.staff-image img {
  width: clamp(100px, 25.4vw, 180px);
}

.staff-1 {
  margin-left: 0;
  margin-right: 28vw;
}
@media (min-width: 768px) {
  .staff-1 {
    margin-right: 35vw;
  }
}
@media (min-width: 992px) {
  .staff-1 {
    margin-right: 35vw;
  }
}
@media (min-width: 1200px) {
  .staff-1 {
    margin-right: 43vw;
  }
}
@media (min-width: 1440px) {
  .staff-1 {
    margin-right: 39vw;
  }
}

.reasonable-body {
  width: 100vw;
  padding: 0 8vw;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .reasonable-body {
    padding: 0 12vw;
  }
}
@media (min-width: 768px) {
  .reasonable-body {
    display: flex;
    padding: 0 12vw;
  }
}
@media (min-width: 992px) {
  .reasonable-body {
    padding: 0 15vw;
  }
}
@media (min-width: 1200px) {
  .reasonable-body {
    display: flex;
    padding: 0 17vw;
  }
}
@media (min-width: 1440px) {
  .reasonable-body {
    padding: 0 21vw;
  }
}

.reasonable-dec {
  font-size: clamp(14px, 0.5rem + 1.8vw, 16px);
}
@media (min-width: 768px) {
  .reasonable-dec {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reasonable-dec {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .reasonable-dec {
    font-size: 1.2vw;
  }
}

.reasonable-dec h3 {
  display: inline-block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9em;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.3em 1em;
  margin: 0em 0em 1em;
  background-color: #3F7E24;
  border-radius: 1.6rem;
}

.reasonable-cap__wrap {
  display: flex;
  margin-bottom: 1em;
}
.reasonable-cap__wrap img {
  width: 10.5em;
  -o-object-fit: contain;
     object-fit: contain;
}

.reasonable-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6em;
  color: #3F7E24;
  line-height: 1.8;
  letter-spacing: 0.025em;
  padding: 0em 0em 0em;
  margin-right: auto;
}

.reasonable-text {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  color: #3F7E24;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0em 0em 0em;
  margin: 0em 0em 4em;
  width: 100%;
}

.reasonable-figure {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .reasonable-figure {
    width: 132%;
    margin-left: 4vw;
  }
}
@media (min-width: 1200px) {
  .reasonable-figure {
    width: 105%;
    margin-left: 6vw;
  }
}
.reasonable-figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.secret-copy {
  position: relative;
  z-index: 1;
  width: 100vw;
  padding: 0 12vw;
}
@media (min-width: 768px) {
  .secret-copy {
    padding: 0;
    width: 48em;
    margin: 0 auto 4vw;
  }
}
@media (min-width: 1200px) {
  .secret-copy {
    width: 66vw;
  }
}
@media (min-width: 1440px) {
  .secret-copy {
    width: 46vw;
  }
}
.secret-copy img {
  width: 100%;
}

.secret-list__wrap {
  width: 100vw;
}
@media (min-width: 1200px) {
  .secret-list__wrap {
    width: 75em;
    margin: 0 auto;
  }
}

.secret-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .secret-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 5vw;
  }
}
.secret-list__item {
  position: relative;
  box-sizing: content-box;
  width: 72.3vw;
  max-width: 320px;
  padding-left: 13vw;
  margin-top: -5vw;
}
@media (min-width: 768px) {
  .secret-list__item {
    max-width: 21em;
    padding-left: 7vw;
  }
}
@media (min-width: 1200px) {
  .secret-list__item {
    max-width: 27vw;
    padding-left: 8vw;
  }
}
@media (min-width: 1440px) {
  .secret-list__item {
    max-width: 20vw;
    padding-left: 7vw;
  }
}

.secret-img {
  position: relative;
  width: 80%;
  aspect-ratio: 1.5;
  top: 7rem;
  left: -13vw;
}
@media (min-width: 768px) {
  .secret-img {
    top: 5rem;
    left: -7vw;
  }
}
.secret-img img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.secret-cap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  padding: 0 8vw 3em;
}
@media (min-width: 768px) {
  .secret-cap {
    padding: 0 4vw 3em;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .secret-cap {
    padding: 0 2vw 3em;
    font-size: 14px;
  }
}
.secret-cap img {
  display: block;
  width: 4.6em;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -0.2em;
  margin-left: 13em;
}

h4 {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.285em;
  color: #3F7E24;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.8em 0em;
  margin: 0em auto 0em;
}
h4 span {
  font-size: 1.25em;
}
h4::before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 1em;
  left: 0;
  right: 0;
  background-image: url("../image/secret-marker.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 0.5em;
}

.secret-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  color: #2D2D2D;
  line-height: 2;
  letter-spacing: 0.05em;
  min-height: 5em;
}
.secret-text span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #F5F5F5;
}
.secret-text span:nth-of-type(1) {
  top: 1.7em;
}
.secret-text span:nth-of-type(2) {
  top: 3.7em;
}
.secret-text span:nth-of-type(3) {
  top: 5.7em;
}

.price-list {
  margin: 128px 0 96px 0;
}
@media (min-width: 768px) {
  .price-list {
    margin: 128px 0;
  }
}
.price-list .row.no-gutters {
  align-items: end;
}
.price-list .col-xl-6 {
  padding-right: 30px;
  padding-right: 30px;
}
.price-list .col-left,
.price-list .col-right {
  margin-bottom: 32px;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 768px) {
  .price-list .col-left,
  .price-list .col-right {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .price-list .col-left,
  .price-list .col-right {
    margin-bottom: 64px;
  }
}
.price-list .price-list__sec-ttl {
  color: #2d2d2d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px auto;
  padding: 0 0 0 16px;
  position: relative;
}
@media (min-width: 768px) {
  .price-list .price-list__sec-ttl {
    font-size: 32px;
    margin-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  .price-list .price-list__sec-ttl {
    font-size: 36px;
    margin-bottom: 128px;
  }
}
.price-list .price-list__sec-ttl::before {
  background-image: url("../image/price-list/heading-icon_01.jpg");
  background-size: cover;
  border-radius: 4px;
  content: "";
  width: 8px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0%) translateY(-50%);
}
.price-list .price-list__work-item-ttl {
  position: relative;
  background-color: #5DBE28;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.price-list .price-list__work-item-ttl::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 5%;
  right: 0;
  width: 15%;
  height: 78%;
  background-image: url("../image/price-list/price-list_work-item-ttl_background-image.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .price-list .price-list__work-item-ttl {
    font-size: 24px;
  }
}
.price-list .price-list_work-item_before-fig {
  position: relative;
}
.price-list .price-list_work-item_before-fig img {
  width: 100%;
}
.price-list .price-list_work-item_before-fig::before {
  background-image: url("../image/price-list/price-list_work-item_before-icon.png");
  background-size: cover;
  content: "";
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .price-list .price-list_work-item_before-fig::before {
    width: 80px;
    height: 80px;
  }
}
.price-list .price-list__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .price-list .price-list__wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0.5em;
  }
  .price-list .price-list__wrap:has(.negotiable) {
    justify-content: center;
  }
}
.price-list .price-list__work-item-other {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: gray;
  text-decoration-line: line-through;
}
@media (min-width: 768px) {
  .price-list .price-list__work-item-other {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .price-list .price-list__work-item-other {
    font-size: 16px;
  }
}
.price-list .price-list__work-item-other::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-top: 0.4em solid #5DBE28;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .price-list .price-list__work-item-other::before {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -1.2em;
    transform: translateY(-50%);
    border-right: none;
    border-top: 0.6em solid transparent;
    border-bottom: 0.6em solid transparent;
    border-left: 0.6em solid #5DBE28;
  }
}
.price-list .price-list__work-item-price {
  color: #E0634A;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.2em 0;
}
@media (min-width: 768px) {
  .price-list .price-list__work-item-price {
    font-size: 36px;
    margin: 0;
  }
}
.price-list .price-list__work-item-price .yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6em;
}
.price-list .price-list__work-item-price .negotiable {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .price-list .price-list__work-item-price .negotiable {
    font-size: 40px;
  }
}
.price-list .price-list_work-item_after-fig {
  position: relative;
}
.price-list .price-list_work-item_after-fig img {
  width: 100%;
}
.price-list .price-list_work-item_after-fig::before {
  background-image: url("../image/price-list/price-list_work-item_after-icon.png");
  background-size: cover;
  content: "";
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .price-list .price-list_work-item_after-fig::before {
    width: 80px;
    height: 80px;
  }
}

.five-reason {
  background-color: #EEE8DA;
  margin: 176px 0 128px 0;
  padding: 140px 0 70px;
  position: relative;
  z-index: 0;
}
@media (min-width: 576px) {
  .five-reason .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .five-reason {
    margin: 328px 0 128px 0;
    padding: 60px 0 65px;
  }
  .five-reason .container {
    max-width: 78vw;
  }
}
@media (min-width: 1200px) {
  .five-reason {
    margin: 428px 0 128px 0;
    padding: 60px 0 60px 0;
  }
  .five-reason .container {
    max-width: 960px;
  }
}
.five-reason::before {
  background-color: #EEE8DA;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (min-width: 768px) {
  .five-reason::before {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .five-reason::before {
    height: 400px;
  }
}
.five-reason::after {
  background-color: #EEE8DA;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (min-width: 768px) {
  .five-reason::after {
    height: 200px;
  }
}
.five-reason .five-reason__wrap {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 8px 0;
  position: relative;
}
@media (min-width: 768px) {
  .five-reason .five-reason__wrap {
    padding: 28px 0;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__wrap {
    padding: 48px 0;
  }
}
.five-reason .five-reason__sec-ttl {
  margin: 0;
  position: absolute;
  bottom: calc(100% - 18px);
  right: 6px;
}
@media (min-width: 768px) {
  .five-reason .five-reason__sec-ttl {
    bottom: calc(100% - 44px);
    right: 24px;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__sec-ttl {
    bottom: calc(100% - 64px);
    right: 80px;
  }
}
.five-reason .five-reason__sec-ttl-img {
  display: block;
  width: 206px;
}
@media (min-width: 768px) {
  .five-reason .five-reason__sec-ttl-img {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__sec-ttl-img {
    width: 512px;
  }
}
.five-reason .five-reason__eye-catche {
  width: 138px;
  position: absolute;
  bottom: calc(100% - 6px);
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .five-reason .five-reason__eye-catche {
    width: 240px;
    left: 50px;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__eye-catche {
    width: 300px;
    left: 100px;
  }
}
.five-reason .five-reason__list {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: color-main;
  letter-spacing: 0.05em;
  line-height: 1.5;
  list-style: none;
  padding-left: 3.2em;
}
.five-reason .five-reason__list-item {
  margin: 1.5em 0;
  position: relative;
  z-index: 2;
  font-size: 1em;
}
.five-reason .five-reason__list-item span {
  display: inline-block;
  color: #FFB74B;
  font-size: 1.2em;
  border-bottom: 2px dashed #707070;
  padding: 0.2em 0.2em;
}
@media (min-width: 768px) {
  .five-reason .five-reason__list-item span {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__list-item span {
    font-size: 1.2em;
  }
}
.five-reason .five-reason__list-item::before {
  background-image: url("../image/five-reason/five-reason_icon-number-1st.png");
  background-size: cover;
  content: "";
  width: 2em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateX(0%) translateY(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .five-reason .five-reason__list-item:nth-child(2) {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__list-item:nth-child(2) {
    margin-left: 75px;
  }
}
.five-reason .five-reason__list-item:nth-child(2)::before {
  background-image: url("../image/five-reason/five-reason_icon-number-2nd.png");
}
@media (min-width: 768px) {
  .five-reason .five-reason__list-item:nth-child(3) {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__list-item:nth-child(3) {
    margin-left: 150px;
  }
}
.five-reason .five-reason__list-item:nth-child(3)::before {
  background-image: url("../image/five-reason/five-reason_icon-number-3rd.png");
}
@media (min-width: 768px) {
  .five-reason .five-reason__list-item:nth-child(4) {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__list-item:nth-child(4) {
    margin-left: 225px;
  }
}
.five-reason .five-reason__list-item:nth-child(4)::before {
  background-image: url("../image/five-reason/five-reason_icon-number-4th.png");
}
@media (min-width: 768px) {
  .five-reason .five-reason__list-item:nth-child(5) {
    margin-left: 120px;
  }
}
@media (min-width: 1200px) {
  .five-reason .five-reason__list-item:nth-child(5) {
    margin-left: 300px;
  }
}
.five-reason .five-reason__list-item:nth-child(5)::before {
  background-image: url("../image/five-reason/five-reason_icon-number-5th.png");
}

.comparison-list__wrap {
  width: 100vw;
  background-color: #fff;
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin: 0 auto;
  font-size: 1em;
}
@media (min-width: 576px) {
  .comparison-list__wrap {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .comparison-list__wrap {
    font-size: 0.8em;
  }
}
@media (min-width: 1440px) {
  .comparison-list__wrap {
    font-size: 0.8em;
  }
}

.comparison-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 3vw;
}
@media (min-width: 768px) {
  .comparison-list {
    padding: 0 12vw;
  }
}
@media (min-width: 1200px) {
  .comparison-list {
    width: 100vw;
    padding: 0 17vw;
  }
}
@media (min-width: 1440px) {
  .comparison-list {
    padding: 0 25vw;
  }
}

.list-category {
  width: 100%;
}
@media (min-width: 1200px) {
  .list-category {
    width: 100%;
  }
}
.list-category .list-data__head {
  width: 79%;
  background-color: #D06C08;
  border-radius: 4vw 4vw 0 0;
  margin: 0 0 0 auto;
  padding: 2em 0;
}
.list-category .list-data__head-other {
  width: 40%;
  background-color: #D9D9D9;
  border-radius: 2vw 2vw 0 0;
}
.list-category .list-data__head-other p {
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  text-align: center;
}
.list-category .list-data__head-oniwakun {
  width: 40%;
  border: solid 0.4em #D06C08;
  box-sizing: border-box;
  background-color: #D06C08;
  border-radius: 2vw 2vw 0 0;
  margin: 0 0 0 auto;
  padding: 2em 2em;
}
.list-category .list-data__head p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  color: #fff;
  text-align: center;
}
.list-category .list-data__head p span {
  font-size: 1.2em;
  margin: 0 0.5em;
}
.list-category .list-data__head__wrap {
  width: 80%;
  aspect-ratio: 7;
  margin: 0 0 0 auto;
}
@media (min-width: 1200px) {
  .list-category .list-data__head__wrap .list-data__head-other {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 70%;
    padding: 1.2em 0;
    margin: auto 0 0 0;
  }
  .list-category .list-data__head__wrap .list-data__head-other p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    line-height: 2;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .list-category .list-data__head__wrap .list-data__head-oniwakun {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 1.2em 0;
    margin: 0;
  }
  .list-category .list-data__head__wrap .list-data__head-oniwakun p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .list-category .list-data__head__wrap .list-data__head-oniwakun p span {
    font-size: 1.3em;
  }
}
@media (min-width: 1440px) {
  .list-category .list-data__head__wrap {
    aspect-ratio: 6.5;
  }
}
.list-category .list-category__item-wrap {
  width: 100%;
}
.list-category__item {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 38vw;
}
@media (min-width: 768px) {
  .list-category__item {
    height: 28vw;
  }
}
@media (min-width: 1200px) {
  .list-category__item {
    width: 100%;
    height: 6vw;
  }
}
@media (min-width: 1440px) {
  .list-category__item {
    width: 100%;
    height: auto;
    aspect-ratio: 9;
  }
}
.list-category__item .list-category__item__text__wrap {
  width: 21%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .list-category__item .list-category__item__text__wrap {
    width: 20%;
  }
}
.list-category__item__text {
  text-align: center;
  margin: auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
}
.list-category__item:nth-of-type(2n+1) .list-category__item__text__wrap {
  background-color: #d4dce8;
}
.list-category__item:nth-of-type(2n) .list-category__item__text__wrap {
  background-color: #ecf2fb;
}

@media (min-width: 1200px) {
  .list-category__item:nth-of-type(2n) .list-data__item-other {
    background-color: #F4F4F4;
  }
  .list-category__item:nth-of-type(2n+1) .list-data__item-oniwakun {
    background-color: #fff;
  }
}
.list-data__item {
  display: flex;
  flex-direction: column;
  width: 79%;
  height: 100%;
  border-right: solid 1vw #FFE1DD;
}
@media (min-width: 1200px) {
  .list-data__item {
    display: flex;
    flex-direction: row;
    border: none;
    width: 80%;
  }
}
.list-data__item-other {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding: 1em 2vw;
  height: 50%;
}
@media (min-width: 1200px) {
  .list-data__item-other {
    width: 50%;
    height: 100%;
    padding: 0 1.5vw;
  }
}
.list-data__item-oniwakun {
  display: flex;
  flex-direction: row;
  background-color: #FFE1DD;
  padding: 1em 2vw;
  height: 50%;
}
@media (min-width: 1200px) {
  .list-data__item-oniwakun {
    height: auto;
    padding: 1em 0;
  }
}

.list-data__item-oniwakun::before {
  content: "";
  position: absolute;
  top: -0.5em;
  right: 6em;
  bottom: 0;
  left: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #D06C08;
  width: 1.5em;
  height: 1em;
}
@media (min-width: 1200px) {
  .list-data__item-oniwakun::before {
    display: none;
  }
}

.list-data__item-other .item-other__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
}
@media (min-width: 1200px) {
  .list-data__item-other .item-other__icon {
    display: none;
  }
}
.list-data__item-other .item-other__icon p {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: #C0C0C0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  text-align: center;
  color: #fff;
  padding: 0.2em 0;
}
.list-data__item-other .item-other__text {
  display: flex;
  justify-content: center;
  width: 66%;
  margin-left: 4vw;
}
.list-data__item-other .item-other__text p {
  width: 100%;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  color: #2D2D2D;
  letter-spacing: 0.05em;
  text-align: center;
  margin: auto 0;
}
@media (min-width: 1200px) {
  .list-data__item-other .item-other__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .list-data__item-other .item-other__text p {
    text-align: left;
  }
}
.list-data__item-other .item-other__text .item-other__text-l {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
  text-align: center;
}

.list-data__item-oniwakun {
  position: relative;
}
@media (min-width: 1200px) {
  .list-data__item-oniwakun {
    width: 274px;
    justify-content: center;
  }
}
.list-data__item-oniwakun .item-oniwakun__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
}
@media (min-width: 1200px) {
  .list-data__item-oniwakun .item-oniwakun__icon {
    display: none;
  }
}
.list-data__item-oniwakun .item-oniwakun__icon p {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: #D06C08;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  text-align: center;
  color: #fff;
  padding: 0.2em 0;
}
.list-data__item-oniwakun .item-oniwakun__text {
  display: flex;
  justify-content: center;
  width: 66%;
  margin-left: 4vw;
}
.list-data__item-oniwakun .item-oniwakun__text p {
  width: 100%;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  color: #D06C08;
  letter-spacing: 0.05em;
  text-align: center;
  margin: auto 0;
}
.list-data__item-oniwakun .item-oniwakun__text .item-oniwakun__text-l {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  text-align: center;
}
@media (min-width: 1200px) {
  .list-data__item-oniwakun .item-oniwakun__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .list-data__item-oniwakun .item-oniwakun__text p {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .list-data__item-oniwakun {
    width: 50%;
    padding: 0 1.5vw;
    border-left: solid 9px #D06C08;
    border-right: solid 9px #D06C08;
    box-sizing: border-box;
  }
  .list-category__item:nth-of-type(4) .list-data__item-oniwakun {
    border-bottom: solid 9px #D06C08;
  }
}
.part-image {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 45vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .part-image {
    height: 34vw;
  }
}
@media (min-width: 992px) {
  .part-image {
    height: 32vw;
  }
}
@media (min-width: 1200px) {
  .part-image {
    height: 30vw;
  }
}
@media (min-width: 1440px) {
  .part-image {
    height: 22vw;
  }
}
.part-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {
  .part-image img {
    width: 100%;
    height: auto;
  }
}
.part-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(63, 126, 36, 0.6), rgba(63, 126, 36, 0.6));
}

.customers-voice {
  margin: 128px 0 16px 0;
}
.customers-voice .customers-voice__customer-pic {
  display: block;
  width: 50%;
  margin: 0 auto 32px auto;
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__customer-pic {
    width: 60%;
  }
}
.customers-voice .customers-voice__service-category {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 24px;
  text-align: center;
}
.customers-voice .customers-voice__service-category em {
  color: #5DBE28;
  font-size: 24px;
}
.customers-voice .customers-voice__customer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: -noto_m;
  font-size: clamp(13.5px, 0.5rem + 1vw, 16px);
  color: color-main;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__customer-text {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__customer-text {
    margin-bottom: 96px;
  }
}
.customers-voice .customers-voice__col-inner {
  aspect-ratio: 3/2;
  aspect-ratio: 4/3;
  margin-bottom: 48px;
  position: relative;
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__col-inner {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .customers-voice .customers-voice__col-inner {
    margin-bottom: 96px;
  }
}
.customers-voice .customers-voice__before-fig {
  display: block;
  width: 80%;
  margin: 0 auto 56px auto;
  position: relative;
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__before-fig {
    width: 50%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.customers-voice .customers-voice__before-fig::after {
  background-color: #FF8B3D;
  content: "";
  width: 36px;
  height: 18px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__before-fig::after {
    content: none;
  }
}
.customers-voice .customers-voice__before-img {
  width: 100%;
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__col-inner.customers-voice__col-inner--even .customers-voice__before-fig {
    left: auto;
    right: 0;
  }
}
.customers-voice .customers-voice__after-fig {
  margin: 0;
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__after-fig {
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.customers-voice .customers-voice__after-img {
  width: 100%;
}
@media (min-width: 768px) {
  .customers-voice .customers-voice__col-inner.customers-voice__col-inner--even .customers-voice__after-fig {
    width: 90%;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
  }
}

.voice-image::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #FF8B3D;
  width: 14%;
  height: 4%;
}
@media (min-width: 1200px) {
  .voice-image::before {
    display: none;
  }
}

.sec-flow {
  margin-top: 8rem;
}

.flow-list__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 6rem 0 7rem;
  width: 90vw;
  border-radius: 3rem;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.05), -0.5rem -0.5rem 0.8rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .flow-list__wrap {
    width: 70vw;
    margin-top: 14vw;
  }
}
@media (min-width: 1440px) {
  .flow-list__wrap {
    width: 50vw;
  }
}

.flow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 1rem;
}

.flow-list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 89%;
  padding: 1.5em 2em;
  margin-bottom: 2em;
  background-color: #CDE8BC;
  border-radius: 12px;
  box-shadow: 0 8px 0 #78bb4f;
}
.flow-list__item::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: calc(-2em - 8px);
  left: 3.2em;
  right: 0;
  width: 10px;
  height: 2em;
  background-color: #CDE8BC;
}

.flow-list__item:last-of-type::after {
  display: none;
}

.flow-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2.2em, 32px);
  width: 1.6em;
  height: 1.6em;
  border-radius: 999px;
  background-color: #fff;
}
.flow-list__num p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #57A52D;
  text-align: center;
}

.flow-list__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 77%;
}
@media (min-width: 1200px) {
  .flow-list__desc {
    align-items: flex-start;
    width: 84%;
  }
}

.flow-list__desc-head {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6em;
  color: #57A52D;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .flow-list__desc-head {
    font-size: 1em;
  }
}

.flow-list__desc-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.5;
  color: #1D1D1D;
}
@media (min-width: 1200px) {
  .flow-list__desc-body p {
    font-size: 1em;
    line-height: 1.8;
  }
}

.sec-banner {
  margin: 100px auto;
}
@media (min-width: 768px) {
  .sec-banner .container {
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  .sec-banner .container {
    max-width: 28vw;
  }
}
.sec-banner img {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}

.qa-list__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa-list__wrap .qa-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 86vw;
  font-size: clamp(10px, 0.5rem + 1vw, 12px);
}
@media (min-width: 576px) {
  .qa-list__wrap .qa-list {
    width: 80vw;
  }
}
@media (min-width: 768px) {
  .qa-list__wrap .qa-list {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  .qa-list__wrap .qa-list {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .qa-list__wrap .qa-list {
    width: 50vw;
    margin-right: -13vw;
  }
}
@media (min-width: 1440px) {
  .qa-list__wrap .qa-list {
    width: 34vw;
    margin-right: -10vw;
  }
}

.qa-item {
  width: 100%;
  border-radius: 1.5em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08), -3px -3px 5px rgba(0, 0, 0, 0.08);
}
.qa-item .qa-area {
  padding: 1.8em 2.4em;
}
.qa-item .qa-q-area {
  background-color: #5DBE28;
  border-radius: 1.5em 1.5em 0 0;
}
.qa-item .qa-a-area {
  background-color: #fff;
  border-radius: 0 0 1.5em 1.5em;
}

.qa-text p {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  color: #fff;
}
.qa-a-area .qa-text p {
  color: #343434;
}

p.qa-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
}
p.qa-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 999px;
}
.qa-q-area p.qa-icon::before {
  background-color: #fff;
}
.qa-a-area p.qa-icon::before {
  background-color: #D06C08;
}
p.qa-icon.qa-icon-q {
  color: #5DBE28;
}
p.qa-icon.qa-icon-a {
  color: #fff;
}

.qa-text {
  display: flex;
  align-items: center;
  gap: 3em;
}

.sec-about {
  padding: 4.7rem 2rem 64px 2rem;
  background-color: #3F7E24;
}
@media (min-width: 768px) {
  .sec-about {
    padding-bottom: 128px;
  }
}

.sec__ttl-about h2 {
  color: #fff;
  font-size: clamp(28px, 0.5rem + 4vw, 40px);
  margin-bottom: 3rem;
}
.sec__ttl-about h2::before {
  content: "";
  display: none;
}

.about-body {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .about-body {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .about-body {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .about-body {
    max-width: 590px;
  }
}
@media (min-width: 1440px) {
  .about-body {
    max-width: 50vw;
  }
}

.about-name,
.about-map,
.about-tel,
.about-mail {
  display: flex;
  align-items: center;
  gap: 4rem;
  font-size: 1.3rem;
  padding: 0.4em 0;
  border-bottom: solid rgb(125, 149, 115) 1px;
}
.about-name h6,
.about-map h6,
.about-tel h6,
.about-mail h6 {
  width: 4em;
  font-size: 1.3rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .about-name h6,
  .about-map h6,
  .about-tel h6,
  .about-mail h6 {
    width: 8em;
  }
}
@media (min-width: 1200px) {
  .about-name h6,
  .about-map h6,
  .about-tel h6,
  .about-mail h6 {
    font-size: 1rem;
  }
}
.about-name p,
.about-map p,
.about-tel p,
.about-mail p {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .about-name p,
  .about-map p,
  .about-tel p,
  .about-mail p {
    font-size: 1rem;
  }
}

footer {
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  footer {
    padding: 0;
  }
}
footer p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 1200px) {
  footer p {
    padding: 0.4em 0;
    text-align: center;
  }
}
footer .copyright {
  text-align: center;
}

.line-ttl {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #3F7E24;
  padding: 1.5rem 0;
  padding-left: 4rem;
  border-bottom: solid #000000 0.5em;
}

.line-body {
  text-align: center;
  padding-top: 5rem;
}

.line-qr {
  width: 250px;
}

.inpre {
  z-index: 2;
  width: 500px;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
}

.qr-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem 0 1rem;
}

.qr-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  color: #858585;
}

.cta {
  margin: 14vw 0 12vw 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cta {
    margin: 6vw 0 12vw 0;
  }
}
@media (min-width: 1200px) {
  .cta {
    margin: 6vw 0 12vw 0;
  }
}
@media (min-width: 1440px) {
  .cta {
    margin: 6vw 0 8vw 0;
  }
}
.cta .container-inner {
  border: 3px solid #FFB74B;
  border-radius: 0 0 20px 20px;
  padding: 32px 16px 128px 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .cta .container-inner {
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .cta .container-inner {
    padding: 48px 80px 80px 80px;
  }
}
.cta .container-inner::before, .cta .container-inner::after {
  background-image: url("../image/cta/cta_eye-catch_man.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -8px;
  left: 30px;
}
@media (min-width: 768px) {
  .cta .container-inner::before, .cta .container-inner::after {
    width: 160px;
    height: 160px;
    bottom: -16px;
  }
}
@media (min-width: 1200px) {
  .cta .container-inner::before, .cta .container-inner::after {
    width: 260px;
    height: 260px;
    bottom: -24px;
  }
}
.cta .container-inner::after {
  background-image: url("../image/cta/cta_eye-catch_woman.png");
  left: auto;
  right: 30px;
}
.cta .cta__tagline1 {
  background-color: #FFB74B;
  border-radius: 20px 20px 0 0;
  margin: 0;
  padding: 16px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cta .cta__tagline1 {
    padding: 24px 0;
  }
}
.cta .cta__tagline1-upper {
  display: block;
  color: #2D2D2D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .cta .cta__tagline1-upper {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.cta .cta__tagline1-lower {
  display: block;
  color: #2d2d2d;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .cta .cta__tagline1-lower {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .cta .cta__tagline1-lower {
    font-size: 36px;
  }
}
.cta .cta__ttl {
  color: #3F7E24;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .cta .cta__ttl {
    font-size: 36px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .cta .cta__ttl {
    font-size: 44px;
  }
}
.cta .cta__gold-medal-fig {
  padding: 0 2px;
}
@media (min-width: 768px) {
  .cta .cta__gold-medal-fig {
    padding: 0 6px;
  }
}
.cta .cta__gold-medal-fig img {
  width: 100%;
}
.cta .cta__work-item {
  color: #5DBE28;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 16px 0 16px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cta .cta__work-item {
    font-size: 24px;
    margin: 32px 0 24px 0;
  }
}
.cta .cta__work-item span {
  border: 1px solid #5DBE28;
  border-radius: 17px;
  display: inline-block;
  margin: 0 4px;
  padding: 4px 16px;
}
@media (min-width: 768px) {
  .cta .cta__work-item span {
    border-radius: 25px;
    padding: 6px 24px;
  }
}
.cta .cta__tagline2 {
  text-align: center;
  margin-bottom: 24px;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .cta .cta__tagline2 {
    margin-bottom: 32px;
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .cta .cta__tagline2 {
    margin-bottom: 32px;
    margin-left: 36px;
  }
}
.cta .cta__tagline2-img {
  width: 116px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .cta .cta__tagline2-img {
    width: 192px;
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .cta .cta__tagline2-img {
    width: 172px;
    margin-left: -36px;
  }
}
.cta .cta__tagline3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px auto;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .cta .cta__tagline3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .cta .cta__tagline3 {
    font-size: 32px;
  }
}
.cta .cta__tagline3 em {
  background: linear-gradient(transparent 50%, #FFF65C 50%);
}
.cta .cta__tagline3-upper {
  font-size: 30px;
}
@media (min-width: 768px) {
  .cta .cta__tagline3-upper {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .cta .cta__tagline3-upper {
    font-size: 48px;
  }
}
.cta .cta__tagline3-upper::before {
  background-color: #2d2d2d;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -24px;
  transform: rotate(-22deg) translateX(0%) translateY(0%);
}
.cta .cta__tagline3-upper::after {
  background-color: #2d2d2d;
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  bottom: 20%;
  left: -40px;
  transform: rotate(-28deg) translateX(0%) translateY(0%);
}
.cta .cta__tagline3-lower::before {
  background-color: #2d2d2d;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -24px;
  transform: rotate(22deg) translateX(0%) translateY(0%);
}
.cta .cta__tagline3-lower::after {
  background-color: #2d2d2d;
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  bottom: 20%;
  right: -40px;
  transform: rotate(28deg) translateX(0%) translateY(0%);
}
.cta .cta__btn-contact,
.cta .cta__btn-tel {
  background-color: #3F7E24;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3em;
  margin: 0 auto 16px auto;
  padding: 10px 30px 10px 80px;
  position: relative;
}
@media (min-width: 1200px) {
  .cta .cta__btn-contact,
  .cta .cta__btn-tel {
    font-size: 24px;
    padding: 10px 45px 10px 104px;
  }
}
.cta .cta__btn-contact:focus, .cta .cta__btn-contact:hover,
.cta .cta__btn-tel:focus,
.cta .cta__btn-tel:hover {
  background-color: rgb(53.0833333333, 106.1666666667, 30.3333333333);
}
.cta .cta__btn-contact::before,
.cta .cta__btn-tel::before {
  background-image: url("../image/mail_icon.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(2%) hue-rotate(333deg) brightness(107%) contrast(101%);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateX(0%) translateY(-50%);
}
@media (min-width: 1200px) {
  .cta .cta__btn-contact::before,
  .cta .cta__btn-tel::before {
    width: 48px;
    height: 48px;
    left: 34px;
  }
}
.cta .cta__btn-tel {
  background-color: #D06C08;
}
.cta .cta__btn-tel:focus, .cta .cta__btn-tel:hover {
  background-color: rgb(183.4444444444, 95.25, 7.0555555556);
}
.cta .cta__btn-tel::before {
  background-image: url("../image/tel_icon.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(2%) hue-rotate(333deg) brightness(107%) contrast(101%);
}
.cta .cta__btn-tel .tel-num {
  font-size: 1.2em;
}
.cta .cta__btn-tel .tel-time {
  font-size: 0.8em;
}

.claim {
  font-size: 10px;
  padding: 0 6vw;
}
@media (min-width: 768px) {
  .claim {
    padding: 0 22vw;
  }
}
@media (min-width: 1200px) {
  .claim {
    font-size: 12px;
  }
}
.claim h5 {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #5fb215;
  text-wrap: nowrap;
  padding: 0.8em;
  border: solid 1px;
  border-radius: 999px;
  margin: 0 auto 1.5em;
}
.claim p {
  font-size: 1.2em;
  color: #8e8e8e;
}
@media (min-width: 768px) {
  .claim p {
    text-align: center;
  }
}

.banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -2em 4em rgba(0, 0, 0, 0.1);
  width: 100vw;
  font-size: 1em;
  transition: all 0.2s;
}

.banner-list {
  display: grid;
  padding: 1.5em 3vw;
  margin: 0 auto;
  grid-template-columns: 43% 57%;
  grid-template-rows: repeat(2, auto);
  width: 100%;
  background-color: #fff;
}

.banner-pop p {
  position: relative;
  font-size: clamp(8px, 0.55em + 1.2vw, 16px);
  white-space: nowrap;
}
.banner-pop p span {
  color: #FFB74B;
}
.banner-pop p::after {
  content: "";
  position: absolute;
  top: calc(50% + 1em);
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../image/web-pop.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 21em;
  height: 5em;
}
@media (min-width: 768px) {
  .banner-pop p::after {
    display: none;
  }
}

.button-web {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 0.7em 0;
  background-color: #3F7E24;
  border-radius: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
  transition: all 0.2s;
}
.button-web:hover {
  background-color: rgb(53.0833333333, 106.1666666667, 30.3333333333);
}
.button-web__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}

.button-web__icon {
  background-image: url("../image/mail_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8em;
  aspect-ratio: 1;
  filter: brightness(0) saturate(100%) invert(99%) sepia(32%) saturate(395%) hue-rotate(32deg) brightness(120%) contrast(98%);
}

.button-web__text {
  font-size: 1.2em;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  color: #fff;
}

.button-web__arrow {
  background-image: url("../image/cta-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2em;
  aspect-ratio: 1;
  margin-left: 0.8em;
}

.button-tel {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-left: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #D06C08;
  border-radius: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s;
}
.button-tel:hover {
  background-color: rgb(183.4444444444, 95.25, 7.0555555556);
}
.button-tel__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}

.button-tel__icon {
  background-image: url("../image/tel_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8em;
  aspect-ratio: 1;
  filter: brightness(0) saturate(100%) invert(99%) sepia(32%) saturate(395%) hue-rotate(32deg) brightness(120%) contrast(98%);
}

.button-tel__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.button-tel__text .tel-num {
  font-size: 1.4em;
}
.button-tel__text .tel-time {
  font-size: 1em;
}

.button-tel__arrow {
  background-image: url("../image/cta-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2em;
  aspect-ratio: 1;
  margin-left: 0.8em;
  filter: brightness(0) saturate(100%) invert(99%) sepia(32%) saturate(395%) hue-rotate(32deg) brightness(120%) contrast(98%);
}

.button-tel-pc {
  position: fixed;
  z-index: 999;
  padding: 0.6em 1.2em;
  margin: 0;
  top: 2.5vw;
  right: 2vw;
  font-size: 1rem;
}
.button-tel-pc .tel-num {
  font-size: 1.6em;
}
.button-tel-pc .tel-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
}

.banner-list-pc {
  position: fixed;
  display: flex;
  top: 10rem;
  right: 0;
  z-index: 999;
}

.banner-pop-pc {
  position: relative;
  z-index: 2;
  display: flex;
  margin: auto -0.2em auto 0;
  border: 0.1em solid #2D2D2D;
  color: #292929;
  background-color: #fff;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
}
.banner-pop-pc p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1em;
  padding: 1.5em 0.5em;
}
.banner-pop-pc p span {
  color: rgb(253.5, 152.1, 0);
}

.banner-pop-pc:after,
.banner-pop-pc:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
}

.banner-pop-pc:after {
  border-color: rgba(88, 255, 45, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.banner-pop-pc:before {
  border-color: rgba(255, 255, 255, 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: #2D2D2D;
}

.blur-bg {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 1em 0 0 1em;
  padding: 1em 1.2vw;
}

.button-web-pc {
  padding: 1.5em 0;
  background-color: #3F7E24;
  border-radius: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  transition: all 0.2s;
}
.button-web-pc .button-web__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1em;
  padding: 0 0.5em;
}
.button-web-pc .button-web__icon {
  margin: 0;
}
.button-web-pc .button-web__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.05em;
}
.button-web-pc .button-web__arrow {
  margin: 0;
  transform: rotate(90deg);
}

.page-content {
  margin: 80px auto;
}

.i-site-header {
  width: 100%;
  padding: 12px 0 12px 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .i-site-header {
    background-color: rgba(7, 112, 0, 0.2);
    padding: 14px 0 12px 12px;
  }
}
@media (min-width: 1200px) {
  .i-site-header {
    padding: 22px 0 20px 12px;
    position: fixed;
  }
}
.i-site-header__site-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.i-site-header__site-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.i-site-header__site-logo {
  display: block;
  height: 26px;
}
@media (min-width: 768px) {
  .i-site-header__site-logo {
    height: 48px;
  }
}

.i-contact {
  background-color: #077000;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 1200px) {
  .i-contact {
    background-color: transparent;
    width: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }
}
.i-contact__inquiry-btn {
  display: block;
  width: 99%;
  margin: 0 1% 0 auto;
}
@media (min-width: 768px) {
  .i-contact__inquiry-btn {
    width: 224px;
    margin-right: 6px;
  }
}
.i-contact__tel-btn {
  display: block;
  width: 99%;
  margin: 0 auto 0 1%;
}
@media (min-width: 768px) {
  .i-contact__tel-btn {
    width: 224px;
    margin-left: 6px;
  }
}
.i-contact__inquiry-btn-img, .i-contact__tel-btn-img {
  display: block;
  width: 100%;
}

.i-selling-points-2__sp-img {
  display: block;
  width: 100%;
}
.i-selling-points-2__tb-img {
  display: block;
  width: 100%;
}
.i-selling-points-2__pc-img {
  display: block;
  width: 100%;
}

.i-campaign {
  margin: 96px 0;
}
@media (min-width: 768px) {
  .i-campaign {
    margin: 96px 0;
  }
}
@media (min-width: 1200px) {
  .i-campaign {
    margin: 128px 0;
  }
}
.i-campaign__spring_sp {
  width: 100%;
}
.i-campaign__spring_pc {
  width: 80%;
  margin: 0 auto;
}

.i-cta__inquiry-btn {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: 0 auto 8px auto;
  transition: opacity 0.3s;
}
.i-cta__inquiry-btn:focus, .i-cta__inquiry-btn:hover {
  opacity: 0.5;
}
.i-cta__inquiry-btn-img {
  display: block;
  width: 100%;
}

.i-cta__tel-btn {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: 0 auto 8px auto;
  transition: opacity 0.3s;
}
.i-cta__tel-btn:focus, .i-cta__tel-btn:hover {
  opacity: 0.5;
}
.i-cta__tel-btn-img {
  display: block;
  width: 100%;
}

.i-cta__line-btn {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: 0 auto 16px auto;
  transition: opacity 0.3s;
}
.i-cta__line-btn:focus, .i-cta__line-btn:hover {
  opacity: 0.5;
}
.i-cta__line-btn-img {
  display: block;
  width: 100%;
}

.i-pest-control {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .i-pest-control {
    margin-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  .i-pest-control {
    margin-bottom: 128px;
  }
}
.i-pest-control__sp-img {
  display: block;
  width: 100%;
}
.i-pest-control__pc-img {
  display: block;
  width: 100%;
}

.i-pest-control_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 4px;
  right: 10px;
  z-index: 999;
}
@media (min-width: 768px) {
  .i-pest-control_btn {
    top: 14px;
    right: 14px;
  }
}
@media (min-width: 1200px) {
  .i-pest-control_btn {
    top: 100px;
    right: 23px;
  }
}
.i-pest-control_btn-img {
  display: block;
  width: 96px;
}
@media (min-width: 1200px) {
  .i-pest-control_btn-img {
    width: 10.41667vw;
  }
}/*# sourceMappingURL=style.css.map */