@charset "UTF-8";
main {
  overflow: hidden;
}

.ttl48 {
  font-size: 7vw;
}
@media screen and (min-width: 768px) {
  .ttl48 {
    font-size: 48px;
  }
}

.ttl-style1 {
  text-align: center;
}
.ttl-style1 p {
  border-bottom: 2px dashed #c8d6be;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .ttl-style1 p {
    border-bottom: 3px dashed #c8d6be;
  }
}

.cl-main {
  color: var(--cl-main);
}

.fs32 {
  line-height: 2;
  font-size: 5.3vw;
}
@media screen and (min-width: 768px) {
  .fs32 {
    font-size: 32px;
  }
}

.fs64 {
  font-size: 10.67vw;
}
@media screen and (min-width: 768px) {
  .fs64 {
    font-size: 64px;
  }
}

.title-vertical {
  display: flex;
  flex-direction: column;
  line-height: 1.609375;
}
.title-vertical span {
  position: relative;
  padding: 6px 0 0;
  letter-spacing: 0.1em;
}
.title-vertical span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5px;
  width: 3px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #c8d6be 0, #c8d6be 6px, transparent 6px, transparent 12px);
}
.title-vertical span:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5px;
  width: 3px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #c8d6be 0, #c8d6be 6px, transparent 6px, transparent 12px);
}

.title-vertical-pc {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.609375;
}
.title-vertical-pc span {
  border-top: 2px dashed #c8d6be;
  letter-spacing: 0.1em;
}
.title-vertical-pc span:last-child {
  border-bottom: 2px dashed #c8d6be;
}

@media screen and (min-width: 768px) {
  .title-vertical-pc {
    display: flex;
    flex-direction: column;
    line-height: 1.609375;
  }
  .title-vertical-pc span {
    border: 0;
    border-right: 3px dashed #c8d6be;
  }
  .title-vertical-pc span:last-child {
    border-bottom: 0;
    border-left: 3px dashed #c8d6be;
  }
}
.btn-link {
  max-width: 100%;
  width: 343px;
}
.btn-link a {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  padding: 18px 0 18px 25px;
  transition: all 0.5s;
  background: #f4c861;
  border-radius: 50px;
}
.btn-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background:
    url("../img/shared/arrow.svg") no-repeat center,
    #fff;
  right: 25px;
}
@media (hover: hover) {
  .btn-link a:hover {
    background: #f2b72d;
  }
}

