@charset "UTF-8";
body {
  margin: 0;
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
}

main {
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: initial;
  }
}

.top {
  position: fixed;
  top: 0;
  padding: 20px 30px;
  width: 100%;
  z-index: 10000;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top {
    width: 100vw;
  }
}
.top .logo_menu {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .logo {
    position: relative;
    display: block;
    padding-top: 0px;
    z-index: 999999;
  }
}
.top .logo_menu .logo img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .logo img {
    max-width: 50px;
  }
}
.top .logo_menu .menu_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: end;
}
.top .logo_menu .menu_area .menu {
  font-size: clamp(9.61px, 0.94vw, 18px);
  font-weight: 700;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .menu_area .menu {
    display: none;
  }
}
.top .logo_menu .menu_area .menu a {
  background-color: #333333;
  padding: 0 8px;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .menu_area .menu a {
    font-size: 19px;
    text-align: left;
  }
}
.top .logo_menu .menu_area .menu.open {
  right: 0;
}

header {
  display: none;
}

.fixed-menu {
  position: fixed;
}
.fixed-menu .logo {
  position: absolute;
  width: clamp(28.3px, 2.76vw, 53px);
  top: clamp(8.54px, 0.83vw, 16px);
  left: clamp(13.35px, 1.3vw, 25px);
}
@media screen and (max-width: 767px) {
  .fixed-menu .logo {
    width: 110.5px;
    top: 5px;
    left: clamp(8.01px, 0.78vw, 15px);
  }
}

.top-link {
  position: fixed;
  bottom: clamp(12.82px, 1.25vw, 24px);
  right: clamp(18.69px, 1.82vw, 35px);
  font-size: clamp(9.61px, 0.94vw, 18px);
  font-weight: 500;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .top-link {
    display: grid;
    place-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    bottom: clamp(11.69px, 9.59vw, 35px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #3a7b66;
  }
}
.top-link a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-link a {
    font-size: clamp(3.34px, 2.74vw, 10px);
  }
}

.note {
  margin-bottom: clamp(5.34px, 0.52vw, 10px);
}

.devide {
  position: absolute;
  width: 100%;
}

section {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
  }
}
section .outer-container {
  position: relative;
  margin-right: clamp(53.4px, 5.21vw, 100px);
  width: calc(100% - clamp(53.4px, 5.21vw, 100px));
}
@media screen and (max-width: 767px) {
  section .outer-container {
    margin: 0 auto;
    width: 100%;
  }
}
section .inner-container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: calc(100% - clamp(160.2px, 15.63vw, 300px) * 2);
  max-width: calc(1920px - clamp(53.4px, 5.21vw, 100px) * 2);
}
@media screen and (max-width: 767px) {
  section .inner-container {
    width: calc(100% - clamp(6.68px, 5.48vw, 20px) * 2);
    margin: 0 auto;
    max-width: 100%;
  }
}
section .section-title {
  text-align: center;
}
section .section-title img {
  width: 100%;
  max-width: clamp(51.26px, 5vw, 96px);
}
section h2, section h4 {
  font-weight: 700;
  font-size: clamp(18.16px, 1.77vw, 34px);
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  section h2, section h4 {
    font-size: clamp(5.68px, 4.66vw, 17px);
  }
}
section h2 {
  line-height: 0;
}
section h3 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(21.36px, 2.08vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.1428571429;
  color: #333333;
}
@media screen and (max-width: 767px) {
  section h3 {
    font-size: clamp(5.68px, 4.66vw, 17px);
  }
}
section div {
  font-weight: 500;
  font-size: clamp(9.61px, 0.94vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: #333333;
}
@media screen and (max-width: 767px) {
  section div {
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 2.0833333333;
  }
}

.fv-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .fv-anim {
    height: 100vh;
  }
}

.fv-anim-1line-desktop,
.fv-anim-1line-mobile,
.fv-anim-logo {
  position: absolute;
  opacity: 0;
}

/* デスクトップ版 */
.fv-anim-1line-desktop {
  width: 50%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
  transition: opacity 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
  transition: opacity 2s ease-in-out, clip-path 2s ease-in-out;
  transition: opacity 2s ease-in-out, clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
  opacity: 1;
  display: block;
}

/* モバイル版 */
.fv-anim-1line-mobile {
  width: 80%; /* サイズ調整 */
  display: none;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); /* スライドインの設定を追加 */
  -webkit-transition: opacity 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
  transition: opacity 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
  transition: opacity 2s ease-in-out, clip-path 2s ease-in-out;
  transition: opacity 2s ease-in-out, clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out; /* アニメーションのトランジションを追加 */
  opacity: 1; /* 初期状態を表示 */
}

@media screen and (max-width: 767px) {
  .fv-anim-1line-desktop {
    display: none;
  }
  .fv-anim-1line-mobile {
    display: block;
  }
}
.fv-anim-logo {
  width: auto;
  max-width: 40%;
  max-height: 40%;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  opacity: 0;
}

#first-view {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  #first-view {
    height: 100%;
    overflow-x: hidden;
  }
}
#first-view .first-view-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #first-view .first-view-bg {
    overflow: hidden;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#first-view .top-logo {
  position: absolute;
  top: clamp(53.4px, 5.21vw, 100px);
  left: clamp(53.4px, 5.21vw, 100px);
}
#first-view .top-logo img {
  width: clamp(152.72px, 14.9vw, 286px);
}
@media screen and (max-width: 767px) {
  #first-view .top-logo {
    display: none;
  }
}
#first-view .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #first-view .slogan {
    top: 50%;
    width: calc(100% - clamp(6.68px, 5.48vw, 20px) * 2);
  }
}
#first-view .slogan::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  z-index: -1;
  -webkit-transform: translate(-15%, -15%);
          transform: translate(-15%, -15%);
  background: -webkit-radial-gradient(50% 50%, ellipse 150% 100%, #ffffff, rgba(255, 255, 255, 0) 40%);
  background: radial-gradient(ellipse 150% 100% at 50% 50%, #ffffff, rgba(255, 255, 255, 0) 40%);
}

#notice {
  padding: clamp(96.12px, 9.38vw, 180px) 0;
}
@media screen and (max-width: 767px) {
  #notice {
    padding: 40px 0;
  }
}
#notice .inner-container {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #notice .inner-container {
    grid-template-columns: 30% 70%;
  }
}
#notice .title-block {
  display: grid;
  place-items: center;
  width: calc(100% - 10px);
  margin-right: auto;
  border-right: 1px solid #c3c3c3;
}
#notice .title {
  text-align: center;
}
#notice .title h2 {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #notice .title h2 {
    font-size: clamp(4.01px, 3.29vw, 12px);
    font-weight: 500;
  }
}
#notice .title .rigth-row-circle img {
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #notice .title .rigth-row-circle img {
    margin-top: 10px;
    width: 21.5px;
    height: 21.5px;
  }
}
#notice .notice-item {
  width: 100%;
  margin: clamp(6.41px, 0.63vw, 12px) 0;
  padding-left: 10px;
  border-spacing: 0;
  border-collapse: collapse;
}
#notice .notice-item tr {
  height: 3em;
  border-bottom: 1px solid #c3c3c3;
}
#notice .notice-item tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #notice .notice-item tr {
    height: 5em;
  }
}
@media screen and (max-width: 767px) {
  #notice .notice-item th, #notice .notice-item td {
    display: block;
    text-align: left;
    font-size: clamp(4.01px, 3.29vw, 12px);
    font-weight: 500;
  }
}
#notice .notice-item .item-date {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #notice .notice-item .item-date {
    margin-left: 1em;
    width: calc(100% - 1em);
  }
}
#notice .notice-item .item-title {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #notice .notice-item .item-title {
    margin-left: 1em;
    width: calc(100% - 1em);
  }
}

