@charset "UTF-8";
/*------------------------------------------
header
-------------------------------------------*/
/*------------------------------------------
style
-------------------------------------------*/
/*------------------------------------------
color
-------------------------------------------*/
/*------------------------------------------
font
-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-size: clamp(1rem, 0.5rem + 2vw, 1.125rem);
  font-family: "Noto Sans", sans-serif;
  color: #2A4766;
  font-weight: 500;
  position: relative;
}

p {
  line-height: 186%;
}
@media screen and (max-width: 767px) {
  p {
    line-height: 153%;
  }
}

/*------------------------------------------
common
-------------------------------------------*/
.inner {
  width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 1070px) {
  .inner {
    width: 93.5%;
  }
}

#strengths .section-title--plain {
  padding-bottom: clamp(1.25rem, 0.75rem + 2vw, 2.5rem);
}

.section-title {
  font-size: clamp(1.75rem, 1.3rem + 1.5vw, 2.5rem);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  color: #2A4766;
  font-weight: 700;
  letter-spacing: 2px;
}
.section-title::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 35px;
  background-color: #A7CE39;
  width: 80px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-title.section-title--plain {
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-title.section-title--plain {
    margin-bottom: 20px;
  }
}
.section-title.section-title--plain::before {
  content: none;
}
.section-title.section-title--color2 {
  color: #2E6249;
}
.section-title.section-title--colorwh {
  color: #fff;
}

section {
  margin-bottom: clamp(3.75rem, 2.2rem + 5vw, 7.5rem);
}

.section-bg {
  padding-top: clamp(3.75rem, 2.2rem + 5vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 2.2rem + 5vw, 7.5rem);
  background-color: #A7CE39;
  margin-bottom: 0;
}

.section-title--page-about {
  padding-top: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
}

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

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

.navigation .inner {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation ul {
  display: flex;
}
.navigation ul li {
  padding: 0 24px;
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 1px 4px 0 rgba(46, 98, 73, 0.2);
}

.header-top__container {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 54px;
  height: 44.503px;
  flex-shrink: 0;
  aspect-ratio: 54/44.5;
}
.header-logo .header-logo__name {
  color: #2E6249;
  font-weight: 700;
  letter-spacing: 3px;
}

.header-cta__container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .header-cta__container {
    display: none;
  }
}

.cta-link {
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}
.cta-link a {
  width: 100%;
  height: 100%;
  display: flex;
}
.cta-link a::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 10px;
}
.cta-link.link-phone {
  background-color: #A7CE39;
}
.cta-link.link-phone a::before {
  background: url("../img/icons/telephone.png") center center/contain no-repeat;
}
.cta-link.link-meeting {
  background-color: #4EB270;
}
.cta-link.link-meeting a::before {
  background: url("../img/icons/calendar.png") center center/contain no-repeat;
}
.cta-link.link-contact {
  background-color: #81C7EA;
}
.cta-link.link-contact a::before {
  background: url("../img/icons/email.png") center center/contain no-repeat;
}

.header-navigation {
  color: #fff;
  background-color: #A7CE39;
}
.header-navigation ul li {
  border-right: 1px dashed #fff;
}
.header-navigation ul li:last-of-type {
  border: none;
}
@media screen and (max-width: 1080px) {
  .header-navigation {
    display: none;
  }
}

.drawer-button {
  display: none;
}
@media screen and (max-width: 1080px) {
  .drawer-button {
    display: block;
  }
}
.drawer-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

.drawer-button__line {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #285f45;
  transform: translateX(-50%);
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}

.drawer-button__line:nth-child(1) {
  top: 24px;
}

.drawer-button__line:nth-child(2) {
  top: 31px;
}

.drawer-button__line:nth-child(3) {
  top: 38px;
}

.drawer-button__text {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  font-size: 7.83px;
  letter-spacing: 1.8px;
  font-weight: 700;
}

.drawer-button.is-open .drawer-button__line:nth-child(1) {
  top: 31px;
  transform: translateX(-50%) rotate(45deg);
}

.drawer-button.is-open .drawer-button__line:nth-child(2) {
  opacity: 0;
}

.drawer-button.is-open .drawer-button__line:nth-child(3) {
  top: 31px;
  transform: translateX(-50%) rotate(-45deg);
}

.drawer-menu {
  transform: translateY(-100%);
  transition: 0.3s;
}
.drawer-menu.is-open {
  transform: translateY(0);
}
.drawer-menu {
  position: fixed;
  top: 0px;
  left: 0;
  padding: 120px 60px 0;
  z-index: 4;
  background: linear-gradient(180deg, #a7ce39 42.45%, #a9d8db 100%);
  width: 100vw;
  height: 100vh;
}
.drawer-menu ul li {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  padding: 24px 0;
  border-bottom: 1px dashed #fff;
}
.drawer-menu ul li:first-of-type {
  padding-top: 0;
}
.drawer-menu ul li:last-of-type {
  border-bottom: none;
}

/*------------------------------------------
sidebar
-------------------------------------------*/
/*------------------------------------------
footer
-------------------------------------------*/
.footer-cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .footer-cta-container {
    justify-content: center;
    gap: 24px;
  }
}
.footer-cta-container a {
  font-size: 1.875rem;
  display: flex;
  gap: 20px;
  width: 343px;
  height: 105px;
  justify-content: center;
  align-items: center;
  color: #2E6249;
  font-weight: 700;
  line-height: 80%;
  border-radius: 6px;
  border: 1px solid #A7CE39;
  background: #FFF;
  box-shadow: 0 0 13px 0 rgba(113, 167, 71, 0.23);
}
.footer-cta-container a:nth-of-type(2) .footer-cta-info, .footer-cta-container a:nth-of-type(3) .footer-cta-info {
  transform: translateY(-5px);
}

.footer-cta-lead {
  font-size: 0.75rem;
  font-weight: 500;
  color: #2E6249;
}

.footer-cta-time {
  font-size: 0.75rem;
  font-weight: 500;
  color: #2A4766;
  padding-top: 4px;
}

.footer-cta-img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-navigation {
  color: #2E6249;
  background: rgba(127, 185, 22, 0.2);
}
@media screen and (max-width: 767px) {
  .footer-navigation {
    background: none;
  }
}
.footer-navigation ul li {
  border-right: 1px dashed #2E6249;
}
.footer-navigation ul li a {
  white-space: nowrap;
}
.footer-navigation ul li:last-of-type {
  border: none;
}
@media screen and (max-width: 1080px) and (min-width: 781px) {
  .footer-navigation ul li {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 780px) {
  .footer-navigation .inner {
    display: contents;
  }
  .footer-navigation ul {
    flex-direction: column;
    width: 100%;
  }
  .footer-navigation ul li {
    padding: 16px 0;
    border: none !important;
    text-align: center;
  }
  .footer-navigation ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: none !important;
  }
  .footer-navigation ul li:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.2);
  }
  .footer-navigation ul li:nth-of-type(odd) {
    background: rgba(127, 185, 22, 0.2);
  }
}

.footer-credit {
  color: #2E6249;
  background: rgba(167, 206, 57, 0.1);
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.footer-credit-img {
  border-radius: 50%;
  width: 115px;
  height: 115px;
  background-color: #fff;
  overflow: hidden;
}
.footer-credit img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.foooter-company-name {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.footer-address {
  font-size: 0.875rem;
  line-height: 150%;
}

.sp-cta {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp-cta {
    display: block;
  }
}
.sp-cta {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.sp-cta ul {
  display: flex;
}
.sp-cta ul li {
  flex: 1;
}
.sp-cta ul li a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  gap: clamp(0.125rem, -0.375rem + 2vw, 0.4375rem);
  font-size: 0.875rem;
  letter-spacing: 0.823px;
  color: #fff;
}
.sp-cta ul li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}
.sp-cta ul li a.cta-tel {
  background-color: #A7CE39;
  white-space: nowrap;
  font-size: clamp(0.625rem, 2.8vw, 0.75rem);
  letter-spacing: 0.3px;
}
.sp-cta ul li a.cta-meeting {
  background-color: #4EB270;
}
.sp-cta ul li a.cta-contact {
  background-color: #81C7EA;
}

.to-top {
  width: clamp(2.5rem, 2rem + 2vw, 4.375rem);
  height: clamp(2.5rem, 2rem + 2vw, 4.375rem);
  background-color: #2A4766;
  position: fixed;
  z-index: 5;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 1080px) {
  .to-top {
    bottom: 66px;
    right: 15px;
  }
}
.to-top {
  display: block;
  border-radius: 99%;
}
.to-top::before {
  content: "";
  background: url(../img/icons/chevron-top.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.price-card .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 70px;
}
@media screen and (max-width: 950px) {
  .price-card .inner {
    flex-direction: column;
  }
}

.feature-card__media {
  flex-shrink: 0;
}
.feature-card__media .price-card__title {
  margin-bottom: 40px;
}

.price-wrapp {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .price-wrapp {
    padding: 0;
  }
}
.price-wrapp p {
  font-size: 43px;
  font-weight: 900;
  color: #4EB270;
}
.price-wrapp p span:first-of-type {
  font-size: 24px;
  padding-right: 4px;
}
.price-wrapp p span:last-of-type {
  font-size: 19.5px;
  color: #2A4766;
}

.basic-price p {
  color: #2A4766;
}

.price-tag {
  margin-right: 14px;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 53px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.price-tag--first {
  background-color: #4EB270;
}

.price-tag--basic {
  background-color: #2A4766;
}

.price-card .price-wrapp {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.price-card .price-wrapp p {
  line-height: 130%;
}

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

CONTENTS

01_heroview
02_top-message
03_strengths
04_top-flow
05_service
06_top-price
07_location
08_news

-------------------------------------------*/
/*------------------------------------------
01_heroview
-------------------------------------------*/
#heroview {
  margin-top: 130px;
  background: url(../img/heroview.webp) center center/cover no-repeat;
}
@media screen and (max-width: 1225px) {
  #heroview {
    background-image: url(../img/heroview-sp.webp);
  }
}
@media screen and (max-width: 1080px) {
  #heroview {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #heroview {
    height: calc(100vh - 123px);
  }
}

.inner.inner-heroview {
  width: 1232px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1225px) {
  .inner.inner-heroview {
    align-items: center;
  }
}
@media screen and (max-width: 1232px) {
  .inner.inner-heroview {
    width: 93.5%;
    height: 100%;
  }
}

.heroview__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4EB270;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1225px) {
  .heroview__container {
    justify-content: center;
  }
}

