@charset "UTF-8";
html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #555;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
  background: #f9f9f9;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.hidden__sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden__sm {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .hidden__md {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .hidden__lg {
    display: none;
  }
}

.sectionTitle {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: url(../images/title-line.svg) no-repeat left bottom/contain;
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 40px;
  }
}

.sectionTitle--bgNone {
  background: none;
}

.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 102px;
  color: #FFF;
  background: #F7B560;
  border-radius: 24px;
  font-weight: bold;
  line-height: 1.9;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button:hover {
    opacity: 0.7;
  }
}

.button--outline {
  margin: 0 auto;
  border-radius: 50px;
  background: #FFF;
  border: 2px solid #93C572;
  color: #93C572;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header {
  width: 100%;
  height: 50px;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
}
@media screen and (min-width: 768px) {
  .header {
    max-width: 1292px;
    margin: 0 auto;
    height: 90px;
    position: fixed;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    border-radius: 100px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header__inner {
  padding: 0px 10px;
  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;
  width: 100%;
  height: 100%;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1292px;
  }
}
@media screen and (min-width: 1100px) {
  .header__inner {
    padding: 0 30px 0 40px;
  }
}

.header__logo {
  display: block;
  width: 116px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 170px;
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}

.headerNav {
  display: none;
}
@media screen and (min-width: 768px) {
  .headerNav {
    display: block;
  }
}

.headerNav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1100px) {
  .headerNav__links {
    gap: 20px;
  }
}

.headerNav__link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media (any-hover: hover) {
  .headerNav__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1100px) {
  .headerNav__link {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.headerNav__contact {
  font-size: 14px;
  padding: 12px 10px;
}
@media screen and (min-width: 1100px) {
  .headerNav__contact {
    padding: 12px 31px;
  }
}

.drawerButton {
  margin-right: -2px;
  width: 30px;
  height: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .drawerButton {
    display: none;
  }
}
.drawerButton.is-checked .drawerButton__bar:nth-of-type(1) {
  top: 25px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  left: calc(50% - 10px);
}
.drawerButton.is-checked .drawerButton__bar:nth-of-type(2) {
  top: 25px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: calc(50% - 10px);
}
.drawerButton.is-checked .drawerButton__text::before {
  content: "CLOSE";
}

.drawerButton__bar {
  width: 22px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  border-radius: 5px;
  background: #93C572;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawerButton__bar:nth-of-type(1) {
  top: 20px;
}
.drawerButton__bar:nth-of-type(2) {
  top: 27px;
}

.drawerButton__text {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.drawerButton__text::before {
  content: "MENU";
  font-family: "Archivo Narrow", sans-serif;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #93C572;
}

.drawerNav__links {
  position: fixed;
  background: #fff;
  top: 50px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% - 50px);
  display: none;
  padding: 0px 15px;
}

.drawerNav__link {
  display: block;
  padding: 16px 0 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3b4043;
  border-bottom: 1px solid #93C572;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.drawerNav__link span {
  font-size: 10px;
  color: #F7B560;
  padding-left: 8px;
  text-transform: uppercase;
}
.drawerNav__link::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #93C572;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawerNav__link::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #93C572;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: calc(50% + 3px);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.drawerNav__tel {
  margin-top: 19px;
  text-align: center;
  color: #93C572;
}

.drawerNav__tel-lead {
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
}

.drawerNav__tel-number {
  margin-top: -7px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
}

.drawerNav__tel-date {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.drawerNav__contact {
  margin: 23px auto 32px;
  padding: 7px 10px;
  width: 300px;
  text-align: center;
}

.mv {
  width: 100%;
  height: 550px;
  background: url(../images/FV.webp) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 768px;
  }
}

.mv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 245px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .mv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 267px;
    padding-left: 4px;
    gap: 21px;
  }
}

.mv__img {
  width: 73px;
}
@media screen and (min-width: 768px) {
  .mv__img {
    width: 203px;
  }
}