#our_services {
  position: relative;
}
#our_services .devide {
  top: clamp(16.02px, 1.56vw, 30px);
  left: 0;
  right: 0;
  z-index: 0;
}
#our_services .devide img {
  width: 100%;
  height: auto;
  display: block;
}
#our_services .section-head {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #eaf4ee), to(#eaf4ee));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 70%, #eaf4ee 70%, #eaf4ee 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #eaf4ee 70%, #eaf4ee 100%);
}
@media screen and (max-width: 767px) {
  #our_services .section-head {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, transparent), color-stop(15%, #eaf4ee), to(#eaf4ee));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 15%, #eaf4ee 15%, #eaf4ee 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 15%, #eaf4ee 15%, #eaf4ee 100%);
  }
}
#our_services .service-link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: calc(100% - clamp(160.2px, 15.63vw, 300px) * 2);
  max-width: 1920px;
  margin: clamp(42.72px, 4.17vw, 80px) auto clamp(26.7px, 2.6vw, 50px);
  list-style: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #our_services .service-link {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - clamp(16.7px, 13.7vw, 50px) * 2);
    margin: 20px auto 30px;
    background-color: transparent;
    gap: 10px;
  }
}
#our_services .service-link li {
  position: relative;
  text-align: center;
  border-radius: 30px;
  margin: 3px 0;
}
@media screen and (max-width: 767px) {
  #our_services .service-link li {
    background-color: #3a7b66;
    font-size: clamp(3.34px, 2.74vw, 10px);
    color: #ffffff;
    padding: 4px 0;
  }
}
#our_services .service-link li:hover {
  background-color: #3a7b66;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #our_services .service-link li:hover {
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
  }
}
#our_services .service-link li a {
  display: inline-block;
  color: #c3c3c3;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #our_services .service-link li a {
    -webkit-transition: none;
    transition: none;
  }
}
#our_services .service-link li:hover a {
  color: #ffffff;
}
#our_services #pillar-1, #our_services #pillar-3, #our_services #pillar-5 {
  width: 100%;
  background-color: #eaf4ee;
}
#our_services #pillar-2, #our_services #pillar-4 {
  width: 100%;
  margin-top: clamp(21.36px, 2.08vw, 40px);
}
#our_services .overview-block {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 0px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(42.72px, 4.17vw, 80px);
}
@media screen and (max-width: 767px) {
  #our_services .overview-block {
    grid-template-columns: 1fr;
  }
}
#our_services .overview-title {
  font-weight: 700;
  font-size: clamp(13.35px, 1.3vw, 25px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #our_services .overview-title {
    font-size: clamp(5.01px, 4.11vw, 15px);
    margin-top: 0.5em;
  }
}
#our_services .overview-text {
  padding-top: 2em;
  font-weight: 500;
  font-size: clamp(9.61px, 0.94vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.9444444444;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #our_services .overview-text {
    padding-top: 0.5em;
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#our_services .service-title::before {
  content: "";
  display: inline-block;
  width: clamp(41.65px, 4.06vw, 78px);
  height: clamp(41.65px, 4.06vw, 78px);
  background-image: url("../images/gear.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1em;
  -webkit-transform: translateY(clamp(16.02px, 1.56vw, 30px));
          transform: translateY(clamp(16.02px, 1.56vw, 30px));
}
@media screen and (max-width: 767px) {
  #our_services .service-title::before {
    width: clamp(8.68px, 7.12vw, 26px);
    height: clamp(8.68px, 7.12vw, 26px);
    margin-right: 0.6em;
    -webkit-transform: translateY(clamp(3.01px, 2.47vw, 9px));
            transform: translateY(clamp(3.01px, 2.47vw, 9px));
  }
}
#our_services .price-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px clamp(8.54px, 0.83vw, 16px);
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #our_services .price-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
#our_services .price-list-item {
  background-color: #ffffff;
}
#our_services .item-title {
  background-color: #3a7b66;
  line-height: 2.25;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #our_services .item-title {
    font-size: clamp(3.34px, 2.74vw, 10px);
  }
}
#our_services .item-content {
  display: grid;
  place-content: center;
  place-items: center;
  height: 5em;
  padding: 1.5em 0;
}
@media screen and (max-width: 767px) {
  #our_services .item-content {
    padding: 1em 0;
  }
}
#our_services .price-A {
  border-bottom: 1px solid #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services .size {
    font-size: clamp(3.34px, 2.74vw, 10px);
  }
}
#our_services .price {
  font-weight: 700;
  font-size: clamp(14.42px, 1.41vw, 27px);
  letter-spacing: 0.1em;
  line-height: 1.2962962963;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services .price {
    font-size: clamp(5.01px, 4.11vw, 15px);
    margin: 0 auto;
  }
}
#our_services .price span {
  font-size: clamp(9.61px, 0.94vw, 18px);
}
@media screen and (max-width: 767px) {
  #our_services .price span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(3.34px, 2.74vw, 10px);
  }
}
#our_services .price .basic {
  display: inline-block;
  font-size: clamp(5.87px, 0.57vw, 11px);
  border: 1px solid #3a7b66;
  margin-right: 4px;
  padding: 1px 1px 3px 3px;
  -webkit-transform: translateY(calc(clamp(3.2px, 0.31vw, 6px) * -1));
          transform: translateY(calc(clamp(3.2px, 0.31vw, 6px) * -1));
}
@media screen and (max-width: 767px) {
  #our_services .price .basic {
    display: block;
    padding: 0 0.4em;
    -webkit-transform: translate(clamp(5.34px, 4.38vw, 16px), clamp(0.67px, 0.55vw, 2px));
            transform: translate(clamp(5.34px, 4.38vw, 16px), clamp(0.67px, 0.55vw, 2px));
  }
}
#our_services .price .add {
  font-size: clamp(8.01px, 0.78vw, 15px);
  font-weight: 700;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services .price .add {
    font-size: clamp(2.67px, 2.19vw, 8px);
    line-height: 1.2;
  }
}
#our_services .faq-block {
  background-image: -webkit-repeating-linear-gradient(top, #eaeeed, #eaeeed 1px, transparent 0, transparent 14px), -webkit-repeating-linear-gradient(left, #eaeeed, #eaeeed 1px, transparent 0, transparent 14px);
  background-image: repeating-linear-gradient(to bottom, #eaeeed, #eaeeed 1px, transparent 0, transparent 14px), repeating-linear-gradient(to right, #eaeeed, #eaeeed 1px, transparent 0, transparent 14px);
  margin-top: clamp(42.72px, 4.17vw, 80px);
  padding: clamp(21.36px, 2.08vw, 40px) 0 clamp(53.4px, 5.21vw, 100px);
}
@media screen and (max-width: 767px) {
  #our_services .faq-block {
    padding: 0 0 clamp(3.34px, 2.74vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  #our_services .faq-title {
    text-indent: -3.2em;
    padding-left: 3em;
    line-height: 1.25;
  }
}
#our_services .faq-title::before {
  content: "";
  display: inline-block;
  width: clamp(46.99px, 4.58vw, 88px);
  height: clamp(36.31px, 3.54vw, 68px);
  background-image: url("../images/faq.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  -webkit-transform: translateY(clamp(9.61px, 0.94vw, 18px));
          transform: translateY(clamp(9.61px, 0.94vw, 18px));
}
#our_services .faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em 2em;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  #our_services .faq-list {
    grid-template-columns: 1fr;
  }
}
#our_services .question {
  background-color: #3a7b66;
  border-radius: 0 clamp(26.7px, 2.6vw, 50px) clamp(26.7px, 2.6vw, 50px) 0;
  font-size: clamp(9.61px, 0.94vw, 18px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5909090909;
  text-indent: -3.2em;
  color: #ffffff;
  padding: 4px 2px 4px 3em;
}
@media screen and (max-width: 767px) {
  #our_services .question {
    padding: 0.6em 0;
    border-radius: 0 clamp(10.02px, 8.22vw, 30px) clamp(10.02px, 8.22vw, 30px) 0;
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 1.2;
    text-indent: -2.8em;
    padding-left: 3em;
  }
}
#our_services .question span {
  font-size: clamp(11.75px, 1.15vw, 22px);
  margin-right: 1em;
  margin-left: clamp(5.34px, 0.52vw, 10px);
}
#our_services .service-content-title {
  background-color: #3a7b66;
  text-align: center;
  font-weight: 700;
  padding: clamp(5.34px, 0.52vw, 10px) 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #our_services .service-content-title {
    padding: 0;
  }
}
#our_services .service-1, #our_services .service-2 {
  background-color: #eaf4ee;
}
#our_services .service-content {
  display: grid;
  grid-template-columns: 25% 71%;
  gap: 0px 4%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-inline: clamp(10.68px, 1.04vw, 20px);
  padding-top: clamp(8.54px, 0.83vw, 16px);
}
@media screen and (max-width: 767px) {
  #our_services .service-content {
    display: block;
  }
  #our_services .service-content .before-and-after {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  #our_services .service-content .before-and-after .right-triangle {
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #our_services .service-content .before-and-after .right-triangle {
    -webkit-transform: rotate(90deg) translateX(10px);
            transform: rotate(90deg) translateX(10px);
  }
}
#our_services .service-content .service-price-list {
  text-align: center;
}
#our_services .service-content .service-price {
  display: grid;
  place-content: center;
  height: 50%;
}
#our_services .service-content .type-a {
  border-bottom: 1px solid #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services .service-content .type-a {
    padding-bottom: clamp(4.01px, 3.29vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  #our_services .service-content .type-b {
    padding-top: clamp(4.01px, 3.29vw, 12px);
  }
}
#our_services .service-2 {
  padding-top: clamp(21.36px, 2.08vw, 40px);
}
@media screen and (max-width: 767px) {
  #our_services .service-2 {
    padding-top: clamp(16.7px, 13.7vw, 50px);
  }
}
#our_services .service-2 .service-type {
  margin: 2em;
}
#our_services .service-2 .before-and-after-list {
  margin: 2em;
  padding-bottom: 3em;
}
#our_services .before-and-after {
  display: grid;
  grid-template-columns: 47% auto 47%;
  gap: 0px clamp(6.41px, 0.63vw, 12px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#our_services .before-and-after .image-title {
  display: inline-block;
  background-color: #3a7b66;
  font-weight: 700;
  color: #ffffff;
  padding: 0 clamp(8.54px, 0.83vw, 16px) 0 clamp(4.27px, 0.42vw, 8px);
  -webkit-clip-path: polygon(0 0, calc(100% - clamp(5.34px, 0.52vw, 10px)) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - clamp(5.34px, 0.52vw, 10px)) 0%, 100% 100%, 0% 100%);
}
#our_services .before-and-after img {
  display: block;
  width: 100%;
}
#our_services .before-and-after .right-triangle {
  position: relative;
}
#our_services .before-and-after .right-triangle img {
  position: absolute;
  top: 50%;
  width: clamp(8.01px, 0.78vw, 15px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#our_services .service-type {
  border: 1px solid #3a7b66;
  margin: 2em 1em 1em 1em;
  padding: 2em 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(8.54px, 0.83vw, 16px) 5em;
}
@media screen and (max-width: 767px) {
  #our_services .service-type {
    padding: 1em 1.5em;
    gap: 0;
  }
}
#our_services .service-type .type-item::before {
  content: "";
  display: inline-block;
  width: clamp(6.41px, 0.63vw, 12px);
  height: clamp(4.81px, 0.47vw, 9px);
  background-image: url("../images/check.png");
  background-position: center;
  background-size: contain;
  margin-right: 0.5em;
  -webkit-transform: translateY(clamp(-2.67px, -0.26vw, -5px));
          transform: translateY(clamp(-2.67px, -0.26vw, -5px));
}
#our_services .before-and-after-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12.82px, 1.25vw, 24px) clamp(21.36px, 2.08vw, 40px);
}
@media screen and (max-width: 767px) {
  #our_services .before-and-after-list {
    grid-template-columns: 1fr;
  }
}
#our_services .faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(21.36px, 2.08vw, 40px) clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #our_services .faq-list {
    display: block;
  }
}
#our_services #pillar-2 .faq-list {
  grid-template-areas: ". ." ". ." "max max";
}
@media screen and (max-width: 767px) {
  #our_services #pillar-2 .faq-list {
    grid-template-areas: initial;
  }
}
#our_services #pillar-3 {
  padding-top: clamp(32.04px, 3.13vw, 60px);
}
#our_services #pillar-3 .price-list {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .price-list {
    grid-template-columns: 1fr;
  }
}
#our_services #pillar-3 .item-price {
  display: grid;
  grid-template-columns: clamp(34.18px, 3.33vw, 64px) auto;
  place-content: center;
  place-items: center;
  gap: clamp(8.54px, 0.83vw, 16px);
  margin: clamp(21.36px, 2.08vw, 40px) 0;
}
#our_services #pillar-3 .item-price .attn-circle {
  display: grid;
  place-items: center;
  background-color: #3a7b66;
  border-radius: 50%;
  width: clamp(34.18px, 3.33vw, 64px);
  height: clamp(34.18px, 3.33vw, 64px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .item-price .attn-circle {
    font-size: clamp(2.67px, 2.19vw, 8px);
    width: clamp(9.69px, 7.95vw, 29px);
    height: clamp(9.69px, 7.95vw, 29px);
  }
}
#our_services #pillar-3 .item-price .price {
  font-size: clamp(23.5px, 2.29vw, 44px);
}
#our_services #pillar-3 .item-price .price span {
  font-size: clamp(18.16px, 1.77vw, 34px);
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .overview-block .image-part {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #our_services #pillar-3 .overview-block .text-part {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#our_services #pillar-3 .overview-block.service-1 {
  margin-top: clamp(42.72px, 4.17vw, 80px);
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .overview-block.service-1 {
    margin-top: clamp(3.34px, 2.74vw, 10px);
  }
}
#our_services #pillar-3 .overview-block.service-2 {
  padding: 0;
}
#our_services #pillar-3 .overview-block.service-2 .text-part {
  padding-top: clamp(21.36px, 2.08vw, 40px);
}
#our_services #pillar-3 .item-list {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: clamp(10.68px, 1.04vw, 20px);
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .item-list {
    grid-template-columns: 1fr;
  }
}
#our_services #pillar-3 .item-list .list-item {
  background-color: #ffffff;
  text-align: center;
}
#our_services #pillar-3 .item-list .content-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(8.54px, 0.83vw, 16px) clamp(21.36px, 2.08vw, 40px);
  padding: clamp(32.04px, 3.13vw, 60px) 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .item-list .content-list {
    grid-template-columns: repeat(2, auto);
    padding: clamp(4.01px, 3.29vw, 12px) 0;
  }
}
#our_services #pillar-3 .item-list .content-list .content {
  position: relative;
  padding-left: 1em;
}
#our_services #pillar-3 .item-list .content-list .content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: #3a7b66;
  width: clamp(5.34px, 0.52vw, 10px);
  height: clamp(5.34px, 0.52vw, 10px);
  border-radius: 50%;
}
#our_services #pillar-3 .option-list-title {
  margin-top: clamp(10.68px, 1.04vw, 20px);
  background-color: #3a7b66;
  color: #ffffff;
  line-height: 2.25;
  text-align: center;
}
#our_services #pillar-3 .option-list {
  background-color: #ffffff;
  padding: clamp(10.68px, 1.04vw, 20px) 0;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .option-list {
    padding: 0;
  }
}
#our_services #pillar-3 .option-list .list-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .option-list .list-item {
    grid-template-columns: 1fr;
  }
}
#our_services #pillar-3 .option-list .item-content {
  padding: clamp(32.04px, 3.13vw, 60px) 0;
  border-right: 1px solid #c3c3c3;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .option-list .item-content {
    padding: clamp(3.34px, 2.74vw, 10px) 0 clamp(5.01px, 4.11vw, 15px) 0;
    border-bottom: 1px solid #3a7b66;
    border-right: none;
  }
}
#our_services #pillar-3 .option-list .item-content:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .option-list .item-content:last-child {
    border-bottom: none;
  }
}
#our_services #pillar-3 .faq-list {
  grid-template-areas: "max-1 max-1" "max-2 max-2" "max-3 max-3" ". .";
}
@media screen and (max-width: 767px) {
  #our_services #pillar-3 .faq-list {
    grid-template-areas: initial;
  }
}
#our_services #pillar-4 .price-list {
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10.68px, 1.04vw, 20px);
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .price-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#our_services #pillar-4 .price {
  background-color: #eaf4ee;
  padding: clamp(21.36px, 2.08vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .overview-block .image-part {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #our_services #pillar-4 .overview-block .text-part {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#our_services #pillar-4 .faq-list {
  grid-template-areas: "max-1 max-1" "max-2 max-2" "max-3 max-3" "max-4 max-4" ". ." ". .";
  gap: clamp(10.68px, 1.04vw, 20px) clamp(10.68px, 1.04vw, 20px);
}
#our_services #pillar-4 .question {
  letter-spacing: 0.01em;
}
#our_services #pillar-4 .step-table {
  display: block;
  width: 100%;
  margin: clamp(5.34px, 0.52vw, 10px) 0;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step-table .step {
    width: 100%;
    display: grid !important;
    grid-template-columns: 15% 1fr;
    grid-template-areas: "number title" "content content";
  }
  #our_services #pillar-4 .step-table .step tbody {
    display: initial;
  }
  #our_services #pillar-4 .step-table .step tr, #our_services #pillar-4 .step-table .step td {
    display: initial;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #our_services #pillar-4 .step-table .step {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#our_services #pillar-4 .step-table tr {
  position: relative;
}
#our_services #pillar-4 .step-table tr::before {
  content: "";
  position: absolute;
  left: 7%;
  width: 93%;
  height: 100%;
  border-bottom: 1px solid #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step-table tr::before {
    border-bottom: none;
  }
}
#our_services #pillar-4 .step-table tr:last-child::before {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step {
    margin: 1em 0;
  }
}
#our_services #pillar-4 .step:last-child .number::after {
  display: none;
}
#our_services #pillar-4 .step .number {
  position: relative;
  width: 7%;
  font-size: clamp(20.29px, 1.98vw, 38px);
  font-weight: 900;
  line-height: 1;
  color: #3a7b66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step .number {
    width: initial;
    grid-area: number;
  }
}
#our_services #pillar-4 .step .number span {
  display: block;
  font-size: clamp(9.61px, 0.94vw, 18px);
}
#our_services #pillar-4 .step .number::after {
  content: "";
  position: absolute;
  top: 100%; /* 縦の位置を中央に */
  left: 50%;
  width: 3px; /* 線の長さ */
  height: 60%; /* 線の太さ */
  background-color: #3a7b66; /* 線の色 */
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%); /* 縦の位置を中央に調整 */
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step .number::after {
    display: none;
  }
}
#our_services #pillar-4 .step .title {
  width: 26%;
  font-weight: 700;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step .title {
    grid-area: title;
    width: initial;
  }
}
#our_services #pillar-4 .step .content {
  padding: clamp(5.34px, 0.52vw, 10px) 0;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step .content {
    grid-area: content;
    text-indent: -1.6em;
    padding-left: 3em;
  }
}
#our_services #pillar-4 .step .content span {
  display: inline-block;
  background-color: #3a7b66;
  width: clamp(13.88px, 1.35vw, 26px);
  height: clamp(13.88px, 1.35vw, 26px);
  border-radius: 50%;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #our_services #pillar-4 .step .content span {
    display: inline-block;
    width: clamp(4.68px, 3.84vw, 14px);
    height: clamp(4.68px, 3.84vw, 14px);
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 1;
    text-indent: 0.1em;
  }
}
#our_services .max {
  grid-area: max;
}
@media screen and (max-width: 767px) {
  #our_services .max {
    grid-area: initial;
  }
}
#our_services .max-1 {
  grid-area: max-1;
}
@media screen and (max-width: 767px) {
  #our_services .max-1 {
    grid-area: initial;
  }
}
#our_services .max-2 {
  grid-area: max-2;
}
@media screen and (max-width: 767px) {
  #our_services .max-2 {
    grid-area: initial;
  }
}
#our_services .max-3 {
  grid-area: max-3;
}
@media screen and (max-width: 767px) {
  #our_services .max-3 {
    grid-area: initial;
  }
}
#our_services .max-4 {
  grid-area: max-4;
}
#our_services #pillar-5 {
  padding-top: clamp(26.7px, 2.6vw, 50px);
  padding-bottom: clamp(80.1px, 7.81vw, 150px);
}
@media screen and (max-width: 767px) {
  #our_services #pillar-5 {
    padding-bottom: clamp(20.04px, 16.44vw, 60px);
  }
}
#our_services .list-block {
  position: relative;
  padding-top: clamp(21.36px, 2.08vw, 40px);
}
#our_services .list-block:before {
  content: "";
  position: absolute;
  top: 10%;
  width: calc(100% - clamp(53.4px, 5.21vw, 100px));
  height: 90%;
  background-color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services .list-block:before {
    display: none;
    background-color: transparent;
  }
}
#our_services .list-block .inner-container {
  margin: 0 auto;
  width: calc(100% - clamp(106.8px, 10.42vw, 200px) * 2);
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  #our_services .list-block .inner-container {
    width: calc(100% - clamp(3.34px, 2.74vw, 10px) * 2);
    margin: 0 auto;
  }
}
#our_services .list-block .restaurant-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(26.7px, 2.6vw, 50px) clamp(21.36px, 2.08vw, 40px);
}
@media screen and (max-width: 767px) {
  #our_services .list-block .restaurant-list {
    grid-template-columns: 1fr;
  }
}
#our_services .list-block .restaurant-list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: clamp(5.34px, 0.52vw, 10px);
}
@media screen and (max-width: 767px) {
  #our_services .list-block .restaurant-list-item {
    position: relative;
    padding: 0 clamp(6.68px, 5.48vw, 20px);
    background-color: transparent;
    z-index: 1;
  }
  #our_services .list-block .restaurant-list-item:nth-child(odd) {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  #our_services .list-block .restaurant-list-item:nth-child(even) {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  #our_services .list-block .restaurant-list-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    bottom: 0;
    background-color: #3a7b66;
    z-index: -1;
  }
}
#our_services .list-block .number {
  display: inline-block;
  background-color: #3a7b66;
  font-weight: 700;
  color: #ffffff;
  padding: 0 clamp(17.09px, 1.67vw, 32px) 0 clamp(12.82px, 1.25vw, 24px);
  -webkit-clip-path: polygon(0 0, calc(100% - clamp(5.34px, 0.52vw, 10px)) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - clamp(5.34px, 0.52vw, 10px)) 0%, 100% 100%, 0% 100%);
}
#our_services .list-block img {
  display: block;
  width: 100%;
}
#our_services .list-block .restaurant-overview {
  padding-bottom: clamp(10.68px, 1.04vw, 20px);
  border-bottom: 1px solid #c3c3c3;
}
#our_services .list-block .restaurant-name {
  font-weight: 700;
  font-size: clamp(11.75px, 1.15vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.5909090909;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #our_services .list-block .restaurant-name {
    font-size: clamp(5.68px, 4.66vw, 17px);
    line-height: 2;
  }
}
#our_services .list-block .restaurant-content {
  font-weight: 500;
  color: #ffffff;
  margin-top: clamp(5.34px, 0.52vw, 10px);
}
@media screen and (max-width: 767px) {
  #our_services .list-block .restaurant-content {
    font-size: clamp(4.01px, 3.29vw, 12px);
    letter-spacing: 0.08em;
  }
}
#our_services .list-block .restaurant-address {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 10;
  gap: clamp(13.35px, 1.3vw, 25px);
}
#our_services .list-block .restaurant-address .address {
  font-weight: 500;
  color: #ffffff;
}
#our_services .list-block .map {
  display: table;
  text-align: center;
  text-decoration: none;
  font-size: clamp(7.48px, 0.73vw, 14px);
  letter-spacing: 0.1em;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 2px 6px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#our_services .list-block .map:hover {
  background-color: #ffffff;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #our_services .list-block .map {
    font-size: clamp(4.01px, 3.29vw, 12px);
    padding-inline: 2.5em;
    letter-spacing: 0.08em;
    background-color: #ffffff;
    color: #3a7b66;
  }
}
#our_services .line {
  margin: clamp(42.72px, 4.17vw, 80px) auto 0;
}