.achievement__container {
  position: relative;
  border-radius: 6px;
  display: flex;
  padding: 25px 45px;
  height: clamp(8.1875rem, 7.6875rem + 2vw, 9.25rem);
  background: rgba(255, 255, 255, 0.85);
  border: 5px solid #FFF;
}

.achievement__container.has-achievement-period {
  padding-top: 15px;
}

.achievement-period {
  position: absolute;
  right: 12px;
  bottom: 14px;
  margin: 0;
  color: #4EB270;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.achievement__content {
  padding-right: 45px;
  border-right: 1px dashed #4EB270;
}
.achievement__content:last-of-type {
  padding-right: 0;
  padding-left: 45px;
  border: none;
}

.achievementTitle {
  font-size: clamp(0.625rem, 0.4rem + 1vw, 1.3875rem);
  text-align: center;
  font-weight: 700;
}

.achievementValue {
  margin-top: -6px;
  font-weight: 700;
  line-height: 90%;
  position: relative;
  font-size: clamp(3rem, 2.8rem + 0.5vw, 3.375rem);
}
.achievementValue span {
  font-size: clamp(0.9375rem, 0.875rem + 0.3vw, 1.0625rem);
}
.achievementValue.record01 {
  font-size: 54.267px;
  line-height: 1.309;
  text-align: center;
  white-space: nowrap;
}
.achievementValue.record01 .achievementNumber {
  position: relative;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.achievementValue.record01 .achievementUnit {
  position: absolute;
  left: calc(100% + 4px);
  bottom: 12px;
  font-size: 17.267px;
  line-height: 1.309;
}
.achievementValue.record02::after {
  position: static;
  display: inline-block;
  margin-left: 2px;
  content: "%";
  font-size: clamp(0.9375rem, 0.875rem + 0.3vw, 1.0625rem);
}

.achievementValue.record02 {
  font-size: 54.267px;
  line-height: 1.309;
  text-align: center;
  white-space: nowrap;
}
.achievementValue.record02 span {
  font-size: 29.6px;
}

.eyecatch {
  margin-left: 90px;
  padding-bottom: 40px;
}

/* Keep the complete hero within the mobile first view below the fixed header. */
@media screen and (max-width: 767px) {
  #heroview {
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
    min-height: 500px;
    margin-top: 70px;
    background-position: center center;
  }
  .inner.inner-heroview {
    width: 100%;
    padding: clamp(18px, 3.2svh, 28px) 3.25% clamp(12px, 2svh, 20px);
    box-sizing: border-box;
    overflow: hidden;
  }
  .heroview__container {
    width: 100%;
    margin-bottom: 0;
    flex: 1 1 auto;
    align-content: flex-start;
    row-gap: clamp(16px, 3svh, 28px);
  }
  .hero-text {
    width: min(82%, 430px);
    margin: 0 auto;
  }
  .achievement__container {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: clamp(12px, 2svh, 20px) clamp(16px, 4vw, 32px);
    box-sizing: border-box;
    border-width: 4px;
  }
  .achievement__container.has-achievement-period {
    padding-top: 8px;
    padding-bottom: 28px;
  }
  .achievement-period {
    right: 8px;
    bottom: 10px;
    font-size: 0.625rem;
  }
  .achievement__content {
    width: 50%;
    padding-right: clamp(16px, 4vw, 32px);
    box-sizing: border-box;
  }
  .achievement__content:last-of-type {
    padding-left: clamp(16px, 4vw, 32px);
  }
  .achievementTitle {
    font-size: clamp(0.875rem, 3.8vw, 1.25rem);
  }
  .achievementValue {
    margin-top: -4px;
    text-align: center;
    font-size: clamp(2.5rem, 13vw, 4.25rem);
  }
  .achievementValue.record02 {
    font-size: 48.189px;
  }
  .achievementValue.record02 span {
    font-size: 26.285px;
  }
  .achievementValue.record01 {
    font-size: 48.189px;
  }
  .achievementValue.record01 .achievementUnit {
    bottom: 11px;
    font-size: 15.333px;
  }
  .eyecatch {
    flex: 0 1 auto;
    width: min(88%, 430px);
    margin: clamp(10px, 1.8svh, 18px) auto 0;
  }
}
@media screen and (max-width: 767px) and (max-height: 650px) {
  #heroview {
    min-height: 430px;
  }
  .inner.inner-heroview {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .heroview__container {
    row-gap: 10px;
  }
  .hero-text {
    width: min(68%, 360px);
  }
  .achievement__container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .eyecatch {
    width: min(72%, 360px);
    margin-top: 6px;
  }
}
@media screen and (max-width: 1225px) {
  .eyecatch {
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .eyecatch {
    width: clamp(18.75rem, 18.25rem + 2vw, 31.3125rem);
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }
}

/*------------------------------------------
02_top-message
-------------------------------------------*/
#top-message {
  position: relative;
  background-color: #A7CE39;
  overflow: hidden;
  padding-top: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}
#top-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top-message-bg.webp") center/cover no-repeat;
  opacity: 0.3;
  z-index: 0;
}
#top-message > * {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top-message-section-title {
    padding-bottom: 0 !important;
  }
}

.top-message__container p {
  padding-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
  color: #fff;
  font-size: clamp(1rem, 0.5rem + 2vw, 1.5rem);
  line-height: 166%;
  letter-spacing: 1px;
  text-align: center;
}

.top-message__viewmore {
  width: 627px;
  margin: 0 auto;
  filter: drop-shadow(0 4px 13.7px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .top-message__viewmore {
    width: 100%;
    text-align: center;
  }
  .top-message__viewmore.viewmore::before {
    right: 15px !important;
  }
  .top-message__viewmore.viewmore:hover::before {
    right: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .top-message__viewmore {
    font-size: clamp(0.875rem, 0.375rem + 2vw, 1.125rem) !important;
    padding: 18px !important;
  }
}

/*------------------------------------------
03_strengths
-------------------------------------------*/
.strengths__container {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
  padding-bottom: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .strengths__container {
    gap: clamp(2.5rem, 2rem + 2vw, 3.75rem);
  }
}

.strengths__contents {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .strengths__contents {
    gap: 16px;
  }
}
.strengths__contents > img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 490px;
}
@media screen and (max-width: 490px) {
  .strengths__contents > img {
    width: 100%;
  }
}

.strengths-detail__title {
  color: #4EB270;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 20px;
}
.strengths-detail__title span {
  font-size: 42px;
  padding-right: 14px;
}
.strengths-detail__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 3px;
  background-color: #4EB270;
  width: 30%;
}
.strengths-detail__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 1px;
  background-color: #A7CE39;
  width: 70%;
}

.strengths-details {
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  .strengths-details {
    width: 100%;
  }
}

.strengths-detail__text {
  line-height: 186%;
  letter-spacing: 1px;
}

.strengths__contents-reverse img {
  order: 1;
}
@media screen and (max-width: 1070px) {
  .strengths__contents-reverse img {
    order: 0;
  }
}
.strengths__contents-reverse .strengths-details {
  order: 0;
}

.strengths-details__text__viewmore {
  width: 357px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .strengths-details__text__viewmore {
    width: 100%;
  }
}

.strengths-viewmore {
  width: 260px;
  height: 60px;
  margin: 0 auto;
}

/*------------------------------------------
04_top-flow
-------------------------------------------*/
#top-flow .wrapper {
  padding: 60px 0 120px;
  background-color: #fff;
  border-radius: 13px;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  #top-flow .wrapper {
    padding: 40px 20px;
  }
}

.flow__container {
  max-width: 811px;
  margin: 0 auto;
}
@media screen and (max-width: 811px) {
  .flow__container {
    width: 100%;
  }
}