.group-tel-btn {
  max-width: 100%;
}
.group-tel-btn .btn-contact a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  gap: 0 16px;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0 16px 18px;
  transition: all 0.5s;
  color: #fff;
  background: #d57a56;
  border-radius: 100px;
  box-shadow: 4px 4px 0px #f4c861;
}
.group-tel-btn .btn-contact a::before {
  content: "";
  background:
    url("../img/shared/icon_mail.svg") no-repeat center/18px auto,
    #f59a76;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  align-self: center;
}
.group-tel-btn .btn-contact a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background:
    url("../img/shared/arrow_sp.svg") no-repeat center/9px auto,
    #fff;
  right: 16px;
}
.group-tel-btn .btn-contact a .btn-text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.group-tel-btn .btn-contact a .btn-text small {
  display: block;
  margin: -3px 0 0;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.group-tel-btn .tel {
  margin: 12px 0 0;
}
.group-tel-btn .tel dt .tel-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.group-tel-btn .tel dt .tel-text::before {
  content: "";
  background: url("../img/shared/icon_tel.svg") no-repeat center/100% auto;
  width: 43px;
  height: 43px;
}
.group-tel-btn .tel dt .tel-text span {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.group-tel-btn .tel dt .tel-text span small {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  margin: -6px 0 0;
}
.group-tel-btn .tel dd {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0 0;
  text-align: center;
}
.group-tel-btn .tel dd small {
  font-size: inherit;
  display: block;
}
@media screen and (min-width: 768px) {
  .group-tel-btn {
    width: 650px;
  }
  .group-tel-btn .btn-contact a {
    gap: 0 29px;
    font-size: 18px;
    line-height: 2;
    padding: 20px 0 20px 35px;
    align-items: flex-start;
  }
  .group-tel-btn .btn-contact a::before {
    background:
      url("../img/shared/icon_mail.svg") no-repeat center,
      #f59a76;
    width: 70px;
    height: 70px;
  }
  .group-tel-btn .btn-contact a:after {
    width: 32px;
    height: 32px;
    background:
      url("../img/shared/arrow.svg") no-repeat center,
      #fff;
    right: 31px;
  }
  .group-tel-btn .btn-contact a .btn-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .group-tel-btn .btn-contact a:hover {
    background: #cb653d;
  }
}
@media screen and (min-width: 768px) {
  .group-tel-btn .tel {
    margin: 27px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 610px;
    max-width: 100%;
  }
  .group-tel-btn .tel dt .tel-text {
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .group-tel-btn .tel dt .tel-text::before {
    width: 53px;
    height: 53px;
  }
  .group-tel-btn .tel dt .tel-text span {
    text-align: left;
  }
  .group-tel-btn .tel dt .tel-text span small {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .group-tel-btn .tel dt .tel-text {
    gap: 8px;
  }
  .group-tel-btn .tel dt .tel-text span {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .group-tel-btn .tel dd {
    width: 335px;
    max-width: calc(100% - 275px);
    margin: 0;
    text-align: left;
  }
}

.section-common {
  max-width: 100%;
  margin: 0 auto;
}
.section-common .row {
  position: relative;
  margin: 0 0 33px;
}
.section-common .row .img {
  width: 240px;
  margin: 0 0 0 64px;
}
.section-common .row .group-content h3 {
  font-size: 22px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-style: dashed;
  text-decoration-color: #c8d6be;
  text-underline-offset: 7px;
  margin-right: -20px;
}
.section-common .row .group-content h3 span {
  color: #d57a56;
}
.section-common .row .group-content .txt {
  color: #5c8a5c;
  margin: 20px 0 0;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .section-common {
    width: 832px;
  }
  .section-common .row {
    position: relative;
    padding: 31px 284px 0 24px;
    margin: 0 0 48px;
  }
  .section-common .row .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    margin: 0;
  }
  .section-common .row .group-content h3 {
    font-size: 32px;
    text-underline-offset: 11px;
  }
  .section-common .row .group-content .txt {
    margin: 33px 0 0;
    line-height: 2;
    width: calc(100% - 60px);
  }
  .section-common .group-tel-btn {
    margin: 0 0 0 75px;
  }
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 104px;
  padding: 0 20px;
  box-sizing: border-box;
}
.nav-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160%;
  background: linear-gradient(to bottom,
    rgba(247, 242, 236, 1) 0%,
    rgba(247, 242, 236, 0.987) 8.1%,
    rgba(247, 242, 236, 0.951) 15.5%,
    rgba(247, 242, 236, 0.896) 22.5%,
    rgba(247, 242, 236, 0.825) 29%,
    rgba(247, 242, 236, 0.741) 35.3%,
    rgba(247, 242, 236, 0.648) 41.2%,
    rgba(247, 242, 236, 0.55) 47.1%,
    rgba(247, 242, 236, 0.45) 52.9%,
    rgba(247, 242, 236, 0.352) 58.8%,
    rgba(247, 242, 236, 0.259) 64.7%,
    rgba(247, 242, 236, 0.175) 71%,
    rgba(247, 242, 236, 0.104) 77.5%,
    rgba(247, 242, 236, 0.049) 84.5%,
    rgba(247, 242, 236, 0.013) 91.9%,
    rgba(247, 242, 236, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
.nav-fixed .logo a {
  display: block;
  position: relative;
  line-height: 0;
  width: 189px;
}
.nav-fixed .logo a .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.nav-fixed .logo a .off {
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
.nav-fixed .right {
  display: flex;
  align-items: center;
  padding: 0 62px 0 0;
  gap: 29px;
}
.nav-fixed .right .nav-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.nav-fixed .right .nav-col .subnav {
  display: flex;
  gap: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.nav-fixed .right .nav-col .subnav li a {
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .nav-fixed .right .nav-col .subnav li a:hover {
    color: var(--cl-main);
    text-decoration: none;
  }
}
.nav-fixed .right .nav-col .subnav li a.active {
  color: var(--cl-main);
}
.nav-fixed .right .nav-col .nav {
  display: flex;
  gap: 17px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nav-fixed .right .nav-col .nav {
    display: none;
  }
}
.nav-fixed .right .nav-col .nav li a {
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .nav-fixed .right .nav-col .nav li a:hover {
    color: var(--cl-main);
    text-decoration: none;
  }
}
.nav-fixed .right .nav-col .nav li a.active {
  color: var(--cl-main);
}
.nav-fixed .right .btn-contact2 {
  width: 188px;
}
.nav-fixed .right .btn-contact2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 40px;
  background: #d57a56;
  transition: all 0.5s;
  line-height: 1.5;
  gap: 11.5px;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 30px;
}
.nav-fixed .right .btn-contact2 a::before {
  content: "";
  background: url("../img/shared/icon_mail.svg") no-repeat center/100% auto;
  width: 18.5px;
  height: 14.5px;
  position: relative;
  top: 2px;
}
@media (hover: hover) {
  .nav-fixed .right .btn-contact2 a:hover {
    background: #cb653d;
  }
}
.nav-fixed.cl-black {
  color: #fff;
}
.nav-fixed.cl-black .logo .on {
  opacity: 1;
  visibility: visible;
}
.nav-fixed.cl-black .logo .off {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #92b992;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 2px;
  }
  .hamburger .hamburger-box {
    width: 23px;
    height: 21px;
  }
  .hamburger .hamburger-box .hamburger-inner,
  .hamburger .hamburger-box .hamburger-inner::before,
  .hamburger .hamburger-box .hamburger-inner::after {
    height: 2.5px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .hamburger:hover {
    opacity: 0.8 !important;
  }
}
@media screen and (min-width: 768px) {
  .hamburger:after {
    display: none;
  }
}

#menu-toggle,
#footer .set2 {
  background: #eeebe3;
}
#menu-toggle .inner,
#footer .set2 .inner {
  margin: 0 25px;
}
#menu-toggle .ham-close,
#footer .set2 .ham-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 45px;
}
#menu-toggle .row1,
#footer .set2 .row1 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 80px 21px;
  align-items: flex-start;
}
#menu-toggle .row1 .left .logo,
#footer .set2 .row1 .left .logo {
  width: 55px;
}
#menu-toggle .row1 .right .nav,
#footer .set2 .row1 .right .nav {
  display: flex;
  flex-direction: column;
  gap: 22.5px 0;
  font-size: 17px;
  line-height: 22px;
}
#menu-toggle .row1 .right .nav li a,
#footer .set2 .row1 .right .nav li a {
  display: inline-block;
  padding: 0 0 0 19px;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
#menu-toggle .row1 .right .nav li a::before,
#footer .set2 .row1 .right .nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #92b992;
}
#menu-toggle .row1 .right .nav li a.active,
#footer .set2 .row1 .right .nav li a.active {
  color: var(--cl-main);
}
#menu-toggle .row1 .right .nav2,
#footer .set2 .row1 .right .nav2 {
  margin: 44px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
  font-size: 15px;
}
#menu-toggle .row1 .right .nav2 a,
#footer .set2 .row1 .right .nav2 a {
  display: inline-block;
  padding: 0 0 0 17px;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