#philosophy {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(74.76px, 7.29vw, 140px);
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4ee), color-stop(10%, #eaf4ee), color-stop(10%, transparent));
  background: -webkit-linear-gradient(top, #eaf4ee 0%, #eaf4ee 10%, transparent 10%);
  background: linear-gradient(to bottom, #eaf4ee 0%, #eaf4ee 10%, transparent 10%);
}
@media screen and (max-width: 767px) {
  #philosophy {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
  }
}
#philosophy .devide {
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#philosophy .devide img {
  width: 100%;
  height: auto;
  display: block;
}
#philosophy .section-head {
  width: 100%;
  padding-bottom: clamp(53.4px, 5.21vw, 100px);
}
@media screen and (max-width: 767px) {
  #philosophy .section-head {
    padding-bottom: 0;
  }
}
#philosophy .section-title {
  -webkit-transform: translateY(calc(clamp(10.68px, 1.04vw, 20px) * -1));
          transform: translateY(calc(clamp(10.68px, 1.04vw, 20px) * -1));
}
@media screen and (max-width: 767px) {
  #philosophy .section-title {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
#philosophy .inner-container {
  padding: 0 clamp(16.02px, 1.56vw, 30px);
}
#philosophy h3 {
  font-size: clamp(26.7px, 2.6vw, 50px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  #philosophy h3 {
    font-size: clamp(7.35px, 6.03vw, 22px);
    text-align: center;
  }
}
#philosophy .message {
  display: grid;
  grid-template-columns: 45% 55%;
  margin-top: clamp(32.04px, 3.13vw, 60px);
}
@media screen and (max-width: 767px) {
  #philosophy .message {
    position: relative;
    display: block;
  }
}
#philosophy .message .logo-image {
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  #philosophy .message .logo-image {
    position: absolute;
    bottom: 0;
    margin: 0;
    opacity: 0.15;
    z-index: -1;
    -webkit-transform: scale(1.2) translate(20%);
            transform: scale(1.2) translate(20%);
  }
}
#philosophy .message .logo-image img {
  display: block;
  width: 75%;
  max-width: 446px;
  margin: 0 auto;
}
#philosophy .message .message-title {
  border-left: 11px solid #3a7b66;
  padding-left: clamp(10.68px, 1.04vw, 20px);
}
@media screen and (max-width: 767px) {
  #philosophy .message .message-title {
    border-left: 5px solid #3a7b66;
    font-size: clamp(5.68px, 4.66vw, 17px);
  }
}
#philosophy .message .message-text {
  margin-top: clamp(42.72px, 4.17vw, 80px);
  line-height: 1.9444444444;
}
@media screen and (max-width: 767px) {
  #philosophy .message .message-text {
    margin-top: clamp(3.34px, 2.74vw, 10px);
  }
}
#philosophy .message .message-text p {
  margin-top: clamp(21.36px, 2.08vw, 40px);
}
#philosophy .message .signature {
  display: grid;
  grid-template-columns: auto auto;
  gap: clamp(8.54px, 0.83vw, 16px);
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: clamp(26.7px, 2.6vw, 50px);
}
#philosophy .message .signature .signature-company {
  font-size: clamp(13.35px, 1.3vw, 25px);
}
#philosophy .message .signature .signature-name {
  font-size: clamp(18.16px, 1.77vw, 34px);
  line-height: 1.4;
}
#philosophy .message .signature .signature-name .position {
  display: block;
  font-size: clamp(9.61px, 0.94vw, 18px);
}
#philosophy .message .signature .signature-name .invisible {
  display: none;
}