.flow__contents {
  display: flex;
  gap: 0 40px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .flow__contents {
    gap: 0 20px;
    padding: 20px 0;
  }
}
.flow__contents {
  justify-content: center;
  position: relative;
}
.flow__contents::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  border-bottom: 2px dashed #D9D9D9;
}
.flow__contents:last-of-type {
  padding-bottom: 0;
}
.flow__contents:last-of-type::after {
  content: none;
}
.flow__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 83px;
}
@media screen and (max-width: 767px) {
  .flow__contents::before {
    left: 25px;
  }
}
.flow__contents::before {
  height: 100%;
  width: 3px;
}
.flow__contents.flow__contents1::before {
  background: linear-gradient(to bottom, transparent 0%, transparent 60px, #A7CE39 60px, #A7CE39 100%);
}
.flow__contents.flow__contents2::before {
  background: linear-gradient(to bottom, #A7CE39 0%, #A7CE39 60px, #60A934 60px, #60A934 100%);
}
.flow__contents.flow__contents3::before {
  background: linear-gradient(to bottom, #60A934 0%, #60A934 60px, #137135 60px, #137135 100%);
}
.flow__contents.flow__contents4::before {
  background: linear-gradient(to bottom, #137135 0%, #137135 60px, #137F4D 60px, #137F4D 100%);
}
.flow__contents.flow__contents5::before {
  background: linear-gradient(to bottom, #137F4D 0%, #137F4D 60px, #3DA5CE 60px, #3DA5CE 100%);
}
.flow__contents.flow__contents6::before {
  background: linear-gradient(to bottom, #3DA5CE 0%, #3DA5CE 60px, #0F2A43 60px, #0F2A43 100%);
}

.flow__contents-details-title {
  font-size: clamp(1.25rem, 0.75rem + 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: clamp(0.625rem, 0.125rem + 2vw, 1.25rem);
}

.flow__contents-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.flow__contents-num.flow__contents-num1 {
  background-color: #A7CE39;
}
.flow__contents-num.flow__contents-num2 {
  background-color: #60A934;
}
.flow__contents-num.flow__contents-num3 {
  background-color: #137135;
}
.flow__contents-num.flow__contents-num4 {
  background-color: #137F4D;
}
.flow__contents-num.flow__contents-num5 {
  background-color: #3DA5CE;
}
.flow__contents-num.flow__contents-num6 {
  background-color: #0F2A43;
}

.flow__contents-text {
  max-width: 600px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .flow__contents-text {
    width: 100%;
  }
}

.flow-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 623px) {
  .flow-cta-container {
    flex-direction: column;
  }
}
.flow-cta-container .cta-link {
  padding: 0;
}
@media screen and (max-width: 623px) {
  .flow-cta-container .cta-link {
    width: 100%;
  }
}
.flow-cta-container .cta-link a {
  width: 274px;
}
@media screen and (max-width: 623px) {
  .flow-cta-container .cta-link a {
    width: inherit;
  }
}
.flow-cta-container .cta-link a {
  height: 70px;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.75px;
}
.flow-cta-container .cta-link a::before {
  width: 40px;
  height: 40px;
}
.flow-cta-container .cta-link.viewmore {
  background-color: #5CB2D7;
}
.flow-cta-container .cta-link.viewmore a {
  position: relative;
}
.flow-cta-container .cta-link.viewmore a::before {
  content: "";
  margin-right: 0;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../img/icons/chevron-right.png) center center/contain no-repeat;
  transition: 0.3s all;
}
.flow-cta-container .cta-link.viewmore a:hover::before {
  right: 25px;
}

/*------------------------------------------
05_service
-------------------------------------------*/
#service-menu {
  background: url(../img/top-service-bg.webp) center center/cover no-repeat;
}

.service-menu__contents {
  padding: 40px 0 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 738px;
  margin: 0 auto;
}

.service-menu__content {
  width: 165px;
  height: 165px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 7.7px 0 rgba(32, 32, 32, 0.21);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
}
.service-menu__content img {
  width: 90px;
  height: 90px;
  border: 1px solid #A7CE39;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-menu__content p {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.service-menu__cta-container {
  max-width: 738px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-menu__cta-container {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }
}
.service-menu__cta-container a {
  width: 357px;
  height: 60px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-menu__cta-container a {
    width: 100%;
  }
}
.service-menu__cta-container .viewsample::after {
  background: url(../img/icons/document.png) center center/contain no-repeat;
}

/*------------------------------------------
06_top-price
-------------------------------------------*/
#top-price .wrapper {
  background-color: #fff;
  padding: 60px 0;
  border-radius: 13px;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
}

.top-price__container {
  margin: 0 auto;
  width: 828px;
}
@media screen and (max-width: 828px) {
  .top-price__container {
    width: 100%;
  }
}

.top-price__content {
  width: 100%;
  padding: 40px;
  display: flex;
  gap: 0 40px;
  border-bottom: 1px dashed #DDD;
}
.top-price__content:last-of-type {
  border-bottom: none;
}
.top-price__content img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .top-price__content img {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 828px) {
  .top-price__content {
    padding: 20px 10px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-price__content {
    gap: 0 20px;
  }
}

.top-price__title {
  font-size: clamp(1.25rem, 0.75rem + 2vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: #4EB270;
  display: flex;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .top-price__title {
    flex-direction: column;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 420px) {
  .top-price__title {
    font-size: 1.125rem;
  }
}

.top-price-amount {
  display: flex;
  align-items: baseline;
}

.top-price__details-first-price .top-price__title {
  align-items: baseline;
  font-size: 43px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .top-price__details-first-price .top-price__title {
    font-size: 31px;
  }
}
.top-price__details-first-price .top-price__title .first-price-tag {
  font-size: 19px;
  height: 33px;
  font-size: 19px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-price__details-first-price .top-price__title .first-price-tag {
    font-size: 14px;
  }
}
.top-price__details-first-price .top-price__title span:nth-of-type(1) {
  font-size: 19px;
  letter-spacing: 7.368px;
}
.top-price__details-first-price .top-price__title span:last-of-type {
  font-size: 19px;
  color: #2A4766;
}

.top-price-cta {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-price-cta {
    width: 93.5%;
  }
}

/*------------------------------------------
07_location
-------------------------------------------*/
#location {
  background: url(../img/top-location-bg.webp) center center/cover no-repeat;
}

.location__container {
  padding: 10px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 0 10px 0 #DDD;
  width: 1046px;
  display: flex;
  align-items: center;
  gap: 25px 60px;
}
@media screen and (max-width: 1046px) {
  .location__container {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    justify-content: flex-start;
  }
}

.location__container-map {
  width: 513px;
  height: 480px;
  border-radius: 6px;
}
@media screen and (max-width: 1046px) {
  .location__container-map {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 1046px) {
  .location__container-details {
    width: 100%;
  }
}

.location__container-details-logo {
  padding-bottom: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.4063rem, 0.9063rem + 2vw, 1.875rem);
  font-weight: 700;
  color: #2E6249;
  border-bottom: 3px dashed rgba(167, 206, 57, 0.4);
}
.location__container-details-logo img {
  width: 72px;
  height: 60px;
  aspect-ratio: 6/5;
}

.location__container-details-adress {
  margin-bottom: 40px;
  line-height: 180%;
  padding-left: 20px;
}

.location__container-details-viewmore {
  width: 100%;
}

/*------------------------------------------
08_news
-------------------------------------------*/
#news .wrapper {
  background-color: #fff;
  padding: 60px 0;
  border-radius: 13px;
  width: 1070px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  #news .wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}

.news__container {
  width: 811px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .news__container {
    width: 100%;
  }
}

.news__content {
  position: relative;
  display: flex;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .news__content {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}
.news__content {
  align-items: center;
  gap: 6px 24px;
  border-bottom: 2px dashed rgba(113, 167, 71, 0.29);
}
.news__content:last-of-type {
  border-bottom: none;
}
.news__content time {
  flex-shrink: 0;
}
.news__content .category {
  width: 100px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 44px;
}
.news__content::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../img/icons/chevron-right-green.png) center center/contain no-repeat;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .news__content::before {
    display: none;
  }
}
.news__content:hover::before {
  right: 25px;
}

.category-news {
  color: #2E6249;
  background: rgba(113, 167, 71, 0.18);
}

.category-column {
  color: #5CB2D7;
  background-color: rgba(92, 178, 215, 0.3);
}

.category-qa {
  color: #A98FB7;
  background-color: #E9E0EE;
}

.category-case {
  color: rgb(254, 176, 73);
  background-color: rgba(254, 176, 73, 0.3);
}

.news-viewmore {
  width: 604px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news-viewmore {
    width: 93.5%;
  }
}

#news .news-title {
  display: block;
  width: 100%;
  max-width: 518px;
}
@media screen and (max-width: 900px) {
  #news .news-title {
    max-width: 370px;
  }
}

@media screen and (max-width: 767px) {
  #news .news-title {
    max-width: 100%;
  }
}
/*------------------------------------------
サブページ共通ヘッダー
-------------------------------------------*/
#firstview {
  height: 300px;
  margin-top: 130px;
}
@media screen and (max-width: 1080px) {
  #firstview {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #firstview {
    height: 150px;
  }
}
#firstview.service {
  background: url(../img/header-img/header-service.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #firstview.service {
    background-image: url(../img/header-img/header-service-sp.webp);
  }
}
#firstview.price {
  background: url(../img/header-img/header-price.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #firstview.price {
    background-image: url(../img/header-img/header-price-sp.webp);
  }
}
#firstview.about {
  background: url(../img/header-img/header-about.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #firstview.about {
    background-image: url(../img/header-img/header-about-sp.webp);
  }
}
#firstview.company {
  background: url(../img/header-img/header-company.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #firstview.company {
    background-image: url(../img/header-img/header-company-sp.webp);
  }
}
#firstview.contact {
  background: url(../img/header-img/header-contact.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #firstview.contact {
    background-image: url(../img/header-img/header-contact-sp.webp);
  }
}
#firstview.flow {
  background: url(../img/header-img/header-flow.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #firstview.flow {
    background-image: url(../img/header-img/header-flow-sp.webp);
  }
}
#firstview.entry-header {
  background: url(../img/header-img/header-entry.webp) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #firstview.entry-header {
    background-image: url(../img/header-img/header-entry-sp.webp);
  }
}
#firstview.reservation {
  background: url(../img/header-img/header-reservation.webp) center center/cover no-repeat;
}