#menu-toggle .row1 .right .nav2 a::before,
#footer .set2 .row1 .right .nav2 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #f4bd3d;
}
#menu-toggle .row1 .right .nav2 a.active,
#footer .set2 .row1 .right .nav2 a.active {
  color: #f4bd3d;
}
@media screen and (max-width: 767px) {
  #menu-toggle .toggle-sp .toggle-link,
  #footer .set2 .toggle-sp .toggle-link {
    margin: 0 auto 22px;
  }
  #menu-toggle .toggle-sp .toggle-link:after,
  #footer .set2 .toggle-sp .toggle-link:after {
    content: "";
    background: url("../img/shared/arrow_down.svg") no-repeat bottom center/100% auto;
    width: 15px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 25.5px;
    position: absolute;
    animation: toggle-arrow-bounce 1.6s ease-in-out infinite;
  }
  #menu-toggle .toggle-sp.active .toggle-link:after,
  #footer .set2 .toggle-sp.active .toggle-link:after {
    content: "";
    transform: rotate(-180deg);
    animation: none;
  }
  @keyframes toggle-arrow-bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(3px);
    }
  }
}
#menu-toggle .row2,
#footer .set2 .row2 {
  margin: 0 6.5px;
}
#menu-toggle .row2 .btn-title,
#footer .set2 .row2 .btn-title {
  width: 220.5px;
  background: #5c8a5c;
  border-radius: 50px;
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
}
#menu-toggle .row2 .btn-title span,
#footer .set2 .row2 .btn-title span {
  display: block;
  padding: 11px 0;
  position: relative;
}
#menu-toggle .row2 .btn-title span::before,
#footer .set2 .row2 .btn-title span::before {
  content: "";
  position: absolute;
  background: url("../img/shared/btn_deco.svg") no-repeat center/100% auto;
  width: 60.5px;
  height: 49px;
  top: -25px;
  left: -24px;
}
#menu-toggle .row2 .btn-title span::after,
#footer .set2 .row2 .btn-title span::after {
  content: "";
  position: absolute;
  background: url("../img/shared/btn_deco2.svg") no-repeat center/100% auto;
  width: 33px;
  height: 30px;
  top: -1.5px;
  right: -24px;
}
#menu-toggle .row2 .bnr,
#footer .set2 .row2 .bnr {
  width: 151px;
}
#menu-toggle .row2 .bnr a,
#footer .set2 .row2 .bnr a {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 4px 4px 0px rgba(244, 200, 97, 0.5);
}
#menu-toggle .row2 .bnr a img,
#footer .set2 .row2 .bnr a img {
  opacity: 1 !important;
}
#menu-toggle .row2 .bnr a .img,
#footer .set2 .row2 .bnr a .img {
  overflow: hidden;
  border-radius: 4px;
  height: 50px;
  position: relative;
}
#menu-toggle .row2 .bnr a .img::before,
#footer .set2 .row2 .bnr a .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 66, 66, 0.13);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
#menu-toggle .row2 .bnr a .img:after,
#footer .set2 .row2 .bnr a .img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 2px 0 2px 0;
  background:
    url("../img/shared/arrow_wh.svg") no-repeat center/5px auto,
    #f4bd3d;
  width: 12px;
  height: 12px;
  z-index: 2;
}
#menu-toggle .row2 .bnr a .title-bnr2,
#footer .set2 .row2 .bnr a .title-bnr2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-align: left;
  font-size: 13px;
  text-shadow:
    0 0 8px #f6f3eb,
    0 0 8px #f6f3eb,
    0 0 8px #f6f3eb;
}
#menu-toggle .row2 .group1 .bnr,
#footer .set2 .row2 .group1 .bnr {
  width: 100%;
}
#menu-toggle .row2 .group1 .bnr a .img,
#footer .set2 .row2 .group1 .bnr a .img {
  height: 100px;
}
#menu-toggle .row2 .group1 .bnr a .title-bnr,
#footer .set2 .row2 .group1 .bnr a .title-bnr {
  position: absolute;
  left: 14px;
  top: 60%;
  transform: translateY(-50%);
  min-width: 93px;
  line-height: 2;
  font-size: 22px;
  text-shadow:
    0 0 8px #f6f3eb,
    0 0 8px #f6f3eb,
    0 0 8px #f6f3eb;
}
#menu-toggle .row2 .group1 .bnr a .title-bnr small,
#footer .set2 .row2 .group1 .bnr a .title-bnr small {
  display: block;
  color: #5c8a5c;
  font-size: 15px;
  line-height: 1.5;
}
#menu-toggle .row2 .group1 .bnr + .bnr,
#footer .set2 .row2 .group1 .bnr + .bnr {
  margin-top: 16px;
}
#menu-toggle .row2 .group2,
#footer .set2 .row2 .group2 {
  margin: 17px 0 0;
  display: flex;
  gap: 12px 10px;
  flex-wrap: wrap;
}
#menu-toggle .row2 .group2 .bnr,
#footer .set2 .row2 .group2 .bnr {
  max-width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 768px) {
  #menu-toggle,
  #footer .set2 {
    padding: 68px 0 50px;
  }
  #menu-toggle .inner,
  #footer .set2 .inner {
    max-width: calc(100% - 60px);
    width: 1354px;
    margin: 0 auto;
  }
  #menu-toggle .row1,
  #footer .set2 .row1 {
    padding: 0 119px 45px 70px;
    border-bottom: 1px dashed #c8d6be;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #menu-toggle .row1,
  #footer .set2 .row1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .row1 .left .logo,
  #footer .set2 .row1 .left .logo {
    width: 68px;
    margin: 0 0 20px 99px;
  }
  #menu-toggle .row1 .left .address,
  #footer .set2 .row1 .left .address {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  #menu-toggle .row1 .left .address .link-map img,
  #footer .set2 .row1 .left .address .link-map img {
    display: inline-block;
    vertical-align: middle;
  }
  #menu-toggle .row1 .right,
  #footer .set2 .row1 .right {
    width: 507px;
    padding: 88px 0 0;
  }
  #menu-toggle .row1 .right .nav,
  #footer .set2 .row1 .right .nav {
    flex-wrap: wrap;
    align-content: space-between;
    height: 220px;
    gap: 29px 0;
    font-size: 20px;
    line-height: 1.5;
  }
  #menu-toggle .row1 .right .nav li a,
  #footer .set2 .row1 .right .nav li a {
    padding: 0 0 0 25px;
  }
  #menu-toggle .row1 .right .nav li a::before,
  #footer .set2 .row1 .right .nav li a::before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #menu-toggle .row1 .right .nav li a:hover,
  #footer .set2 .row1 .right .nav li a:hover {
    color: var(--cl-main);
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .row1 .right .nav2,
  #footer .set2 .row1 .right .nav2 {
    margin: 42px 0 0;
    flex-direction: row;
    gap: 18px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #menu-toggle .row1 .right .nav2 a:hover,
  #footer .set2 .row1 .right .nav2 a:hover {
    color: #f4bd3d;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .row2,
  #footer .set2 .row2 {
    margin: 44px 0 0;
  }
  #menu-toggle .row2 .btn-title,
  #footer .set2 .row2 .btn-title {
    width: 187px;
    font-size: 16px;
  }
  #menu-toggle .row2 .btn-title span,
  #footer .set2 .row2 .btn-title span {
    padding: 9.5px 0;
  }
  #menu-toggle .row2 .btn-title span::before,
  #footer .set2 .row2 .btn-title span::before {
    width: 51px;
    height: 42px;
    top: -20px;
    left: -21px;
  }
  #menu-toggle .row2 .btn-title span::after,
  #footer .set2 .row2 .btn-title span::after {
    width: 28px;
    height: 25px;
    top: 0;
    right: -21px;
  }
  #menu-toggle .row2 .bnr,
  #footer .set2 .row2 .bnr {
    width: 235px;
  }
  #menu-toggle .row2 .bnr a,
  #footer .set2 .row2 .bnr a {
    border-radius: 8px;
  }
  #menu-toggle .row2 .bnr a .img,
  #footer .set2 .row2 .bnr a .img {
    border-radius: 8px;
    height: 60px;
  }
  #menu-toggle .row2 .bnr a .img:after,
  #footer .set2 .row2 .bnr a .img:after {
    border-radius: 4px 0 4px 0;
    background:
      url("../img/shared/arrow_wh.svg") no-repeat center,
      #f4bd3d;
    width: 16px;
    height: 16px;
  }
  #menu-toggle .row2 .bnr a .title-bnr2,
  #footer .set2 .row2 .bnr a .title-bnr2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #menu-toggle .row2 .bnr a:hover .img::before,
  #footer .set2 .row2 .bnr a:hover .img::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .row2 .group1,
  #footer .set2 .row2 .group1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu-toggle .row2 .group1 .btn-title,
  #footer .set2 .row2 .group1 .btn-title {
    margin: 5px 51px 0 21px;
  }
  #menu-toggle .row2 .group1 .bnr,
  #footer .set2 .row2 .group1 .bnr {
    width: 308px;
  }
  #menu-toggle .row2 .group1 .bnr a .img,
  #footer .set2 .row2 .group1 .bnr a .img {
    height: 78px;
  }
  #menu-toggle .row2 .group1 .bnr a .title-bnr,
  #footer .set2 .row2 .group1 .bnr a .title-bnr {
    left: 20px;
    text-align: left;
    font-size: 20px;
  }
  #menu-toggle .row2 .group1 .bnr a .title-bnr small,
  #footer .set2 .row2 .group1 .bnr a .title-bnr small {
    font-size: 14px;
    margin: 0 0 -5px;
  }
  #menu-toggle .row2 .group1 .bnr + .bnr,
  #footer .set2 .row2 .group1 .bnr + .bnr {
    margin-left: 30px;
    margin-top: 0;
  }
  #menu-toggle .row2 .group2,
  #footer .set2 .row2 .group2 {
    margin: 42px auto 0;
    width: 1078px;
    max-width: 100%;
    gap: 33px 46px;
  }
  #menu-toggle .row2 .group2 .bnr,
  #footer .set2 .row2 .group2 .bnr {
    max-width: calc((100% - 138px) / 4);
  }
  #menu-toggle .row2 .group2,
  #footer .set2 .row2 .group2 {
    margin: 42px auto 0;
    justify-content: center;
    gap: 33px 20px; /* バナー同士の横の隙間 */
  }

  /* 強制的に1行4つ（25%から隙間分を引く）にする設定 */
  #menu-toggle .row2 .group2 .bnr,
  #footer .set2 .row2 .group2 .bnr {
    width: calc(25% - 15px) !important;
    max-width: none !important;
    flex: 0 0 calc(25% - 15px) !important;
  }

}