.mv__message {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.48;
  text-align: center;
  color: #93C572;
}
@media screen and (min-width: 768px) {
  .mv__message {
    font-size: 40px;
    line-height: 1.2;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1100px) {
  .mv__message {
    font-size: 50px;
    line-height: 1.2;
  }
}

.recentPost {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 142px;
  background: #F7B560;
  border-radius: 10px;
  padding: 8px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, transform 0.6s;
  transition: opacity 0.4s, transform 0.6s, -webkit-transform 0.6s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recentPost {
    left: auto;
    right: 15px;
    bottom: 45px;
    width: 337px;
    border-radius: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .recentPost {
    right: 45px;
    bottom: 62px;
  }
}
@media (any-hover: hover) {
  .recentPost:hover {
    opacity: 0.7;
  }
}
.recentPost.is-hide {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .recentPost.is-hide {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.recentPost__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .recentPost__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.recentPost__news {
  font-size: 14px;
  font-weight: 600;
  font-family: "Archivo Narrow", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recentPost__news {
    font-size: 20px;
  }
}

.recentPost__date {
  font-size: 10px;
  font-family: "Archivo Narrow", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recentPost__date {
    font-size: 12px;
  }
}

.recentPost__title {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .recentPost__title {
    font-size: 16px;
    margin-top: 0px;
  }
}

.mv__scrollHint {
  position: absolute;
  bottom: 97px;
  left: calc(50% - 28px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__scrollHint {
    display: inline-block;
    -webkit-animation: scrollHintMove 2s ease-in-out infinite;
            animation: scrollHintMove 2s ease-in-out infinite;
  }
}
.mv__scrollHint span {
  font-size: 14px;
  font-family: "Archivo Narrow", sans-serif;
  letter-spacing: 0.1em;
  color: #FFF;
}
.mv__scrollHint::before {
  content: "";
  width: 2px;
  height: 63px;
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__scrollHint::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes scrollHintMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollHintMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.about {
  margin-top: 40px;
  padding-top: 90px;
  padding-bottom: 135px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 45px;
    padding-top: 115px;
    padding-bottom: 285px;
  }
}

.about__title {
  width: 232px;
  margin: 0 auto;
}
.about__title img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__title {
    width: 314px;
  }
}

.about__message p {
  text-align: center;
  margin-top: 22px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about__message p {
    margin-top: 54px;
  }
}
@media screen and (min-width: 768px) {
  .about__message p:last-child {
    margin-top: 14px;
  }
}

.about__deco {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(50px);
          transform: translateX(-50%) translateY(50px);
}
.about__deco--goat {
  width: 63px;
  top: 0px;
  left: calc(50% - 120px);
}
@media screen and (min-width: 768px) {
  .about__deco--goat {
    width: 200px;
    left: calc(50% - 380px);
  }
}
.about__deco--tomato {
  width: 57px;
  top: 11px;
  left: calc(50% + 118px);
}
@media screen and (min-width: 768px) {
  .about__deco--tomato {
    width: 181px;
    top: 48px;
    left: calc(50% + 390px);
  }
}
.about__deco--person {
  width: 86px;
  bottom: 28px;
  left: calc(50% - 98px);
}
@media screen and (min-width: 768px) {
  .about__deco--person {
    width: 200px;
    bottom: 80px;
    left: calc(50% - 270px);
  }
}
.about__deco--cows {
  width: 95px;
  bottom: 0px;
  left: calc(50% + 80px);
}
@media screen and (min-width: 768px) {
  .about__deco--cows {
    width: 235px;
    bottom: 10px;
    left: calc(50% + 340px);
  }
}

.fade-up {
  opacity: 0;
}

.works {
  margin: 38px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 42px;
    max-width: 960px;
  }
}

.works__background {
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .works__background {
    width: 200%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 100px 100px 0;
  }
}

.works__inner {
  padding: 50px 15px 48px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works__inner {
    padding: 78px 0px 82px;
    max-width: none;
  }
}

.tabs {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .tabs {
    margin-top: 27px;
  }
}

.tabs .tabs__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tabs .tabs__list:has(#tab-1 > input:checked) ~ #tab-1__content, .tabs .tabs__list:has(#tab-2 > input:checked) ~ #tab-2__content, .tabs .tabs__list:has(#tab-3 > input:checked) ~ #tab-3__content {
  overflow: visible;
  position: static;
  height: auto;
}
@media screen and (min-width: 768px) {
  .tabs .tabs__list {
    gap: 19px;
  }
}

.tabs .tabs__item {
  height: 50px;
  line-height: 50px;
  max-width: 190px;
  text-align: center;
  background-color: #FFF;
  border-radius: 10px;
  color: #F7B560;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.tabs .tabs__item:hover, .tabs .tabs__item:has(input:focus) {
  background-color: #eee;
}
.tabs .tabs__item:has(input:checked), .tabs .tabs__item:has(input:focus:checked) {
  background-color: #93C572;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tabs .tabs__item {
    height: 65px;
    line-height: 65px;
    border-radius: 20px;
    font-size: 20px;
  }
}
.tabs .tabs__item--small {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .tabs .tabs__item--small {
    font-size: 20px;
  }
}

.tabs input {
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.tabs .tabs__content {
  overflow: hidden;
  position: absolute;
  height: 0;
}
@media screen and (min-width: 768px) {
  .tabs .tabs__content {
    padding-right: 50px;
  }
}

.tabs__text {
  margin-top: 36px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .tabs__text {
    margin-top: 45px;
  }
}

.slider {
  margin-top: 38px;
  overflow: hidden;
  margin-left: -15vw;
  margin-right: -15vw;
}
@media screen and (min-width: 768px) {
  .slider {
    margin-top: 66px;
    margin-left: -30vw;
    margin-right: auto;
  }
}
.slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 7s linear infinite;
          animation: marquee 7s linear infinite;
}
@media screen and (min-width: 768px) {
  .slider__wrap {
    -webkit-animation: marquee 15s linear infinite;
            animation: marquee 15s linear infinite;
  }
}
.slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 250px;
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .slider__item {
    width: 300px;
  }
}
.slider__item img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.faq {
  margin: 80px 15px 0;
}
@media screen and (min-width: 768px) {
  .faq {
    margin: 118px 50px 0;
  }
}

.faq__title {
  margin: 0 auto;
}

.faq-boxes {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .faq-boxes {
    margin-top: 45px;
    gap: 50px;
    max-width: 960px;
  }
}
.faq-boxes summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}
.faq-boxes summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.qa-box {
  border: 3px solid #93C572;
  background: #FFF;
  border-radius: 30px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.qa-box::before, .qa-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 15%;
  content: "";
  background: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.qa-box::before {
  left: -3px;
}
.qa-box::after {
  right: -3px;
}
@media screen and (min-width: 768px) {
  .qa-box {
    border-radius: 50px;
  }
}
@media (any-hover: hover) {
  .qa-box:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
}

.qa-box__heading {
  padding: 24px 18px;
}
@media screen and (min-width: 768px) {
  .qa-box__heading {
    padding: 8px 37px;
  }
}

.qa-box.is-opened .qa-box__heading {
  padding-bottom: 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (min-width: 768px) {
  .qa-box.is-opened .qa-box__heading {
    padding-top: 19px;
  }
}

.qa-box__heading-inner {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .qa-box__heading-inner {
    gap: 22px;
  }
}

.qa-box-contents:last-child {
  margin-left: auto;
}

.qa-box__heading-icon {
  font-size: 25px;
  line-height: 1.36;
  color: #93C572;
  font-family: "Archivo Narrow", sans-serif;
}
@media screen and (min-width: 768px) {
  .qa-box__heading-icon {
    font-size: 35px;
  }
}

.qa-box__heading-text {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .qa-box__heading-text {
    font-size: 20px;
  }
}

.qa-box__heading-button {
  position: relative;
}

.qa-box__heading-button::before,
.qa-box__heading-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 6px);
  width: 15px;
  height: 3px;
  content: "";
  background: #93C572;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .qa-box__heading-button::before,
  .qa-box__heading-button::after {
    width: 21px;
  }
}