/*------------------------------------------
記事詳細・タイトル
-------------------------------------------*/
.page-entry #firstview.entry-header .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(1022px, 93.5%);
  height: 100%;
}
.page-entry #firstview.entry-header {
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.125rem);
}

.entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.entry-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2E6249;
}
.entry-date img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-date time {
  font-size: clamp(0.77075rem, 0.625rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.page-entry .entry-meta .news-list__category {
  width: clamp(66.334px, 46px + 2.8vw, 99px);
  height: clamp(20px, 13px + 1vw, 30px);
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: clamp(0.5863rem, 0.45rem + 0.55vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 1px;
}

.entry-title {
  width: 100%;
  margin: 0;
  color: #2E6249;
  font-size: clamp(1.25rem, 0.459rem + 3.195vw, 2.5rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .page-entry #firstview.entry-header .inner {
    gap: 4px;
  }
  .entry-meta {
    gap: 18.5px;
  }
  .entry-date {
    gap: 6px;
  }
  .entry-date img {
    width: 18.5px;
    height: 18.5px;
  }
  .entry-date time {
    letter-spacing: 0.77px;
  }
  .page-entry .entry-meta .news-list__category {
    font-weight: 700;
    letter-spacing: 0.67px;
  }
}
.entry-container #ez-toc-container {
  display: block;
  width: 100% !important;
  min-height: 0;
  border-radius: 10px;
}
.entry-container #ez-toc-container .ez-toc-title-container {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  cursor: pointer;
}
.entry-container #ez-toc-container .ez-toc-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  color: #111d2a;
}
.entry-container #ez-toc-container .ez-toc-title::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 19px;
  background: url(../img/icons/toc.svg) center/contain no-repeat;
}
.entry-container #ez-toc-container .ez-toc-title-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.entry-container #ez-toc-container .ez-toc-toggle {
  display: block !important;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  border: 0 !important;
  background: url(../img/icons/chevron-down.png) center/20px 20px no-repeat !important;
  box-shadow: none !important;
  pointer-events: none;
  transition: transform 0.3s;
}
.entry-container #ez-toc-container .ez-toc-toggle > * {
  display: none !important;
}
.entry-container #ez-toc-container > nav {
  display: none;
}
.entry-container #ez-toc-container.is-open .ez-toc-title-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #A7CE39;
}
.entry-container #ez-toc-container.is-open .ez-toc-toggle {
  transform: rotate(180deg);
}
.entry-container #ez-toc-container nav ul {
  margin: 0 !important;
  list-style: none !important;
}
.entry-container #ez-toc-container nav > .ez-toc-list {
  display: flex !important;
  flex-direction: column;
  gap: 9px;
  padding: 0 0 0 24px !important;
  counter-reset: toc-item;
}
.entry-container #ez-toc-container nav > .ez-toc-list > li {
  counter-increment: toc-item;
}
.entry-container #ez-toc-container nav .ez-toc-list li {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
}
.entry-container #ez-toc-container nav .ez-toc-list li::before {
  content: counter(toc-item);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 29px;
  height: 24px;
  padding: 0 7px;
  border-radius: 58px;
  box-sizing: border-box;
  background: #A7CE39;
  color: #2E6249;
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.892rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.78px;
}
.entry-container #ez-toc-container nav .ez-toc-list li a {
  display: block;
  padding: 0;
  color: #111d2a;
  background: transparent;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.115rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.78px;
}
.entry-container #ez-toc-container nav .ez-toc-list li a::before {
  content: none !important;
}
.entry-container #ez-toc-container nav .ez-toc-list-level-3 {
  grid-column: 1/-1;
  display: flex !important;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px !important;
  padding: 0 0 0 18px !important;
  counter-reset: toc-sub-item;
}
.entry-container #ez-toc-container nav .ez-toc-list-level-3 > li {
  counter-increment: toc-sub-item;
}
.entry-container #ez-toc-container nav .ez-toc-list-level-3 > li::before {
  content: counter(toc-item) "." counter(toc-sub-item);
}
.entry-container #ez-toc-container nav .ez-toc-list-level-3 > li > a {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .entry-container #ez-toc-container .ez-toc-title-container {
    min-height: 23px;
    cursor: pointer;
  }
  .entry-container #ez-toc-container .ez-toc-title {
    font-size: 1rem;
  }
  .entry-container #ez-toc-container .ez-toc-title::before {
    flex-basis: 16px;
    width: 16px;
    height: 13px;
  }
  .entry-container #ez-toc-container nav > .ez-toc-list {
    padding-left: 0 !important;
  }
}
/*------------------------------------------
記事詳細・目次
-------------------------------------------*/
.entry-container {
  width: min(1022px, 93.5%);
  margin: 0 auto;
  padding-bottom: 60px;
}

#ez-toc-container,
.entry-toc {
  width: 100%;
  min-height: 584px;
  padding: 40px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background: rgba(167, 206, 57, 0.1);
  box-shadow: none;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
}

.ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #A7CE39;
}

.ez-toc-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.3385rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.78px;
}
.ez-toc-title img {
  width: 20px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ez-toc-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.ez-toc-toggle img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s;
}
.ez-toc-toggle[aria-expanded=true] img {
  transform: rotate(180deg);
}

.ez-toc-content {
  display: block;
}

.ez-toc-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
  counter-reset: toc-item;
}
.ez-toc-list > li {
  counter-increment: toc-item;
}
.ez-toc-list > li::before {
  content: counter(toc-item);
}

.ez-toc-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.ez-toc-list li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
  height: 24px;
  padding: 0 7px;
  border-radius: 58px;
  box-sizing: border-box;
  background: #A7CE39;
  color: #2E6249;
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.892rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.78px;
}
.ez-toc-list li a {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.115rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.78px;
}

.ez-toc-list-level-2 {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0 0;
  padding: 0 0 0 18px;
  list-style: none;
  counter-reset: toc-sub-item;
}
.ez-toc-list-level-2 > li {
  counter-increment: toc-sub-item;
}
.ez-toc-list-level-2 > li::before {
  content: counter(toc-item) "." counter(toc-sub-item);
}
.ez-toc-list-level-2 > li a {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .entry-container {
    padding-bottom: 40px;
  }
  #ez-toc-container,
  .entry-toc {
    min-height: 63px;
    padding: 20px 10px;
    border-radius: 17px 17px 0 0;
  }
  .ez-toc-title-container {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    cursor: pointer;
  }
  .ez-toc-title {
    margin: 0;
    font-size: 1rem;
    line-height: 23px;
  }
  .ez-toc-title img {
    width: 16px;
    height: 13px;
  }
  .ez-toc-toggle {
    display: flex;
  }
  .ez-toc-content {
    display: none;
  }
  .entry-toc.is-open .ez-toc-title-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #A7CE39;
  }
  .ez-toc-list {
    padding-left: 0;
  }
  .ez-toc-list li a {
    font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1rem);
    letter-spacing: 1px;
  }
}
/*------------------------------------------
記事詳細・本文
-------------------------------------------*/
.entry-container {
  counter-reset: entry-heading;
}
.entry-container h2 {
  counter-increment: entry-heading;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 0.75rem + 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 1.785px;
  line-height: normal;
  color: #2E6249;
  background: #e9f5e4;
  padding: 10px 10px 10px 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.entry-container h2::before {
  content: counter(entry-heading, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #A7CE39 0%, #2E6249 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.785px;
  z-index: 1;
}
.entry-container h2::after {
  content: "";
  display: block;
  width: 39px;
  height: 34px;
  position: absolute;
  bottom: 0;
  right: 2px;
  background: url(../img/icons/entry-heading-dots.png) center/contain no-repeat;
  z-index: -1;
}
.entry-container h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 37px;
  margin: 0;
  padding: 0 0 20px;
  color: #2E6249;
  font-size: clamp(1.125rem, 1.075rem + 0.2vw, 1.25rem);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  white-space: normal;
  overflow-wrap: anywhere;
  position: relative;
}
.entry-container h3::before {
  content: "";
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  align-self: flex-start;
  background: url(../img/icons/entry-h3-search.svg) center/contain no-repeat;
}
.entry-container h3::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 47px;
  border-bottom: 3px dashed #A7CE39;
}
.entry-container h4 {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 38px;
  margin: 0;
  padding: 4px 0 24px 21px;
  box-sizing: border-box;
  background: #fff;
  color: #2E6249;
  font-size: clamp(1.125rem, 1.075rem + 0.2vw, 1.25rem);
  font-weight: 700;
  line-height: 30px;
  white-space: normal;
  overflow-wrap: anywhere;
  position: relative;
}
.entry-container h4::before {
  content: "";
  display: block;
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  background: #86ae52;
}
.entry-container h4::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  background: #86ae52;
}
.entry-container h5,
.entry-container h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 37px;
  margin: 0;
  padding: 0 0 20px;
  color: #2E6249;
  font-size: clamp(1.125rem, 1.075rem + 0.2vw, 1.25rem);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.entry-container h5::before,
