@charset "UTF-8";
/*-----
v1.01
------*/

/****土地活用サイズ調整　START******/
.tochikatsu{
  width:65%; 
}
@media screen and (width < 768px) {
      .tochikatsu{
        width:100%; 
      }
}
/****土地活用サイズ調整　END******/


/*
html {
  font-size: 1.1111111111vw;
}

@media screen and (width < 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}
*/

.Dwrapper {
  overflow-x: clip;
}

@media screen and (768px <= width) {
  .inner {
    max-width: 75rem;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (width < 768px) {
  .inner {
    padding-inline: 1.25rem;
  }
}

@media screen and (768px <= width) {
  .sp {
    display: none !important;
  }
}

@media screen and (width < 768px) {
  .pc {
    display: none !important;
  }
}

.bg {
  background: #FFFDEC !important;
}

.bg-white {
  background: #fff !important;
}

/*----------------------------------
    HOVER
-----------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*----------------------------------
    nav.HOVER ナビのホバー時色変更
-----------------------------------*/
a:hover .common-icon {
filter: brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(200%) hue-rotate(70deg) brightness(96%) contrast(100%);
 /* filter: brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(468%) hue-rotate(84deg) brightness(96%) contrast(100%); */
}

/*----------------------------------
    アニメーション
-----------------------------------*/
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeUp {
  -webkit-animation: fadeUp 0.5s ease;
          animation: fadeUp 0.5s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.delay-1 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}

.delay-3 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

.delay-4 {
  animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.delay-5 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}

/*----------------------------------
    見出し
-----------------------------------*/
.sec-heading {
  padding-block: 3.75rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}
@media screen and (width < 768px) {
  .sec-heading {
    padding-block: 1.875rem 1.25rem;
    gap: 0.125rem;
  }
}

.sec-title {
  color: #003A8C;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .sec-title {
    font-size: 1.375rem;
  }
}

.sec-subtitle {
  display: block;
  color: #519539;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .sec-subtitle {
    font-size: 0.75rem;
  }
}