#company {
  background-color: #eaf4ee;
  padding: clamp(53.4px, 5.21vw, 100px) 0;
}
#company .company-overview {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: clamp(74.76px, 7.29vw, 140px) 0;
}
@media screen and (max-width: 767px) {
  #company .company-overview {
    margin: clamp(16.7px, 13.7vw, 50px) 0;
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#company .company-overview tr {
  height: 5em;
  border-top: 1px solid #c3c3c3;
}
@media screen and (max-width: 767px) {
  #company .company-overview tr {
    height: 3em;
  }
}
#company .company-overview tr:last-child {
  border-bottom: 1px solid #c3c3c3;
}
#company .company-overview tr th {
  width: 20%;
  background-color: #e9ede8;
}
@media screen and (max-width: 767px) {
  #company .company-overview tr th {
    width: 30%;
  }
}
#company .company-overview tr td {
  width: 80%;
  padding-left: clamp(26.7px, 2.6vw, 50px);
}
@media screen and (max-width: 767px) {
  #company .company-overview tr td {
    width: 70%;
  }
}

footer {
  background-color: #3a7b66;
}
footer .container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: clamp(32.04px, 3.13vw, 60px) 0;
  width: calc(100% - clamp(106.8px, 10.42vw, 200px) * 2);
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  footer .container {
    width: calc(100% - clamp(6.68px, 5.48vw, 20px) * 2);
    margin: 0 clamp(6.68px, 5.48vw, 20px);
    max-width: 100%;
    font-size: clamp(3.34px, 2.74vw, 10px);
  }
}
footer .company-logo {
  width: clamp(152.72px, 14.9vw, 286px);
}
footer .company-name {
  color: #ffffff;
}
footer .company-address {
  color: #ffffff;
  line-height: 2;
}
footer .company-address a {
  color: #ffffff;
  text-decoration: none;
}
footer .line {
  width: 100%;
  margin: clamp(26.7px, 2.6vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  footer .line {
    margin: clamp(6.68px, 5.48vw, 20px) 0;
  }
}
footer .copyright {
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    bottom: -30px;
    font-size: clamp(2.67px, 2.19vw, 8px);
  }
}

.upper-arrow {
  position: relative;
  display: block !important;
  width: clamp(5.61px, 0.55vw, 10.5px);
  height: clamp(3.31px, 0.32vw, 6.2px);
}
@media screen and (max-width: 767px) {
  .upper-arrow {
    width: clamp(3.51px, 2.88vw, 10.5px);
    height: clamp(2.07px, 1.7vw, 6.2px);
  }
}
.upper-arrow::before, .upper-arrow::after {
  content: "";
  position: absolute;
  top: calc(clamp(4.27px, 0.42vw, 8px) * -1);
  left: calc(150% - 1px);
  width: clamp(1.07px, 0.1vw, 2px);
  height: clamp(4.27px, 0.42vw, 8px);
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
}
@media screen and (max-width: 767px) {
  .upper-arrow::before, .upper-arrow::after {
    top: 0px;
    left: 9px;
    width: 1px;
    height: 5px;
  }
}
.upper-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.upper-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.right-arrow {
  position: relative;
  display: inline-block !important;
  width: clamp(3.31px, 0.32vw, 6.2px);
  height: clamp(5.61px, 0.55vw, 10.5px);
}
@media screen and (max-width: 767px) {
  .right-arrow {
    width: clamp(2.07px, 1.7vw, 6.2px);
    height: clamp(3.51px, 2.88vw, 10.5px);
  }
}
.right-arrow::before, .right-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(clamp(10.68px, 1.04vw, 20px) * -1);
  width: clamp(4.27px, 0.42vw, 8px);
  height: clamp(1.07px, 0.1vw, 2px);
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 767px) {
  .right-arrow::before, .right-arrow::after {
    top: calc(50% + 1px);
    width: 6px;
    height: 1px;
  }
}
.right-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.right-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ihinseiri-section-title {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .ihinseiri-section-title {
    margin: 6px 20px;
  }
}
.ihinseiri-section-title .title_jp {
  font-size: clamp(16.02px, 1.56vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #3a7b66;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .ihinseiri-section-title .title_jp {
    font-size: clamp(6.68px, 5.48vw, 20px);
    line-height: 1.5;
  }
}
.ihinseiri-section-title .title_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  .ihinseiri-section-title .title_en {
    font-size: clamp(3.34px, 2.74vw, 10px);
    line-height: 1.44;
  }
}