.entry-container h6::before {
  content: "";
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  align-self: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.entry-container h5::before {
  background-image: url(../img/icons/entry-h5-check.svg);
}
.entry-container h6::before {
  background-image: url(../img/icons/entry-h6-flag.svg);
}
.entry-container p {
  margin-bottom: 20px;
}
.entry-container th > p:last-child,
.entry-container td > p:last-child {
  margin-bottom: 0;
}
.entry-container > p:has(+ :not(p, ul, ol, .wp-block-table, table)) {
  margin-bottom: 40px;
}
.entry-container hr {
  margin-top: clamp(1.25rem, 0.75rem + 2vw, 2.5rem);
  border-color: #A7CE39;
  opacity: 0.4;
  margin-bottom: clamp(3.75rem, 3.25rem + 2vw, 5rem);
}
.entry-container ul:not([class*=ez-toc]) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
  list-style: none;
}
.entry-container ul:not([class*=ez-toc]) li {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.125rem);
  line-height: clamp(28.5px, 27px + 0.25vw, 30px);
  letter-spacing: 1px;
}
.entry-container ul:not([class*=ez-toc]) li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2E6249;
}
.entry-container .wp-block-table {
  width: 100%;
  margin: 0 0 20px;
  overflow-x: auto;
}
.entry-container .wp-block-table table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.125rem);
  font-weight: 400;
  line-height: clamp(28.5px, 27px + 0.25vw, 30px);
  letter-spacing: 1px;
}
.entry-container .wp-block-table th,
.entry-container .wp-block-table td {
  min-height: 50px;
  padding: 10px 20px;
  border: 0;
  border-bottom: 1px solid rgba(46, 98, 73, 0.24);
  box-sizing: border-box;
  color: #111d2a;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
}
.entry-container .wp-block-table tr > * + * {
  border-left: 1px solid rgba(46, 98, 73, 0.24);
}
.entry-container .wp-block-table thead {
  border: 0;
}
.entry-container .wp-block-table thead th {
  background: rgba(127, 185, 22, 0.2);
  color: #2E6249;
  font-weight: 700;
}
.entry-container .wp-block-table.is-style-hikarie-standard table {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  table-layout: auto;
}
.entry-container .wp-block-table.is-style-hikarie-standard tbody tr > :first-child {
  background: rgba(113, 167, 71, 0.08);
  font-weight: 400;
}
.entry-container .wp-block-table.is-style-hikarie-standard tr > :first-child {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}
.entry-container .wp-block-table.is-style-hikarie-check table {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  table-layout: auto;
}
.entry-container .wp-block-table.is-style-hikarie-check th:first-child,
.entry-container .wp-block-table.is-style-hikarie-check td:first-child {
  width: auto;
  max-width: calc(100% - 77px);
}
.entry-container .wp-block-table.is-style-hikarie-check th:last-child,
.entry-container .wp-block-table.is-style-hikarie-check td:last-child {
  width: 77px;
  min-width: 77px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.entry-container .wp-block-table.is-style-hikarie-check .table-check {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .entry-container h2 {
    min-height: 50px;
    padding: 8px 10px 8px 52px;
  }
  .entry-container h2::before {
    width: 42px;
    font-size: 1.25rem;
  }
  .entry-container h2::after {
    width: 31px;
    height: 27px;
  }
}
#price {
  background: url(../img/common/bg-type01.webp) top center/cover no-repeat;
}
#price .section-title {
  margin-bottom: clamp(1.875rem, 1.375rem + 2vw, 3.75rem);
}

.price-card .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 70px;
}
@media screen and (max-width: 950px) {
  .price-card .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.price-card .inner {
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .price-card .inner {
    padding: 30px;
  }
}
.price-card:last-of-type {
  margin-bottom: 80px !important;
}
.price-card:nth-of-type(odd) {
  background-color: rgba(167, 206, 57, 0.3);
}
.price-card:nth-of-type(even) {
  background-color: rgba(167, 206, 57, 0.6);
}

.page-price_container p {
  text-align: center;
  font-size: clamp(1rem, 0.5rem + 2vw, 1.25rem);
}

.price-card--time .feature-card__content p {
  font-weight: 700;
}

.basic-price--day {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4EB270;
}

.includes-details-wrapper__title {
  color: #4EB270;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.includes-details {
  display: flex;
  gap: 0 14px;
  flex-wrap: wrap;
}

.incluedes-details-items-wrapp p {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.incluedes-details-items-wrapp p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icons/check.png) center/contain no-repeat;
}

.expense__item {
  margin-bottom: 10px;
}
.expense__item:last-of-type {
  margin-bottom: 0;
}

.expense__heading {
  display: flex;
  flex-wrap: wrap;
}

.expense__title {
  color: #4EB270;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(1.5rem, 1rem + 2vw, 1.75rem);
}

.expense__price {
  font-size: clamp(1.375rem, 0.875rem + 2vw, 1.5rem);
  font-weight: 700;
}
.expense__price.expense__price--cost {
  font-size: clamp(1.125rem, 0.625rem + 2vw, 1.5rem);
}

.expense__note, .expense__description {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
}

.price-info {
  padding: clamp(3.75rem, 1.25rem + 8vw, 7.5rem) 0;
  background: #f9f9f7;
}
.price-info .inner {
  width: min(1070px, 93.5%);
}

.price-info__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.price-info__item {
  display: flex;
  align-items: center;
  gap: 38px;
  min-height: 140px;
  padding: 32px 52px;
  border: 3px solid #4EB270;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
}

.price-info__item--example .button--case {
  margin: 24px 0 0;
}

.price-info__icon {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(78, 178, 112, 0.1);
}
.price-info__icon img {
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

.price-info__content {
  flex: 1;
  min-width: 0;
  padding-left: 38px;
  position: relative;
}
.price-info__content::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #4EB270;
}

.price-info__item--full-icon .price-info__icon {
  background: transparent;
}
.price-info__item--full-icon .price-info__icon img {
  width: 100px;
  height: 100px;
}

.price-info__title {
  margin: 0;
  color: #4EB270;
  font-size: clamp(1.625rem, 1.25rem + 0.75vw, 2rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

.price-info__text {
  margin: 0;
  color: #2A4766;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .price-info__item {
    display: block;
    min-height: 0;
    padding: 20px;
  }
  .price-info__item--example .button--case {
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
  .price-info__icon,
  .price-info__item--full-icon .price-info__icon {
    display: none;
  }
  .price-info__content {
    padding-left: 0;
  }
  .price-info__content::before {
    width: 100%;
    height: 1px;
    top: 46px;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .price-info__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    min-height: 40px;
    padding-bottom: 4px;
    box-sizing: border-box;
    font-size: 1.625rem;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
  }
  .price-info__title::before {
    content: "";
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .price-info__item--sameday .price-info__title::before {
    background-image: url(../img/price/top/price02.png);
  }
  .price-info__item--pack .price-info__title::before {
    background-image: url(../img/price/top/price03.png);
  }
  .price-info__item--payment .price-info__title::before {
    background-image: url(../img/price/top/price01.png);
  }
  .price-info__item--example .price-info__title::before {
    background-image: url(../img/price/top/price04.png);
  }
  .price-info__text {
    width: 100%;
    margin-left: 0;
    padding-top: 14px;
    text-align: left;
  }
}
#about {
  background: url(../img/common/bg-type01.webp) top center/cover no-repeat;
}
#about .section-title {
  margin-bottom: clamp(1.875rem, 1.375rem + 2vw, 3.75rem);
}

.about-card:nth-of-type(odd) {
  background-color: rgba(167, 206, 57, 0.3);
}
.about-card:nth-of-type(even) {
  background-color: rgba(167, 206, 57, 0.6);
}
.about-card:nth-of-type(even) .feature-card__media {
  order: 2;
}
@media screen and (max-width: 980px) {
  .about-card:nth-of-type(even) .feature-card__media {
    order: 1;
  }
}
.about-card:nth-of-type(even) .feature-card__content {
  order: 1;
}
@media screen and (max-width: 980px) {
  .about-card:nth-of-type(even) .feature-card__content {
    order: 2;
  }
}
.about-card .inner {
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .about-card .inner {
    padding: 30px;
  }
}

.about-card__title.card__title {
  margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
}

.about-card--price .feature-card__content p:last-of-type, .about-card--support .feature-card__content p:last-of-type {
  margin-bottom: 20px;
}

.feature-card__wrapp {
  display: flex;
  align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 980px) {
  .feature-card__wrapp {
    flex-direction: column;
  }
}
.feature-card__wrapp .feature-card__media {
  flex-shrink: 0;
}
.feature-card__wrapp .feature-card__content p {
  line-height: 150%;
  font-weight: 400;
}
.feature-card__wrapp .feature-card__content .price-wrapp {
  flex-wrap: wrap;
}
@media screen and (max-width: 420px) {
  .feature-card__wrapp .feature-card__content .price-wrapp {
    padding: 10px 0;
  }
}
.feature-card__wrapp .feature-card__content .price-wrapp p {
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 0;
}
.feature-card__wrapp .viewmore {
  width: 357px;
}
@media screen and (max-width: 767px) {
  .feature-card__wrapp .viewmore {
    width: 100%;
    justify-content: center;
  }
}

.about-card--support .cta-link.link-meeting {
  width: 274px;
  height: 70px;
}
.about-card--support .cta-link.link-meeting a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-card--support .cta-link.link-meeting {
    width: 100%;
  }
}