.qa-box__heading-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.qa-box.is-opened .qa-box__heading-button::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --------アコーディオンの中身のスタイル-------- */
.qa-box__body {
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.qa-box__body-inner {
  padding: 4px 16px 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .qa-box__body-inner {
    padding: 19px 40px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
  }
}

.qa-box__body-icon {
  font-size: 25px;
  line-height: 1.36;
  color: #F7B560;
  font-family: "Archivo Narrow", sans-serif;
}
@media screen and (min-width: 768px) {
  .qa-box__body-icon {
    font-size: 35px;
  }
}

.qa-box__body-text {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .qa-box__body-text {
    font-size: 20px;
    line-height: 1.7;
  }
}

.news {
  margin: 80px 15px 0;
}
@media screen and (min-width: 768px) {
  .news {
    margin: 120px 50px 0;
  }
}

.news__inner {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  grid-template-areas: "a" "b" "c";
}
@media screen and (min-width: 768px) {
  .news__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c b";
    max-width: 960px;
  }
}
@media screen and (min-width: 1100px) {
  .news__inner {
    grid-template-columns: 1fr 1.2fr;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 0px;
  }
}

.news__leftWrapper {
  grid-area: a;
}
@media screen and (min-width: 768px) {
  .news__leftWrapper {
    -ms-flex-item-align: end;
        align-self: end;
    padding-top: 20px;
  }
}