#ft-fixed {
  background: transparent;
  padding-left: 23px;
  padding-right: 23px;
}
#ft-fixed .inner {
  background: #fff;
  border-radius: 80px;
  display: flex;
  align-items: center;
  padding: 4px 18px 4px 5px;
  gap: 13px;
}
#ft-fixed .inner .btn-contact {
  width: calc(100% - 140px);
}
#ft-fixed .inner .btn-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 11px 10px 0;
  font-size: 12px;
  line-height: 1.5;
  gap: 15px;
  letter-spacing: 0.02em;
  border-radius: 90px;
  text-decoration: none;
  background: #d57a56;
  color: #fff;
}
#ft-fixed .inner .btn-contact a::before {
  content: "";
  background: url("../img/shared/icon_mail.svg") no-repeat center/100% auto;
  width: 23px;
  height: 16.5px;
}
#ft-fixed .inner .line {
  width: 1px;
  background: #f7f3ed;
  height: 34px;
  align-self: center;
}
#ft-fixed .inner .btn-map a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ft-fixed .inner .btn-map a img {
  width: 17px;
}
#ft-fixed .inner .btn-map a span {
  margin: 1px 0 0;
  font-size: 10px;
  color: #5c8a5c;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#ft-fixed .inner .hamburger {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ft-fixed .inner .hamburger .hamburger-box {
  width: 23px;
  height: 19px;
}
#ft-fixed .inner .hamburger .hamburger-inner,
#ft-fixed .inner .hamburger .hamburger-inner::after,
#ft-fixed .inner .hamburger .hamburger-inner::before {
  height: 2px;
  border-radius: 10px;
  background: var(--cl-main);
}
#ft-fixed .inner .hamburger:after {
  margin: 3px 0 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--cl-main);
}