.company-profile__container {
  background: url(../img/common/bg-type01v1.webp) top center/cover no-repeat;
}
.company-profile__container .section-title {
  margin-bottom: clamp(1.875rem, 1.375rem + 2vw, 3.75rem);
  padding-top: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}
.company-profile__container {
  padding-bottom: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}

.company-profile__row {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 10px 40px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.company-profile__row:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 520px) {
  .company-profile__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    gap: 4px 40px;
  }
}

.company-profile__term {
  width: 225px;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

.company-profile__description {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company-profile__description {
    line-height: 153%;
  }
}

.company-profile {
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
}

.company-map {
  width: 100%;
  height: 622px;
}
@media screen and (max-width: 767px) {
  .company-map {
    height: clamp(18.75rem, 18.25rem + 2vw, 38.875rem);
  }
}

.page-contact__container {
  background: url(../img/common/bg-type01v1.webp) top center/cover no-repeat;
  padding-top: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}
.page-contact__container .section-title {
  margin-bottom: clamp(1.25rem, 0.75rem + 2vw, 2.5rem);
}
.page-contact__container {
  padding-bottom: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}

.page-contact__container-title {
  text-align: center;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
}

.contact-items-wrapper {
  display: flex;
  gap: 40px 24px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contact-items-wrapper.is-form-submitted {
  align-items: flex-start;
}

.contact-quick {
  margin-bottom: 0;
}

@media screen and (max-width: 757px) {
  .contact-quick {
    order: 1;
  }
  .form__contents {
    order: 2;
  }
}
.form__contents {
  padding: clamp(2.5rem, 2rem + 2vw, 3.75rem);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20.2px rgba(46, 98, 73, 0.14);
  flex: 0 1 706px;
  width: min(100%, 706px);
}

.contact-items-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2E6249;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.contact-items-title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 35px;
  background-color: #A7CE39;
  margin-right: 8px;
}

.contact-items__container {
  display: block;
  width: 100%;
}

.contact-items-wrapper.is-form-submitted .form__contents {
  min-height: 280px;
}
.contact-items-wrapper.is-form-submitted .contact-items__container {
  display: flex;
  align-items: center;
  min-height: 100px;
}
.contact-items-wrapper.is-form-submitted .ff-message-success {
  width: 100%;
}

.page-contact .contact-items__container .fluentform,
.page-contact .contact-items__container .frm-fluent-form {
  width: 100%;
  margin: 0;
}
.page-contact .contact-items__container .ff-t-container {
  display: block;
}
.page-contact .contact-items__container .ff-el-group {
  margin-bottom: 30px;
}
.page-contact .contact-items__container .ff-el-input--label {
  margin-bottom: 8px;
}
.page-contact .contact-items__container .ff-el-input--label label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #111D2A;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
.page-contact .contact-items__container .ff-el-input--label.ff-el-is-required label::after, .page-contact .contact-items__container .ff-el-input--label:not(.ff-el-is-required) label::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 24px;
  padding: 1px 12px 3px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.page-contact .contact-items__container .ff-el-input--label.ff-el-is-required.asterisk-right label::after, .page-contact .contact-items__container .ff-el-input--label.ff-el-is-required label::after {
  content: "必須" !important;
  background-color: #CE4A39;
  color: #fff !important;
}
.page-contact .contact-items__container .ff-el-input--label:not(.ff-el-is-required) label::after {
  content: "任意";
  background-color: #BABABA;
}
.page-contact .contact-items__container .ff-el-form-control {
  width: 100%;
  min-height: 43px;
  padding: 10px;
  border: 1px solid #BABABA;
  border-radius: 6px;
  background-color: #fff;
  color: #111D2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  box-shadow: none;
}
.page-contact .contact-items__container .ff-el-form-control::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}
.page-contact .contact-items__container .ff-el-form-control::placeholder {
  color: #BABABA;
  opacity: 1;
}
.page-contact .contact-items__container .ff-el-form-control:focus {
  border-color: #2E6249;
  box-shadow: 0 0 0 1px #2E6249;
  outline: none;
}
.page-contact .contact-items__container textarea.ff-el-form-control {
  min-height: 200px;
  resize: vertical;
}
.page-contact .contact-items__container select.ff-el-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url(../img/icons/chevron-down.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 24px;
  cursor: pointer;
}
.page-contact .contact-items__container .ff-el-form-check {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.page-contact .contact-items__container .ff-el-form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #111D2A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}
.page-contact .contact-items__container .ff-el-form-check-label > span {
  display: inline-flex;
  align-items: center;
  line-height: inherit;
}
.page-contact .contact-items__container .ff-el-form-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #BABABA;
  border-radius: 6px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.page-contact .contact-items__container .ff-el-form-check-input:checked {
  border-color: #2E6249;
  background-color: #2E6249;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 12 4 4L19 7'/%3E%3C/svg%3E");
}
.page-contact .contact-items__container .ff-el-form-check-input:focus-visible {
  outline: 3px solid rgba(167, 206, 57, 0.45);
  outline-offset: 3px;
}
.page-contact .contact-items__container .ff-el-group:has(.ff-el-form-check-input).ff-el-is-error .ff-el-form-check-label {
  color: #111D2A !important;
}
.page-contact .contact-items__container .ff-el-group:has(.ff-el-form-check-input) .error.text-danger {
  width: 100%;
  text-align: center;
}
.page-contact .contact-items__container .ff_submit_btn_wrapper {
  margin-top: 40px;
  text-align: center;
}
.page-contact .contact-items__container form.frm-fluent-form .ff-btn-submit {
  position: relative;
  width: min(100%, 300px);
  min-height: 60px;
  padding: 20px 50px;
  border: 0;
  border-radius: 89px;
  background-color: #2E6249;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.page-contact .contact-items__container form.frm-fluent-form .ff-btn-submit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/chevron-right.png) center/contain no-repeat;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.page-contact .contact-items__container form.frm-fluent-form .ff-btn-submit:hover {
  background-color: #2E6249;
  opacity: 0.85;
}
.page-contact .contact-items__container form.frm-fluent-form .ff-btn-submit:hover::before {
  right: 25px;
}
.page-contact .contact-items__container .ff-el-is-error .ff-el-form-control {
  border-color: #CE4A39;
}
.page-contact .contact-items__container .error,
.page-contact .contact-items__container .text-danger {
  color: #CE4A39;
  font-size: 0.875rem;
}

@media screen and (max-width: 600px) {
  .form__contents {
    padding: 40px 24px;
  }
  .contact-items-title {
    margin-bottom: 32px;
    font-size: 1.25rem;
  }
  .page-contact .contact-items__container .ff-el-input--label label {
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 1rem;
  }
  .page-contact .contact-items__container .ff-el-group {
    margin-bottom: 24px;
  }
  .page-contact .contact-items__container form.frm-fluent-form .ff-btn-submit {
    min-height: 56px;
    padding-block: 18px;
  }
}
.contact-item__label {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 8px;
}

.required, .unrequired {
  border-radius: 4px;
  color: #fff;
  width: 52px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.required {
  background: #CE4A39;
}

.unrequired {
  background: #BABABA;
}

.contact-item__inputbox input, .contact-item__inputbox textarea, .contact-item__inputbox select {
  font-weight: 400;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #BABABA;
  background: #FFF;
}
.contact-item__inputbox input::-moz-placeholder, .contact-item__inputbox textarea::-moz-placeholder, .contact-item__inputbox select::-moz-placeholder {
  font-size: 1rem;
}
.contact-item__inputbox input::placeholder, .contact-item__inputbox textarea::placeholder, .contact-item__inputbox select::placeholder {
  font-size: 1rem;
}

.contact-item__inputbox-select {
  position: relative;
}
.contact-item__inputbox-select::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/icons/chevron-down.png) center center/cover no-repeat;
  pointer-events: none;
}

textarea {
  height: 200px;
}