.news__description {
  margin-top: 25px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__description {
    margin-top: 40px;
  }
}

.news__rightWrapper {
  grid-area: b;
}

.news__postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 30px 10px 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__postList {
    padding: 80px 0 70px 50px;
  }
}
.news__postList::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  border-radius: 50px 0 0 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .news__postList::after {
    border-radius: 100px 0 0 100px;
  }
}

.news__post {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1100px) {
  .news__post {
    margin-right: -50px;
  }
}
@media screen and (min-width: 1300px) {
  .news__post {
    margin-right: -161px;
  }
}
@media (any-hover: hover) {
  .news__post:hover {
    opacity: 0.7;
  }
}

.news__postTime {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "Archivo Narrow", sans-serif;
}
@media screen and (min-width: 768px) {
  .news__postTime {
    font-size: 16px;
  }
}

.news__postCategory {
  margin-left: 22px;
  display: inline-block;
  background: #93C572;
  border-radius: 5px;
  color: #fff;
  padding: 0px 20px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .news__postCategory {
    margin-left: 19px;
  }
}

.news__postTitle {
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .news__postTitle {
    margin-top: 15px;
    font-size: 20px;
  }
}

.news__buttonViewMore {
  grid-area: c;
  font-family: "Archivo Narrow", sans-serif;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .news__buttonViewMore {
    margin-top: 60px;
  }
}

.access {
  margin: 79px 15px 0;
}
@media screen and (min-width: 768px) {
  .access {
    margin: 117px 50px 0;
  }
}

.access__title {
  margin: 0 auto;
}

.access__inner {
  width: 100%;
  margin: 41px auto 0;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  grid-template-areas: "a b" "c c";
  background: #FFF;
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .access__inner {
    margin-top: 46px;
    grid-template-columns: 2.5fr 7.1fr;
    grid-template-areas: "a b" "a c";
    border-radius: 100px;
    max-width: 960px;
  }
}

.access__labelList {
  grid-area: a;
  background-color: #93C572;
  padding: 28px 15px 28px 20px;
  width: 100%;
  border-radius: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  .access__labelList {
    padding: 74px 50px;
    border-radius: 100px 0 0 100px;
    min-width: 230px;
    gap: 33px;
  }
}

.access__labelItem {
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .access__labelItem {
    font-size: 20px;
  }
}

.access__mapLink {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  line-height: 1.5;
  margin-top: 1px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .access__mapLink {
    font-size: 16px;
    margin-top: 14px;
  }
}
@media (any-hover: hover) {
  .access__mapLink:hover {
    opacity: 0.7;
  }
}

.access__dateList {
  grid-area: b;
  padding: 28px 20px;
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  .access__dateList {
    padding: 75px 50px;
    border-radius: 0 100px 0 0;
    gap: 34px;
    padding-bottom: 57px;
  }
}