.ihinseiri-section-title-bar {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  .ihinseiri-section-title-bar {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
.ihinseiri-section-title-bar::after {
  content: "";
  position: absolute;
  bottom: clamp(-6.41px, -0.63vw, -12px);
  left: 50%;
  width: clamp(16.02px, 1.56vw, 30px);
  height: 4px;
  background-color: #3a7b66;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ihinseiri-section-title-bar::after {
    width: clamp(10.02px, 8.22vw, 30px);
  }
}

#ihinseiri-top {
  position: relative;
  padding-top: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), color-stop(80%, #eaf4ee), to(#eaf4ee)), url("../images/bg-1.png");
  background: -webkit-linear-gradient(transparent 0%, transparent 80%, #eaf4ee 80%, #eaf4ee 100%), url("../images/bg-1.png");
  background: linear-gradient(transparent 0%, transparent 80%, #eaf4ee 80%, #eaf4ee 100%), url("../images/bg-1.png");
  background-position-y: 70%;
  background-size: 100vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top {
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #eaf4ee), to(#eaf4ee)), url("../images/bg-1-sp.png");
    background: -webkit-linear-gradient(transparent 0%, transparent 50%, #eaf4ee 50%, #eaf4ee 100%), url("../images/bg-1-sp.png");
    background: linear-gradient(transparent 0%, transparent 50%, #eaf4ee 50%, #eaf4ee 100%), url("../images/bg-1-sp.png");
    background-position-y: 45%;
    background-size: 100vw;
    background-repeat: no-repeat;
  }
}
#ihinseiri-top .container {
  margin-inline: 30px;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .container {
    margin: 0;
  }
}
#ihinseiri-top .container .logo {
  position: absolute;
  max-width: 203px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .container .logo {
    display: none;
  }
}
#ihinseiri-top .ihinseiri-textarea {
  position: absolute;
  width: 26.5%;
  max-width: 492px;
  top: 45%;
  background-image: url(../images/textarea.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .ihinseiri-textarea {
    top: 75%;
    left: 20px;
    width: 60%;
    max-width: 440px;
  }
}
#ihinseiri-top .text-content {
  margin: 15% 7%;
}
#ihinseiri-top .headline {
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.88;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .headline {
    font-size: clamp(3.67px, 3.01vw, 11px);
    line-height: 1.91;
  }
}
#ihinseiri-top .attention {
  font-size: clamp(6.41px, 0.63vw, 12px);
  font-weight: 500;
  line-height: 1.2;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: clamp(7.48px, 0.73vw, 14px) 0 clamp(5.34px, 0.52vw, 10px) 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .attention {
    font-size: clamp(2px, 1.64vw, 6px);
    padding: clamp(3.34px, 2.74vw, 10px) 0 clamp(2.67px, 2.19vw, 8px) 0;
  }
}
#ihinseiri-top .plan {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#ihinseiri-top .plan .floor {
  position: relative;
  background: #365699;
  width: clamp(38.98px, 3.8vw, 73px);
  height: clamp(38.98px, 3.8vw, 73px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .plan .floor {
    width: clamp(11.02px, 9.04vw, 33px);
    height: clamp(11.02px, 9.04vw, 33px);
  }
}
#ihinseiri-top .plan .floor span {
  position: absolute;
  font-size: clamp(16.02px, 1.56vw, 30px);
  font-weight: bold;
  color: white;
  letter-spacing: 0.02em;
  line-height: 1.83;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .plan .floor span {
    font-size: clamp(4.34px, 3.56vw, 13px);
  }
}
#ihinseiri-top .plan .price {
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 10px;
  font-size: clamp(33.11px, 3.23vw, 62px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.17;
  color: white;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .plan .price {
    font-size: clamp(9.02px, 7.4vw, 27px);
  }
}
#ihinseiri-top .plan .price span {
  position: relative;
  font-size: clamp(18.69px, 1.82vw, 35px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .plan .price span {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-top .plan .price span span {
  position: absolute;
  font-size: clamp(4.81px, 0.47vw, 9px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 3.1;
  top: -22%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .plan .price span span {
    font-size: clamp(1.34px, 1.1vw, 4px);
  }
}
#ihinseiri-top .plan .price::before {
  content: "";
  position: absolute;
  display: block;
  height: clamp(9.08px, 0.89vw, 17px);
  left: 3.3%;
  right: -3.3%;
  top: 83%;
  z-index: -1;
  background-color: #365699;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .plan .price::before {
    height: clamp(2.34px, 1.92vw, 7px);
    left: 6.5%;
    right: 0.2%;
  }
}
#ihinseiri-top .ihinseiri_img {
  position: relative;
  width: calc(100% - 240px);
  margin: 0 30px 0 240px;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .ihinseiri_img {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#ihinseiri-top .ihinseiri_img img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #ihinseiri-top .ihinseiri_img img {
    width: 100%;
    border-radius: 8px;
  }
}

article section {
  margin: 0 auto;
}
article section .container {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  article section .container {
    max-width: none;
  }
}
article section .inner-content {
  margin-inline: clamp(64.08px, 6.25vw, 120px);
}
@media screen and (max-width: 767px) {
  article section .inner-content {
    margin-inline: 20px;
  }
}