.contact-item__row-privacy-policy {
  display: flex;
  gap: 0 14px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.contact-item__row-privacy-policy .contact-item__label {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.contact-item__row-privacy-policy .contact-item__label a {
  text-decoration: underline;
}

.contact-quick__lead.title-dec01 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.contact-quick__description {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
  line-height: normal;
}

.confirm-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.confirm-modal.is-open {
  display: block;
}

body.is-confirm-modal-open {
  overflow: hidden;
}

.confirm-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.confirm-modal__content {
  position: relative;
  width: min(90%, 600px);
  max-height: 80vh;
  overflow-y: auto;
  margin: 5vh auto;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  z-index: 1;
}

.confirm-modal__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.confirm-modal__description {
  margin-bottom: 24px;
  font-size: 1rem;
  text-align: center;
}

.confirm-item {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

.confirm-item__label {
  margin-bottom: 8px;
  font-weight: bold;
}

.confirm-item__value {
  line-height: 1.8;
  word-break: break-word;
}

.confirm-modal__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

.confirm-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.confirm-modal__btn.cancel {
  background: #ddd;
}

.confirm-modal__btn.submit {
  background: #2E6249;
  color: #fff;
}

.privacy-policy-trigger {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2E6249;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  cursor: pointer;
}

.privacy-policy-trigger:hover {
  color: #4EB270;
}

@media screen and (max-width: 767px) {
  .page-contact .contact-items__container .ff-el-form-check-label {
    gap: 14px;
    font-size: 0.875rem;
  }
  .page-contact .contact-items__container .ff-el-form-check-input {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }
}
.privacy-policy-modal__content {
  width: min(90%, 760px);
  max-height: 86vh;
  margin-top: 7vh;
}

.privacy-policy-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2A4766;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.privacy-policy-modal__body {
  margin-top: 24px;
  color: #2A4766;
  font-size: 1rem;
  line-height: 1.9;
  text-align: left;
}
.privacy-policy-modal__body h2,
.privacy-policy-modal__body h3,
.privacy-policy-modal__body h4 {
  margin: 2em 0 0.75em;
  color: #2E6249;
  font-weight: 700;
  line-height: 1.5;
}
.privacy-policy-modal__body h2 {
  font-size: 1.375rem;
}
.privacy-policy-modal__body h3,
.privacy-policy-modal__body h4 {
  font-size: 1.125rem;
}
.privacy-policy-modal__body p,
.privacy-policy-modal__body ul,
.privacy-policy-modal__body ol {
  margin-bottom: 1em;
}
.privacy-policy-modal__body ul,
.privacy-policy-modal__body ol {
  padding-left: 1.5em;
}
.privacy-policy-modal__body a {
  color: #2E6249;
  text-decoration: underline;
}

.mdc-card__actions {
  display: none;
}

.page-news__container {
  background: url(../img/common/bg-type01v1.webp) top center/cover no-repeat;
}
.page-news__container .section-title {
  margin-bottom: 20px;
  padding-top: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}
.page-news__container > p {
  text-align: center;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
  font-size: 1rem;
}
.page-news__container {
  padding-bottom: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}

.news-list {
  padding: clamp(1.25rem, 0.75rem + 2vw, 2.5rem);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 12.7px 0 rgba(46, 98, 73, 0.26);
}
.news-list li:not(:last-child) {
  border-bottom: 1px solid #D6D9D4;
}
.news-list a {
  display: flex;
  gap: 2px 50px;
  align-items: center;
  padding: 20px 0;
  transition: color 0.2s, background-color 0.2s;
}
.news-list a:hover, .news-list a:focus-visible {
  color: #277256;
  background: #f8fbf4;
}
.news-list a:focus-visible {
  outline: 2px solid #9bce2f;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .news-list a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.news-list time {
  font-size: 1rem;
}

.news-list__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 1;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .news-list__category {
    width: 66px;
    justify-self: 23px;
    font-size: 0.625rem;
  }
}
.news-list__category.is-notice {
  color: #2E6249;
  background: rgba(113, 167, 71, 0.18);
}
.news-list__category.is-column {
  color: #5CB2D7;
  background: rgba(92, 178, 215, 0.3);
}
.news-list__category.is-qa {
  color: #A98FB7;
  background: #E9E0EE;
}
.news-list__category.is-case {
  color: #FEB049;
  background: rgba(254, 176, 73, 0.3);
}

.news-list__meta {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news-list__meta {
    gap: 14px;
  }
}

.news-list__title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  border-left: 1px solid #D6D9D4;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .news-list__title {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 58px;
}
.news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 4.4px 0 rgba(113, 167, 71, 0.21);
  border-radius: 4px;
  color: #2E6249;
  background: #fff;
  font-size: 0.875rem;
}
.news-pagination a.page-numbers:hover, .news-pagination a.page-numbers:focus-visible {
  color: #fff;
  background: #277256;
}
.news-pagination a.page-numbers:focus-visible {
  outline: 2px solid #9bce2f;
  outline-offset: 2px;
}
.news-pagination .current {
  color: #fff;
  background: #277256;
}
.news-pagination .prev, .news-pagination .next {
  padding-bottom: 3px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}
.news-pagination .dots {
  box-shadow: none;
  background: transparent;
}

#flow .section-title {
  margin-bottom: 0;
}
#flow.section-bg {
  background-color: rgba(167, 206, 57, 0.3) !important;
}
#flow .inner {
  background: #fff;
  padding: 60px 10px;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  #flow .inner {
    padding: 40px 10px;
  }
}

.page-flow_container {
  max-width: 960px;
  margin: 0 auto;
}

.flow-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  padding: 60px 0;
}
.flow-item::before {
  content: "";
  position: absolute;
  top: 85px;
  bottom: -85px;
  left: 241px;
  width: 3px;
  background: #A7CE39;
  z-index: 0;
}
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 665px;
  border-bottom: 1px dashed #d9d9d9;
}
.flow-item:last-child::before {
  bottom: 52px;
}

.flow-item__heading {
  display: contents;
}

.flow-item__image {
  flex: 0 0 175px;
  width: 175px;
  height: 177px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow-item__number {
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #A7CE39;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.flow-item--02 .flow-item__number {
  background: #55ad36;
}

.flow-item--03 .flow-item__number {
  background: #147c3e;
}

.flow-item--04 .flow-item__number {
  background: #18844d;
}

.flow-item--05 .flow-item__number {
  background: #35a6cc;
}

.flow-item--06 .flow-item__number {
  background: #102f4e;
}

.flow-item--02::before {
  background: #55ad36;
}

.flow-item--03::before {
  background: #147c3e;
}

.flow-item--04::before {
  background: #18844d;
}

.flow-item--05::before {
  background: #35a6cc;
}

.flow-item--06::before {
  background: #102f4e;
}

.flow-item__title {
  padding-bottom: 20px;
  font-size: clamp(1.0625rem, 1rem + 1vw, 1.75rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 440px) {
  .flow-item__title {
    font-size: 17px;
  }
}

.flow-item__body p {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  font-weight: 500;
  line-height: 24.5px;
  letter-spacing: 1px;
}

.flow-item__content {
  flex: 1 1 600px;
  min-width: 0;
}

.flow-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 274px;
  height: 70px;
  margin-top: 20px;
  border-radius: 7px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.75px;
  transition: opacity 0.3s;
}
.flow-button:hover {
  opacity: 0.75;
}
.flow-button img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow-button--line {
  border: 2px solid #00b900;
  background: #fff;
  color: #00b900;
}

.flow-button--meeting {
  background: #4EB270;
}

.flow-button--report {
  width: 274px;
  background: #81C7EA;
}
.flow-button--report img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .page-flow_container {
    width: 100%;
  }
  .flow-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .flow-item::before {
    content: none;
  }
  .flow-item:not(:last-child)::after {
    right: 0;
    width: 100%;
  }
  .flow-item__heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .flow-item__image {
    flex: 0 0 53px;
    width: 53px;
    height: 53px;
  }
  .flow-item__number {
    position: absolute;
    top: 17px;
    left: 13px;
    width: 27px;
    height: 27px;
    font-size: 14.5px;
    letter-spacing: 1px;
  }
  .flow-item__content {
    display: contents;
  }
  .flow-item__title {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 72px);
    padding-bottom: 6px;
    border-bottom: 2px solid #A7CE39;
    line-height: normal;
    letter-spacing: 1.5px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .flow-item__body {
    flex: 0 0 100%;
    min-width: 0;
  }
  .flow-item__body p {
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: 24.5px;
    letter-spacing: 1px;
  }
  .flow-button,
  .flow-button--report {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
}
@media screen and (max-width: 390px) {
  .flow-item__title {
    letter-spacing: 0.7px;
  }
  .flow-item__body p {
    line-height: 1.55;
  }
}
.page-reservation__container {
  padding-top: clamp(3.75rem, 3.25rem + 2vw, 7.5rem);
}

.reservation-calendar {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
}

.page-privacy-policy .privacy-policy-header {
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.125rem);
}
.page-privacy-policy .privacy-policy-header .inner {
  display: flex;
  align-items: center;
  width: min(1022px, 93.5%);
  height: 100%;
}

.privacy-policy-content {
  font-size: 1rem;
  line-height: 1.9;
}
.privacy-policy-content h2 {
  counter-increment: none;
  min-height: 0;
  padding: 12px 18px;
}
.privacy-policy-content h2::before,
.privacy-policy-content h2::after {
  content: none;
  display: none;
}
.privacy-policy-content h3 {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #A7CE39;
}
.privacy-policy-content h3::before,
.privacy-policy-content h3::after {
  content: none;
  display: none;
}
.privacy-policy-content p,
.privacy-policy-content ul,
.privacy-policy-content ol {
  margin-bottom: 1.5em;
}
.privacy-policy-content ul,
.privacy-policy-content ol {
  padding-left: 1.5em;
}
.privacy-policy-content ul {
  list-style: disc;
}
.privacy-policy-content ol {
  list-style: decimal;
}

.error-404 {
  padding: clamp(5rem, 3.5rem + 6vw, 10rem) 0;
  background: radial-gradient(circle at 50% 35%, rgba(167, 206, 57, 0.2), transparent 42%), #f8fbf3;
  text-align: center;
}

.error-404__inner {
  max-width: 780px;
}