.access__dataItem {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .access__dataItem {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .access__dataItem.label-address {
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1100px) {
  .access__dataItem a {
    pointer-events: none;
  }
}

.label-company {
  height: 14px;
}
@media screen and (min-width: 768px) {
  .label-company {
    height: 16px;
  }
}

.label-address {
  height: 56px;
  line-height: 1.5;
}
.label-address address {
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .label-address {
    height: 16px;
  }
}

.label-tel {
  height: 14px;
}
@media screen and (min-width: 768px) {
  .label-tel {
    height: 16px;
  }
}

.label-time {
  height: 38px;
}
@media screen and (min-width: 768px) {
  .label-time {
    height: 16px;
  }
}

@media screen and (min-width: 768px) {
  .label-map {
    margin-top: 47px;
    letter-spacing: 0.01em;
  }
}

.access__map {
  grid-area: c;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .access__map {
    height: 300px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 0 50px 50px;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    border-radius: 0 0 100px 0;
  }
}

.contact {
  margin: 81px 15px 0;
}
@media screen and (min-width: 768px) {
  .contact {
    margin: 160px 50px 0;
  }
}

.contact__inner {
  padding: 50px 22px 26px;
  background: #F7B560;
  color: #FFF;
  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;
  text-align: center;
  gap: 13px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 53px 50px 44px;
    gap: 30px;
    border-radius: 50px;
    max-width: 960px;
  }
}

.contact__title {
  letter-spacing: 0;
}

.contact__explain {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.contact__button {
  font-weight: bold;
  padding: 15px 81px;
}
@media screen and (min-width: 768px) {
  .contact__button {
    width: 300px;
    height: 70px;
    margin-top: 5px;
  }
}

.contact__tel {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    margin-top: 13px;
  }
}
.contact__tel a {
  display: block;
  margin-top: -9px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .contact__tel a {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .contact__tel a {
    pointer-events: none;
  }
}

.contact__time {
  margin-top: 3px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .contact__time {
    margin-top: -2px;
  }
}

.footer {
  margin-top: 60px;
  padding: 30px 15px 24px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 113px;
    padding: 80px 50px 30px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .footer__inner {
    max-width: 960px;
  }
}
@media screen and (min-width: 1300px) {
  .footer__inner {
    gap: 130px;
  }
}

.footer__innerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  white-space: nowrap;
}

.footer__logo {
  width: 202px;
}
.footer__logo img {
  width: 100%;
}

.footer__address {
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 16px;
  }
}

.footer__tel {
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1100px) {
  .footer__tel {
    pointer-events: none;
  }
}

.footer__innerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 1100px) {
  .footer__innerRight {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -5px;
  }
}

.footer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 1100px) {
  .footer__navLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 17px;
  }
}

.footer__navItem {
  font-weight: bold;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer__navItem:hover {
    opacity: 0.7;
  }
}

.footer__mediaLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .footer__mediaLink {
    padding-bottom: 7px;
  }
}

.footer__mediaItem {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer__mediaItem:hover {
    opacity: 0.7;
  }
}
.footer__mediaItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.footer__copyright {
  display: block;
  text-align: center;
  margin: 40px auto 0;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.055em;
  font-family: "Archivo Narrow", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 21px;
  }
}

.breadcrumbs {
  display: block;
  margin: 15px auto 0;
  max-width: 600px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    max-width: 960px;
    margin: 140px auto 0;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .breadcrumbs {
    padding-left: 0;
  }
}

.info {
  margin: 38px 15px 0;
}
@media screen and (min-width: 768px) {
  .info {
    margin: 73px 50px 0;
  }
}

.info__inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info__inner {
    max-width: 960px;
  }
}

.info__categoryList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox: スクロールバー非表示 */
}
.info__categoryList::-webkit-scrollbar {
  display: none; /* Chrome, Safari: スクロールバー非表示 */
}
@media screen and (min-width: 768px) {
  .info__categoryList {
    margin-top: 45px;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.info__categoryList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .info__categoryList li:hover {
    opacity: 0.7;
  }
}
.info__categoryList a {
  display: block;
  text-align: center;
  padding: 10px 18px;
  min-width: 126px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
  font-weight: bold;
  color: #F7B560;
}
@media screen and (min-width: 768px) {
  .info__categoryList a {
    padding: 9px 19px;
  }
}
.info__categoryList .checked {
  background: #93C572;
  color: #fff;
}

.post__list {
  margin-top: 13px;
  padding: 47px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .post__list {
    margin-top: 40px;
    padding: 80px 50px;
    gap: 50px;
    border-radius: 100px;
  }
}

.post__item {
  display: block;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .post__item {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 37px;
  }
}
@media (any-hover: hover) {
  .post__item:hover {
    opacity: 0.7;
  }
}

.post__img {
  width: 100%;
  height: auto;
  aspect-ratio: 305/199;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .post__img {
    width: 230px;
    min-width: 230px;
  }
}
.post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__main {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 20px 20px;
  padding: 0px 10px 6px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post__main {
    position: static;
    padding: 0;
  }
}

.post__category {
  display: block;
  padding: 1px 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #93C572;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
.post__category.post__category--sp {
  position: absolute;
  top: 10px;
  right: 11px;
}
@media screen and (min-width: 768px) {
  .post__category.post__category--sp {
    display: none;
  }
}
.post__category.post__category--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .post__category.post__category--pc {
    display: inline-block;
    margin-left: 24px;
  }
}

.post__date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.33;
  font-family: "Archivo Narrow", sans-serif;
}
@media screen and (min-width: 768px) {
  .post__date {
    font-size: 14px;
  }
}