.page-heading {
  width: 100%;
  height: 9.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
  background-color: #519539;
  background-image: url(../img/page-heading-bg.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (width < 768px) {
  .page-heading {
    height: 6.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.sub-heading {
  margin-block: 3.125rem;
  padding-block: 0.375rem;
  color: #F39200;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  border-top: 0.1875rem solid #F39200;
  border-bottom: 0.1875rem solid #F39200;
}
@media screen and (width < 768px) {
  .sub-heading {
    margin-block: 1.875rem;
    font-size: 1.25rem;
  }
}

/*----------------------------------
    ボタン
-----------------------------------*/
.button-1 {
  display: inline-block;
  color: #F39200;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
  padding: 1rem 4.875rem 1rem 3rem;
  border: 0.1875rem solid #F39200;
  border-radius: 6.25rem;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (width < 768px) {
  .button-1 {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.625rem 3.75rem 0.625rem 1.875rem;
    border: 0.125rem solid #F39200;
  }
}
.button-1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 1.375rem;
  background: url(../img/arrow-icon-orange.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (width < 768px) {
  .button-1::after {
    right: 1.875rem;
    width: 0.625rem;
    height: 1rem;
  }
}
.button-1:hover {
  color: #fff;
  background: #F39200;
  opacity: 1;
}
.button-1:hover::after {
  background: url(../img/arrow-icon-white.png) no-repeat center center/contain;
}
.button-1--blue {
  color: #fff;
  background: #003A8C;
  border-color: #003A8C;
}
.button-1--blue::after {
  background: url(../img/arrow-icon-white.png) no-repeat center center/contain;
}
.button-1--blue:hover {
  color: #003A8C;
  background: #fff;
  border-color: #003A8C;
}
.button-1--blue:hover::after {
  background: url(../img/arrow-icon-blue.png) no-repeat center center/contain;
}

.button-2 {
  display: inline-block;
  color: #F39200;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  padding: 0.625rem 3.625rem 0.625rem 2.5rem;
  border: 0.125rem solid #F39200;
  border-radius: 6.25rem;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (width < 768px) {
  .button-2 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    padding: 0.5rem 3.125rem 0.5rem 1.875rem;
    border: 0.125rem solid #F39200;
  }
}
.button-2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.8125rem;
  background: url(../img/arrow-icon-orange.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (width < 768px) {
  .button-2::after {
    right: 1.875rem;
    width: 0.375rem;
    height: 0.625rem;
  }
}
.button-2:hover {
  color: #fff;
  background: #F39200;
  opacity: 1;
}
.button-2:hover::after {
  background: url(../img/arrow-icon-white.png) no-repeat center center/contain;
}
.button-2--green {
  color: #519539;
  border-color: #519539;
}
.button-2--green::after {
  background: url(../img/arrow-icon-green.png) no-repeat center center/contain;
}
.button-2--green:hover {
  color: #fff;
  background: #519539;
}
.button-2--blue {
  color: #003A8C;
  border-color: #003A8C;
}
.button-2--blue::after {
  background: url(../img/arrow-icon-blue.png) no-repeat center center/contain;
}
.button-2--blue:hover {
  color: #fff;
  background: #003A8C;
}

.button-3 {
  display: inline-block;
  padding: 1rem 7.3125rem 1.125rem 4.5625rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 6.25rem;
  background: #519539;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-3::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  right: -1.25rem;
  width: 8.4375rem;
  height: 6rem;
  background: url(../img/character.svg) no-repeat center center/contain;
}

.button-4 {
  display: inline-block;
  width: 15.125rem;
  height: 2.9375rem;
  padding-right: 1.125rem;
  padding-block: 0.625rem;
  border-radius: 6.25rem;
  background: #fff;
  color: #519539;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  text-align: center;
  position: relative;
  border: 0.125rem solid #519539;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-4::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.8125rem;
  background: url(../img/arrow-icon-green.png) no-repeat center center/contain;
}
.button-4:hover {
  color: #fff;
  background: #519539;
}

/*----------------------------------
    fix-cta
-----------------------------------*/
.fix-cta {
  opacity: 0;
  position: fixed;
  top: 5.375rem;/*9.375rem*/
  right: 0;
  z-index: 100;/* DEF 100*/
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (width < 768px) {
  .fix-cta {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.fix-cta.is-show {
  opacity: 0.90;
}
/*↓ここから削除可*/
.fix-cta-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;/* 0.25rem*/
  position: relative;
}

.fix-cta-pc__contact {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fix-cta-pc__contact::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: -5.25rem;
  width: 5rem;
  height: 2.9375rem;
  background: transparent;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fix-cta-pc__contact:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fix-cta-pc__reservation {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fix-cta-pc__reservation::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: -5.25rem;
  width: 5rem;
  height: 2.9375rem;
  background: transparent;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fix-cta-pc__reservation:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (width < 768px) {
  .fix-cta-pc__reservation:hover::after {
    opacity: 0;
  }
}
/*↑ここまで削除可*/
.fix-cta-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  background: #fff;
width:100%;

}

.fix-cta-sp__contact {
  width: 11.875rem;/*11.875rem*/
}

.fix-cta-sp__reservation {
  width: 11.875rem/*11.875rem*/
}

/* TEST SP時横幅調整 Start here*/
/* TEST SP時横幅調整 END here*/

.fix-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.125rem 1.0625rem 1.25rem;
  background: #19a871;/*here529549*/
  overflow: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
}

.fix-button:hover {
  opacity: 0.8;/*0.8*/
  background:#70b968;
}
@media screen and (width < 768px) {
  .fix-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
    padding: 0.5rem 0.625rem 0.625rem;
  }
}
.fix-button img {
  width: 1.625rem;
  margin-bottom: 0.3125rem;
}
@media screen and (width < 768px) {
  .fix-button img {
    width: 1.25rem;
    margin-top: 0.125rem;
    margin-bottom: 0;
  }
}
.fix-button span {
  color: #fff;
  font-size: 1.2rem;/* ctabig 前は1rem */
  font-weight: 700;
}


/*----------------------------------
    レイアウト
-----------------------------------*/
@media screen and (width < 768px) {
  .lower {
    margin-top: 3.75rem;
  }
}

/*----------------------------------
    header
-----------------------------------*/
.header {
  background: #fff;
}
@media screen and (width < 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
  }
}

@media screen and (width < 768px) {
  .header__inner {
    padding-inline: 0.625rem 0;
  }
}

.header__top {
  height: 7.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (width < 768px) {
  .header__top {
    height: 3.75rem;
  }
}

.header-top__logo {
  margin-top:2.25rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (width < 768px) {
  .header-top__logo {
      margin-top:0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 3.75rem;/**/
  }
}

@media screen and (width < 768px) {
  .header-top__logo-image {
    margin-top: 0.9375rem;/*0.9375rem*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-top__logo-image .header-logo {
  width: 14.125rem;
}
@media screen and (width < 768px) {
  .header-top__logo-image .header-logo {
    width: 5rem;
  }
}
.header-top__logo-image .header-character {
  width: 6.875rem;
}
@media screen and (width < 768px) {
  .header-top__logo-image .header-character {
    width: 2.5rem;
  }
}

.header-top__logo-text {
  margin-left: 0.6375rem;
  margin-bottom: 1.3125rem;/*調整済*/
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .header-top__logo-text {
    margin-left: 0;
    margin-top: 0.125rem;
    margin-bottom: 0;
    font-size: 0.625vw;
    line-height: 1.5;
  }
}

.header-top__tel-time {
    margin-right: 1.6vw;
  margin-bottom: -0.875vw;
  text-align: right;
  font-size: 1.2vw;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .header-top__tel-time {
    margin-bottom: 0;
    text-align: left;
    font-size: 0.625rem;
    line-height: 1;
  }
}

.header-top__tel {
  margin-right: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
}
@media screen and (width < 768px) {
  .header-top__tel {
    gap: 0.3125rem;
  }
}
.header-top__tel img {
  margin-bottom: 0.125rem;
  width: 2vw;/*DEF 3.4375*/
}
@media screen and (width < 768px) {
  .header-top__tel img {
    width: 1.5rem;
  }
}
.header-top__tel a {
  color: #2f4f35;
  font-family: "Arial Black","Arial","Arial Black","SF Pro","Roboto","sans-serif";/* DEF nothing*/
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .header-top__tel a {
    font-size: 1.125rem;
  }
}

.header-top__contact {
  margin-right: 3.75rem;/*3.75rem here*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75rem;
}

.header-top__tel-sp {
  width: 3.75rem;
  height: 3.75rem;
  background: #117870;
}
.header-top__tel-sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.header-top__tel-sp a img {
  width: 1.875rem;
}

.header-top__mail-sp {
  width: 3.75rem;
  height: 3.75rem;
  background: #bc9208;
}
.header-top__mail-sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.header-top__mail-sp a img {
  width: 1.875rem;
}
/*Navigation color is here*/
.header__bottom {
  padding-top: 1.3125rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  height: 7rem;/*8.9375rem*/
  background: #117870;/* here F19734c*/
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75vw;/*3.75rem here*/
}

.header__nav-item {
  text-align: center;
    list-style:none;
}

.header__nav-link .common-icon {
  width: 3rem;
  margin-bottom: 0.5rem;
}

.header__nav-link .home-icon {
  width: 3.4375rem;
  margin-bottom: 1rem;
}


.header__nav-link span {
  display: block;
  color: #fff;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.6875vw;/*1.6875rem;*/
}

/*----------------------------------
    drawer
-----------------------------------*/
button { /*here*/
  margin:0;
  padding:0;
    border: none;
  outline: none;
} 
.drawer-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;/*500*/
}
.drawer-icon.is-open .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  top: 1.25rem;
  background: #fff;
}
.drawer-icon.is-open .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-open .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
  top: 1.25rem;
  background: #fff;
}

.drawer-icon__bars {
  background: #529640;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
}

.drawer-icon__bar {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 0.125rem;
  border-radius: 0.375rem;
  background: #fff;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 1.25rem;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 1.75rem;
}

.drawer-icon__text {
  color: #fff;
  font-size: 0.75rem;/*0.75 here*/
  font-weight: 700;
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#js-drawer-content{/*here 追加*/

  position: fixed;        /* 既に指定済なら不要 */
  text-align: center;
  top: 0; left: 0;
  width: 100%;
  /* 高さをビューに制限、スクロール可能に */
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* スムーススクロール（iOS） */

}

.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #529640;
  z-index: 200;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__nav-item{ /*here*/
  list-style: none;
  top: 0; left: 0;
}

ul.drawer__nav-list { /* Bootstrap RESET*/
  margin:20px 0 20px 0;
  padding:0;
}

.drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  padding-top: 6.25rem;
  text-align: center;
}

.drawer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.drawer__nav-link img {
  width: auto;
  height: 1.875rem;
}
.drawer__nav-link span {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}

/*----------------------------------
    footer
-----------------------------------*/
@media screen and (width < 768px) {
  .footer {
    margin-bottom: 2.5625rem;
  }
}

.footer-top {
  padding: 3.125rem 18rem 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .footer-top {
    padding: 1.875rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.company_logo{
  display: block;
  width: 205px;
  margin: 0 auto 3.1875rem;
}
@media screen and (width < 768px) {
  .company_logo {
    width: 50%;
    margin: 0 auto 1.875rem;
  }
}
.company_logo a{
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c0c0c0;
    padding: 1em;
}

.footer__logo {
  width: 18.875rem;
}
@media screen and (width < 768px) {
  .footer__logo {
    width: 12.5rem;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (width < 768px) {
  .footer__info {
    gap: 0.625rem;
  }
}

.footer__address {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .footer__address {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.footer__tel-text {
  margin-bottom: -0.3125rem;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .footer__tel-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.footer__tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (width < 768px) {
  .footer__tel-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3125rem;
  }
}
.footer__tel-number img {
  width: 3.4375rem;
}
@media screen and (width < 768px) {
  .footer__tel-number img {
    width: 2.8125rem;
  }
}
.footer__tel-number a {
  color: #003A8C;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .footer__tel-number a {
    font-size: 2.25rem;
  }
}

.footer-bottom {
  padding-block: 2.5rem;
  background: #F39200;
}
@media screen and (width < 768px) {
  .footer-bottom {
    padding-block: 1.875rem;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (width < 768px) {
  .footer__nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1rem;
  }
}

.footer__nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  padding-left: 1.125rem;
  position: relative;
}
@media screen and (width < 768px) {
  .footer__nav-link {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 0.75rem;
  }
}
.footer__nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 1rem;
  background: url(../img/arrow-icon-white.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .footer__nav-link::before {
    width: 0.5rem;
    height: 0.75rem;
  }
}

.footer__button {
  margin-top: 3.5625rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .footer__button {
    margin-top: 3.125rem;
  }
}

/*----------------------------------
    form
-----------------------------------*/
.form-table {
  border: 0.0625rem solid #ccc;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width < 768px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-label {
  width: 20.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  border: 0.0625rem solid #ccc;
  background: #F39200;
}
@media screen and (width < 768px) {
  .form-label {
    width: 100%;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}

.form-body {
  width: calc(100% - 20.25rem);
  padding: 1.25rem 3.3125rem;
  border: 0.0625rem solid #ccc;
}
@media screen and (width < 768px) {
  .form-body {
    width: 100%;
    padding: 0.625rem;
  }
}

.form-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6875rem;
}
@media screen and (width < 768px) {
  .form-date {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 1.25rem;
  }
}
.form-date span {
  font-size: 1rem;
  line-height: 1.6875;
  margin-right: 1.6875rem;
}
@media screen and (width < 768px) {
  .form-date span {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-right: 0;
    margin-bottom: 0.3125rem;
  }
}
.form-date:last-child {
  margin-bottom: 0;
}

@media screen and (width < 768px) {
  .form-input {
    width: 100%;
  }
}

.form-select {
  margin-left: 1.25rem;
  position: relative;
}
@media screen and (width < 768px) {
  .form-select {
    width: 100%;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/select-arrow.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (width < 768px) {
  .form-select::after {
    right: 1.25rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 35.5625rem;
  height: 3.75rem;
  padding: 0.75rem 1.75rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
}
@media screen and (width < 768px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    width: 100%;
    height: 3.125rem;
    padding: 0.625rem 1.25rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  color: #acaaaa;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #acaaaa;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  color: #acaaaa;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
  color: #acaaaa;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: #acaaaa;
}

input[type=date] {
  width: 19.625rem;
  height: 3.3125rem;
  padding: 0.75rem 1.75rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
}
@media screen and (width < 768px) {
  input[type=date] {
    width: 100%;
    padding: 0.625rem 1.25rem;
  }
}

.form-checkbox .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem 1.875rem;
}
@media screen and (width < 768px) {
  .form-checkbox .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label input + span {
  display: inline-block;
  line-height: 1.6875;
  padding-left: 1.875rem;
  position: relative;
}
.wpcf7-list-item label input + span::before {
  content: "";
  position: absolute;
  top: 0.15625rem;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 0.0625rem solid #ccc;
}
.wpcf7-list-item label input + span::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.4375rem;
  width: 0.5rem;
  height: 0.875rem;
  border-right: 0.125rem solid #F39200;
  border-bottom: 0.125rem solid #F39200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

select {
  width: 19.625rem;
  height: 3.3125rem;
  padding: 0.75rem 1.75rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
}
@media screen and (width < 768px) {
  select {
    width: 100%;
    padding: 0.625rem 1.25rem;
  }
}

textarea {
  width: 35.5625rem;
  height: 7.5rem;
  padding: 0.75rem 1.75rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
}
@media screen and (width < 768px) {
  textarea {
    width: 100%;
  }
}
textarea::-webkit-input-placeholder {
  color: #acaaaa;
}
textarea::-moz-placeholder {
  color: #acaaaa;
}
textarea:-ms-input-placeholder {
  color: #acaaaa;
}
textarea::-ms-input-placeholder {
  color: #acaaaa;
}
textarea::placeholder {
  color: #acaaaa;
}

.form-submit {
  margin-top: 3.125rem;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (width < 768px) {
  .form-submit {
    margin-top: 1.875rem;
  }
}
.form-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 1.375rem;
  background: url(../img/arrow-icon-orange.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (width < 768px) {
  .form-submit::after {
    right: 1.875rem;
    width: 0.625rem;
    height: 1rem;
  }
}
/* here
input[type=submit] {
  display: inline-block;
  color: #F39200;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
  padding: 1rem 4.875rem 1rem 3rem;
  border: 0.1875rem solid #F39200;
  border-radius: 6.25rem;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (width < 768px) {
  input[type=submit] {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.625rem 3.75rem 0.625rem 1.875rem;
    border: 0.125rem solid #F39200;
  }
}
*/
.form-date .wpcf7-form-control-wrap {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

/*----------------------------------
    contact
-----------------------------------*/
.contact {
  padding-bottom: 4.6875rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .contact {
    padding-bottom: 1.875rem;
  }
}

ul.contact-banner {
 margin:0;
 padding:0;
}

.contact-banner {
  max-width: 43.75rem;
  margin-inline: auto;
  width: 100%;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 14.125rem 18.5rem;
  gap: 2.5rem 1.875rem;
}
@media screen and (width < 768px) {
  .contact-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem 0.5rem;
  }
}

.tel-banner {
  list-style: none;
  grid-column: 1/3;
  grid-row: 1/2;
}

.tel-banner__box {
  margin-top: 4.4375rem;
  /*margin-left: 8.8125rem;*/
  padding: 0.625rem 0.5625rem 0.5rem 1.3125rem;
  width: 34.375rem;
  height: 9.6875rem;
  position: relative;
}
@media screen and (width < 768px) {
  .tel-banner__box {
    margin-top: 1.875rem;
    /*margin-left: 3.4375rem;*/
    width: 17.5rem;
    height: 6.25rem;
    padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
  }
}




ul.contact-banner {/*Bootstrap 調整*/
 margin: 0;
 padding: 0;
}

li.contact-banner {/*Bootstrap 調整*/
list-style: none;
}
li.estimate-banner {/*Bootstrap 調整*/
list-style: none;
}
li.reservation-banner {/*Bootstrap 調整*/
list-style: none;
}

.reservation-banner {
  grid-column: 1/2;
  grid-row: 2/3;
}

.reservation-banner__box {
  margin-top: 2.25rem;
  /*margin-left: 4.6875rem;*/
  padding: 0.625rem;
  width: 16.25rem;
  height: 16.25rem;
  position: relative;
}
@media screen and (width < 768px) {
  .reservation-banner__box {
    margin-top: 0.625rem;
    margin-left: 1.875rem;
    width: 8.125rem;
    height: 8.125rem;
    border-radius: 0.625rem;
    /*padding: 0.3125rem;*/
  }
}
.reservation-banner__box::after {
  content: "";
  position: absolute;
  top: -2.25rem;
  /*left: -4.6875rem;*/
  width: 15.5rem;
  height: 6.875rem;
 /* background: url(../img/contact-reservation-fukidashi.png) no-repeat center center/contain;*/
}
@media screen and (width < 768px) {
  .reservation-banner__box::after {
    top: -1.25rem;
    left: -1.875rem;
    width: 6.25rem;
    height: 3.125rem;
  }
}

.reservation-banner__box-inner {
  padding-top: 4.4375rem;
  width: 15rem;
  height: 15rem;
  border-radius: 1.25rem;
  border: 0.1875rem solid #FFB850;
  text-align: center;
}
@media screen and (width < 768px) {
  .reservation-banner__box-inner {
    padding-top: 1.875rem;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #FFB850;
  }
}
.reservation-banner__box-inner img {
  width: 5.8125rem;
}
@media screen and (width < 768px) {
  .reservation-banner__box-inner img {
    width: 2.625rem;
  }
}

.reservation-banner__text {
  margin-top: 1.25rem;
  color: #fff;
  text-shadow: 0px 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7857142857;
}
@media screen and (width < 768px) {
  .reservation-banner__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.estimate-banner {
  grid-column: 2/3;
  grid-row: 2/3;
}

.estimate-banner__box {
  margin-top: 2.25rem;
  margin-left: 0.1em;/*4.6875rem*/
  padding: 0.625rem;
  width: 16.25rem;
  height: 16.25rem;
  position: relative;
}
@media screen and (width < 768px) {
  .estimate-banner__box {
    margin-top: 0.625rem;
    margin-left: 0.1rem;/*1.75rem*/
    width: 8.125rem;
    height: 8.125rem;
    /*padding: 0.3125rem;*/
  }
}
.estimate-banner__box::after {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: -4.6875rem;
  width: 15.5rem;
  height: 6.875rem;
}
@media screen and (width < 768px) {
  .estimate-banner__box::after {
    top: -1.25rem;
    left: -1.875rem;
    width: 6.25rem;
    height: 3.125rem;
  }
}

.estimate-banner__box-inner {
  padding-top: 4.4375rem;
  width: 15rem;
  height: 15rem;
  border-radius: 1.25rem;
  border: 0.1875rem solid #FFB850;
  text-align: center;
}
@media screen and (width < 768px) {
  .estimate-banner__box-inner {
    padding-top: 1.875rem;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #FFB850;
  }
}
.estimate-banner__box-inner img {
  width: 5.375rem;
}
@media screen and (width < 768px) {
  .estimate-banner__box-inner img {
    width: 2.5rem;
  }
}

.estimate-banner__supplement {
  margin-top: 0.4375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .estimate-banner__supplement {
    margin-top: 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.estimate-banner__text {
  margin-top: -0.4375rem;
  color: #fff;
  text-shadow: 0px 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7857142857;
}
@media screen and (width < 768px) {
  .estimate-banner__text {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*----------------------------------
    top-mv
-----------------------------------*/
@media screen and (width < 768px) {
  .top-mv {
    margin-top: 3.75rem;
  }
}

/*----------------------------------
    top-slider
-----------------------------------*/
.top-slider {
  padding-block: 1.25rem;
  background: #FFFDEC;
}

/*----------------------------------
    about
-----------------------------------*/
@media screen and (width < 768px) {
  .about {
    padding-bottom: 1.875rem;
  }
}

.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (width < 768px) {
  .about__title {
    gap: 0.5rem;
  }
}
.about__title span {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .about__title span {
    font-size: 1.5rem;
  }
}
.about__title .underline {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (width < 768px) {
  .about__title .underline {
    font-size: 1.75rem;
  }
}
.about__title .underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.8125rem;
  background-color: #FFE602;
  z-index: -1;
}
@media screen and (width < 768px) {
  .about__title .underline::after {
    height: 0.375rem;
  }
}

.about__content {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .about__content {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.about__image {
  width: 37.5rem;
}
@media screen and (width < 768px) {
  .about__image {
    width: 100%;
  }
}

.about__text {
  width: calc(100% - 37.5rem - 3.125rem);
  font-size: 1rem;
  line-height: 1.6875;
  text-align: justify;
}
@media screen and (width < 768px) {
  .about__text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.about__text span {
  margin-top: 3.125rem;
  display: block;
  text-align: right;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .about__text span {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.about__text strong {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-left: 1rem;
}
@media screen and (width < 768px) {
  .about__text strong {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

/*----------------------------------
    select
-----------------------------------*/
.select {
  padding-block: 5rem 3.125rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .select {
    padding-block: 1.875rem;
  }
}

ul.select__items { /* Bootstrap RESET*/
  margin:0;
  padding:0;
}

.select__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .select__items {
    gap: 1.25rem;
  }
}

.select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
@media screen and (width < 768px) {
  .select-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.select-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (width < 768px) {
  .select-item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.select-item__image {
  width: 25rem;
}
@media screen and (width < 768px) {
  .select-item__image {
    width: 100%;
  }
}

.select-item__content {
  width: calc(100% - 25rem - 1.75rem);
}
@media screen and (width < 768px) {
  .select-item__content {
    width: 100%;
  }
}

.select-item__reason {
  width: 14.1875rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  background: #F39200;
}
@media screen and (width < 768px) {
  .select-item__reason {
    width: 9.375rem;
    height: 1.875rem;
    gap: 0.25rem;
  }
}
.select-item__reason img {
  width: 1.4375rem;
}
@media screen and (width < 768px) {
  .select-item__reason img {
    width: 0.9375rem;
  }
}
.select-item__reason span {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (width < 768px) {
  .select-item__reason span {
    font-size: 0.875rem;
  }
}

.select-item__title {
  margin-top: 1.375rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .select-item__title {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}

.select-item__text {
  margin-top: 0.4375rem;
  font-size: 1rem;
  line-height: 1.6875;
  text-align: justify;
}
@media screen and (width < 768px) {
  .select-item__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.select__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .select__button {
    margin-top: 1.25rem;
  }
}

/*----------------------------------
    top-costs
-----------------------------------*/
.top-costs {
  padding-bottom: 3.125rem;
}
@media screen and (width < 768px) {
  .top-costs {
    padding-bottom: 1.875rem;
  }
}

.top-costs__packs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1875rem;
}
@media screen and (width < 768px) {
  .top-costs__packs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.pack__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  height: 5.875rem;
  background: #F39200;
  color: #fff;
}
@media screen and (width < 768px) {
  .pack__title {
    height: 3.75rem;
  }
}
.pack__title span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .pack__title span {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.pack__title .large {
  font-size: 1.875rem;
  line-height: 0.9333333333;
}
@media screen and (width < 768px) {
  .pack__title .large {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.pack__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  height: 5.5rem;
  padding: 0.9375rem 2.1875rem 0.9375rem 0.4375rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .pack__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    height: 3.75rem;
    padding: 0.625rem 1.25rem 0.625rem;
  }
}

.pack__price {
  font-family: "Impact", sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 0.8285714286;
}
@media screen and (width < 768px) {
  .pack__price {
    font-size: 3.125rem;
    line-height: 1;
  }
}
.pack__price--padding {
  padding-left: 1.875rem;
}
@media screen and (width < 768px) {
  .pack__price--padding {
    padding-left: 1.25rem;
  }
}
.pack__price span {
  padding-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .pack__price span {
    padding-left: 0.3125rem;
    font-size: 1rem;
  }
}

.pack__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pack__term {
  margin-top: 0.3125rem;
  width: 6.625rem;
  height: 2.1875rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.1875rem;
  border-radius: 6.25rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .pack__term {
    margin-top: 0;
    width: 5rem;
    height: 1.5625rem;
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

.pack__taxprice {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .pack__taxprice {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.top-costs__pack-plan {
  margin-top: 5.625rem;
}
@media screen and (width < 768px) {
  .top-costs__pack-plan {
    margin-top: 3.125rem;
  }
}

.pack-plan__box {
  width: 100%;
  height: 15.4375rem;
  padding: 5.1875rem 3.125rem 2.75rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #519539;
  background: #FFFDEC;
  position: relative;
}
@media screen and (width < 768px) {
  .pack-plan__box {
    height: auto;
    padding: 2.5rem 0.625rem 1.25rem;
    border-radius: 0.3125rem;
  }
}

.pack-plan__title {
  position: absolute;
  top: -2.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  padding: 0.875rem 5.1875rem;
  border-radius: 6.25rem;
  background: #519539;
}
@media screen and (width < 768px) {
  .pack-plan__title {
    width: 80%;
    top: -1.5625rem;
    padding: 0.625rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.pack-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (width < 768px) {
  .pack-plan__list {
    gap: 0.3125rem;
  }
}

.pack-plan__item {
  display: inline-block;
  padding: 0.625rem 3.5rem;
  color: #519539;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 0.625rem;
  border: 0.0625rem solid #519539;
  background: #fff;
}
@media screen and (width < 768px) {
  .pack-plan__item {
    padding: 0.3125rem 1.25rem;
    font-size: 0.875rem;
  }
}

.top-costs__pack-menu {
  margin-top: 5.625rem;
}
@media screen and (width < 768px) {
  .top-costs__pack-menu {
    margin-top: 3.125rem;
  }
}

.pack-menu__box {
  width: 100%;
  padding: 4.25rem 2.4375rem 3rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #519539;
  position: relative;
}
@media screen and (width < 768px) {
  .pack-menu__box {
    padding: 2.5rem 0.625rem 1.25rem;
    border-radius: 0.3125rem;
  }
}

.pack-menu__title {
  position: absolute;
  top: -2.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  padding: 0.875rem 2.9375rem;
  border-radius: 6.25rem;
  background: #519539;
}
@media screen and (width < 768px) {
  .pack-menu__title {
    width: 82%;
    top: -1.5625rem;
    padding: 0.625rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.pack-menu__title span {
  margin-right: 0.625rem;
  color: #FFE602;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .pack-menu__title span {
    margin-right: 0.3125rem;
    font-size: 0.875rem;
  }
}

.pack-menu__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .pack-menu__text {
    font-size: 1.25rem;
    line-height: 1.6875;
  }
}
.pack-menu__text .price {
  padding-inline: 0.75rem;
  color: #E2470E;
  font-family: "Impact", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}
@media screen and (width < 768px) {
  .pack-menu__text .price {
    padding-inline: 0.3125rem;
    font-size: 3.125rem;
  }
}
.pack-menu__text .unit {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .pack-menu__text .unit {
    font-size: 1.25rem;
  }
}

.pack-menu__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
@media screen and (width < 768px) {
  .pack-menu__list {
    margin-top: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.pack-menu__item {
  border-radius: 0.625rem;
}
@media screen and (width < 768px) {
  .pack-menu__item {
    border-radius: 0.3125rem;
  }
}

.pack-menu__item-title {
  height: 4.375rem;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 4.375rem;
  border-radius: 0.625rem 0.625rem 0px 0px;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .pack-menu__item-title {
    height: 3.125rem;
    font-size: 1.25rem;
    line-height: 3.125rem;
  }
}

.pack-menu__body {
  padding: 0.75rem 0 0.1875rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .pack-menu__body {
    padding: 0.625rem 0.3125rem;
  }
}

.pack-menu__price-excluding-tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pack-menu__price-excluding-tax .price {
  color: #E2470E;
  font-family: "Impact", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (width < 768px) {
  .pack-menu__price-excluding-tax .price {
    font-size: 2.8125rem;
  }
}
.pack-menu__price-excluding-tax .unit span {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}

.pack-menu__price-including-tax {
  padding-right: 0.75rem;
  text-align: right;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.pack-menu__time {
  margin-top: -0.3125rem;
  margin-left: 0.375rem;
  padding-left: 0.75rem;
  position: relative;
}
.pack-menu__time::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  width: 0.0625rem;
  height: 4.125rem;
  margin: auto;
  background: #000;
}

.pack-menu__time-head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .pack-menu__time-head {
    font-size: 1.125rem;
  }
}

.pack-menu__time-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .pack-menu__time-text {
    font-size: 1.125rem;
  }
}
.pack-menu__time-text span {
  color: #003A8C;
  font-family: "Impact", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (width < 768px) {
  .pack-menu__time-text span {
    font-size: 1.75rem;
  }
}

.top-costs__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .top-costs__button {
    margin-top: 1.875rem;
  }
}

/*----------------------------------
    top-faq
-----------------------------------*/
.top-faq {
  padding-bottom: 3.125rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .top-faq {
    padding-bottom: 1.875rem;
  }
}

.top-faq__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}

.top-faq-box__q {
  width: 100%;
  padding: 1rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #fff;
  background: #003A8C;
  position: relative;
}
@media screen and (width < 768px) {
  .top-faq-box__q {
    padding: 0.625rem 0.9375rem;
    gap: 0.625rem;
  }
}
.top-faq-box__q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 1.4375rem;
  background: url(../img/arrow-icon-white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width < 768px) {
  .top-faq-box__q::before {
    right: 0.9375rem;
    width: 0.625rem;
    height: 0.9375rem;
  }
}

.is-open .top-faq-box__q::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.top-faq-box__q-icon {
  font-family: "Impact", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media screen and (width < 768px) {
  .top-faq-box__q-icon {
    font-size: 1.25rem;
  }
}

.top-faq-box__q-text {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .top-faq-box__q-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.top-faq-box__body {
  display: none;
}

.top-faq-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.5625rem;
  background: #fff;
}
@media screen and (width < 768px) {
  .top-faq-box__a {
    padding: 0.625rem 0.9375rem;
    gap: 0.625rem;
  }
}

.top-faq-box__a-icon {
  color: #003A8C;
  font-family: "Impact", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media screen and (width < 768px) {
  .top-faq-box__a-icon {
    font-size: 1.25rem;
  }
}

.top-faq-box__a-text {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .top-faq-box__a-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.top-faq__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .top-faq__button {
    margin-top: 1.875rem;
  }
}

/*----------------------------------
    top-flow
-----------------------------------*/
.top-flow {
  padding-bottom: 1.75rem;
}
@media screen and (width < 768px) {
  .top-flow {
    padding-bottom: 1.875rem;
  }
}

.top-flow__inner {
  max-width: 62.5rem;
}

.top-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.top-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (width < 768px) {
  .top-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.top-flow__item-image {
  width: 29.8125rem;
}
@media screen and (width < 768px) {
  .top-flow__item-image {
    width: 100%;
  }
}

.top-flow__item-body {
  width: calc(100% - 29.8125rem - 1.5rem);
}
@media screen and (width < 768px) {
  .top-flow__item-body {
    width: 100%;
  }
}

.top-flow__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (width < 768px) {
  .top-flow__item-title {
    gap: 0.625rem;
  }
}

.top-flow__item-title-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  width: 8.375rem;
  height: 2.4375rem;
  background: #F39200;
}
@media screen and (width < 768px) {
  .top-flow__item-title-step {
    width: 6.25rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
}

.top-flow__item-title-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .top-flow__item-title-text {
    font-size: 1rem;
  }
}

.top-flow__item-text {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.6875;
  text-align: justify;
}
@media screen and (width < 768px) {
  .top-flow__item-text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*----------------------------------
    access
-----------------------------------*/
.access {
  padding-bottom: 4.0625rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .access {
    padding-bottom: 1.875rem;
  }
}

.access__places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (width < 768px) {
  .access__places {
    gap: 1.25rem;
  }
}

.access__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (width < 768px) {
  .access__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.access__image img {
  width: 36.25rem;
}
@media screen and (width < 768px) {
  .access__image img {
    width: 100%;
  }
}

.access__map {
  width: 100%;
}
.access__map iframe {
  width: 100%;
  height: 31.25rem;
  aspect-ratio: 1200/500;
}
@media screen and (width < 768px) {
  .access__map iframe {
    height: 12.5rem;
    aspect-ratio: 335/200;
  }
}

.access__content {
  margin-top: 2.9375rem;
}
@media screen and (width < 768px) {
  .access__content {
    margin-top: 1.25rem;
  }
}

.access__name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .access__name {
    font-size: 1.5rem;
  }
}

.access__wrap {
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.875rem;
}
@media screen and (width < 768px) {
  .access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.access__info-management {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .access__info-management {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.access__info-address {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .access__info-address {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.access__tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (width < 768px) {
  .access__tel-number {
    gap: 0.3125rem;
  }
}
.access__tel-number img {
  width: 3.4375rem;
}
@media screen and (width < 768px) {
  .access__tel-number img {
    width: 2.5rem;
  }
}
.access__tel-number a {
  color: #003A8C;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .access__tel-number a {
    font-size: 1.875rem;
  }
}

.access__tel-text {
  margin-top: -0.3125rem;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .access__tel-text {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.access__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .access__button {
    margin-top: 1.875rem;
  }
}

/*----------------------------------
    region
-----------------------------------*/
.region {
  padding-block: 3.125rem 1.25rem;
  background: #519539;
  position: relative;
  z-index: 1;
}
@media screen and (width < 768px) {
  .region {
    padding-block: 1.875rem;
  }
}
.region::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37rem;
  height: 31.125rem;
  background: url(../img/region-bg.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (width < 768px) {
  .region::after {
    top: 1.875rem;
    bottom: auto;
    width: 11.25rem;
    height: 9.375rem;
  }
}

.region__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (width < 768px) {
  .region__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.625rem;
  }
}

.region__image {
  width: 23.125rem;
}
@media screen and (width < 768px) {
  .region__image {
    width: 100%;
  }
}

.region__area {
  padding-left: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}
@media screen and (width < 768px) {
  .region__area {
    padding-left: 0;
    gap: 0.3125rem;
  }
}
.region__area span {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .region__area span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.region__appeal {
  margin-top: 1.4375rem;
  padding-left: 1.0625rem;
  color: #fff;
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (width < 768px) {
  .region__appeal {
    margin-top: 0.3125rem;
    padding-left: 0;
    font-size: 2.5rem;
    line-height: 1;
  }
}

.region__text {
  margin-top: 1.4375rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  position: relative;
  z-index: 2;
}
@media screen and (width < 768px) {
  .region__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*----------------------------------
    top-staff
-----------------------------------*/
.top-staff {
  padding-bottom: 3.125rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .top-staff {
    padding-bottom: 1.875rem;
  }
}

.top-staff__button {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .top-staff__button {
    margin-top: 1.875rem;
  }
}

/*----------------------------------
  reservation
-----------------------------------*/
@media screen and (width < 768px) {
  .reservation {
    margin-top: 3.75rem;
  }
}

.reservation__content {
  padding-top: 3.125rem;
  padding-bottom: 5.4375rem;
  position: relative;
}
@media screen and (width < 768px) {
  .reservation__content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.reservation__content::before {
  content: "";
  position: absolute;
  top: 3.125rem;
  left: 0;
  width: 28.375rem;
  height: 18.875rem;
  background: url(../img/reservation-people.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (width < 768px) {
  .reservation__content::before {
    display: none;
  }
}
.reservation__content::after {
  content: "";
  position: absolute;
  top: 3.125rem;
  right: 4.375rem;
  width: 20.625rem;
  height: 15.8125rem;
  background: url(../img/reservation-fukidashi.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .reservation__content::after {
    display: none;
  }
}

.reservation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
}
@media screen and (width < 768px) {
  .reservation__title {
    gap: 0.625rem;
  }
}
.reservation__title .accent {
  color: #E2470E;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding-inline: 3.5625rem;
  position: relative;
}
@media screen and (width < 768px) {
  .reservation__title .accent {
    font-size: 1.5rem;
    padding-inline: 2.5rem;
  }
}
.reservation__title .accent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.625rem;
  height: 2rem;
  background: url(../img/heading-line-left.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .reservation__title .accent::before {
    width: 2rem;
    height: 1.5rem;
  }
}
.reservation__title .accent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.625rem;
  height: 2rem;
  background: url(../img/heading-line-right.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .reservation__title .accent::after {
    width: 2rem;
    height: 1.5rem;
  }
}
.reservation__title span {
  display: block;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .reservation__title span {
    font-size: 1.5rem;
  }
}

.reservation__image {
  margin-top: 1.875rem;
}
@media screen and (width < 768px) {
  .reservation__image {
    margin-top: 1.25rem;
  }
}

.reservation__items {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .reservation__items {
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}

.reservation__item-title {
  padding-block: 0.375rem;
  color: #F39200;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  border-top: 0.1875rem solid #F39200;
  border-bottom: 0.1875rem solid #F39200;
}
@media screen and (width < 768px) {
  .reservation__item-title {
    font-size: 1.25rem;
  }
}

.reservation__item-body {
  margin-top: 3.125rem;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (width < 768px) {
  .reservation__item-body {
    margin-top: 1.25rem;
  }
}

.reservation__item-text {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .reservation__item-text {
    margin-top: 0.625rem;
    text-align: justify;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*----------------------------------
    reservation-form
-----------------------------------*/
.reservation-form {
  background: #FFFDEC;
}

.reservation-form__content {
  padding-block: 3.125rem 5rem;
}
@media screen and (width < 768px) {
  .reservation-form__content {
    padding-block: 1.875rem;
  }
}

.company__content {
  padding-top: 3.125rem;
}
@media screen and (width < 768px) {
  .company__content {
    padding-top: 1.875rem;
  }
}

/*----------------------------------
  company-table
-----------------------------------*/
.company-table {
  margin-block: 1.875rem 2.5rem;
}
@media screen and (width < 768px) {
  .company-table {
    margin-block: 1.25rem 1.25rem;
  }
}

.company-table__inner {
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (width < 768px) {
  .company-table__inner {
    padding-inline: 1.25rem;
  }
}

.company-table__content {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.company-table__content tr:last-child td {
  border-bottom: 0.0625rem solid #519539;
}
.company-table__content th,
.company-table__content td {
  padding: 1.3125rem 3.75rem;
  border: 0.0625rem solid #519539;
}
@media screen and (width < 768px) {
  .company-table__content th,
  .company-table__content td {
    display: block;
    padding: 0.625rem 1.25rem;
    text-align: left;
  }
}
.company-table__content th {
  width: 40%;
  background: #DFF3D8;
}
@media screen and (width < 768px) {
  .company-table__content th {
    width: 100%;
  }
}
.company-table__content td {
  width: 60%;
}
@media screen and (width < 768px) {
  .company-table__content td {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}

/*----------------------------------
  company-banner
-----------------------------------*/
.company-banner {
  padding-block: 2.5rem 1.25rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .company-banner {
    padding-block: 1.25rem;
  }
}

.company-banner__image {
  margin-bottom: 5.625rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .company-banner__image {
    margin-bottom: 1.875rem;
  }
}
.company-banner__image img {
  width: 62.5rem;
}
@media screen and (width < 768px) {
  .company-banner__image img {
    width: 100%;
  }
}

.company-banner__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .company-banner__button {
    margin-top: 1.875rem;
  }
}

/*----------------------------------
    staff
-----------------------------------*/
.staff__content {
  padding-block: 1.875rem 3.125rem;
}
@media screen and (width < 768px) {
  .staff__content {
    padding-block: 1.25rem 1.875rem;
  }
}

.staff__inner {
  max-width: 62.5rem;
}

.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .staff__list {
    gap: 1.25rem;
  }
}

.staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .staff__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.staff__item-image {
  width: 25rem;
}
@media screen and (width < 768px) {
  .staff__item-image {
    width: 100%;
  }
}

.staff__item-body {
  width: calc(100% - 25rem - 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (width < 768px) {
  .staff__item-body {
    width: 100%;
    gap: 0.625rem;
  }
}

.staff__item-name-box {
  width: 100%;
  padding: 0.9375rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  border: 0.0625rem solid #519539;
}
@media screen and (width < 768px) {
  .staff__item-name-box {
    padding: 0.625rem 1.25rem;
    gap: 0.625rem;
  }
}

.staff__item-name-label {
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (width < 768px) {
  .staff__item-name-label {
    width: 4.375rem;
    gap: 0.3125rem;
  }
}
.staff__item-name-label img {
  width: 1.5rem;
}
@media screen and (width < 768px) {
  .staff__item-name-label img {
    width: 1rem;
  }
}
.staff__item-name-label span {
  color: #519539;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .staff__item-name-label span {
    font-size: 1rem;
  }
}

.staff__item-name {
  color: #519539;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .staff__item-name {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.staff__item-post-box {
  padding: 0.6875rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  background: #519539;
}
@media screen and (width < 768px) {
  .staff__item-post-box {
    padding: 0.625rem 1.25rem;
    gap: 0.625rem;
  }
}

.staff__item-post-label {
  width: 4.6875rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .staff__item-post-label {
    width: 4.375rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.staff__item-post {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.125;
}
@media screen and (width < 768px) {
  .staff__item-post {
    font-size: 1rem;
    line-height: 1.3125;
  }
}

.staff__item-text {
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .staff__item-text {
    line-height: 1.5;
  }
}

/*----------------------------------
    partner-banner
-----------------------------------*/
.partner-banner {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (width < 768px) {
  .partner-banner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.partner-banner__inner {
  max-width: 62.5rem;
}

/*----------------------------------
    partner-status
-----------------------------------*/
.partner-status {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .partner-status {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.partner-status__title {
  margin-top: 0;
}

.partner-status__list {
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (width < 768px) {
  .partner-status__list {
    gap: 1.25rem;
  }
}

.partner-status__item {
  font-size: 1.25rem;
  line-height: 1.8;
  padding-left: 3.625rem;
  position: relative;
}
@media screen and (width < 768px) {
  .partner-status__item {
    font-size: 1rem;
    padding-left: 2.125rem;
  }
}
.partner-status__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.375rem;
  height: 1.9375rem;
  background: url(../img/check-icon-2.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .partner-status__item::before {
    top: 0.3125rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 1.5rem;
    height: 1.25rem;
  }
}

/*----------------------------------
    partner-form
-----------------------------------*/
.partner-form {
  background: #FFFDEC;
}

.partner-form__content {
  padding-block: 3.125rem;
}
@media screen and (width < 768px) {
  .partner-form__content {
    padding-block: 1.875rem;
  }
}

/*----------------------------------
  land
-----------------------------------*/
.land-problem {
  padding-block: 1.875rem 3.75rem;
}
@media screen and (width < 768px) {
  .land-problem {
    padding-block: 1.25rem 1.875rem;
  }
}

.land-problem__inner {
  text-align: center;
}

.land-problem__top-text {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .land-problem__top-text {
    font-size: 1rem;
  }
}

.land-problem__image {
  margin-top: 1.25rem;
  margin-inline: auto;
  width: 55.125rem;
}
@media screen and (width < 768px) {
  .land-problem__image {
    margin-top: 0.625rem;
    width: 100%;
  }
}

.land-problem__bottom-text {
  margin-top: 1.5rem;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .land-problem__bottom-text {
    margin-top: 0.625rem;
    text-align: justify;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.land-use {
  padding-block: 3.125rem 1.25rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .land-use {
    padding-block: 1.875rem 1.25rem;
  }
}

.land-use__title {
  margin-top: 0;
}

.land-use__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1875rem;
}
@media screen and (width < 768px) {
  .land-use__menu-list {
    gap: 0.625rem;
  }
}

.land-use__menu-item {
  padding-top: 2.625rem;
  width: 19.375rem;
  height: 19.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .land-use__menu-item {
    padding-top: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
    gap: 0.625rem;
  }
}
.land-use__menu-item img {
  width: 8rem;
}
@media screen and (width < 768px) {
  .land-use__menu-item img {
    width: 3.125rem;
  }
}

.land-use__menu-item-text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .land-use__menu-item-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.land-use__list {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (width < 768px) {
  .land-use__list {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.land-use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (width < 768px) {
  .land-use__item {
    gap: 0.625rem;
  }
}

.land-use__item-title {
  padding: 0.9375rem 2.5rem;
  color: #003A8C;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  border: 0.0625rem solid #003A8C;
  position: relative;
}
@media screen and (width < 768px) {
  .land-use__item-title {
    padding: 0.3125rem 1.25rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.land-use__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 3.0625rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .land-use__item-title::before {
    left: 0.3125rem;
    width: 0.1875rem;
    height: 1.6875rem;
  }
}

.land-use__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
@media screen and (width < 768px) {
  .land-use__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.land-use__item-image {
  width: 25.625rem;
}
@media screen and (width < 768px) {
  .land-use__item-image {
    width: 100%;
  }
}

.land-use__item-text {
  width: calc(100% - 25.625rem - 2.25rem);
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .land-use__item-text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}



/*----------------------------------
    subsidy
-----------------------------------*/
.subsidy-message {
  padding-block: 1.875rem 3.75rem;
  position: relative;
}
@media screen and (width < 768px) {
  .subsidy-message {
    padding-block: 1.875rem 6.875rem;
  }
}
.subsidy-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7.5rem;
  width: 16.9375rem;
  height: 17.875rem;
  background: url(../img/subsidy-img-1.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .subsidy-message::before {
    left: 1.25rem;
    width: 6.25rem;
    height: 6.5625rem;
  }
}
.subsidy-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7.5rem;
  width: 15.25rem;
  height: 20.8125rem;
  background: url(../img/subsidy-img-2.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .subsidy-message::after {
    right: 1.25rem;
    width: 6.25rem;
    height: 6.5625rem;
  }
}

.subsidy-message__inner {
  text-align: center;
}

.subsidy-message__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .subsidy-message__title {
    font-size: 1.4375rem;
  }
}

.subsidy-message__text {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .subsidy-message__text {
    margin-top: 1.25rem;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.subsidy-type {
  padding-block: 3.125rem 2.5rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .subsidy-type {
    padding-block: 1.875rem;
  }
}

.subsidy-type__title {
  margin-top: 0;
}

.subsidy-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .subsidy-type__list {
    gap: 1.875rem;
  }
}

.subsidy-type__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.subsidy-type__item-title {
  padding: 0.9375rem 2.5rem;
  color: #519539;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  border: 0.0625rem solid #519539;
  position: relative;
}
@media screen and (width < 768px) {
  .subsidy-type__item-title {
    padding: 0.3125rem 1.25rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.subsidy-type__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 3.0625rem;
  background: #519539;
}
@media screen and (width < 768px) {
  .subsidy-type__item-title::before {
    left: 0.3125rem;
    width: 0.1875rem;
    height: 1.6875rem;
  }
}

.subsidy-type__item-text {
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .subsidy-type__item-text {
    text-align: justify;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.subsidy-terms {
  padding-block: 3.125rem;
}
@media screen and (width < 768px) {
  .subsidy-terms {
    padding-block: 1.875rem;
  }
}

.subsidy-terms__title {
  margin-top: 0;
}

.subsidy-terms__list {
  max-width: 65rem;
  margin-inline: auto;
  width: 100%;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (width < 768px) {
  .subsidy-terms__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.subsidy-terms__item {
  margin-top: 2rem;
  margin-left: 2.5rem;
  width: 29.3125rem;
  height: 16.25rem;
  padding: 0.875rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  border: 0.0625rem solid #000;
  position: relative;
}
@media screen and (width < 768px) {
  .subsidy-terms__item {
    margin-top: 1.25rem;
    margin-left: 0.9375rem;
    width: 20rem;
    height: 15rem;
    padding: 1.25rem 1rem;
    gap: 0.625rem;
  }
}
.subsidy-terms__item::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: -2.375rem;
  width: 7.9375rem;
  height: 7.9375rem;
  background: url(../img/subsidy-terms-1.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .subsidy-terms__item::before {
    top: -2.5rem;
    left: -1.875rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.subsidy-terms__item:nth-of-type(2)::before {
  background: url(../img/subsidy-terms-2.png) no-repeat center center/contain;
}
.subsidy-terms__item:nth-of-type(3)::before {
  background: url(../img/subsidy-terms-3.png) no-repeat center center/contain;
}
.subsidy-terms__item:nth-of-type(4)::before {
  background: url(../img/subsidy-terms-4.png) no-repeat center center/contain;
}

.subsidy-terms__item-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .subsidy-terms__item-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.subsidy-terms__item-text {
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .subsidy-terms__item-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*----------------------------------
    beginner
-----------------------------------*/
.beginner-message {
  padding-block: 1.875rem 2.5rem;
}
@media screen and (width < 768px) {
  .beginner-message {
    padding-block: 1.875rem;
  }
}

.beginner-message__title {
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width < 768px) {
  .beginner-message__title {
    font-size: 2rem;
  }
}

.beginner-message__text {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .beginner-message__text {
    margin-top: 1.25rem;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.beginner-message__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 1.875rem;
}
@media screen and (width < 768px) {
  .beginner-message__list {
    margin-top: 3.125rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.beginner-message__item {
  width: 23.75rem;
  height: 6.875rem;
  border-radius: 0.625rem;
  background: #83A8F1;
  position: relative;
}
@media screen and (width < 768px) {
  .beginner-message__item {
    width: 100%;
    height: 6.25rem;
  }
}
.beginner-message__item::after {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: -0.3125rem;
  width: 7.1875rem;
  height: 7.9375rem;
  background: url(../img/beginner-img-1.png) no-repeat center center/contain;
}
.beginner-message__item:nth-child(2) {
  background: #F68A62;
}
.beginner-message__item:nth-child(2)::after {
  background: url(../img/beginner-img-2.png) no-repeat center center/contain;
}
.beginner-message__item:nth-child(3) {
  background: #C28EDB;
}
.beginner-message__item:nth-child(3)::after {
  background: url(../img/beginner-img-3.png) no-repeat center center/contain;
}
.beginner-message__item:nth-child(4) {
  background: #E597AA;
}
.beginner-message__item:nth-child(4)::after {
  background: url(../img/beginner-img-4.png) no-repeat center center/contain;
}
.beginner-message__item:nth-child(5) {
  background: #F39200;
}
.beginner-message__item:nth-child(5)::after {
  background: url(../img/beginner-img-5.png) no-repeat center center/contain;
}
.beginner-message__item:nth-child(6) {
  background: #7EAA6E;
}
.beginner-message__item:nth-child(6)::after {
  background: url(../img/beginner-img-6.png) no-repeat center center/contain;
}

.beginner-message__item-text {
  position: absolute;
  top: 50%;
  left: calc(50% + 1.875rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.6875;
}

.beginner-important {
  padding-block: 3.125rem 3.75rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .beginner-important {
    padding-block: 1.875rem;
  }
}

.beginner-important__title {
  margin-top: 0;
}

.beginner-important__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .beginner-important__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.beginner-important__image {
  width: 28.125rem;
}
@media screen and (width < 768px) {
  .beginner-important__image {
    width: 100%;
  }
}

.beginner-important__text {
  width: calc(100% - 28.125rem - 3.125rem);
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .beginner-important__text {
    width: 100%;
  }
}
.beginner-important__text span {
  color: #E2470E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (width < 768px) {
  .beginner-important__text span {
    font-size: 0.875rem;
    text-align: justify;
    line-height: 1.5;
  }
}

.beginner-costs {
  padding-block: 10rem 2.5rem;
}
@media screen and (width < 768px) {
  .beginner-costs {
    padding-block: 7.5rem 1.875rem;
  }
}

.beginner-costs__title {
  padding-left: 8.625rem;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media screen and (width < 768px) {
  .beginner-costs__title {
    padding-left: 0;
    font-size: 1.875rem;
  }
}
.beginner-costs__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.625rem;
  height: 7.6875rem;
  background: url(../img/beginner-costs-img.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-costs__title::before {
    top: -3.125rem;
    left: 0;
    width: 6.25rem;
    height: 5rem;
  }
}
.beginner-costs__title::after {
  content: "";
  position: absolute;
  top: -5.9375rem;
  left: 2.5rem;
  width: 28.4375rem;
  height: 4rem;
  background: url(../img/beginner-costs-fukidashi.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-costs__title::after {
    top: -5rem;
    left: 5.625rem;
    width: 15.625rem;
    height: 2.25rem;
  }
}

.beginner-costs__box {
  margin-top: 1.9375rem;
  width: 100%;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #519539;
}
@media screen and (width < 768px) {
  .beginner-costs__box {
    margin-top: 1.25rem;
    height: auto;
    padding: 1.25rem 0.625rem 1.875rem;
  }
}

.beginner-costs__box-text {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
  position: relative;
}
@media screen and (width < 768px) {
  .beginner-costs__box-text {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.35;
  }
}
.beginner-costs__box-text span {
  position: absolute;
  bottom: -1.25rem;
  right: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .beginner-costs__box-text span {
    font-size: 0.75rem;
    line-height: 1.75;
  }
}

.beginner-costs__example {
  margin-top: 1.875rem;
  max-width: 62.5rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (width < 768px) {
  .beginner-costs__example {
    margin-top: 1.25rem;
  }
}

.beginner-costs__example-box {
  padding: 0.9375rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0625rem solid #519539;
}
@media screen and (width < 768px) {
  .beginner-costs__example-box {
    padding: 0.625rem 0.9375rem;
  }
}

.beginner-costs__example-box-text {
  color: #519539;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .beginner-costs__example-box-text {
    font-size: 1rem;
  }
}

.beginner-costs__example-list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}
@media screen and (width < 768px) {
  .beginner-costs__example-list {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}

.beginner-costs__example-item {
  width: 11.875rem;
  height: 11.875rem;
  padding-top: 1.3125rem;
  text-align: center;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .beginner-costs__example-item {
    width: 9.375rem;
    height: 9.375rem;
    padding-top: 0.9375rem;
  }
}
.beginner-costs__example-item:nth-child(1) img {
  margin-top: 1.9375rem;
  width: 5.875rem;
}
@media screen and (width < 768px) {
  .beginner-costs__example-item:nth-child(1) img {
    margin-top: 1.25rem;
    width: 4.375rem;
  }
}
.beginner-costs__example-item:nth-child(2) img {
  margin-top: 2rem;
  width: 6.125rem;
}
@media screen and (width < 768px) {
  .beginner-costs__example-item:nth-child(2) img {
    margin-top: 1.375rem;
    width: 4.5rem;
  }
}
.beginner-costs__example-item:nth-child(3) img {
  margin-top: 1.25rem;
  width: 5.9375rem;
}
@media screen and (width < 768px) {
  .beginner-costs__example-item:nth-child(3) img {
    margin-top: 0.9375rem;
    width: 4.375rem;
  }
}
.beginner-costs__example-item:nth-child(4) img {
  margin-top: 1.25rem;
  width: 4.8125rem;
}
@media screen and (width < 768px) {
  .beginner-costs__example-item:nth-child(4) img {
    margin-top: 0.9375rem;
    width: 3.75rem;
  }
}
.beginner-costs__example-item:nth-child(5) img {
  margin-top: 1.4375rem;
  width: 4.375rem;
}
@media screen and (width < 768px) {
  .beginner-costs__example-item:nth-child(5) img {
    margin-top: 1.25rem;
    width: 3.4375rem;
  }
}

.beginner-costs__example-item-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .beginner-costs__example-item-text {
    font-size: 1rem;
  }
}

.beginner-costs__example-text {
  margin-top: 1.875rem;
  line-height: 1.6875;
}

.beginner-costs__button {
  margin-top: 1.875rem;
  text-align: center;
}

.beginner-point {
  padding-block: 10rem 2.5rem;
}
@media screen and (width < 768px) {
  .beginner-point {
    padding-block: 7.5rem 1.875rem;
  }
}

.beginner-point__title {
  padding-left: 8.625rem;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media screen and (width < 768px) {
  .beginner-point__title {
    padding-left: 0;
    font-size: 1.875rem;
  }
}
.beginner-point__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.625rem;
  height: 7.6875rem;
  background: url(../img/beginner-costs-img.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-point__title::before {
    top: -3.125rem;
    left: 0;
    width: 6.25rem;
    height: 5rem;
  }
}
.beginner-point__title::after {
  content: "";
  position: absolute;
  top: -5.9375rem;
  left: 2.5rem;
  width: 28.4375rem;
  height: 4rem;
  background: url(../img/beginner-point-fukidashi.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-point__title::after {
    top: -5rem;
    left: 5.625rem;
    width: 15.625rem;
    height: 2.25rem;
  }
}

.beginner-point__box {
  margin-top: 1.9375rem;
  width: 100%;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #519539;
}
@media screen and (width < 768px) {
  .beginner-point__box {
    margin-top: 1.25rem;
    height: auto;
    padding: 1.25rem 0.625rem;
  }
}

.beginner-point__box-text {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .beginner-point__box-text {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.35;
  }
}

.beginner-point__list {
  max-width: 62.5rem;
  margin-inline: auto;
  width: 100%;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 2.1875rem;
}
@media screen and (width < 768px) {
  .beginner-point__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.beginner-point__item {
  margin-top: 1.375rem;
  margin-left: 1.5625rem;
  width: 28.75rem;
  height: 31.5625rem;
  padding: 0.875rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  border: 0.0625rem solid #000;
  position: relative;
}
@media screen and (width < 768px) {
  .beginner-point__item {
    margin-left: 0;
    width: 100%;
    height: auto;
    padding: 1.25rem 0.625rem;
  }
}
.beginner-point__item::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: -2.375rem;
  width: 7.9375rem;
  height: 7.9375rem;
  background: url(../img/beginner-point-1.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-point__item::before {
    top: -2.5rem;
    left: -1.25rem;
    width: 5rem;
    height: 5rem;
  }
}
.beginner-point__item:nth-child(2)::before {
  background: url(../img/beginner-point-2.png) no-repeat center center/contain;
}
.beginner-point__item:nth-child(3)::before {
  background: url(../img/beginner-point-3.png) no-repeat center center/contain;
}
.beginner-point__item:nth-child(4)::before {
  background: url(../img/beginner-point-4.png) no-repeat center center/contain;
}

.beginner-point__item-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .beginner-point__item-title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.beginner-point__item-text {
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .beginner-point__item-text {
    line-height: 1.5;
    text-align: justify;
  }
}

.beginner-point__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .beginner-point__button {
    margin-top: 1.875rem;
  }
}

.beginner-process {
  padding-block: 10rem 2.5rem;
}
@media screen and (width < 768px) {
  .beginner-process {
    padding-block: 7.5rem 1.875rem;
  }
}

.beginner-process__title {
  padding-left: 8.625rem;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media screen and (width < 768px) {
  .beginner-process__title {
    padding-left: 0;
    font-size: 1.875rem;
  }
}
.beginner-process__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.625rem;
  height: 7.6875rem;
  background: url(../img/beginner-costs-img.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-process__title::before {
    top: -3.125rem;
    left: 0;
    width: 6.25rem;
    height: 5rem;
  }
}
.beginner-process__title::after {
  content: "";
  position: absolute;
  top: -5.9375rem;
  left: 2.5rem;
  width: 28.4375rem;
  height: 4rem;
  background: url(../img/beginner-process-fukidashi.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-process__title::after {
    top: -5rem;
    left: 5.625rem;
    width: 15.625rem;
    height: 2.25rem;
  }
}

.beginner-process__box {
  margin-top: 1.9375rem;
  width: 100%;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #519539;
}
@media screen and (width < 768px) {
  .beginner-process__box {
    margin-top: 1.25rem;
    height: auto;
    padding: 1.25rem 0.625rem;
  }
}

.beginner-process__box-text {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .beginner-process__box-text {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.35;
  }
}

.beginner-process__list {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (width < 768px) {
  .beginner-process__list {
    margin-top: 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
}

.beginner-process__item {
  width: 28.75rem;
  height: 15rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  border: 0.125rem solid #003A8C;
  position: relative;
}
@media screen and (width < 768px) {
  .beginner-process__item {
    width: 100%;
    height: auto;
    padding: 1.25rem;
    gap: 0.625rem;
  }
}
.beginner-process__item::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: -3.625rem;
  width: 7.9375rem;
  height: 7.9375rem;
  background: url(../img/beginner-process-1.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .beginner-process__item::before {
    top: -4.375rem;
    left: -1.875rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.beginner-process__item:nth-child(2)::before {
  background: url(../img/beginner-process-2.png) no-repeat center center/contain;
}

.beginner-process__item-title {
  color: #003A8C;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (width < 768px) {
  .beginner-process__item-title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.beginner-process__item-text {
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .beginner-process__item-text {
    line-height: 1.5;
    text-align: justify;
  }
}

/*----------------------------------
    costs
-----------------------------------*/
.costs__menu {
  padding-block: 1.875rem 2.5rem;
}
@media screen and (width < 768px) {
  .costs__menu {
    padding-block: 1.875rem;
  }
}

.costs__menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}
@media screen and (width < 768px) {
  .costs__menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.costs__menu-item {
  border-radius: 0.625rem;
}
@media screen and (width < 768px) {
  .costs__menu-item {
    border-radius: 0.3125rem;
  }
}

.costs__menu-item-text {
  width: 100%;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #F39200;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (width < 768px) {
  .costs__menu-item-text {
    height: 1.875rem;
    font-size: 0.75rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}

.costs__menu-item-image {
  margin-top: -3.4375rem;
  position: relative;
  z-index: -1;
}
@media screen and (width < 768px) {
  .costs__menu-item-image {
    margin-top: -1.875rem;
  }
}

.costs__menu-item-click {
  margin-top: -2.125rem;
  padding: 0.5625rem 1.125rem 0.5625rem 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 0 0 0.625rem 0.625rem;
  background: #519539;
  position: relative;
}
@media screen and (width < 768px) {
  .costs__menu-item-click {
    margin-top: -1.25rem;
    font-size: 0.625rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}
.costs__menu-item-click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.8125rem;
  background: url(../img/costs-menu-arrow.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .costs__menu-item-click::after {
    right: 3.4375rem;
    width: 0.375rem;
    height: 0.625rem;
  }
}

.costs__menu-content {
  padding-block: 3.125rem 5rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .costs__menu-content {
    padding-block: 1.875rem 2.5rem;
  }
}

.menu-wood__box {
  padding: 1.875rem;
  background: #fff;
  border: 0.0625rem solid #000;
}
@media screen and (width < 768px) {
  .menu-wood__box {
    padding: 0.625rem;
  }
}

.menu-wood__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media screen and (width < 768px) {
  .menu-wood__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.menu-wood__box-left {
  width: 34.375rem;
}
@media screen and (width < 768px) {
  .menu-wood__box-left {
    width: 100%;
  }
}

.menu-wood__box-title {
  margin-top: 1rem;
  padding-left: 2.5rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-wood__box-title {
    margin-top: 0.625rem;
    padding-left: 1.25rem;
    font-size: 1.875rem;
  }
}

.menu-wood__box-price-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (width < 768px) {
  .menu-wood__box-price-wrap {
    margin-top: 0.625rem;
  }
}

.menu-wood__box-price {
  padding-left: 2.5rem;
  color: #E2470E;
  font-family: "Impact", sans-serif;
  font-size: 6.875rem;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-wood__box-price {
    padding-left: 1.25rem;
    font-size: 3.75rem;
  }
}
.menu-wood__box-price span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-wood__box-price span {
    font-size: 1.25rem;
  }
}

.menu-wood__box-terms {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (width < 768px) {
  .menu-wood__box-terms {
    gap: 0.1875rem;
  }
}

.menu-wood__box-term {
  width: 11.125rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 10.5rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .menu-wood__box-term {
    width: 6.25rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 7.5rem;
  }
}

.menu-wood__box-texprice {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7307692308;
}
@media screen and (width < 768px) {
  .menu-wood__box-texprice {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.menu-wood__box-right {
  width: calc(100% - 34.375rem - 1.5625rem);
}
@media screen and (width < 768px) {
  .menu-wood__box-right {
    width: 100%;
  }
}

.menu-wood__box-plan {
  border: 0.0625rem solid #519539;
}

.menu-wood__box-plan-head {
  width: 100%;
  height: 3.25rem;/*3.25rem*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #519539;
}
@media screen and (width < 768px) {
  .menu-wood__box-plan-head {
    height: 1.875rem;
  }
}
.menu-wood__box-plan-head p {
  margin-top: 15px;/*追加*/
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-wood__box-plan-head p {
    font-size: 1rem;
  }
}

.menu-wood__box-plan-body {
  padding: 0.875rem 1.0625rem;
  background: #d7edd4;/*#FFFDEC;*/
}
@media screen and (width < 768px) {
  .menu-wood__box-plan-body {
    padding: 0.625rem 0.875rem;
  }
}

.menu-wood__box-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4375rem 0.625rem;
}
@media screen and (width < 768px) {
  .menu-wood__box-plan-list {
    gap: 0.3125rem 0.625rem;
  }
}

.menu-wood__box-plan-item {
      font-size: 1.1vw;/*追加*/
  padding: 0.25rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #519539;
  font-weight: 700;
  /*line-height: 1.6875;*/
  border: 0.0625rem solid #519539;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (width < 768px) {
  .menu-wood__box-plan-item {
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.25;
    border-radius: 0.3125rem;
  }
}

.menu-wood__box-costs {
  margin-top: 0.625rem;
}

.menu-wood__box-costs-head {
  width: 100%;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F39200;
}
@media screen and (width < 768px) {
  .menu-wood__box-costs-head {
    height: 1.875rem;
  }
}
.menu-wood__box-costs-head p {
  margin-top: 15px;/*追加*/
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-wood__box-costs-head p {
    font-size: 1rem;
  }
}

.menu-wood__box-costs-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.menu-wood__box-costs-table thead th {
        font-size: 1.2vw;/*追加*/
  height: 2.6875rem;
  color: #F39200;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #F39200;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .menu-wood__box-costs-table thead th {
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.menu-wood__box-costs-table tbody td {
        font-size: 1.2vw;/*追加*/
  height: 2.6875rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #F39200;
}
@media screen and (width < 768px) {
  .menu-wood__box-costs-table tbody td {
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.menu-wood__box-costs-text {
  margin-top: 0.4375rem;
  text-align: right;
            font-size: 1.1vw;/*追加*/
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-wood__box-costs-text {
    margin-top: 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.menu-wood__box-button {
  margin-top: 1.5rem;
  text-align: center;
}

.menu-steel {
  margin-top: 3.125rem;
}
@media screen and (width < 768px) {
  .menu-steel {
    margin-top: 1.875rem;
  }
}

.menu-steel__box {
  padding: 1.875rem;
  background: #fff;
  border: 0.0625rem solid #000;
}
@media screen and (width < 768px) {
  .menu-steel__box {
    padding: 1.25rem;
  }
}

.menu-steel__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media screen and (width < 768px) {
  .menu-steel__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.menu-steel__box-left {
  width: 34.375rem;
}
@media screen and (width < 768px) {
  .menu-steel__box-left {
    width: 100%;
  }
}

.menu-steel__box-title {
  margin-top: 1rem;
  padding-left: 2.5rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-steel__box-title {
    margin-top: 0.625rem;
    padding-left: 1.25rem;
    font-size: 1.875rem;
  }
}

.menu-steel__box-price-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (width < 768px) {
  .menu-steel__box-price-wrap {
    margin-top: 0.625rem;
  }
}

.menu-steel__box-price {
  color: #E2470E;
  font-family: "Impact", sans-serif;
  font-size: 6.875rem;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-steel__box-price {
    font-size: 3.75rem;
  }
}
.menu-steel__box-price span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-steel__box-price span {
    font-size: 1.25rem;
  }
}

.menu-steel__box-terms {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (width < 768px) {
  .menu-steel__box-terms {
    gap: 0.1875rem;
  }
}

.menu-steel__box-term {
  width: 11.125rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 10.5rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .menu-steel__box-term {
    width: 6.25rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 7.5rem;
  }
}

.menu-steel__box-texprice {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7307692308;
}
@media screen and (width < 768px) {
  .menu-steel__box-texprice {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.menu-steel__box-right {
  width: calc(100% - 34.375rem - 1.5625rem);
}
@media screen and (width < 768px) {
  .menu-steel__box-right {
    width: 100%;
  }
}

.menu-steel__box-plan {
  border: 0.0625rem solid #519539;
}

.menu-steel__box-plan-head {
  width: 100%;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #519539;
}
@media screen and (width < 768px) {
  .menu-steel__box-plan-head {
    height: 1.875rem;
  }
}
.menu-steel__box-plan-head p {
    margin-top: 15px;/*追加*/
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-steel__box-plan-head p {
    font-size: 1rem;
  }
}

.menu-steel__box-plan-body {
  padding: 0.875rem 1.0625rem;
  background: #d7edd4;
}
@media screen and (width < 768px) {
  .menu-steel__box-plan-body {
    padding: 0.625rem 0.875rem;
  }
}

.menu-steel__box-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4375rem 0.625rem;
}
@media screen and (width < 768px) {
  .menu-steel__box-plan-list {
    gap: 0.3125rem 0.625rem;
  }
}

.menu-steel__box-plan-item {
        font-size: 1.1vw;/*追加*/
  padding: 0.25rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #519539;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #519539;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (width < 768px) {
  .menu-steel__box-plan-item {
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.25;
    border-radius: 0.3125rem;
  }
}

.menu-steel__box-costs {
  margin-top: 0.625rem;
}

.menu-steel__box-costs-head {
  width: 100%;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F39200;
}
@media screen and (width < 768px) {
  .menu-steel__box-costs-head {
    height: 1.875rem;
  }
}
.menu-steel__box-costs-head p {
    margin-top: 15px;/*追加*/
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-steel__box-costs-head p {
    font-size: 1rem;
  }
}

.menu-steel__box-costs-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.menu-steel__box-costs-table thead th {
        font-size: 1.2vw;/*追加*/
  height: 2.6875rem;
  color: #F39200;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #F39200;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .menu-steel__box-costs-table thead th {
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.menu-steel__box-costs-table tbody td {
          font-size: 1.2vw;/*追加*/
  height: 2.6875rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #F39200;
}
@media screen and (width < 768px) {
  .menu-steel__box-costs-table tbody td {
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.menu-steel__box-costs-text {
  margin-top: 0.4375rem;
  text-align: right;
            font-size: 1.1vw;/*追加*/
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-steel__box-costs-text {
    margin-top: 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.menu-steel__box-button {
  margin-top: 1.5rem;
  text-align: center;
}

.menu-rc {
  margin-top: 3.125rem;
}
@media screen and (width < 768px) {
  .menu-rc {
    margin-top: 1.875rem;
  }
}

.menu-rc__box {
  padding: 1.875rem;
  background: #fff;
  border: 0.0625rem solid #000;
}
@media screen and (width < 768px) {
  .menu-rc__box {
    padding: 1.25rem;
  }
}

.menu-rc__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media screen and (width < 768px) {
  .menu-rc__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.menu-rc__box-left {
  width: 34.375rem;
}
@media screen and (width < 768px) {
  .menu-rc__box-left {
    width: 100%;
  }
}

.menu-rc__box-title {
  margin-top: 1rem;
  padding-left: 2.5rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-rc__box-title {
    margin-top: 0.625rem;
    padding-left: 1.25rem;
    font-size: 1.875rem;
  }
}

.menu-rc__box-price-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (width < 768px) {
  .menu-rc__box-price-wrap {
    margin-top: 0.625rem;
  }
}

.menu-rc__box-price {
  color: #E2470E;
  font-family: "Impact", sans-serif;
  font-size: 6.875rem;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-rc__box-price {
    font-size: 3.75rem;
  }
}
.menu-rc__box-price span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-rc__box-price span {
    font-size: 1.25rem;
  }
}

.menu-rc__box-terms {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (width < 768px) {
  .menu-rc__box-terms {
    gap: 0.1875rem;
  }
}

.menu-rc__box-term {
  width: 11.125rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 10.5rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .menu-rc__box-term {
    width: 6.25rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 7.5rem;
  }
}

.menu-rc__box-texprice {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7307692308;
}
@media screen and (width < 768px) {
  .menu-rc__box-texprice {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.menu-rc__box-right {
  width: calc(100% - 34.375rem - 1.5625rem);
}
@media screen and (width < 768px) {
  .menu-rc__box-right {
    width: 100%;
  }
}

.menu-rc__box-plan {
  border: 0.0625rem solid #519539;
}

.menu-rc__box-plan-head {
  width: 100%;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #519539;
}
@media screen and (width < 768px) {
  .menu-rc__box-plan-head {
    height: 1.875rem;
  }
}
.menu-rc__box-plan-head p {
  margin-top: 15px;/*追加*/
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-rc__box-plan-head p {
    font-size: 1rem;
  }
}

.menu-rc__box-plan-body {
  padding: 0.875rem 1.0625rem;
  background: #d7edd4;
}
@media screen and (width < 768px) {
  .menu-rc__box-plan-body {
    padding: 0.625rem 0.875rem;
  }
}

.menu-rc__box-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4375rem 0.625rem;
}
@media screen and (width < 768px) {
  .menu-rc__box-plan-list {
    gap: 0.3125rem 0.625rem;
  }
}

.menu-rc__box-plan-item {
        font-size: 1.1vw;/*追加*/
  padding: 0.25rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #519539;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #519539;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (width < 768px) {
  .menu-rc__box-plan-item {
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.25;
    border-radius: 0.3125rem;
  }
}

.menu-rc__box-costs {
  margin-top: 0.625rem;
}

.menu-rc__box-costs-head {
  width: 100%;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F39200;
}
@media screen and (width < 768px) {
  .menu-rc__box-costs-head {
    height: 1.875rem;
  }
}
.menu-rc__box-costs-head p {
    margin-top: 15px;/*追加*/
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-rc__box-costs-head p {
    font-size: 1rem;
  }
}

.menu-rc__box-costs-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.menu-rc__box-costs-table thead th {
          font-size: 1.2vw;/*追加*/
  height: 2.6875rem;
  color: #F39200;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #F39200;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .menu-rc__box-costs-table thead th {
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.menu-rc__box-costs-table tbody td {
          font-size: 1.2vw;/*追加*/
  height: 2.6875rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.6875;
  border: 0.0625rem solid #F39200;
}
@media screen and (width < 768px) {
  .menu-rc__box-costs-table tbody td {
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.menu-rc__box-costs-text {
  margin-top: 0.4375rem;
  text-align: right;
          font-size: 1.1vw;/*追加*/
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-rc__box-costs-text {
    margin-top: 0.3125rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.menu-rc__box-button {
  margin-top: 1.5rem;
  text-align: center;
}

.menu-puchi {
  margin-top: 3.125rem;
}
@media screen and (width < 768px) {
  .menu-puchi {
    margin-top: 1.875rem;
  }
}

.menu-puchi__body {
  padding: 0 2.5rem 1.875rem;
  border: 0.0625rem solid #519539;
}
@media screen and (width < 768px) {
  .menu-puchi__body {
    padding: 0 0.625rem 1.25rem;
  }
}

.menu-puchi__title {
  width: 100%;
  height: 7.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #519539;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  border: 0.0625rem solid #519539;
}
@media screen and (width < 768px) {
  .menu-puchi__title {
    height: 3.75rem;
    font-size: 1.25rem;
  }
}

.menu-asbestos {
  margin-top: 3.125rem;
}
@media screen and (width < 768px) {
  .menu-asbestos {
    margin-top: 1.875rem;
  }
}

.menu-asbestos__box {
  padding: 1.25rem;
  border: 0.0625rem solid #000;
}
@media screen and (width < 768px) {
  .menu-asbestos__box {
    padding: 0.625rem;
  }
}

.menu-asbestos__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (width < 768px) {
  .menu-asbestos__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.menu-asbestos__box-image {
  width: 28.875rem;
}
@media screen and (width < 768px) {
  .menu-asbestos__box-image {
    width: 100%;
  }
}

.menu-asbestos__box-content {
  width: calc(100% - 28.875rem - 2.5rem);
}
@media screen and (width < 768px) {
  .menu-asbestos__box-content {
    width: 100%;
  }
}

.menu-asbestos__box-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .menu-asbestos__box-title {
    font-size: 1.25rem;
  }
}

.menu-asbestos__box-price-wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (width < 768px) {
  .menu-asbestos__box-price-wrap {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}

.menu-asbestos__box-price {
  color: #E2470E;
  font-family: "Impact", sans-serif;
  font-size: 7.3125rem;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-asbestos__box-price {
    font-size: 3.75rem;
  }
}
.menu-asbestos__box-price span {
  color: #000;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-asbestos__box-price span {
    font-size: 1.25rem;
  }
}

.menu-asbestos__box-term {
  width: 11.0625rem;
  height: 3.625rem;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 700;
  border-radius: 10.4375rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .menu-asbestos__box-term {
    width: 6.25rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 7.5rem;
  }
}

.menu-pavement {
  margin-top: 3.125rem;
}
@media screen and (width < 768px) {
  .menu-pavement {
    margin-top: 1.875rem;
  }
}

.menu-pavement__box {
  padding: 1.875rem 1.25rem;
  border: 0.0625rem solid #000;
}
@media screen and (width < 768px) {
  .menu-pavement__box {
    padding: 1.25rem 0.625rem;
  }
}

.menu-pavement__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media screen and (width < 768px) {
  .menu-pavement__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.menu-pavement__box-image {
  width: 28.8125rem;
}
@media screen and (width < 768px) {
  .menu-pavement__box-image {
    width: 100%;
  }
}

.menu-pavement__box-content {
  width: calc(100% - 28.8125rem - 3.125rem);
}
@media screen and (width < 768px) {
  .menu-pavement__box-content {
    width: 100%;
  }
}

.menu-pavement__box-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
}
@media screen and (width < 768px) {
  .menu-pavement__box-content-top {
    gap: 1.25rem;
  }
}

.menu-pavement__box-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .menu-pavement__box-title {
    font-size: 1.25rem;
  }
}

.menu-pavement__box-price {
  margin-top: 1.875rem;
  color: #E2470E;
  font-family: "Impact", sans-serif;
  font-size: 7.3125rem;
  line-height: 1;
}
@media screen and (width < 768px) {
  .menu-pavement__box-price {
    margin-top: 1.25rem;
    font-size: 3.75rem;
  }
}
.menu-pavement__box-price span {
  color: #000;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-pavement__box-price span {
    font-size: 1.25rem;
  }
}

.menu-pavement__box-content-right {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (width < 768px) {
  .menu-pavement__box-content-right {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}

.menu-pavement__box-term {
  width: 11.0625rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 700;
  border-radius: 10.4375rem;
  background: #003A8C;
}
@media screen and (width < 768px) {
  .menu-pavement__box-term {
    width: 6.25rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 7.5rem;
  }
}

.menu-pavement__box-content-bottom {
  margin-top: 1.25rem;
}
@media screen and (width < 768px) {
  .menu-pavement__box-content-bottom {
    margin-top: 0.625rem;
  }
}

.menu-pavement__box-table {
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (width < 768px) {
  .menu-pavement__box-table {
    width: 100%;
  }
}
.menu-pavement__box-table thead th {
  width: 17.625rem;
  height: 3.25rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2vw;/*1.25rem*/
  font-weight: 700;
  line-height: 1.8;
  background: #F39200;
  border: 0.0625rem solid #F39200;
}
@media screen and (width < 768px) {
  .menu-pavement__box-table thead th {
    width: auto;
    height: 2.5rem;
        font-size: 0.875rem;
    line-height: 1.5;
  }
}
.menu-pavement__box-table thead th:first-child {
  border-right: 0.0625rem solid #fff;
}
.menu-pavement__box-table tbody td {
  width: 17.625rem;
  height: 2.6875rem;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.6875;
  border: 0.0625rem solid #F39200;
}
@media screen and (width < 768px) {
  .menu-pavement__box-table tbody td {
    width: auto;
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.menu-pavement__box-text {
  margin-top: 0.3125rem;
  padding-right: 5.3125rem;
  text-align: right;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .menu-pavement__box-text {
    padding-right: 0;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.menu-pavement__box-button {
  margin-top: 1.875rem;
  text-align: center;
}

/*----------------------------------
    asbestos
-----------------------------------*/
.asbestos-survey {
  padding-block: 3.125rem;
}
@media screen and (width < 768px) {
  .asbestos-survey {
    padding-block: 1.875rem;
  }
}

.asbestos-survey__title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width < 768px) {
  .asbestos-survey__title {
    font-size: 1.75rem;
  }
}

.asbestos-survey__mean {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (width < 768px) {
  .asbestos-survey__mean {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.asbestos-survey__mean-wrap {
  width: calc(100% - 31.25rem - 1.875rem);
}
@media screen and (width < 768px) {
  .asbestos-survey__mean-wrap {
    width: 100%;
  }
}

.asbestos-survey__mean-title {
  color: #519539;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .asbestos-survey__mean-title {
    font-size: 1.25rem;
  }
}

.asbestos-survey__mean-text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .asbestos-survey__mean-text {
    font-size: 1rem;
    text-align: justify;
  }
}

.asbestos-survey__mean-img {
  width: 31.25rem;
}
@media screen and (width < 768px) {
  .asbestos-survey__mean-img {
    width: 100%;
  }
}

.asbestos-survey__none {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (width < 768px) {
  .asbestos-survey__none {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.asbestos-survey__none-wrap {
  width: calc(100% - 31.25rem - 1.875rem);
}
@media screen and (width < 768px) {
  .asbestos-survey__none-wrap {
    width: 100%;
  }
}

.asbestos-survey__none-img {
  width: 31.25rem;
}
@media screen and (width < 768px) {
  .asbestos-survey__none-img {
    margin: 1.25rem auto;
    width: 100%;
  }
}

.asbestos-survey__none-title {
  color: #519539;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .asbestos-survey__none-title {
    font-size: 1.25rem;
  }
}

.asbestos-survey__none-text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .asbestos-survey__none-text {
    font-size: 0.875rem;
  }
}

.asbestos-obligation {
  padding-block: 3.125rem;
  background: #FFFDEC;
}
@media screen and (width < 768px) {
  .asbestos-obligation {
    padding-block: 1.875rem;
  }
}

.asbestos-obligation__title {
  margin-top: 0;
}

.asbestos-obligation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (width < 768px) {
  .asbestos-obligation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.asbestos-obligation__img {
  width: 31.25rem;
}
@media screen and (width < 768px) {
  .asbestos-obligation__img {
    width: 100%;
  }
}

.asbestos-obligation__text {
  width: calc(100% - 31.25rem - 1.875rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .asbestos-obligation__text {
    width: 100%;
    font-size: 1rem;
    text-align: justify;
  }
}

.asbestos-danger {
  padding-bottom: 3.125rem;
}
@media screen and (width < 768px) {
  .asbestos-danger {
    padding-bottom: 1.875rem;
  }
}

.asbestos-danger__list {
  margin-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (width < 768px) {
  .asbestos-danger__list {
    margin-inline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.asbestos-danger__item {
  width: 33.3333333333%;
  padding: 1rem;
  border: 0.125rem solid #519539;
  border-radius: 0.625rem;
}
@media screen and (width < 768px) {
  .asbestos-danger__item {
    width: 100%;
    padding: 1.25rem 1rem;
  }
}

.asbestos-danger__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.asbestos-danger__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  width: 6.25rem;
  height: 1.5625rem;
  background: #519539;
}

.asbestos-danger__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.asbestos-danger__item-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}

.asbestos-danger__support {
  margin: 3.125rem 2.5rem 0rem;
}
@media screen and (width < 768px) {
  .asbestos-danger__support {
    margin: 1.875rem 0 0rem;
  }
}

.asbestos-danger__support-title {
  color: #519539;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  border-left:none;
	padding-left:none;
	margin:5px 0 10px 0;
  padding:0;

}
@media screen and (width < 768px) {
  .asbestos-danger__support-title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.asbestos-danger__support-text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .asbestos-danger__support-text {
    text-align: center;
    font-size: 1rem;
  }
}

.asbestos-danger__support-list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.asbestos-danger__support-item {
  padding-left: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  list-style: none;
}
@media screen and (width < 768px) {
  .asbestos-danger__support-item {
    padding-left: 1.25rem;
    font-size: 1rem;
  }
}
.asbestos-danger__support-item::before {
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #117870;
  border-radius: 50%;
}
@media screen and (width < 768px) {
  .asbestos-danger__support-item::before {
    top: 0.5rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
  }
}

/*----------------------------------
    blog-list
-----------------------------------*/
.blog-content {
  padding-block: 3.125rem;
}
@media screen and (width < 768px) {
  .blog-content {
    padding-block: 1.875rem;
  }
}

.blog__inner {
  max-width: 62.5rem;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.25rem;
}
@media screen and (width < 768px) {
  .blog__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.blog__item {
  padding: 1.25rem 0.75rem;
  border: 0.125rem solid #003A8C;
  border-radius: 0.625rem;
}

.blog__item-img {
  text-align: center;
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.blog__item-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__item-meta {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__item-category {
  background: #003A8C;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1.25rem;
}

.blog__item-time {
  color: #707070;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.blog__item-title {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.blog__item-button {
  margin-top: 0.625rem;
  text-align: center;
}

/*----------------------------------
    blog-detail
-----------------------------------*/
/* blog-detail */
.blog-detail {
  scroll-padding-block: 3.125rem;
}

@media screen and (max-width: 768px) {
  .blog-detail {
    padding-block: 1.875rem;
  }
}
.blog-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}

.blog-detail-meta time {
  font-size: 0.875rem;
  color: #707070;
  font-weight: bold;
}

.blog-detail-meta div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.blog-detail-meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background: #003A8C;
}

/* h1 */
.blog-detail-summary h1 {
  width: 100%;
  line-height: 1.4;
  font-size: 1.875rem;
  color: var(--orange-2);
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #003A8C;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .blog-detail-summary h1 {
    font-size: 1.5625rem;
  }
}
/* h2 */
.blog-detail-content h2 {
  color: #fff;
  font-weight: bold;
  background: #003A8C;
  font-size: 1.25rem;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .blog-detail-content h2 {
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
/* h3 */
.blog-detail-content h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
  background: #f6f6f6;
  position: relative;
}

.blog-detail-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: #003A8C;
}

@media screen and (max-width: 768px) {
  .blog-detail-content h3 {
    font-size: 1rem;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
/* h4 */
.blog-detail-content h4 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--orange-1);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-inline: 0.625rem;
}

@media screen and (max-width: 768px) {
  .blog-detail-content h4 {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
/* p */
.blog-detail-content p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  padding-inline: 0.625rem;
}

@media screen and (max-width: 768px) {
  .blog-detail-content p {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.blog-detail-content p:last-child {
  margin-bottom: 0;
}

.blog-detail-button {
  margin-top: 3.75rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .blog-detail-button {
    margin-top: 2.5rem;
  }
}
/*----------------------------------
    voice-list
-----------------------------------*/
.voice {
  padding-bottom: 1.875rem;
}

.voice-content {
  padding-block: 3.125rem;
}
@media screen and (width < 768px) {
  .voice-content {
    padding-block: 1.875rem;
  }
}

.voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 3.125rem;
}
@media screen and (width < 768px) {
  .voice__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.voice__item {
  border-radius: 0.625rem;
  border: 0.0625rem solid #F39200;
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.125rem 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
}

.voice__item-title {
  height: 4.375rem;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 4.375rem;
  border-radius: 0.625rem 0.625rem 0px 0px;
  background: #F39200;
}
@media screen and (width < 768px) {
  .voice__item-title {
    height: 3.125rem;
    font-size: 1rem;
    line-height: 3.125rem;
  }
}

.voice__item-body {
  padding: 2.125rem 1.3125rem 1.125rem;
}
@media screen and (width < 768px) {
  .voice__item-body {
    padding: 0.9375rem 0.625rem 0.625rem;
  }
}

.voice__item-time {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .voice__item-time {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.voice__item-button {
  margin-top: 1.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .voice__item-button {
    margin-top: 0.625rem;
  }
}

.voice__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .voice__button {
    margin-top: 1.875rem;
  }
}

/*----------------------------------
    voice-detail
-----------------------------------*/
/* voice-detail */
.voice-detail {
  padding-block: 3.125rem;
}

@media screen and (max-width: 768px) {
  .voice-detail {
    padding-block: 1.875rem;
  }
}
.voice-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}

.voice-detail-meta time {
  font-size: 0.875rem;
  color: #707070;
  font-weight: bold;
}

.category-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.voice-detail-meta .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.voice-detail-meta .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background: #F39200;
}
@media screen and (width < 768px) {
  .voice-detail-meta .category-item {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
  }
}

/* アイキャッチ画像 */
.voice-detail-image {
  max-width: 62.5rem;
  height: auto;
  width: 100%;
  margin-inline: auto;
}
.voice-detail-image img {
  aspect-ratio: 16/9;
}

/*　アンケート */
.voice-deteil-pdf {
  margin-top: 1.875rem;
  margin-inline: auto;
  max-width: 37.5rem;
  width: 100%;
}
.voice-deteil-pdf img {
  aspect-ratio: 5/6;
}

.voice-detail-content {
  margin-top: 1.875rem;
}

/* h1 */
.voice-detail-summary h1 {
  width: 100%;
  line-height: 1.4;
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #F39200;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .voice-detail-summary h1 {
    font-size: 1.5625rem;
  }
}
/* h2 */
.voice-detail-content h2 {
  color: #fff;
  font-weight: bold;
  background: #F39200;
  font-size: 1.25rem;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .voice-detail-content h2 {
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
/* h3 */
.voice-detail-content h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
  background: #f6f6f6;
  position: relative;
}

.voice-detail-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: #F39200;
}

@media screen and (max-width: 768px) {
  .voice-detail-content h3 {
    font-size: 1rem;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
/* h4 */
.voice-detail-content h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-inline: 0.625rem;
}

@media screen and (max-width: 768px) {
  .voice-detail-content h4 {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
/* p */
.voice-detail-content p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  padding-inline: 0.625rem;
}

@media screen and (max-width: 768px) {
  .voice-detail-content p {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.voice-detail-content p:last-child {
  margin-bottom: 0;
}

.voice-detail-button {
  margin-top: 3.75rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .voice-detail-button {
    margin-top: 2.5rem;
  }
}
/*----------------------------------
    works-list
-----------------------------------*/
.works {
  padding-bottom: 2.5rem;
  background: #FFFDEC;
}

.works-content {
  padding-block: 3.125rem;
}
@media screen and (width < 768px) {
  .works-content {
    padding-block: 1.875rem;
  }
}

.works__items {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 1.875rem;
}
@media screen and (width < 768px) {
  .works__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.works__item {
  border-radius: 0.625rem;
  border: 0.0625rem solid #519539;
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.125rem 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
}

.works__item-title {
  height: 4.375rem;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 4.375rem;
  border-radius: 0.625rem 0.625rem 0px 0px;
  background: #519539;
}
@media screen and (width < 768px) {
  .works__item-title {
    height: 2.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    border-radius: 0.3125rem 0.3125rem 0px 0px;
  }
}

.works__item-body {
  padding: 2.125rem 1.375rem 1.6875rem;
}
@media screen and (width < 768px) {
  .works__item-body {
    padding: 0.9375rem 0.625rem 0.625rem;
  }
}

.works__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  position: relative;
}
.works__item-image::before {
  content: "";
  position: absolute;
  top: 6.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.5rem;
  height: 3.25rem;
  background: url(../img/works-arrow.png) no-repeat center center/contain;
}
@media screen and (width < 768px) {
  .works__item-image::before {
    top: 3.75rem;
    width: 3.125rem;
    height: 1.875rem;
  }
}
.works__item-image img {
  width: 15.9375rem;
}
@media screen and (width < 768px) {
  .works__item-image img {
    width: 47%;
  }
}

.works__item-time {
  display: inline-block;
  margin-top: 1.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (width < 768px) {
  .works__item-time {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.works__item-details {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (width < 768px) {
  .works__item-details {
    margin-top: 0.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.works__item-detail {
  width: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (width < 768px) {
  .works__item-detail {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}
.works__item-detail span {
  width: 7.4375rem;
  height: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  border-radius: 6.25rem;
  background: #519539;
}

.works__item-button {
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .works__item-button {
    margin-top: 0.625rem;
  }
}

.works__button {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (width < 768px) {
  .works__button {
    margin-top: 1.875rem;
  }
}

/*=============================================]
ナビゲーション分のコンテンツ高さ調節
（ナビゲーションで隠れる部分のコンテンツ分の高さを下げる）
===============================================*/
@media screen and (max-width: 767px) {
  /* ナビゲーションバーのすぐ下のコンテンツに高さを追加 */
  body, .main-content {
    padding-top: 60px; /* ナビゲーションバーの高さに合わせて調整 */
  }

  /* 例: ナビゲーションバーのクラスが .navbar の場合 */
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
  }
}


/*=============================================]
ＳＰトグルメニュー内のバナーエリア
===============================================*/
.ban-area{  /*タップで今すぐお電話のバナー、メール、見積バナーがある箇所全体*/
  padding-bottom: 4.6875rem;
  background: #FFFDEC;
}
.ban-tel{   /*タップで今すぐお電話のバナー*/
text-align: center;
padding:30px 0 0 0;
margin:20px 30px 20px 30px;
}