.article-a {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4ee), color-stop(63.05%, #eaf4ee), to(rgba(242, 247, 245, 0)));
  background: -webkit-linear-gradient(#eaf4ee 0%, #eaf4ee 63.05%, rgba(242, 247, 245, 0) 100%);
  background: linear-gradient(#eaf4ee 0%, #eaf4ee 63.05%, rgba(242, 247, 245, 0) 100%);
}

#ihinseiri-overview {
  max-width: 1920px;
  padding-top: clamp(76.9px, 7.5vw, 144px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview {
    padding-top: clamp(18.37px, 15.07vw, 55px);
  }
}
#ihinseiri-overview .inner-content {
  padding: clamp(61.41px, 5.99vw, 115px) clamp(53.4px, 5.21vw, 100px);
  border-radius: 12px;
  background: white;
  border: 2px solid #365699;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content {
    padding: 20px;
  }
}
#ihinseiri-overview .inner-content .inner-content-title {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
  color: #3a7b66;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-content-title {
    margin-top: clamp(4.68px, 3.84vw, 14px);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-content-title {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-overview .inner-content .inner-content-title span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #eaf4ee), to(#eaf4ee));
  background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, #eaf4ee 50%, #eaf4ee 100%);
  background-image: linear-gradient(transparent 0%, transparent 50%, #eaf4ee 50%, #eaf4ee 100%);
}
#ihinseiri-overview .inner-content .inner-content-text {
  padding-top: clamp(21.36px, 2.08vw, 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  line-height: 2.1875 !important;
  line-height: 2.5;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-content-text {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-overview .inner-content .inner-chart {
  margin-top: clamp(32.04px, 3.13vw, 60px);
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4ee), to(#eaf4ee));
  background: -webkit-linear-gradient(#eaf4ee 0%, #eaf4ee 100%);
  background: linear-gradient(#eaf4ee 0%, #eaf4ee 100%);
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart {
    margin-top: clamp(12.69px, 10.41vw, 38px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content {
  padding: clamp(10.68px, 1.04vw, 20px) 0 clamp(32.04px, 3.13vw, 60px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content {
    width: 100%;
    margin: clamp(6.68px, 5.48vw, 20px) 0;
    padding: 0;
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .chart-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  color: #3a7b66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .chart-title {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .plan {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 clamp(122.82px, 11.98vw, 230px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .plan {
    margin: 0 auto;
    padding-top: clamp(5.34px, 4.38vw, 16px);
    padding-bottom: clamp(5.34px, 4.38vw, 16px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .plan .floor {
  position: relative;
  background: #3a7b66;
  width: clamp(51.26px, 5vw, 96px);
  height: clamp(51.26px, 5vw, 96px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .plan .floor {
    width: clamp(15.36px, 12.6vw, 46px);
    height: clamp(15.36px, 12.6vw, 46px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .plan .floor span {
  position: absolute;
  font-size: clamp(21.36px, 2.08vw, 40px);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.825;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .plan .floor span {
    font-size: clamp(6.01px, 4.93vw, 18px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .plan .price {
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: clamp(10.68px, 1.04vw, 20px);
  font-size: clamp(44.86px, 4.38vw, 84px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.17;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .plan .price {
    font-size: clamp(13.03px, 10.68vw, 39px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .plan .price span {
  position: relative;
  font-size: clamp(25.63px, 2.5vw, 48px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .plan .price span {
    font-size: clamp(7.68px, 6.3vw, 23px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .plan .price span span {
  position: absolute;
  font-size: clamp(6.94px, 0.68vw, 13px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.15;
  top: -10%;
  left: -3.3%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .plan .price span span {
    font-size: clamp(2px, 1.64vw, 6px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .chart-step {
  margin: 0 clamp(122.82px, 11.98vw, 230px);
  padding-top: clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .chart-step {
    margin-inline: clamp(3.01px, 2.47vw, 9px);
    padding: 0 clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .chart-step ul {
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(46%, transparent), color-stop(46%, #88CDF9), color-stop(54%, #88CDF9), color-stop(54%, transparent), to(transparent));
  background: -webkit-linear-gradient(transparent 0%, transparent 46%, #88CDF9 46%, #88CDF9 54%, transparent 54%, transparent 100%);
  background: linear-gradient(transparent 0%, transparent 46%, #88CDF9 46%, #88CDF9 54%, transparent 54%, transparent 100%);
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .chart-step ul {
    width: 85%;
    margin: 0 auto;
  }
}
#ihinseiri-overview .inner-content .inner-chart .chart-content .chart-step ul li {
  background: #fff;
  border: 2px solid #3a7b66;
  padding: clamp(13.35px, 1.3vw, 25px) clamp(5.34px, 0.52vw, 10px);
  list-style: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: clamp(8.54px, 0.83vw, 16px);
  letter-spacing: 0.45em;
  text-align: center;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-overview .inner-content .inner-chart .chart-content .chart-step ul li {
    border: 1px solid #365699;
    margin: clamp(6.68px, 5.48vw, 20px) 0;
    padding: clamp(1.67px, 1.37vw, 5px) clamp(1px, 0.82vw, 3px);
    font-size: clamp(3.34px, 2.74vw, 10px);
    letter-spacing: 0.2em;
  }
}

#ihinseiri-license {
  max-width: 1920px;
  padding: clamp(76.9px, 7.5vw, 144px) 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-license {
    padding: clamp(18.37px, 15.07vw, 55px) 0;
  }
}
@media screen and (max-width: 767px) {
  #ihinseiri-license .inner-content {
    width: 100%;
    padding: 0;
  }
}
#ihinseiri-license .inner-content .inner-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-license .inner-content .inner-content-text {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-license .inner-content .inner-content-text span {
  font-weight: 900;
}
#ihinseiri-license .inner-content .inner-content-text span.green {
  color: #2338ee;
}
#ihinseiri-license .inner-content .inner-content-text span.red {
  color: #E36060;
}
#ihinseiri-license .inner-image {
  display: grid;
  margin: 0 auto;
  padding: clamp(26.7px, 2.6vw, 50px) clamp(160.2px, 15.63vw, 300px) 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-license .inner-image {
    padding: clamp(6.68px, 5.48vw, 20px) 0 0;
  }
}
#ihinseiri-license .inner-image img.person {
  width: 100%;
  max-width: 454px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ihinseiri-license .inner-image img.person {
    width: 70%;
  }
}
#ihinseiri-license .license-text {
  margin: 0 clamp(213.6px, 20.83vw, 400px);
  padding-top: clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-license .license-text {
    margin: 0 clamp(6.68px, 5.48vw, 20px);
    padding-top: clamp(10.02px, 8.22vw, 30px);
  }
}
#ihinseiri-license .license-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  line-height: 2.5 !important;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5em;
}

#ihinseiri-service {
  background: url(../images/bg-2.png), #eaf4ee;
  background-size: 100vw;
  background-repeat: no-repeat;
  padding: clamp(16.02px, 1.56vw, 30px) 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service {
    background: url(../images/bg-2-sp.png), #eaf4ee;
    background-size: 100vw;
    background-repeat: no-repeat;
    padding: clamp(6.68px, 5.48vw, 20px) 0;
  }
}
#ihinseiri-service .container {
  padding: clamp(42.72px, 4.17vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .container {
    padding: clamp(13.36px, 10.96vw, 40px) 0;
  }
}
#ihinseiri-service .inner-content {
  margin-inline: clamp(117.48px, 11.46vw, 220px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content {
    margin-inline: 20px;
  }
}
#ihinseiri-service .inner-content .service-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(21.36px, 2.08vw, 40px);
  padding-top: clamp(26.7px, 2.6vw, 50px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list {
    grid-template-columns: 100%;
    padding-top: clamp(11.36px, 9.32vw, 34px);
  }
}
#ihinseiri-service .inner-content .service-list .service-item {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
#ihinseiri-service .inner-content .service-list .service-item .servive-image {
  overflow: hidden;
}
#ihinseiri-service .inner-content .service-list .service-item .servive-image img {
  border-radius: 12px;
}
#ihinseiri-service .inner-content .service-list .service-item .item-title {
  margin-top: clamp(25.1px, 2.45vw, 47px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item .item-title {
    margin-top: clamp(8.02px, 6.58vw, 24px);
    font-size: clamp(5.01px, 4.11vw, 15px);
    line-height: 1.7;
  }
}
#ihinseiri-service .inner-content .service-list .service-item .item-overview {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: clamp(8.01px, 0.78vw, 15px);
  font-size: clamp(9.61px, 0.94vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.94;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item .item-overview {
    padding-top: clamp(7.68px, 6.3vw, 23px);
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 2.4;
  }
}
#ihinseiri-service .inner-content .service-list .service-item .item-text {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: clamp(21.36px, 2.08vw, 40px);
  padding-inline: clamp(24.03px, 2.34vw, 45px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item .item-text {
    padding-bottom: clamp(10.02px, 8.22vw, 30px);
  }
}
#ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-title {
  font-size: clamp(8.01px, 0.78vw, 15px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: clamp(2.67px, 0.26vw, 5px) clamp(16.02px, 1.56vw, 30px);
  background: #3a7b66;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-title {
    padding: clamp(1px, 0.82vw, 3px) clamp(5.34px, 4.38vw, 16px);
    font-size: clamp(4.01px, 3.29vw, 12px);
    border-radius: 30px;
  }
}
#ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-list {
  margin-inline: clamp(10.68px, 1.04vw, 20px);
  padding-top: clamp(10.68px, 1.04vw, 20px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-list {
    padding-top: clamp(3.34px, 2.74vw, 10px);
  }
}
#ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-list ul {
  margin: 0;
}
#ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-list li {
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  font-weight: 400;
  line-height: 2.5;
  text-align: left;
  color: #333333;
  text-indent: -1.4em;
  padding-left: 1.8em;
  margin: 0 clamp(5.34px, 0.52vw, 10px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-list li {
    padding-top: 2px;
    margin: clamp(1.34px, 1.1vw, 4px) 0;
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1.7em;
  }
}
#ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-list li::before {
  content: url(../images/Icon-circle-check-2.svg);
  display: inline-block;
  width: clamp(10.68px, 1.04vw, 20px);
  height: clamp(10.68px, 1.04vw, 20px);
  margin-right: 0.2em;
  position: relative;
  top: clamp(1.6px, 0.16vw, 3px);
  left: 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item .item-text .item-text-list li::before {
    width: clamp(4.51px, 3.7vw, 13.5px);
    height: clamp(4.51px, 3.7vw, 13.5px);
    margin-right: -0.1em;
  }
}
#ihinseiri-service .inner-content .service-list .service-item hr {
  margin: clamp(16.02px, 1.56vw, 30px);
  border-top: 1px solid #88CDF9;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .service-list .service-item hr {
    margin: clamp(8.35px, 6.85vw, 25px) clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-service .inner-content .price-image {
  padding-top: clamp(32.04px, 3.13vw, 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image {
    padding-top: clamp(10.69px, 8.77vw, 32px);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  letter-spacing: 0.178em;
  text-align: center;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-title {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content {
  border-radius: 12px;
  background: white;
  margin-top: clamp(32.04px, 3.13vw, 60px);
  margin-inline: 0 auto;
  padding: clamp(26.7px, 2.6vw, 50px) clamp(37.38px, 3.65vw, 70px) clamp(42.72px, 4.17vw, 80px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content {
    margin-top: clamp(10.69px, 8.77vw, 32px);
    padding: 0;
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table {
    width: initial;
    margin: 0 clamp(10.02px, 8.22vw, 30px);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table thead th {
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  font-weight: 900;
  text-align: center;
  color: #3a7b66;
  padding-bottom: clamp(10.68px, 1.04vw, 20px);
  border-bottom: 1px solid #eaf4ee;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table thead th {
    font-size: clamp(4.01px, 3.29vw, 12px);
    padding-top: clamp(6.68px, 5.48vw, 20px);
    padding-bottom: 0;
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody tr {
  height: clamp(37.38px, 3.65vw, 70px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody tr {
    height: clamp(11.69px, 9.59vw, 35px);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody th {
  width: 30%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3a7b66;
  border-bottom: 1px solid #eaf4ee;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody th {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody td {
  font-size: clamp(18.69px, 1.82vw, 35px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: center;
  color: #333333;
  border-bottom: 1px solid #eaf4ee;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody td {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody td span {
  font-size: clamp(9.61px, 0.94vw, 18px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody td span {
    font-size: clamp(3.67px, 3.01vw, 11px);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody td:nth-child(2) {
  width: 5%;
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table tbody td:nth-child(3) {
  width: 65%;
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table .slash {
  width: clamp(21.36px, 2.08vw, 40px);
  height: clamp(8.01px, 0.78vw, 15px);
  border-top: 2px solid #eaf4ee;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table .slash {
    width: clamp(5.01px, 4.11vw, 15px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#ihinseiri-service .inner-content .price-image .price-image-content .price-table-attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  line-height: 2.1875 !important;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.178em;
  line-height: 2.5;
  text-align: left;
  color: #333333;
  padding-top: clamp(32.04px, 3.13vw, 60px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-service .inner-content .price-image .price-image-content .price-table-attention {
    padding: clamp(6.68px, 5.48vw, 20px) clamp(6.01px, 4.93vw, 18px) clamp(11.69px, 9.59vw, 35px);
    font-size: clamp(4.01px, 3.29vw, 12px);
    letter-spacing: 0.16em;
  }
}

#ihinseiri-basic {
  background: url(../images/bg-3.png);
  background-size: 100vw;
  background-repeat: no-repeat;
  padding-top: clamp(80.1px, 7.81vw, 150px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic {
    background: url(../images/bg-3-sp.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    padding-top: clamp(33.4px, 27.4vw, 100px);
  }
}
#ihinseiri-basic .inner-content {
  margin-inline: clamp(117.48px, 11.46vw, 220px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content {
    margin-inline: 20px;
  }
}
#ihinseiri-basic .inner-content .ihinseiri-section-title-b {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16.02px, 1.56vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .ihinseiri-section-title-b {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-basic .inner-content .basic-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "num-1 num-1 num-2 num-2 num-3 num-3" ". num-4 num-4 num-5 num-5 .";
  gap: clamp(14.95px, 1.46vw, 28px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .basic-list {
    display: block;
  }
}
#ihinseiri-basic .inner-content .basic-list .num-1 {
  grid-area: num-1;
}
#ihinseiri-basic .inner-content .basic-list .num-2 {
  grid-area: num-2;
}
#ihinseiri-basic .inner-content .basic-list .num-3 {
  grid-area: num-3;
}
#ihinseiri-basic .inner-content .basic-list .num-4 {
  grid-area: num-4;
}
#ihinseiri-basic .inner-content .basic-list .num-5 {
  grid-area: num-5;
}
#ihinseiri-basic .inner-content .basic-list .basic-item {
  background: #fff;
  margin-top: clamp(26.7px, 2.6vw, 50px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .basic-list .basic-item {
    padding-top: clamp(10.02px, 8.22vw, 30px);
  }
}
#ihinseiri-basic .inner-content .basic-list .basic-item .basic-image {
  position: relative;
  margin: clamp(10.68px, 1.04vw, 20px) 0 0 0;
}
#ihinseiri-basic .inner-content .basic-list .basic-item .basic-image img {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .basic-list .basic-item .basic-image img {
    width: 100%;
    max-width: initial;
  }
}
#ihinseiri-basic .inner-content .basic-list .basic-item .basic-image .basic-num {
  font-family: "Noto Sans";
  position: absolute;
  top: -10%;
  left: 5%;
  width: clamp(21.36px, 2.08vw, 40px);
  height: clamp(21.36px, 2.08vw, 40px);
  background: #3a7b66;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .basic-list .basic-item .basic-image .basic-num {
    width: clamp(13.36px, 10.96vw, 40px);
    height: clamp(13.36px, 10.96vw, 40px);
  }
}
#ihinseiri-basic .inner-content .basic-list .basic-item .basic-image .basic-num span {
  position: absolute;
  font-size: clamp(10.68px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .basic-list .basic-item .basic-image .basic-num span {
    font-size: clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-basic .inner-content .basic-list .basic-item .basic-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10.68px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 3;
  text-align: center;
  color: #3a7b66;
  margin-top: clamp(10.68px, 1.04vw, 20px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .basic-list .basic-item .basic-title {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-basic .inner-content .basic-list .basic-item .basic-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  padding: 0 0 clamp(16.02px, 1.56vw, 30px) 0;
  display: inline;
  padding-bottom: clamp(4.27px, 0.42vw, 8px);
  background: -webkit-gradient(linear, left top, right top, from(#c0cae0), color-stop(50%, #c0cae0), color-stop(51%, rgba(192, 202, 224, 0)), to(rgba(192, 202, 224, 0))) repeat-x left bottom/10px 2px;
  background: -webkit-linear-gradient(left, #c0cae0 0%, #c0cae0 50%, rgba(192, 202, 224, 0) 51%, rgba(192, 202, 224, 0) 100%) repeat-x left bottom/10px 2px;
  background: linear-gradient(to right, #c0cae0 0%, #c0cae0 50%, rgba(192, 202, 224, 0) 51%, rgba(192, 202, 224, 0) 100%) repeat-x left bottom/10px 2px;
}
@media screen and (max-width: 767px) {
  #ihinseiri-basic .inner-content .basic-list .basic-item .basic-text {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}

#ihinseiri-flow {
  padding-top: clamp(64.08px, 6.25vw, 120px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow {
    padding-top: clamp(13.36px, 10.96vw, 40px);
  }
}
#ihinseiri-flow .inner-content {
  font-family: "Noto Sans JP", sans-serif;
  margin-inline: clamp(117.48px, 11.46vw, 220px);
  border-bottom: 2px solid #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content {
    margin-inline: 20px;
    padding-bottom: clamp(15.03px, 12.33vw, 45px);
  }
}
#ihinseiri-flow .inner-content .ihinseiri-section-title-c {
  position: relative;
  display: inline-block;
  border: 2px solid #3a7b66;
  border-right-style: none;
  border-left-style: none;
  width: 100%;
  padding: clamp(2.67px, 0.26vw, 5px) 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
  background-color: white;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .ihinseiri-section-title-c {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-flow .inner-content .ihinseiri-section-title-c::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: clamp(10.68px, 1.04vw, 20px) clamp(5.34px, 0.52vw, 10px) 0 clamp(5.34px, 0.52vw, 10px);
  border-color: #3a7b66 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .ihinseiri-section-title-c::before {
    border-width: clamp(3.34px, 2.74vw, 10px) clamp(1.67px, 1.37vw, 5px) 0 clamp(1.67px, 1.37vw, 5px);
  }
}
#ihinseiri-flow .inner-content .ihinseiri-section-title-c::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: clamp(8.54px, 0.83vw, 16px) clamp(4.27px, 0.42vw, 8px) 0 clamp(4.27px, 0.42vw, 8px);
  border-color: white transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .ihinseiri-section-title-c::after {
    border-width: clamp(2.67px, 2.19vw, 8px) clamp(1.34px, 1.1vw, 4px) 0 clamp(1.34px, 1.1vw, 4px);
  }
}
#ihinseiri-flow .inner-content .flow-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(8.54px, 0.83vw, 16px) 1fr clamp(8.54px, 0.83vw, 16px) 1fr;
  grid-template-areas: "step-1 . step-2 . step-3";
  gap: clamp(5.34px, 0.52vw, 10px);
  margin: clamp(21.36px, 2.08vw, 40px);
}
#ihinseiri-flow .inner-content .flow-list #step-1 {
  grid-area: step-1;
}
#ihinseiri-flow .inner-content .flow-list #step-2 {
  grid-area: step-2;
}
#ihinseiri-flow .inner-content .flow-list #step-3 {
  grid-area: step-3;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list {
    grid-template-columns: 100%;
    grid-template-rows: auto clamp(5.34px, 4.38vw, 16px) auto clamp(5.34px, 4.38vw, 16px) auto;
    grid-template-areas: "step-1" "." "step-2" "." "step-3";
    margin: 0;
  }
  #ihinseiri-flow .inner-content .flow-list #step-1 {
    grid-area: step-1;
  }
  #ihinseiri-flow .inner-content .flow-list #step-2 {
    grid-area: step-2;
  }
  #ihinseiri-flow .inner-content .flow-list #step-3 {
    grid-area: step-3;
  }
}
#ihinseiri-flow .inner-content .flow-list .right-triangle {
  background-image: url("../images/icon-triangle-r.svg");
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .right-triangle {
    width: 16px;
    margin: 0 auto;
    -webkit-transform: translateY(100%) rotate(90deg);
            transform: translateY(100%) rotate(90deg);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item {
  margin-top: clamp(10.68px, 1.04vw, 20px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item {
    margin-top: clamp(11.69px, 9.59vw, 35px);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10.68px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto;
  padding-bottom: clamp(5.34px, 0.52vw, 10px);
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-title {
    font-size: clamp(6.01px, 4.93vw, 18px);
    padding-bottom: clamp(3.34px, 2.74vw, 10px);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-title::before {
  content: url(../images/icon-check.svg);
  position: relative;
  display: inline-block;
  width: clamp(8.01px, 0.78vw, 15px);
  height: auto;
  margin-right: clamp(6.41px, 0.63vw, 12px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-title::before {
    width: clamp(5.01px, 4.11vw, 15px);
    margin-right: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-image {
  position: relative;
  width: clamp(112.14px, 10.94vw, 210px);
  height: clamp(112.14px, 10.94vw, 210px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-image {
    width: clamp(70.14px, 57.53vw, 210px);
    height: clamp(70.14px, 57.53vw, 210px);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .upper-half-circle,
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .lower-half-circle {
  width: clamp(112.14px, 10.94vw, 210px);
  height: clamp(56.07px, 5.47vw, 105px);
  background-color: #eaf4ee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .upper-half-circle,
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .lower-half-circle {
    width: clamp(70.14px, 57.53vw, 210px);
    height: clamp(35.07px, 28.77vw, 105px);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .upper-half-circle {
  border-radius: clamp(56.07px, 5.47vw, 105px) clamp(56.07px, 5.47vw, 105px) 0 0;
  border-bottom: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .upper-half-circle {
    border-radius: clamp(35.07px, 28.77vw, 105px) clamp(35.07px, 28.77vw, 105px) 0 0;
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .lower-half-circle {
  border-radius: 0 0 clamp(56.07px, 5.47vw, 105px) clamp(56.07px, 5.47vw, 105px);
  border-top: none;
  -webkit-box-align: top;
  -webkit-align-items: top;
     -moz-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .lower-half-circle {
    border-radius: 0 0 clamp(35.07px, 28.77vw, 105px) clamp(35.07px, 28.77vw, 105px);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .flow-overview {
  font-size: clamp(10.68px, 1.04vw, 20px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-image .flow-overview {
    font-size: clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-image img {
  height: 75%;
  margin: 0 auto;
}
#ihinseiri-flow .inner-content .flow-list .flow-item .flow-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  margin-top: clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-flow .inner-content .flow-list .flow-item .flow-text {
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 2.5;
    margin-top: clamp(10.02px, 8.22vw, 30px);
  }
}

#ihinseiri-cost {
  padding: clamp(64.08px, 6.25vw, 120px) 0 clamp(53.4px, 5.21vw, 100px);
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost {
    padding: clamp(16.7px, 13.7vw, 50px) 0;
  }
}
#ihinseiri-cost .inner-content {
  margin-inline: clamp(64.08px, 6.25vw, 120px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .inner-content {
    margin-inline: 20px;
  }
}
#ihinseiri-cost .swiper {
  position: relative;
  width: 100%;
  height: auto;
}
#ihinseiri-cost .swiper-button-prev,
#ihinseiri-cost .swiper-button-next {
  position: absolute;
  top: 50%;
  width: clamp(16.02px, 1.56vw, 30px);
  height: clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .swiper-button-prev,
  #ihinseiri-cost .swiper-button-next {
    top: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: clamp(6.68px, 5.48vw, 20px);
    height: clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-cost .swiper-button-prev {
  left: 0px;
}
#ihinseiri-cost .swiper-button-next {
  right: 0px;
}
#ihinseiri-cost .swiper-button-prev::after,
#ihinseiri-cost .swiper-button-next::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  width: clamp(16.02px, 1.56vw, 30px);
  height: clamp(16.02px, 1.56vw, 30px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .swiper-button-prev::after,
  #ihinseiri-cost .swiper-button-next::after {
    width: clamp(6.68px, 5.48vw, 20px);
    height: clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-cost .swiper-button-prev::after {
  background-image: url("../images/button-prev.svg");
}
#ihinseiri-cost .swiper-button-next::after {
  background-image: url("../images/button-next.svg");
}
#ihinseiri-cost .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5.34px, 0.52vw, 10px);
}
#ihinseiri-cost .swiper-pagination-bullet {
  display: inline-block;
  width: clamp(5.34px, 0.52vw, 10px);
  height: clamp(5.34px, 0.52vw, 10px);
  border-radius: 50%;
  background: #eaf4ee;
}
#ihinseiri-cost .swiper-pagination-bullet-active {
  background: #3a7b66;
}
#ihinseiri-cost .swiper-slide img {
  height: auto;
  width: 100%;
}
#ihinseiri-cost .slide-content {
  margin: clamp(26.7px, 2.6vw, 50px) clamp(53.4px, 5.21vw, 100px);
  padding-bottom: clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-content {
    margin: 0;
  }
}
#ihinseiri-cost .slide-title {
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-title {
    font-size: clamp(5.01px, 4.11vw, 15px);
    letter-spacing: 0.15em;
    text-align: center;
    margin-top: clamp(10.02px, 8.22vw, 30px);
  }
}
#ihinseiri-cost .slide-title span {
  font-weight: 500;
  font-size: clamp(10.68px, 1.04vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  margin-left: 1em;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-title span {
    display: block;
    font-size: clamp(4.01px, 3.29vw, 12px);
    text-align: center;
    margin: 0 auto;
  }
}
#ihinseiri-cost hr {
  border: 1px solid #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost hr {
    margin: clamp(1.67px, 1.37vw, 5px) 0 clamp(3.34px, 2.74vw, 10px);
  }
}
#ihinseiri-cost .slide-data {
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  grid-template-columns: 63% 37%;
  padding-top: clamp(10.68px, 1.04vw, 20px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-data {
    grid-template-columns: 100%;
  }
}
#ihinseiri-cost .slide-data .data-text {
  font-weight: 500;
  font-size: clamp(8.54px, 0.83vw, 16px);
  letter-spacing: 0.13em;
  line-height: 1.875;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-data .data-text {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-cost .slide-data .data-image {
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(8.54px, 0.83vw, 16px) 1fr;
  gap: clamp(5.34px, 0.52vw, 10px);
  grid-template-areas: "before . after";
  margin-right: clamp(8.01px, 0.78vw, 15px);
}
#ihinseiri-cost .slide-data .data-image #before {
  grid-area: before;
}
#ihinseiri-cost .slide-data .data-image #after {
  grid-area: after;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-data .data-image {
    grid-template-columns: 1fr clamp(4.01px, 3.29vw, 12px) 1fr;
    gap: clamp(2px, 1.64vw, 6px);
    margin: 0;
    padding-top: clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-cost .slide-data .data-image .right-triangle {
  background-image: url("../images/icon-triangle-r2.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-data .data-image .right-triangle {
    width: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-cost .slide-data .data-image img {
  border-radius: 10px;
}
#ihinseiri-cost .slide-overview {
  background-color: #eaf4ee;
  margin: clamp(-7.48px, -0.73vw, -14px) 0 clamp(5.34px, 0.52vw, 10px);
  padding: clamp(9.61px, 0.94vw, 18px) clamp(13.35px, 1.3vw, 25px);
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.875;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .slide-overview {
    margin: clamp(-13.36px, -10.96vw, -40px) 0 clamp(6.68px, 5.48vw, 20px) 0;
    padding: clamp(12.69px, 10.41vw, 38px) clamp(6.01px, 4.93vw, 18px) clamp(7.68px, 6.3vw, 23px);
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 2.5;
  }
}
#ihinseiri-cost .achievement-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 2.4;
  text-align: center;
  color: #3a7b66;
  margin-top: clamp(21.36px, 2.08vw, 40px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-cost .achievement-text {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-cost .achievement-text span {
  color: #e36060;
}

#ihinseiri-purchase {
  background: url(../images/bg-4.png), #eaf4ee;
  background-size: 100vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase {
    background: url(../images/bg-4-sp.png), #eaf4ee;
    background-size: 100vw;
    background-repeat: no-repeat;
  }
}
#ihinseiri-purchase .inner-content {
  margin-inline: clamp(117.48px, 11.46vw, 220px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase .inner-content {
    margin-inline: 20px;
  }
}
#ihinseiri-purchase .inner-content .ihinseiri-section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16.02px, 1.56vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #3a7b66;
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase .inner-content .ihinseiri-section-title {
    margin: 0;
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#ihinseiri-purchase .inner-content .purchase-overview {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: clamp(33.11px, 3.23vw, 62px);
  display: grid;
  grid-template-columns: 50% 10% 40%;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase .inner-content .purchase-overview {
    padding-top: clamp(8.35px, 6.85vw, 25px);
    grid-template-columns: 100%;
    margin-inline: clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-left-area {
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  line-height: 2.5;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase .inner-content .purchase-overview .purchase-left-area {
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 2.5;
  }
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area {
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  text-align: center;
  color: #333333;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area {
    padding-top: clamp(11.69px, 9.59vw, 35px);
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .area-title {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #3a7b66;
  padding: 0 clamp(5.34px, 0.52vw, 10px) 0 clamp(10.68px, 1.04vw, 20px);
  margin-bottom: clamp(8.01px, 0.78vw, 15px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .area-title {
    font-size: clamp(6.01px, 4.93vw, 18px);
    padding: 0 clamp(3.34px, 2.74vw, 10px) 0 clamp(6.68px, 5.48vw, 20px);
    margin-bottom: clamp(6.68px, 5.48vw, 20px);
  }
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .area-title::before, #ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .area-title::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80%;
  top: 5px;
  background-color: #3a7b66;
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .area-title::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .area-title::after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .purchase-image-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .purchase-image-area {
    margin: 0 clamp(13.35px, 1.3vw, 25px);
  }
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .purchase-image-area .purchase-image {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#ihinseiri-purchase .inner-content .purchase-overview .purchase-right-area .purchase-image-area .purchase-image img {
  width: 75%;
  margin: 0 auto;
}

#ihinseiri-other-business {
  background: #eaf4ee;
  padding-top: clamp(53.4px, 5.21vw, 100px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business {
    padding-top: clamp(16.7px, 13.7vw, 50px);
  }
}
#ihinseiri-other-business .container {
  padding-bottom: clamp(42.72px, 4.17vw, 80px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .container {
    padding: clamp(13.36px, 10.96vw, 40px) 0;
  }
}
#ihinseiri-other-business .inner-content {
  margin-inline: clamp(117.48px, 11.46vw, 220px);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .inner-content {
    margin-inline: 20px;
  }
}
#ihinseiri-other-business .inner-content .ihinseiri-section-title {
  width: 100%;
  background-color: #3a7b66;
  border-radius: clamp(10.68px, 1.04vw, 20px);
  padding: clamp(5.34px, 0.52vw, 10px) 0;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  color: white;
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .inner-content .ihinseiri-section-title {
    margin: 0;
    font-size: clamp(4.01px, 3.29vw, 12px);
    border-radius: clamp(2.67px, 2.19vw, 8px);
  }
}
#ihinseiri-other-business .inner-content .ihinseiri-section-title-d {
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  color: #3a7b66;
}
#ihinseiri-other-business .inner-content .business-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr clamp(5.34px, 0.52vw, 10px) 1fr clamp(5.34px, 0.52vw, 10px) 1fr;
  grid-template-areas: "item-1 . item-2 . item-3";
  padding: clamp(32.04px, 3.13vw, 60px) 0 clamp(16.02px, 1.56vw, 30px) 0;
}
#ihinseiri-other-business .inner-content .business-list #item-1 {
  grid-area: item-1;
}
#ihinseiri-other-business .inner-content .business-list #item-2 {
  grid-area: item-2;
}
#ihinseiri-other-business .inner-content .business-list #item-3 {
  grid-area: item-3;
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .inner-content .business-list {
    grid-template-columns: 100%;
    grid-template-rows: auto clamp(6.68px, 5.48vw, 20px) auto clamp(6.68px, 5.48vw, 20px) auto clamp(6.68px, 5.48vw, 20px);
    margin: 0 auto;
    padding-top: clamp(13.36px, 10.96vw, 40px);
    gap: clamp(6.68px, 5.48vw, 20px);
    grid-template-areas: "item-1" "." "item-2" "." "item-3" ".";
  }
  #ihinseiri-other-business .inner-content .business-list #item-1 {
    grid-area: item-1;
  }
  #ihinseiri-other-business .inner-content .business-list #item-2 {
    grid-area: item-2;
  }
  #ihinseiri-other-business .inner-content .business-list #item-3 {
    grid-area: item-3;
  }
}
#ihinseiri-other-business .inner-content .business-list .partition {
  border-right: 2px solid #3a7b66;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .inner-content .business-list .partition {
    border-top: 2px solid #3a7b66;
    border-right: none;
  }
}
#ihinseiri-other-business .inner-content .business-list .business-item {
  margin: 0 auto;
  text-align: center;
}
#ihinseiri-other-business .inner-content .business-list .business-item img {
  width: 50%;
  margin: 0 auto;
}
#ihinseiri-other-business .inner-content .business-list .business-item .item-title {
  font-size: clamp(10.68px, 1.04vw, 20px);
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 3;
  color: #3a7b66;
  padding-top: clamp(10.68px, 1.04vw, 20px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .inner-content .business-list .business-item .item-title {
    font-size: clamp(5.01px, 4.11vw, 15px);
    padding-top: clamp(8.02px, 6.58vw, 24px);
  }
}
#ihinseiri-other-business .inner-content .business-list .business-item .item-text {
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: normal;
  letter-spacing: 0.18em;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  padding-inline: clamp(8.54px, 0.83vw, 16px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .inner-content .business-list .business-item .item-text {
    font-size: clamp(4.01px, 3.29vw, 12px);
    line-height: 2.5;
  }
}
#ihinseiri-other-business .inner-content .etc {
  font-weight: 500;
  font-size: clamp(8.54px, 0.83vw, 16px);
  letter-spacing: 0.165em;
  line-height: 1.875;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .inner-content .etc {
    font-size: clamp(4.01px, 3.29vw, 12px);
    letter-spacing: 0.18em;
    line-height: 2.5;
    padding: clamp(3.34px, 2.74vw, 10px) clamp(5.34px, 4.38vw, 16px) 0;
  }
}
#ihinseiri-other-business .partner-table {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  border-spacing: 0;
  padding-top: clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .partner-table {
    width: initial;
    margin: 0;
  }
}
#ihinseiri-other-business .partner-table tbody tr {
  height: clamp(53.4px, 5.21vw, 100px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .partner-table tbody tr {
    height: clamp(11.69px, 9.59vw, 35px);
  }
}
#ihinseiri-other-business .partner-table tbody th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13.35px, 1.3vw, 25px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4;
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3a7b66;
  border-top: 1px solid rgba(58, 123, 102, 0.25);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .partner-table tbody th {
    width: 100%;
    display: block;
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#ihinseiri-other-business .partner-table tbody td {
  padding-inline: 2em;
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: left;
  color: #333333;
  border-top: 1px solid rgba(58, 123, 102, 0.25);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .partner-table tbody td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: clamp(4.01px, 3.29vw, 12px);
    border-top: none;
  }
}
#ihinseiri-other-business .partner-table tbody tr:last-child th, #ihinseiri-other-business .partner-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(58, 123, 102, 0.25);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .partner-table tbody tr:last-child th {
    border-bottom: none;
  }
}
#ihinseiri-other-business .partner-attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8.54px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  margin-top: clamp(16.02px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  #ihinseiri-other-business .partner-attention {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}