.group-tel-btn2 {
  max-width: 100%;
}
.group-tel-btn2 .btn-contact a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  gap: 0 16px;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0 16px 18px;
  transition: all 0.5s;
  color: #d57a56;
  background: #fff;
  border-radius: 100px;
  box-shadow: 4px 4px 0px #f4c861;
}
.group-tel-btn2 .btn-contact a::before {
  content: "";
  background:
    url("../img/shared/icon_mail.svg") no-repeat center/18px auto,
    #ffcbb6;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  align-self: center;
}
.group-tel-btn2 .btn-contact a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background:
    url("../img/shared/arrow_wh.svg") no-repeat center/9px auto,
    #d57a56;
  right: 16px;
}
.group-tel-btn2 .btn-contact a .btn-text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.group-tel-btn2 .btn-contact a .btn-text small {
  display: block;
  margin: -3px 0 0;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.group-tel-btn2 .tel {
  margin: 12px 0 0;
}
.group-tel-btn2 .tel dt .tel-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.group-tel-btn2 .tel dt .tel-text::before {
  content: "";
  background: url("../img/shared/icon_tel2.svg") no-repeat center/100% auto;
  width: 43px;
  height: 43px;
}
.group-tel-btn2 .tel dt .tel-text span {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.group-tel-btn2 .tel dt .tel-text span small {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  margin: -6px 0 0;
}
.group-tel-btn2 .tel dd {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0 0;
  text-align: center;
}
.group-tel-btn2 .tel dd small {
  font-size: inherit;
  display: block;
}
@media screen and (min-width: 768px) {
  .group-tel-btn2 {
    width: 650px;
  }
  .group-tel-btn2 .btn-contact a {
    gap: 0 29px;
    font-size: 18px;
    line-height: 2;
    padding: 20px 0 20px 35px;
    align-items: flex-start;
  }
  .group-tel-btn2 .btn-contact a::before {
    background:
      url("../img/shared/icon_mail.svg") no-repeat center,
      #ffcbb6;
    width: 70px;
    height: 70px;
  }
  .group-tel-btn2 .btn-contact a:after {
    width: 32px;
    height: 32px;
    background:
      url("../img/shared/arrow_wh2.svg") no-repeat center,
      #d57a56;
    right: 25px;
  }
  .group-tel-btn2 .btn-contact a .btn-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .group-tel-btn2 .btn-contact a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .group-tel-btn2 .tel {
    margin: 19px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 610px;
    max-width: 100%;
  }
  .group-tel-btn2 .tel dt .tel-text {
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .group-tel-btn2 .tel dt .tel-text::before {
    width: 53px;
    height: 53px;
  }
  .group-tel-btn2 .tel dt .tel-text span {
    text-align: left;
  }
  .group-tel-btn2 .tel dt .tel-text span small {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .group-tel-btn2 .tel dt .tel-text {
    gap: 8px;
  }
  .group-tel-btn2 .tel dt .tel-text span {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .group-tel-btn2 .tel dd {
    width: 335px;
    max-width: calc(100% - 275px);
    margin: 0;
    text-align: left;
  }
}

.section-contact {
  position: relative;
  z-index: 2;
  margin: 0 16px;
  background: #d57a56;
  color: #fff;
  border-radius: 62px;
  overflow: hidden;
}
.section-contact .img {
  overflow: hidden;
  border-radius: 62px;
}
.section-contact .group-contact {
  padding: 18px 16px 64px;
}
.section-contact .group-contact h3 {
  font-size: 24px;
  letter-spacing: 0.02em;
}
.section-contact .group-contact .txt {
  margin: 18px 12px 10px 0;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .section-contact .group-contact .group-tel-btn2 {
    text-align: center;
  }
  .section-contact .group-contact .group-tel-btn2 .btn-contact {
    text-align: left;
  }
  .section-contact .group-contact .group-tel-btn2 .tel {
    display: inline-block;
  }
  .section-contact .group-contact .group-tel-btn2 .tel dt .tel-text {
    gap: 8px;
    justify-content: flex-start;
  }
  .section-contact .group-contact .group-tel-btn2 .tel dt .tel-text::before {
    width: 34px;
    height: 34px;
    align-self: flex-end;
  }
  .section-contact .group-contact .group-tel-btn2 .tel dt .tel-text span {
    text-align: left;
    font-size: 20px;
  }
  .section-contact .group-contact .group-tel-btn2 .tel dt .tel-text span small {
    font-size: 10px;
    margin: 1px 0 0;
  }
  .section-contact .group-contact .group-tel-btn2 .tel dd {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .section-contact {
    max-width: calc(100% - 60px);
    width: 1250px;
    margin: 0 auto;
    border-radius: 62px;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    gap: 88px;
  }
  .section-contact .img {
    max-width: calc(100% - 720px);
    width: 504px;
    min-height: 550px;
  }
  .section-contact .group-contact {
    padding: 47px 0 48px;
    width: 598px;
  }
  .section-contact .group-contact h3 {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  .section-contact .group-contact .txt {
    margin: 14px 0 19px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

#footer {
  position: relative;
  z-index: 3;
}
#footer .set3 {
  margin: 32px 0 0;
  position: relative;
  background: #5c8a5c;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 10px;
  gap: 5px;
  padding: 2px 0 95px;
  letter-spacing: 0.02em;
}
#footer .set3 .pagetop {
  position: absolute;
  bottom: calc(100% - 1px);
  right: 4px;
  width: 55px;
}
#footer .set3 .cookies-link a {
  text-decoration: underline;
}
@media (hover: hover) {
  #footer .set3 .cookies-link a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 259px;
    background: #fff;
  }
  #footer .set2 {
    position: relative;
    z-index: 2;
    margin: 110px 0 0;
    padding: 0;
    background: transparent;
  }
  #footer .set2 .inner {
    max-width: 100%;
    width: 100%;
  }
  #footer .set2 .row1 {
    max-width: calc(100% - 60px);
    width: 1250px;
    margin: 0 auto;
    position: relative;
    border-bottom: 0;
    padding: 0 0 91px;
  }
  #footer .set2 .row1::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    bottom: 0;
    border-bottom: 1px dashed #c8d6be;
  }
  #footer .set2 .row1 .left {
    padding: 6px 0 0 181px;
  }
  #footer .set2 .row1 .left .logo {
    margin-bottom: 41px;
  }
  #footer .set2 .row1 .right {
    padding: 0 85px 0 0;
    width: auto;
  }
  #footer .set2 .row1 .right .nav {
    height: auto;
  }
  #footer .set2 .row1 .right .nav2 {
    margin-top: 50px;
  }
  #footer .set2 .row2 {
    margin-top: 76px;
  }
  #footer .set2 .row2 .bnr {
    width: 220px;
  }
  #footer .set2 .row2 .bnr a .img {
    height: 68px;
  }
  #footer .set2 .row2 .group1 {
    padding: 0 70px 0 0;
  }
  #footer .set2 .row2 .group1 .bnr a .img {
    height: 90px;
  }
  #footer .set2 .row2 .group1 .btn-title {
    margin: 0 51px 0 0;
  }
  #footer .set2 .row2 .group2 {
    margin: 28px auto 0;
    max-width: calc(100% - 60px);
    width: 1166px;
    gap: 16px;
  }
  #footer .set2 .row2 .group2 .bnr {
    max-width: calc((100% - 64px) / 5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .set2 .row2 .group2 .bnr a .title-bnr2 {
    letter-spacing: 0;
    left: 20px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .set3 {
    margin: 80px 0 0;
    font-size: 12px;
    gap: 10px;
    padding: 7px 0 4px;
  }
  #footer .set3 .pagetop {
    right: 30px;
    width: auto;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .set3 .pagetop:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  main {
    padding: 170px 0 0;
  }
}

@media screen and (min-width: 768px) {
  body#index main {
    padding-top: 0;
  }
}