.error-404__code {
  padding-top: 40px;
  color: rgba(78, 178, 112, 0.18);
  font-size: clamp(7.5rem, 4.5rem + 12vw, 15rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.04em;
}

.error-404__title {
  margin-top: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  color: #2E6249;
  font-size: clamp(1.5rem, 1.25rem + 1vw, 2.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.error-404__message {
  margin-top: 1.5rem;
  color: #2A4766;
  font-size: 1rem;
  line-height: 2;
}

.error-404__home {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 60px;
  margin-top: 2.5rem;
  padding: 0.875rem 3rem;
  overflow: hidden;
  border: 2px solid #2E6249;
  border-radius: 8px;
  background: #2E6249;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.3s, background-color 0.3s;
}

.error-404__home::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.error-404__home:hover {
  background: #fff;
  color: #2E6249;
}

.error-404__search {
  max-width: 560px;
  margin: clamp(3rem, 2rem + 3vw, 5rem) auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(78, 178, 112, 0.3);
}

.error-404__search-title {
  margin-bottom: 1rem;
  color: #2E6249;
  font-weight: 700;
}

.error-404__search .search-form {
  display: flex;
}

.error-404__search .search-field {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 1rem;
  border: 1px solid rgba(78, 178, 112, 0.55);
  border-radius: 6px 0 0 6px;
  background: #fff;
}

.error-404__search .search-submit {
  flex: 0 0 auto;
  min-width: 96px;
  border: 1px solid #2E6249;
  border-radius: 0 6px 6px 0;
  background: #2E6249;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .error-404 {
    padding-right: 1.25rem;
    padding-bottom: 8rem;
    padding-left: 1.25rem;
  }
  .error-404__message {
    text-align: left;
  }
  .error-404__home {
    width: 100%;
    min-width: 0;
  }
  .error-404__search .search-submit {
    min-width: 80px;
  }
}
.viewmore {
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 18px 30px;
  letter-spacing: 1px;
  position: relative;
}
.viewmore::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../img/icons/chevron-right.png) center center/contain no-repeat;
  transition: 0.3s all;
}
.viewmore:hover::before {
  right: 25px;
}

.viewmore-with-icon-right {
  position: relative;
}
.viewmore-with-icon-right::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background: url(../img/icons/document-price.png) center center/contain no-repeat;
  transition: 0.3s all;
}

.viewmore-c01 {
  background: #5CB2D7;
}

.viewmore-c02 {
  background: #81C7EA;
}

.viewmore-primary {
  background: #A7CE39;
}

/*------------------------------------------
contact info buttons
-------------------------------------------*/
.contact-info-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 35px;
  max-width: 960px;
  margin: 60px auto 0;
  padding: 0 20px;
}

.contact-info-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 274px;
  height: 70px;
  border-radius: 7px;
  color: #fff;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.3125rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.75px;
  transition: opacity 0.3s;
}
.contact-info-button:hover {
  opacity: 0.75;
}
.contact-info-button img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-info-button--line {
  border: 2px solid #00b900;
  background: #fff;
  color: #00b900;
}

.contact-info-button--meeting {
  background: #4EB270;
}

.contact-info-button--report {
  background: #81C7EA;
}
.contact-info-button--report img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .contact-info-buttons {
    flex-direction: column;
    margin-top: 40px;
    padding: 0 20px;
  }
  .contact-info-button {
    width: 100%;
    box-sizing: border-box;
  }
}
/*------------------------------------------
link-box
-------------------------------------------*/
.link-box {
  background-color: #fff;
}
.link-box .inner {
  border: 2px dashed #81C7EA;
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: clamp(2.5rem, 2rem + 2vw, 5rem);
  padding-bottom: clamp(2.5rem, 2rem + 2vw, 5rem);
}

@media screen and (max-width: 767px) {
  .link-box__container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.title-dec01 {
  font-size: clamp(1rem, 0.5rem + 2vw, 1.5rem);
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(0.125rem, -0.375rem + 2vw, 1.5rem);
  margin-bottom: 24px;
}
.title-dec01.link-box__title {
  font-size: clamp(0.9375rem, 0.4375rem + 2vw, 1.5rem);
}
.title-dec01::before {
  content: "";
  width: 21px;
  height: 26px;
  display: block;
  background: url(../img/icons/dec-left.png) center center/cover no-repeat;
}
.title-dec01::after {
  content: "";
  width: 21px;
  height: 26px;
  display: block;
  background: url(../img/icons/dec-right.png) center center/cover no-repeat;
}

.link-box__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.link-box__button {
  width: 292px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-box__button {
    width: 100%;
  }
}
.link-box__button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.link-box__button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icons/chevron-right.png) center center/contain no-repeat;
  transition: 0.3s all;
}
.link-box__button:hover::after {
  right: 15px;
}
.link-box__button.button--price {
  background-color: #4EB270;
}
.link-box__button.button--price::before {
  background: url(../img/icons/document-price.png) center center/contain no-repeat;
}
.link-box__button.button--report {
  background-color: #81C7EA;
}
.link-box__button.button--report::before {
  background: url(../img/icons/document.png) center center/contain no-repeat;
}
.link-box__button.button--flow {
  background-color: #4EB270;
}
.link-box__button.button--flow::before {
  background: url(../img/icons/foot.png) center center/contain no-repeat;
}
.link-box__button.button--strength {
  background-color: #81C7EA;
}
.link-box__button.button--strength::before {
  background: url(../img/icons/protect.png) center center/contain no-repeat;
}
.link-box__button.button--case {
  background-color: #FEB049;
  font-size: 1rem;
  line-height: 21px;
  text-align: center;
}
.link-box__button.button--case::before {
  background: url(../img/icons/case-news.svg) center center/contain no-repeat;
}

.contact-item__row-submit {
  display: flex;
  justify-content: center;
}
.contact-item__row-submit .contact-item__inputbox button {
  border: none;
  width: 300px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E6249;
  border-radius: 89px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 500px) {
  .contact-item__row-submit .contact-item__inputbox button {
    width: 170px;
  }
}
.contact-item__row-submit .contact-item__inputbox button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../img/icons/chevron-right.png) center center/contain no-repeat;
  transition: 0.3s all;
}
.contact-item__row-submit .contact-item__inputbox button:hover::before {
  right: 25px;
}

/*------------------------------------------
card
-------------------------------------------*/
.card {
  padding: 60px 0;
  border-radius: 12px;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem);
}
.card:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .card {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .card {
    padding: 40px 0;
  }
}
.card .inner {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  filter: drop-shadow(0 4px 4px rgba(143, 144, 145, 0.3));
}

.service-card .inner {
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .service-card .inner {
    padding: 20px;
  }
}

.card__title {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 2rem;
  color: #4EB270;
  padding-bottom: 5px;
  margin-bottom: 14px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.card__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #4EB270;
  width: 40%;
  z-index: 2;
}
.card__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: #A7CE39;
  width: 100%;
  z-index: 1;
}

.service-card__lead {
  line-height: 186%;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-card__lead {
    line-height: 153%;
  }
}

.service-card__body p {
  margin-bottom: 24px;
}

.service-card__list,
.service-card__body ul {
  margin-bottom: 24px;
}
.service-card__list li,
.service-card__body ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.service-card__list li::before,
.service-card__body ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}

/*------------------------------------------
card validation "service"
-------------------------------------------*/
.service-card--affair {
  background-color: rgba(167, 206, 57, 0.3);
}
.service-card--affair .inner::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/service/affair-bg.webp) center center/cover no-repeat;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .service-card--affair .inner::before {
    background: url(../img/service/affair-bg-sp.webp) center center/cover no-repeat;
  }
}
.service-card--affair .service-card__lead {
  color: #4EB270;
}
.service-card--affair .service-card__body ul li::before {
  background-color: #4EB270;
}

.service-card--behavior {
  background-color: rgba(129, 199, 234, 0.3);
}
.service-card--behavior .inner::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/service/behavior-bg.webp) center center/cover no-repeat;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .service-card--behavior .inner::before {
    background: url(../img/service/behavior-bg-sp.webp) center center/cover no-repeat;
  }
}
.service-card--behavior .service-card__title {
  color: #81C7EA;
}
.service-card--behavior .card__title::before {
  background-color: #81C7EA;
}
.service-card--behavior .service-card__lead {
  color: #81C7EA;
}
.service-card--behavior .service-card__body ul li::before {
  background-color: #81C7EA;
}

.service-card--corporate {
  background-color: rgba(254, 176, 73, 0.3);
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.75rem) !important;
}
.service-card--corporate .inner::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/service/corporate-bg.webp) center center/cover no-repeat;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .service-card--corporate .inner::before {
    background: url(../img/service/corporate-bg-sp.webp) center center/cover no-repeat;
  }
}
.service-card--corporate .service-card__title {
  color: #FEB049;
}
.service-card--corporate .card__title::before {
  background-color: #FEB049;
}
.service-card--corporate .service-card__lead {
  color: #FEB049;
}
.service-card--corporate .service-card__body ul li::before {
  background-color: #FEB049;
}

.contact-quick__list {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
}

.contact-card__title {
  font-size: 1.25rem;
  margin-bottom: 30px;
  text-align: center;
}

.contact-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.contact-card {
  padding: 30px 18px;
  border-radius: 6px;
}
.contact-card--line {
  background: rgba(46, 98, 73, 0.08);
}
.contact-card--line .contact-card__title {
  color: #2E6249;
}
.contact-card--phone {
  background: rgba(60, 131, 198, 0.1);
}

.contact-card__button {
  font-weight: 700;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 7.1px 0 rgba(46, 98, 73, 0.19);
}
.contact-card__button--line {
  border: 1px solid var(--textColor2, #2E6249);
  color: #2E6249;
}
.contact-card__button--line::after {
  margin-left: 10px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/link.svg) center center/contain no-repeat;
}
.contact-card__button--phone {
  border: 1px solid var(--texColor, #2A4766);
}
.contact-card__button--phone::before {
  margin-right: 10px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/telephone-bl.png) center center/contain no-repeat;
}

.contact-card__info, .contact-card__hours {
  margin-bottom: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}

.contact-card__tel {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

/*------------------------------------------
color
-------------------------------------------*/