.post__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .post__title {
    font-size: 20px;
    margin-top: 6px;
  }
}

.post__excerpt {
  display: none;
}
@media screen and (min-width: 768px) {
  .post__excerpt {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
  }
}

.post__pagination {
  margin-top: 20px;
}
.post__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post__pagination .page-numbers {
  padding: 16px 22px;
  border-radius: 10px;
  background: #FAFAFA;
  color: #93C572;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Archivo Narrow", sans-serif;
  border: 2px solid #F0F3F5;
  opacity: 1;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.post__pagination .page-numbers:hover {
  background: #93C572;
  color: #fff;
}
.post__pagination .page-numbers.current {
  background: #93C572;
  color: #fff;
}

.single {
  margin: 30px 13px 0;
}
@media screen and (min-width: 768px) {
  .single {
    margin: 62px 50px 0;
  }
}

.single__inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single__inner {
    max-width: 960px;
  }
}

.single__title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single__title {
    font-size: 40px;
    line-height: 1.7;
  }
}

.single__label {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .single__label {
    margin-top: 10px;
  }
}

.single__time {
  color: #707070;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Archivo Narrow", sans-serif;
}

.single__category {
  margin-left: 15px;
  display: inline-block;
  background: #93C572;
  border-radius: 5px;
  color: #fff;
  padding: 2px 20px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .single__category {
    padding: 1px 21px;
    margin-left: 13px;
  }
}

.single__main {
  margin-top: 40px;
  padding: 30px 22px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .single__main {
    margin-top: 50px;
    padding: 50px 50px;
    border-radius: 100px;
  }
}

@media screen and (min-width: 768px) {
  .single__mainInner {
    max-width: 600px;
    margin: 0 auto;
  }
}

.single__thumbnail img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.single__index {
  margin-top: 13px;
  padding: 7px 15px 25px;
  border-radius: 20px;
  border: 2px solid #93C572;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .single__index {
    margin-top: 20px;
    padding: 22px 28px 20px;
  }
}

.single__indexHead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}

.single__indexH2 {
  margin-top: 11px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .single__indexH2 {
    margin-top: 6px;
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.single__indexH2 span {
  color: #F7B560;
  font-weight: bold;
}

.single__indexH3 {
  margin-top: 5px;
  margin-left: 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single__indexH3 {
    margin-top: 3px;
    margin-left: 46px;
    font-size: 16px;
  }
}
.single__indexH3::before {
  content: "・";
  position: absolute;
  color: #93C572;
  left: -15px;
}

.single__h2 {
  margin-top: 39px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  -webkit-text-decoration: underline #93C572;
          text-decoration: underline #93C572;
}
@media screen and (min-width: 768px) {
  .single__h2 {
    margin-top: 73px;
    font-size: 24px;
  }
}
.single__h2--img {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .single__h2--img {
    margin-top: 65px;
    margin-bottom: -3px;
  }
}

.single__p {
  margin-top: 7px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .single__p {
    margin-top: 10px;
  }
}

.single__h3 {
  margin-top: 29px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.single__h3::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  height: 80%;
  width: 10px;
  background: #93C572;
}
@media screen and (min-width: 768px) {
  .single__h3::before {
    height: 60%;
  }
}
@media screen and (min-width: 768px) {
  .single__h3 {
    margin-top: 26px;
    line-height: 1.7;
    font-size: 20px;
  }
}

.single__li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .single__li {
    margin-top: 8px;
    line-height: 1.7;
    margin-bottom: 28px;
  }
}
.single__li li {
  margin-top: 2px;
  position: relative;
}
.single__li li::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .single__li li {
    margin-top: 0px;
  }
}