#header .logo {
  padding: 20px 0 20px 20px;
  width: 189px;
}
#header .header-child h1 {
  margin: 0 20px;
  font-size: 25px;
}
#header .header-child h1 small {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: var(--cl-main);
  letter-spacing: 0.2em;
}
#header .header-child .bread {
  margin: 20px 20px 10px 0;
  color: var(--cl-main);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  gap: 3px;
  display: flex;
  justify-content: flex-end;
}
#header .header-child .img {
  height: 160px;
}
@media screen and (min-width: 768px) {
  #header .header-child h1 {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1080px;
    font-size: 64px;
  }
  #header .header-child h1 small {
    margin: 0 0 -12px;
    font-size: 20px;
  }
  #header .header-child .img {
    height: 400px;
  }
  #header .header-child .bread {
    margin-top: -3px;
  }
}

.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 8px;
}
.anchor-nav a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px;
  border: 2px solid #f4bd3d;
  border-radius: 999px;
  background: #fff;
  font-weight: 400;
  font-family: "Shippori Antique B1";
  transition: 0.3s ease;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.anchor-nav a span {
  display: block;
  line-height: 1;
  width: 20px;
}
.anchor-nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .anchor-nav {
    gap: 30px 20px;
  }
  .anchor-nav a {
    width: calc((100% - 40px) / 3);
    line-height: 31px;
    padding: 4px 19px;
    font-size: 16px;
  }
  .anchor-nav a span {
    width: auto;
  }
}

.tit-bg {
  text-align: center;
}
.tit-bg span {
  display: inline-block;
  background: #f4bd3d;
  border-radius: 90px;
  color: #fff;
  font-size: 10px;
  padding: 4px 12px;
}
@media screen and (min-width: 768px) {
  .tit-bg span {
    font-size: 20px;
    padding: 8px 25px;
  }
}

#section-qa {
  background: #f7f3ed;
  padding: 60px 0;
}
#section-qa .ttl {
  margin: 0 0 10vw;
}
#section-qa .toggle {
  margin: 0 20px;
}
#section-qa .toggle + .toggle {
  margin-top: 20px;
}
#section-qa .toggle .toggle-link {
  background: #fff;
  border-radius: 4px;
  color: var(--cl-main);
  cursor: pointer;
  padding: 5px 45px 4px 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
}
@media (hover: hover) {
  #section-qa .toggle .toggle-link:hover {
    opacity: 0.8;
  }
}
#section-qa .toggle .toggle-link span {
  font-size: 28px;
  align-self: flex-start;
}
#section-qa .toggle .toggle-link:after {
  content: "+";
  position: absolute;
  font-size: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
#section-qa .toggle .toggle-main .inner {
  padding: 6px 0 0 15px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
#section-qa .toggle .toggle-main .inner .a {
  font-size: 28px;
  color: #f4bd3d;
}
#section-qa .toggle .toggle-main .inner .text {
  padding: 10px 0 0;
  letter-spacing: 0.02em;
}
#section-qa .toggle.active .toggle-link:after {
  content: "−";
  top: 55%;
}
@media screen and (min-width: 768px) {
  #section-qa {
    padding: 100px 0 92px;
  }
  #section-qa .ttl {
    margin: 0 0 76px;
  }
  #section-qa .toggle {
    width: 894px;
    margin: 0 auto;
  }
  #section-qa .toggle .toggle-link {
    padding: 5px 60px 4px 23px;
    gap: 25px;
    align-items: center;
    font-size: 20px;
  }
  #section-qa .toggle .toggle-link span {
    font-size: 36px;
  }
  #section-qa .toggle .toggle-link:after {
    font-size: 36px;
    right: 20px;
  }
  #section-qa .toggle .toggle-main .inner {
    padding: 6px 20px 0 25px;
    gap: 25px;
  }
  #section-qa .toggle .toggle-main .inner .a {
    font-size: 36px;
  }
  #section-qa .toggle .toggle-main .inner .text {
    padding: 14px 0 0;
  }
}

.section-message {
  padding: 60px 0 100px;
}
.section-message .img {
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.section-message .group-content {
  text-align: center;
  margin: 48px 0 0;
}
.section-message .group-content h2 {
  font-size: 30px;
  line-height: 2;
}
.section-message .group-content .txt2 {
  font-size: 18px;
  line-height: 2;
  margin: 16px 0;
  letter-spacing: 0.15em;
  text-align: left;
}
.section-message .group-content .txt {
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section-message {
    padding: 100px 0 206px;
  }
  .section-message .wrap {
    width: 1098px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .section-message .img {
    margin: 0;
    width: 413px;
    border-radius: 8px;
  }
  .section-message .group-content {
    margin: 48px 0 0 109px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    height: 334px;
    text-align: left;
  }
  .section-message .group-content h2 {
    font-size: 48px;
  }
  .section-message .group-content .txt2 {
    font-size: 20px;
    margin: 16px 48px 0 16px;
  }
  .section-message .group-content .txt {
    margin: 16px 0 0;
  }
}