.single__textImg {
  padding-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .single__textImg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    place-items: center;
    padding-bottom: 0px;
  }
}

.single__img {
  margin-top: 13px;
  width: 100%;
  height: auto;
  aspect-ratio: 305/286;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .single__img {
    margin-top: 0;
    margin-bottom: 20px;
    aspect-ratio: 290/286;
  }
}
.single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single__button {
  margin-top: 34px;
  padding: 14px 90px;
  width: 301px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .single__button {
    margin-top: 70px;
  }
}

.contactForm {
  margin: 37px 15px 0;
}
@media screen and (min-width: 768px) {
  .contactForm {
    margin: 72px 50px 160px;
  }
}

.contactForm__inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contactForm__inner {
    max-width: 960px;
  }
}

.contactForm__lead {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .contactForm__lead {
    margin-top: 35px;
  }
}

.contactForm__main {
  margin-top: 35px;
  padding: 25px 20px 4px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .contactForm__main {
    margin-top: 45px;
    padding: 75px 50px 45px;
    border-radius: 100px;
  }
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    gap: 35px;
  }
}

.Form-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: 1px;
}
@media screen and (min-width: 768px) {
  .Form-Item {
    gap: 8px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    gap: 7px;
  }
}

.Form-Item-Label {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}

.Form-Item-Label-Required {
  color: #FFF;
  border-radius: 5px;
  line-height: 1.7;
  font-size: 12px;
  background: #93C572;
  padding: 0px 5px;
  display: inline-block;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #93C572;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (any-hover: hover) {
  .wpcf7-text:hover,
  .wpcf7-textarea:hover {
    -webkit-box-shadow: 0 0 0 2px #93C572;
            box-shadow: 0 0 0 2px #93C572;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-text {
    max-width: 500px;
  }
}

.wpcf7-textarea {
  height: 150px;
}

.wpcf7-text:hover,
.wpcf7-text:focus,
.wpcf7-textarea:hover,
.wpcf7-textarea:focus {
  outline: none;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border: 2px solid #93C572;
}

.wpcf7-text.is-error,
.wpcf7-textarea.is-error {
  border-color: red;
}

.wpcf7-select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #93C572;
  background: #fff;
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: url(../images/select-arrow-green.webp) no-repeat center right 15px/15px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .wpcf7-select {
    max-width: 400px;
  }
}
@media (any-hover: hover) {
  .wpcf7-select:hover {
    -webkit-box-shadow: 0 0 0 2px #93C572;
            box-shadow: 0 0 0 2px #93C572;
  }
}

.wpcf7-select:hover, .wpcf7-select:focus {
  outline: none;
}

.wpcf7-select:focus {
  border: 2px solid #93C572;
}

.wpcf7-select.is-error {
  border-color: red;
  background: url(../images/select-arrow-red.webp) no-repeat center right 15px/15px;
}

.wpcf7-submit {
  margin-top: 4px;
  font-size: 16px;
  width: 200px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .wpcf7-submit {
    margin-top: 12px;
  }
}
@media (any-hover: hover) {
  .wpcf7-submit:hover {
    -webkit-box-shadow: 0 0 0 2px #93C572;
            box-shadow: 0 0 0 2px #93C572;
    opacity: 1;
  }
}

.contactThanks {
  padding-bottom: 30px;
  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;
  text-align: center;
}

.contactThanks__lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}

.contactThanks__explain {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}

.contactThanks__tel {
  margin-top: 30px;
  color: #93C572;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
}
.contactThanks__tel span {
  font-weight: bold;
  font-size: 20px;
  margin-top: -5px;
}

.contactThanks__time {
  margin-top: 3px;
  color: #93C572;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.contactThanks__button {
  margin-top: 30px;
  padding: 10px 55px;
}
@media screen and (min-width: 768px) {
  .contactThanks__button {
    width: 300px;
    height: 70px;
    margin-top: 50px;
  }
}

.errorPage {
  margin-top: 150px;
  padding: 0 20px;
  text-align: center;
}
.errorPage__inner {
  max-width: 600px;
  margin: 0 auto;
}
.errorPage__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.errorPage__message {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.errorPage__link {
  padding: 5px 20px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */