@charset "UTF-8";
.c-txt-lg {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 38px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .breadcrumb {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .breadcrumb {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .breadcrumb {
    font-size: 20px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #54c3f1;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .faq-wrapper .faq__item, .faq-wrapper .faq .c-txtarea01, .p-footer__logo, .main-tit, .tit, .c-title, .p-title, .breadcrumb {
  margin-bottom: 30px;
}

.mb-md, .c-thanks, .c-privacy {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks, .c-privacy {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks, .c-privacy {
    margin-bottom: 100px;
  }
}

.mb-lr, .faq-wrapper {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .faq-wrapper {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .faq-wrapper {
    margin-bottom: 120px;
  }
}

.c-container, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container, .breadcrumb {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
.h1-title {
  position: absolute;
  opacity: 0;
}

body {
  color: #2e2a24;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.3rem, 1.2rem + 0.5vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2e2a24;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.3s;
}

body.hidden::before {
  opacity: 0.4;
  visibility: visible;
}

.font, .category-list h3, .c-gallery__list__item .Desc .num, .p-footer__contact a, .p-contact__title, .p-menu__list__item .Desc .Title .en, .p-reason__rate__title, .p-reason__list__item .reason, .strengths__list__item .Desc .point span, .marquee span, .p-title .en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.superwrapper {
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #3a9e44;
  border-bottom: 1px solid #3a9e44;
}

.c-topview {
  position: relative;
  background-color: #3a9e44;
  margin-right: 64px;
  border-radius: 0 0 15vw 0;
}
.c-topview__title {
  padding: 30px 6vw;
}
.c-topview__title .p-title {
  color: #fff;
  margin-bottom: 0;
}
.c-topview__title .p-title .en {
  color: #fff;
}
.c-topview__title .p-title .en::before {
  filter: brightness(0) invert(1);
}
@media (min-width: 600px) {
  .c-topview {
    border-radius: 0 0 12vw 0;
  }
  .c-topview__title {
    padding: 45px 6vw;
  }
}
@media (min-width: 960px) {
  .c-topview {
    border-radius: 0 0 10vw 0;
    margin-right: 120px;
  }
  .c-topview__title {
    padding: 55px 6vw;
  }
}
@media (min-width: 1200px) {
  .c-topview__title {
    padding: 70px 8vw;
  }
}
@media (min-width: 1500px) {
  .c-topview {
    border-radius: 0 0 150px 0;
  }
  .c-topview__title {
    max-width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
  }
}

.p-title {
  line-height: 1.4;
}
.p-title .en {
  display: block;
  font-size: 1.5em;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.15em;
  color: #3a9e44;
  padding-left: 35px;
  position: relative;
}
.p-title .en::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/leaf.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-title .ja {
  font-size: 0.7em;
  font-weight: 500;
}
.p-title.line .en {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3a9e44;
  color: transparent;
  font-weight: 700;
  padding-left: 0;
  font-size: 2.4em;
  letter-spacing: 0.08em;
}
.p-title.line .en::before {
  display: none;
}
.p-title.line .ja {
  margin-top: 8px;
  display: inline-block;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .p-title {
    line-height: 1.6;
  }
  .p-title .en {
    font-size: 1.7em;
  }
  .p-title .ja {
    font-size: 0.8em;
  }
  .p-title.line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 45px;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    padding-left: 44px;
  }
  .p-title .en::before {
    width: 32px;
    height: 32px;
  }
  .p-title.line {
    margin-bottom: 50px;
  }
  .p-title.line .en {
    font-size: 3.2em;
    -webkit-text-stroke-width: 2px;
  }
  .p-title.line .ja {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .p-title {
    line-height: 1.7;
  }
  .p-title .en {
    padding-left: 50px;
  }
  .p-title .en::before {
    width: 35px;
    height: 35px;
  }
  .p-title.line {
    margin-bottom: 60px;
  }
  .p-title.line .en {
    font-size: 3.8em;
  }
  .p-title.line .ja {
    font-size: 1.2em;
  }
}

.c-title {
  position: relative;
}
.c-title .en {
  position: relative;
  display: block;
  font-size: 25px;
  letter-spacing: 4px;
}
.c-title .en::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #54c3f1;
}
.c-title .ja {
  position: relative;
  font-size: 14px;
  color: #7c7060;
  padding-bottom: 10px;
}

.tit {
  text-align: center;
  font-size: 20px;
}
.tit .en {
  font-size: 12px;
  color: #54c3f1;
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #e8882a;
  display: inline-block;
  padding: 12px 0;
  width: 70%;
  max-width: 300px;
  border: 1px solid #e8882a;
  border-radius: 9999px;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #2e2a24;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  border-top: 2px solid #e8882a;
  border-right: 2px solid #e8882a;
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 16px 0;
  }
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 20px 0;
    max-width: 380px;
  }
  .more-btn__link span:first-child {
    padding-right: 40px;
  }
  .more-btn__link span:first-child::before {
    width: 12px;
    height: 12px;
  }
}

.main-tit .en {
  font-size: 36px;
  color: #e8882a;
  font-weight: bold;
  letter-spacing: 2px;
}
.main-tit .ja {
  font-size: 14px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .main-tit {
    display: flex;
    align-items: center;
  }
  .main-tit .en {
    padding-bottom: 18px;
    padding-right: 20px;
    font-size: 42px;
    line-height: 1;
  }
}
@media (min-width: 960px) {
  .main-tit .en {
    font-size: 54px;
    padding-bottom: 25px;
  }
  .main-tit .ja {
    font-size: 16px;
  }
}

.top-view {
  position: relative;
}
.top-view::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(#fff 20%, transparent 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top-view__img {
  height: calc(90vh - 64px);
  min-height: 350px;
}
.top-view__desc {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
}
.top-view__desc h2 {
  font-size: 2em;
  margin-bottom: 12px;
  color: #3a9e44;
  white-space: nowrap;
}
.top-view__desc h3 {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 600;
  white-space: nowrap;
}
.top-view__btn-sp a, .top-view__btn-pc a {
  display: inline-block;
  background: linear-gradient(#fca047 49%, #e8882a 50%);
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 15px 0;
  width: 80%;
  max-width: 380px;
  border-radius: 9999px;
  position: relative;
}
.top-view__btn-sp a::before, .top-view__btn-pc a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}
.top-view__btn-sp {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
}
.top-view__btn-pc {
  display: none;
}
@media (min-width: 600px) {
  .top-view__img {
    min-height: 450px;
  }
  .top-view__desc {
    top: 10%;
  }
  .top-view__desc h2 {
    font-size: 2.4em;
    margin-bottom: 18px;
  }
  .top-view__desc h3 {
    font-size: 1.3em;
    line-height: 1.8;
  }
  .top-view__btn-sp {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top-view__btn-sp a {
    font-size: 1.4em;
    max-width: 450px;
    padding: 18px 0;
  }
  .top-view__btn-sp a::before {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 960px) {
  .top-view::before {
    display: none;
  }
  .top-view__img {
    height: calc(100vh - 80px);
    min-height: 550px;
  }
  .top-view__desc {
    top: 60%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    width: auto;
    left: auto;
    right: 4vw;
    padding: 40px 50px;
    border-radius: 15px;
  }
  .top-view__desc h2 {
    font-size: 2.8em;
    margin-bottom: 25px;
  }
  .top-view__desc h3 {
    font-size: 1.5em;
    line-height: 1.8;
  }
  .top-view__btn-sp {
    display: none;
  }
  .top-view__btn-pc {
    margin-top: 30px;
    display: block;
  }
  .top-view__btn-pc a {
    font-size: 1.4em;
    max-width: 450px;
    padding: 18px 0;
  }
  .top-view__btn-pc a::before {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .top-view__img {
    min-height: 650px;
  }
  .top-view__desc {
    padding: 50px 70px;
  }
  .top-view__desc h2 {
    font-size: 3.2em;
    margin-bottom: 25px;
  }
  .top-view__desc h3 {
    font-size: 1.7em;
    line-height: 2;
  }
}

.p-message {
  padding: 70px 0;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
  position: relative;
}
.p-message::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-message__img {
  position: relative;
  z-index: 10;
  margin: 0 -6vw 30px 0;
  aspect-ratio: 3/2;
}
.p-message__img img {
  border-radius: 10vw 0 0 10vw;
}
.p-message__desc {
  position: relative;
  z-index: 10;
}
.p-message__desc h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #1e6630;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .p-message__img {
    margin: 0 -6vw 45px 12vw;
  }
  .p-message__img img {
    border-radius: 5vw 0 0 5vw;
  }
  .p-message__desc h3 {
    font-size: 1.6em;
  }
}
@media (min-width: 960px) {
  .p-message {
    padding: 80px 0;
  }
  .p-message .c-container, .p-message .breadcrumb {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .p-message__img {
    flex-basis: calc(48% + 6vw);
    margin: 0 -6vw 0 0;
  }
  .p-message__desc {
    flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .p-message {
    padding: 100px 0;
  }
  .p-message__img {
    flex-basis: calc(48% + 8vw);
    margin: 0 -8vw 0 0;
  }
  .p-message__desc h3 {
    font-size: 1.7em;
  }
}
@media (min-width: 1500px) {
  .p-message__img {
    flex-basis: 48%;
    margin: 0;
  }
  .p-message__img img {
    border-radius: 30px;
  }
}

.marquee {
  overflow: hidden;
  padding: 30px 0;
}
@media (min-width: 960px) {
  .marquee {
    padding: 50px 0;
  }
}
.marquee__inner {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee span {
  font-size: 2.4em;
  text-transform: uppercase;
  color: #3a9e44;
  padding: 0 1.2em;
  letter-spacing: 0.4em;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .marquee span {
    font-size: 3em;
  }
}
@media (min-width: 960px) {
  .marquee span {
    font-size: 4em;
    letter-spacing: 0.3em;
    padding: 0 1em;
  }
}
@media (min-width: 1200px) {
  .marquee span {
    font-size: 4.4em;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-worry {
  position: relative;
  padding-bottom: 50px;
}
.p-worry::before {
  content: "";
  width: 160%;
  height: 100%;
  background: url(../images/home/bg-2.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  overflow: hidden;
}
.p-worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 -3vw;
}
.p-worry__list__item {
  border: 2px solid #1e6630;
  padding: 20px 0px;
  border-radius: 20px;
  background-color: #f7f4ee;
}
.p-worry__list__item .Icon {
  margin-bottom: 12px;
}
.p-worry__list__item .Icon img {
  width: 80%;
  max-width: 150px;
  height: 100px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-worry__list__item p {
  text-align: center;
  font-size: 0.9em;
  white-space: nowrap;
}
.p-worry__list__item p .accent {
  color: #3a9e44;
  font-weight: bold;
}
@media (min-width: 600px) {
  .p-worry__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .p-worry {
    padding-bottom: 80px;
  }
  .p-worry::before {
    width: 100%;
    height: 100%;
  }
  .p-worry__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .p-worry__list__item {
    padding: 30px 0;
  }
  .p-worry__list__item .Icon {
    margin-bottom: 18px;
  }
  .p-worry__list__item .Icon img {
    width: 80%;
    max-width: 180px;
    height: 140px;
  }
  .p-worry__list__item p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .p-worry__list {
    margin: 0;
    gap: 15px;
  }
  .p-worry__list__item p {
    font-size: 1.1em;
  }
}

.strengths .p-title.line .en {
  -webkit-text-stroke-color: #e8882a;
}
.strengths__list__item {
  margin-bottom: 50px;
}
.strengths__list__item .Img {
  margin: 0 10vw 10vw -6vw;
  position: relative;
}
.strengths__list__item .Img::before {
  content: "";
  width: calc(100% + 12vw);
  height: 100%;
  background-color: #f7f4ee;
  position: absolute;
  top: 5vw;
  left: -6vw;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
.strengths__list__item .Img img {
  aspect-ratio: 3/2;
  border-radius: 0 10px 10px 0;
}
.strengths__list__item .Desc .point {
  text-align: center;
  margin-bottom: 10px;
}
.strengths__list__item .Desc .point span {
  display: inline-block;
  background-color: #72c25a;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}
.strengths__list__item .Desc h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
}
.strengths__list__item .Desc h3 span {
  color: #e8882a;
}
@media (min-width: 600px) {
  .strengths .p-title.line {
    align-items: flex-end;
  }
  .strengths .p-title.line .en {
    -webkit-text-stroke-color: #e8882a;
  }
  .strengths__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-bottom: 50px;
  }
  .strengths__item::before {
    content: "";
    width: 100%;
    height: calc(100% - 10vw);
    background-color: #f7f4ee;
    position: absolute;
    top: 10vw;
    left: 15vw;
    z-index: -1;
    border-radius: 10px;
  }
  .strengths__list__item .Img {
    flex-basis: 50%;
    margin: 0 0 0 -6vw;
  }
  .strengths__list__item .Img::before {
    display: none;
  }
  .strengths__list__item .Desc {
    flex-basis: 50%;
    align-self: center;
  }
  .strengths__list__item .Desc .point {
    text-align: left;
  }
  .strengths__list__item .Desc h3 {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .strengths .p-title.line .ja {
    font-size: 0.75em;
  }
  .strengths .p-title.line .ja br {
    display: none;
  }
  .strengths__item {
    padding-bottom: 60px;
  }
  .strengths__item::before {
    height: calc(100% - 8vw);
    top: 8vw;
    border-radius: 30px 0 0 30px;
  }
  .strengths__list__item {
    margin-bottom: 60px;
  }
  .strengths__list__item .Img img {
    border-radius: 0 30px 30px 0;
  }
  .strengths__list__item .Desc .point {
    margin-bottom: 12px;
  }
  .strengths__list__item .Desc .point span {
    font-size: 1.2em;
    padding: 10px 20px;
  }
  .strengths__list__item .Desc h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .strengths .p-title.line .ja {
    font-size: 0.82em;
  }
  .strengths__list__item .Img {
    flex-basis: calc(40% + 8vw);
    margin: 0 0 0 -8vw;
  }
  .strengths__list__item .Desc {
    flex-basis: 55%;
  }
  .strengths__list__item .Desc .point span {
    font-size: 1.4em;
  }
  .strengths__list__item .Desc h3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1500px) {
  .strengths__item::before {
    height: calc(100% - 60px);
    top: 60px;
    left: 120px;
    border-radius: 30px;
  }
  .strengths__list__item .Img {
    flex-basis: 40%;
    margin: 0;
  }
  .strengths__list__item .Img img {
    border-radius: 30px;
  }
}

.p-reason {
  padding: 60px 0;
  background-color: #f2f2f2;
}
.p-reason .p-title {
  margin-bottom: 50px;
}
.p-reason__list__item {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 50px 20px 30px;
  border-radius: 15px;
  position: relative;
}
.p-reason__list__item .reason {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #3a9e44;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  width: 70px;
  height: 70px;
  padding-top: 15px;
  border-radius: 50%;
}
.p-reason__list__item .reason b {
  display: block;
  line-height: 1;
  font-size: 28px;
  font-weight: 500;
}
.p-reason__list__item .Icon {
  margin-bottom: 20px;
}
.p-reason__list__item .Icon img {
  height: 140px;
  padding: 10px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reason__list__item .Desc h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #1e6630;
  font-size: 1.2em;
  line-height: 1.7;
}
.p-reason__rate {
  background-color: #ede8de;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
.p-reason__rate__title {
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #3a9e44;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 2em;
  white-space: nowrap;
}
.p-reason__rate__Box {
  color: #3a9e44;
  margin-bottom: 30px;
}
.p-reason__rate__Box p {
  font-size: 1.4em;
  max-width: 400px;
  margin: 0 auto;
}
.p-reason__rate__Box h3 {
  text-align: center;
  font-size: 3em;
  line-height: 1;
}
.p-reason__rate__Box h3 strong {
  font-size: 4em;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}
.p-reason__rate__Desc {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .p-reason .p-title .ja br {
    display: none;
  }
  .p-reason__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-reason__list__item {
    flex-basis: 49%;
  }
  .p-reason__list__item:first-child {
    margin-right: 2%;
  }
  .p-reason__rate {
    margin-top: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .p-reason__rate__title {
    top: -43px;
    letter-spacing: 0.2em;
    font-size: 2.8em;
  }
  .p-reason__rate__Box {
    margin-bottom: 0;
  }
  .p-reason__rate__Box p {
    font-size: 1.4em;
    max-width: 400px;
    margin: 0 auto;
  }
  .p-reason__rate__Box h3 {
    font-size: 2.2em;
  }
  .p-reason__rate__Box h3 strong {
    font-size: 3.8em;
    margin-right: 10px;
  }
  .p-reason__rate__Desc {
    align-self: center;
    margin-right: 5vw;
  }
}
@media (min-width: 960px) {
  .p-reason {
    padding: 90px 0;
  }
  .p-reason .p-title {
    margin-bottom: 80px;
  }
  .p-reason__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
    margin: 0 -3vw;
  }
  .p-reason__list__item {
    margin-bottom: 0;
  }
  .p-reason__list__item:first-child {
    margin-right: 0;
  }
  .p-reason__list__item .Icon {
    margin-bottom: 10px;
  }
  .p-reason__list__item .Icon img {
    height: 150px;
    padding: 20px;
  }
  .p-reason__rate {
    margin-top: 70px;
    padding: 50px 30px;
  }
  .p-reason__rate__title {
    top: -55px;
    font-size: 3.2em;
  }
  .p-reason__rate__Box p {
    font-size: 1.8em;
  }
  .p-reason__rate__Box h3 {
    font-size: 2.5em;
  }
  .p-reason__rate__Box h3 strong {
    font-size: 4em;
    margin-right: 10px;
  }
  .p-reason__rate__Desc {
    align-self: center;
    margin-right: 5vw;
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .p-reason__list {
    gap: 0 30px;
    margin: 0;
  }
  .p-reason__rate {
    margin-top: 90px;
  }
  .p-reason__rate__title {
    top: -65px;
    font-size: 3.4em;
  }
  .p-reason__rate__Desc {
    margin-right: 80px;
  }
}

.p-product {
  padding: 60px 0;
  background-color: #1e6630;
}
.p-product .p-title.line .en {
  -webkit-text-stroke-color: #fff;
}
.p-product .p-title.line .ja {
  color: #fff;
}
.p-product__slider {
  position: relative;
  margin: 0 0 40px;
}
.p-product__item {
  display: block;
}
.p-product .Img {
  overflow: hidden;
  aspect-ratio: 2/3;
  background-color: #fff;
  border-radius: 15px;
}
.p-product .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product .Desc {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
}
.p-product .swiper-button-prev,
.p-product .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: transparent;
}
.p-product .swiper-button-prev svg,
.p-product .swiper-button-next svg {
  width: 7px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.p-product .swiper-button-prev svg path,
.p-product .swiper-button-prev svg polyline,
.p-product .swiper-button-next svg path,
.p-product .swiper-button-next svg polyline {
  stroke: #111;
  stroke-width: 2;
}
.p-product .swiper-button-prev,
.p-product .swiper-button-next {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-product .swiper-button-prev:hover,
  .p-product .swiper-button-next:hover {
    background-color: #2e2a24;
  }
  .p-product .swiper-button-prev:hover svg path,
  .p-product .swiper-button-prev:hover svg polyline,
  .p-product .swiper-button-next:hover svg path,
  .p-product .swiper-button-next:hover svg polyline {
    stroke: #fff;
  }
}
.p-product .swiper-button-prev {
  left: -3vw;
}
.p-product .swiper-button-prev svg {
  left: -3px;
}
.p-product .swiper-button-next {
  right: -3vw;
}
.p-product .swiper-button-next svg {
  right: -3px;
}
@media (min-width: 600px) {
  .p-product .p-title.line {
    align-items: flex-end;
  }
  .p-product .js-product-swiper .swiper-slide {
    width: 200px;
  }
}
@media (min-width: 960px) {
  .p-product {
    padding: 90px 0;
  }
  .p-product .p-title .ja br {
    display: none;
  }
  .p-product .more-btn {
    text-align: right;
  }
  .p-product .more-btn__link {
    text-align: center;
  }
  .p-product__slider {
    margin: 0 0 60px;
  }
  .p-product .js-product-swiper .swiper-slide {
    width: 280px;
  }
  .p-product .Img img {
    padding: 20px;
  }
  .p-product .Desc {
    font-size: 2.2rem;
    margin-top: 15px;
  }
  .p-product .swiper-button-prev,
  .p-product .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .p-product .swiper-button-prev svg,
  .p-product .swiper-button-next svg {
    width: 12px;
    height: 28px;
  }
  .p-product .swiper-button-prev {
    left: -30px;
  }
  .p-product .swiper-button-next {
    right: -30px;
  }
}

.p-menu {
  padding: 60px 0;
  position: relative;
}
.p-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f4ee;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  border-radius: 10vw 0 0 10vw;
}
.p-menu__link {
  display: block;
}
@media (hover: hover) {
  .p-menu__link:hover .Img::before {
    opacity: 0.2;
  }
  .p-menu__link:hover .Img img {
    transform: scale(1.1);
  }
}
.p-menu__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0;
}
.p-menu__list__item {
  position: relative;
}
.p-menu__list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #1e6630;
  border-right: 1px solid #1e6630;
  position: absolute;
  bottom: 34px;
  right: 32px;
  transform: rotate(45deg);
  z-index: 15;
}
.p-menu__list__item::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #1e6630;
  position: absolute;
  bottom: 39.5px;
  right: 30px;
  z-index: 15;
}
.p-menu__list__item .Img {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.p-menu__list__item .Img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  border-radius: 20px;
  transition: all 0.3s;
  z-index: 10;
}
.p-menu__list__item .Img::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.p-menu__list__item .Img img {
  border-radius: 20px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.p-menu__list__item .Desc {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 6vw;
  z-index: 15;
}
.p-menu__list__item .Desc .Title {
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.p-menu__list__item .Desc .Title .en {
  font-size: 1.8em;
  line-height: 1.4;
}
.p-menu__list__item .Desc .Title .ja {
  font-weight: 300;
  font-size: 0.9em;
}
.p-menu__list__item .Desc p {
  font-size: 0.8em;
}
@media (min-width: 600px) {
  .p-menu {
    margin-left: 15vw;
    padding: 80px 0;
  }
  .p-menu__list {
    gap: 30px 0;
  }
  .p-menu__list__item .Img {
    aspect-ratio: 3/2;
  }
  .p-menu__list__item .Desc {
    padding: 5vw;
  }
  .p-menu__list__item .Desc .Title .en {
    font-size: 2.2em;
  }
  .p-menu__list__item .Desc .Title .ja {
    font-size: 1em;
  }
  .p-menu__list__item .Desc p {
    font-size: 1em;
  }
}
@media (min-width: 960px) {
  .p-menu {
    margin-left: 0;
    padding: 100px 0;
  }
  .p-menu::before {
    border-radius: 50px 0 0 50px;
  }
  .p-menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-menu__list__item::before {
    width: 18px;
    height: 18px;
    bottom: 40px;
    right: 37px;
  }
  .p-menu__list__item::after {
    width: 30px;
    bottom: 48.5px;
    right: 34px;
  }
  .p-menu__list__item .Img {
    aspect-ratio: 4/3;
  }
  .p-menu__list__item .Img::after {
    width: 60px;
    height: 60px;
  }
  .p-menu__list__item .Desc {
    padding: 40px 30px;
  }
  .p-menu__list__item .Desc .Title .en {
    font-size: 2em;
  }
  .p-menu__list__item .Desc .Title .ja {
    font-size: 1em;
  }
  .p-menu__list__item .Desc p {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .p-menu__list {
    gap: 30px;
  }
  .p-menu__list__item .Img {
    aspect-ratio: 3/2;
  }
}

.p-access__list {
  margin-bottom: 30px;
}
.p-access__list dl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #3a9e44;
}
.p-access__list dl dt {
  color: #3a9e44;
}
.p-access__list dl dd a {
  color: #3a9e44;
  border-bottom: 1px solid #3a9e44;
}
.p-access__map {
  aspect-ratio: 4/3;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .p-access__list {
    margin-bottom: 45px;
  }
  .p-access__list dl {
    display: flex;
    padding-bottom: 18px;
    margin-bottom: 18px;
    align-items: center;
  }
  .p-access__list dl dt {
    width: 150px;
  }
  .p-access__list dl dd {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .p-access .c-container, .p-access .breadcrumb {
    display: flex;
    justify-content: space-between;
  }
  .p-access__desc {
    flex-basis: 48%;
  }
  .p-access__map {
    flex-basis: 48%;
    aspect-ratio: auto;
  }
}
.p-contact__title {
  position: absolute;
  top: -3%;
  left: 0;
  width: 100%;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  text-transform: capitalize;
  overflow: hidden;
}
.p-contact__desc {
  color: #fff;
  margin-bottom: 20px;
}
.p-contact__desc .onlyPC {
  display: none;
}
.p-contact__wrap {
  background-color: #3a9e44;
  padding: 80px 20px 40px 30px;
  text-align: center;
  border-radius: 10vw;
  position: relative;
}
.p-contact__btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.p-contact__tel {
  padding: 15px 30px;
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
.p-contact__tel::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e8882a url(../images/common/tel-white.png) no-repeat center/50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  border: 2px solid #fff;
}
.p-contact__tel::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #3a9e44;
  border-right: 2px solid #3a9e44;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
.p-contact__tel a {
  color: #2e2a24;
}
.p-contact__form {
  padding: 15px 30px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
.p-contact__form::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3a9e44 url(../images/common/ico-mail-wh.png) no-repeat center/50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  border: 2px solid #fff;
}
.p-contact__form::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #3a9e44;
  border-right: 2px solid #3a9e44;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
.p-contact__form a {
  color: #2e2a24;
}
.p-contact__sub {
  padding: 60px 0;
  position: relative;
}
.p-contact__sub::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
  inset: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 600px) {
  .p-contact__title {
    top: -5%;
    font-size: 6em;
    letter-spacing: 0.15em;
  }
  .p-contact__desc {
    margin-bottom: 30px;
  }
  .p-contact__desc .onlyPC {
    display: block;
  }
  .p-contact__wrap {
    padding: 110px 20px 40px 30px;
    border-radius: 7vw;
  }
}
@media (min-width: 960px) {
  .p-contact__btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 40px;
    max-width: 800px;
  }
  .p-contact__tel {
    margin-bottom: 0;
    font-size: 26px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-contact__tel::before {
    width: 64px;
    height: 64px;
    left: -20px;
  }
  .p-contact__tel::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  .p-contact__form {
    font-size: 22px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-contact__form::before {
    width: 64px;
    height: 64px;
    left: -20px;
  }
  .p-contact__form::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  .p-contact__desc {
    margin-bottom: 45px;
  }
  .p-contact__title {
    top: -5%;
    font-size: 7em;
    letter-spacing: 0.15em;
  }
  .p-contact__wrap {
    padding: 130px 40px 50px 40px;
    border-radius: 60px;
  }
}

.p-news {
  margin-top: 60px;
}
.p-news__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.p-news__item--has-thumb img {
  border-radius: 15px;
}
.p-news__item--no-thumb .p-news__thumb {
  background-color: #f4f4f4;
  border-radius: 15px;
}
.p-news__item--no-thumb .p-news__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  margin: 0 auto;
  filter: grayscale(100%);
}
.p-news__thumb {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.p-news .more-btn {
  margin-top: 40px;
}
.p-news__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-news__date {
  font-size: 0.9em;
}
.p-news__cat {
  background-color: #e8882a;
  color: #fff;
  padding: 3px 20px;
  border-radius: 9999px;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 10px;
}
.p-news__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-news.c-news {
  margin-top: 0;
}
@media (min-width: 600px) {
  .p-news__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (min-width: 960px) {
  .p-news {
    position: relative;
    margin-top: 90px;
  }
  .p-news .p-title {
    margin-bottom: 50px;
  }
  .p-news__list {
    gap: 45px;
  }
  .p-news .more-btn {
    position: absolute;
    top: 0;
    right: 6vw;
    margin: 0;
    display: inline-block;
  }
  .p-news .more-btn__link {
    width: 380px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .p-news__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 30px;
  }
}
@media (min-width: 1500px) {
  .p-news .more-btn {
    right: auto;
    left: calc(50% + 400px);
    transform: translateX(-50%);
  }
}

.p-footer {
  padding: 50px 0 20px;
  background-color: #1e6630;
  border-radius: 10vw 10vw 0 0;
  position: relative;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 75%;
  max-width: 340px;
  display: inline-block;
}
.p-footer__nav {
  margin-bottom: 40px;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
}
.p-footer__nav ul li {
  flex-basis: 50%;
  margin-bottom: 15px;
}
.p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .breadcrumb {
  color: #fff;
}
.p-footer__contact {
  margin-top: 20px;
  text-align: center;
}
.p-footer__contact a {
  display: inline-block;
  color: #fff;
  font-size: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #fff;
  width: 80%;
  padding: 15px 0;
  border-radius: 10px;
}
.p-footer__address {
  margin-bottom: 50px;
  color: #fff;
}
.p-footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 0.85em;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 70px 0 30px;
    border-radius: 7vw 7vw 0 0;
  }
  .p-footer__logo {
    margin-bottom: 45px;
  }
  .p-footer__wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0;
  }
  .p-footer__contact a {
    font-size: 1.8em;
    width: 100%;
    padding: 20px 0;
  }
  .p-footer__address {
    margin: 0 0 0 5vw;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 30px;
  }
  .p-footer__logo img {
    max-width: 400px;
  }
  .p-footer__wrap {
    margin-bottom: 70px;
  }
  .p-footer__nav ul {
    justify-content: left;
  }
  .p-footer__nav ul li {
    flex-basis: 33%;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .breadcrumb {
    font-size: 18px;
  }
  .p-footer__address {
    margin: 0 0 0 8vw;
  }
}
@media (min-width: 1200px) {
  .p-footer {
    border-radius: 80px 80px 0 0;
  }
  .p-footer__wrap {
    max-width: 900px;
    margin: 0 auto 70px;
  }
  .p-footer__address {
    margin: 0 0 0 50px;
  }
}

.faq-wrapper {
  overflow: hidden;
  background-color: #fff7e0;
  padding: 50px 0;
}
.faq-wrapper .faq .c-txt-sm, .faq-wrapper .faq .breadcrumb {
  font-size: 16px;
}
.faq-wrapper .faq__item {
  background-color: #fff;
}
.faq-wrapper .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border: 1px solid #3a9e44;
}
.faq-wrapper .faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #3a9e44;
  height: 100%;
  padding: 10px;
}
.faq-wrapper .faq dt span {
  margin-left: 10vw;
  margin-right: 6vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq-wrapper .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-wrapper .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #3a9e44;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-wrapper .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #3a9e44;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-wrapper .faq dd {
  position: relative;
  border-left: 1px solid #3a9e44;
  border-right: 1px solid #3a9e44;
  border-bottom: 1px solid #3a9e44;
}
.faq-wrapper .faq dd::before {
  content: "A";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #e8882a;
}
.faq-wrapper .faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
.faq-wrapper .faq dd .m-description-article a {
  color: #e8882a;
  border-bottom: 1px solid #e8882a;
}
.faq-wrapper .faq .more-btn {
  display: block;
}

.c-gallery__list {
  background-color: #f7f4ee;
  padding: 50px 3vw;
}
.c-gallery__list__item {
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-gallery__list__item .Img {
  aspect-ratio: 3/2;
}
.c-gallery__list__item .Img img {
  border-radius: 20px;
}
.c-gallery__list__item .Desc {
  background-color: #fff;
  padding: 40px 6vw 30px;
  margin-top: -15px;
  border-radius: 0 0 20px 20px;
}
.c-gallery__list__item .Desc .num {
  color: #3a9e44;
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.c-gallery__list__item .Desc .num::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3a9e44;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-gallery__list__item .Desc h3 {
  color: #3a9e44;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-gallery__desc {
  padding: 60px 0;
  background: linear-gradient(135deg, #dff2d8, #fff);
}
.c-gallery__desc h3 {
  color: #3a9e44;
  font-size: 1.4em;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .c-gallery__list {
    padding: 70px 6vw;
  }
  .c-gallery__list__item {
    max-width: none;
    margin: 0 0 40px;
  }
  .c-gallery__list__item .Img {
    aspect-ratio: 16/9;
    width: 60%;
    margin-left: auto;
  }
  .c-gallery__list__item .Desc {
    padding: 40px 6vw 30px;
    margin-top: -60px;
    border-radius: 20px;
  }
}
@media (min-width: 960px) {
  .c-gallery__list__item {
    margin: 0 0 50px;
  }
  .c-gallery__list__item .Img {
    width: 50%;
  }
  .c-gallery__list__item .Desc {
    padding: 40px 6vw 50px;
    margin: -100px 10vw 0 0;
  }
  .c-gallery__list__item .Desc .num {
    font-size: 1.6em;
  }
  .c-gallery__list__item .Desc h3 {
    font-size: 1.4em;
  }
  .c-gallery__desc {
    padding: 90px 0;
  }
  .c-gallery__desc .c-container, .c-gallery__desc .breadcrumb {
    display: flex;
  }
  .c-gallery__desc h3 {
    font-size: 1.6em;
    margin: 0 50px 0 0;
  }
  .c-gallery__desc h3 br {
    display: block;
  }
  .c-gallery__desc p {
    flex: 1;
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .c-gallery__list {
    padding: 90px 8vw;
  }
  .c-gallery__list__item {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
  .c-gallery__list__item .Desc {
    padding: 50px 450px 50px 40px;
    margin: -300px 160px 0 0;
  }
  .c-gallery__desc {
    padding: 110px 0;
  }
  .c-gallery__desc h3 {
    font-size: 2em;
    margin: 0 80px 0 0;
  }
}
@media (min-width: 1400px) {
  .c-gallery__list {
    padding: 90px 0;
  }
  .c-gallery__list__item {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
  .c-gallery__list__item .Desc {
    padding: 50px 500px 50px 40px;
    margin: -300px 140px 0 0;
  }
}

.c-product__desc h3 {
  font-size: 1.4em;
  color: #3a9e44;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .c-product__desc h3 {
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .c-product__desc {
    display: flex;
  }
  .c-product__desc h3 {
    margin: 0 50px 0 0;
  }
  .c-product__desc p {
    flex: 1;
    line-height: 2.5;
  }
}
@media (min-width: 1200px) {
  .c-product__desc h3 {
    font-size: 2em;
    margin: 0 70px 0 0;
  }
  .c-product__desc p {
    line-height: 3;
  }
}

.c-tab__title {
  font-size: 1.5em;
  margin-bottom: 30px;
}
.c-tab__title small {
  display: block;
  border-top: 1px solid #ccc;
  font-size: 1.3rem;
  padding-top: 15px;
  margin-top: 8px;
  font-weight: normal;
}
.c-tab__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.c-tab__list__item .Img {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  height: 180px;
}
.c-tab__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  padding: 10px;
}
.c-tab__list__item .name {
  font-size: 1em;
  line-height: 2.5;
  white-space: nowrap;
}
.c-tab__list__item .name small {
  font-size: 0.9em;
}
@media (min-width: 600px) {
  .c-tab__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .c-tab__list__item .Img {
    height: 220px;
  }
  .c-tab__list__item .name {
    font-size: 1em;
    line-height: 3;
  }
  .c-tab__list__item .name small {
    font-size: 0.85em;
  }
}
@media (min-width: 960px) {
  .c-tab__title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .c-tab__title small {
    font-size: 1.5rem;
  }
  .c-tab__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px 10px;
  }
  .c-tab__list__item .Img {
    height: 180px;
  }
  .c-tab__list__item .Img img {
    padding: 15px;
  }
  .c-tab__list__item .name {
    font-size: 0.8em;
    line-height: 2.5;
  }
  .c-tab__list__item .name small {
    font-size: 0.7em;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .c-tab__list {
    gap: 30px 20px;
  }
  .c-tab__list__item .Img {
    height: 200px;
  }
  .c-tab__list__item .name {
    font-size: 0.85em;
    line-height: 2.5;
  }
  .c-tab__list__item .name small {
    font-size: 0.75em;
  }
}

.c-price__list__item {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
.c-price__list__item::before {
  position: absolute;
  content: "";
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dff2d8;
  opacity: 0.6;
  z-index: -1;
  border-radius: 0 30px 30px 0;
}
.c-price__list__item .ttl {
  writing-mode: vertical-rl;
  font-size: 3em;
  text-transform: capitalize;
  color: #3a9e44;
  letter-spacing: 0.2em;
}
.c-price__list__item .Desc {
  padding-right: 6vw;
}
.c-price__list__item .Desc h4 {
  background-color: #1e6630;
  font-size: 1.2em;
  color: #fff;
  padding: 8px 20px;
  border-radius: 9999px;
  display: flex;
  justify-content: space-between;
  max-width: 350px;
  margin-bottom: 15px;
}
.c-price__list__item .Desc h5 {
  font-size: 1.3em;
  margin-bottom: 15px;
}
.c-price__list__item .Desc h5 strong {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
  display: inline-block;
  margin: 0 8px 0 20px;
}
.c-price__list__item .Desc .Img-item {
  aspect-ratio: 16/9;
}
.c-price__list__item .Desc .Img-item:nth-child(1) {
  margin-bottom: 15px;
}
.c-price__list__item .Desc .Img-item img {
  border-radius: 20px;
}
.c-price__comparison__table {
  margin: 0 -3vw;
}
.c-price__comparison__table th,
.c-price__comparison__table td {
  border: 1px solid #ccc;
}
.c-price__comparison__table thead th {
  padding: 8px 0;
}
.c-price__comparison__table thead th:nth-child(1) {
  border: none;
}
.c-price__comparison__table thead th:nth-child(2) {
  background-color: #3a9e44;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: none;
}
.c-price__comparison__table thead th:nth-child(3) {
  background-color: #f7f4ee;
  border-radius: 10px 10px 0 0;
  border: none;
}
.c-price__comparison__table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
.c-price__comparison__table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.c-price__comparison__table tbody th {
  writing-mode: vertical-rl;
  background-color: #dff2d8;
  padding: 0 5px;
  font-size: 0.9em;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #ccc;
}
.c-price__comparison__table tbody td {
  padding: 8px;
  font-size: 0.85em;
}
.c-price__comparison__table tbody td span {
  display: inline-block;
  font-size: 1.05em;
  padding: 3px 5px;
  margin-bottom: 8px;
  border-radius: 3px;
  font-weight: 600;
}
.c-price__comparison__table tbody td.rental {
  background-color: #f7fff8;
}
.c-price__comparison__table tbody td.rental span {
  background-color: #3a9e44;
  color: #fff;
}
.c-price__comparison__table tbody td.buy span {
  background-color: #f7f4ee;
}
@media (min-width: 600px) {
  .c-price__list__item {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .c-price__list__item .ttl {
    font-size: 3.6em;
    letter-spacing: 0.2em;
  }
  .c-price__list__item .Desc {
    padding: 0 6vw;
  }
  .c-price__list__item .Desc h4 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .c-price__list__item .Desc h5 {
    font-size: 1.6em;
    margin-bottom: 25px;
  }
  .c-price__list__item .Desc h5 strong {
    font-size: 1.8em;
    margin: 0 12px 0 30px;
  }
  .c-price__list__item .Desc .Img {
    display: flex;
    justify-content: space-between;
  }
  .c-price__list__item .Desc .Img-item {
    flex-basis: 48%;
    aspect-ratio: 4/3;
  }
  .c-price__list__item .Desc .Img-item:nth-child(1) {
    margin-bottom: 0;
  }
  .c-price__comparison__table {
    margin: 0;
  }
  .c-price__comparison__table tbody th {
    padding: 0 10px;
    font-size: 1em;
  }
  .c-price__comparison__table tbody td {
    padding: 15px;
  }
  .c-price__comparison__table tbody td span {
    padding: 3px 12px;
    margin-bottom: 10px;
  }
}
@media (min-width: 960px) {
  .c-price__list__item {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .c-price__list__item .ttl {
    font-size: 3.6em;
    letter-spacing: 0.3em;
    margin-left: 3vw;
  }
  .c-price__list__item .Desc {
    padding: 0 6vw 0 3vw;
  }
  .c-price__list__item .Desc .flex {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .c-price__list__item .Desc h4 {
    margin: 0 30px 0 0;
    width: 320px;
  }
  .c-price__list__item .Desc h5 {
    margin: 0;
  }
  .c-price__comparison__table thead th {
    padding: 12px 0;
    font-size: 1.2em;
  }
  .c-price__comparison__table tbody th {
    padding: 0 15px;
    font-size: 1.1em;
  }
  .c-price__comparison__table tbody td {
    padding: 25px;
    font-size: 1em;
  }
  .c-price__comparison__table tbody td span {
    padding: 3px 15px;
  }
}
@media (min-width: 1200px) {
  .c-price__list__item {
    padding: 70px 0;
    margin-bottom: 50px;
  }
  .c-price__list__item .ttl {
    margin-left: 8vw;
  }
  .c-price__list__item .Desc {
    padding: 0 8vw 0 4vw;
  }
  .c-price__list__item .Desc h4 {
    margin: 0 40px 0 0;
    width: 360px;
  }
}
@media (min-width: 1500px) {
  .c-price__list__item .ttl {
    margin-left: 0;
  }
  .c-price__list__item .Desc {
    max-width: 1100px;
    padding: 0 0 0 50px;
  }
  .c-price__list__item .Desc h4 {
    margin: 0 40px 0 0;
    width: 360px;
  }
}

.c-original__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.c-original__thumb {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.c-original__thumb img {
  border-radius: 15px;
}
.c-original__cat {
  background-color: #e8882a;
  color: #fff;
  padding: 3px 20px;
  border-radius: 9999px;
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 10px;
}
.c-original__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 600px) {
  .c-original__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (min-width: 960px) {
  .c-original__list {
    gap: 45px;
  }
}
@media (min-width: 1200px) {
  .c-original__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 30px;
  }
}

.c-original-sl__tit {
  font-weight: 600;
  font-size: 1.3em;
}
.c-original-sl__thumb {
  margin: 0 -6vw 30px 0;
  aspect-ratio: 3/2;
  max-width: 600px;
  margin-left: auto;
}
.c-original-sl__thumb img {
  border-radius: 30px 0 0 30px;
}
.c-original-sl__cat {
  background-color: #e8882a;
  color: #fff;
  padding: 3px 20px;
  border-radius: 9999px;
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 10px;
}
.c-original-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
@media (min-width: 600px) {
  .c-original-sl__contents {
    padding: 6vw 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-original-sl__contents {
    padding: 6vw 0 8vw;
    max-width: 950px;
    margin: 0 auto;
  }
  .c-original-sl__wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
  }
  .c-original-sl__tit {
    font-size: 1.5em;
  }
  .c-original-sl__thumb {
    max-width: none;
    margin: 0 -6vw 0 0;
    flex-basis: calc(48% + 6vw);
  }
  .c-original-sl__head {
    flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .c-original-sl__contents {
    padding: 100px 0 80px;
  }
  .c-original-sl__thumb {
    margin: 0 -8vw 0 0;
    flex-basis: calc(48% + 8vw);
  }
}
@media (min-width: 1500px) {
  .c-original-sl__thumb {
    margin: 0;
    flex-basis: 48%;
  }
}

.page-numbers {
  margin: 6vw 0;
}
@media (min-width: 1500px) {
  .page-numbers {
    margin: 100px 0;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e2a24;
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #3a9e44 !important;
  color: #fff;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #2e2a24;
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #3a9e44;
  border-right: 2px solid #3a9e44;
  transform: rotate(45deg);
  margin-left: 8px;
}
@media (max-width: 767px) {
  .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}
@media (min-width: 600px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.category-list h3 {
  font-size: 2em;
  letter-spacing: 0.12em;
  text-transform: capitalize;
  color: #3a9e44;
  margin-bottom: 10px;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
}
.category-list ul li {
  margin: 0 12px 12px 0;
  padding-left: 8px;
  position: relative;
}
.category-list ul li.current-cat::before, .category-list ul li.cat-item-all.current-cat::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #e8882a;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.category-list ul li.current-cat a, .category-list ul li.cat-item-all.current-cat a {
  color: #e8882a;
  font-weight: 600;
}
@media (min-width: 600px) {
  .category-list h3 {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .category-list ul li {
    margin: 0 18px 15px 0;
    padding-left: 15px;
  }
  .category-list ul li.current-cat::before, .category-list ul li.cat-item-all.current-cat::before {
    width: 5px;
    height: 5px;
  }
}
@media (min-width: 960px) {
  .category-list h3 {
    font-size: 2.6em;
  }
  .category-list ul li {
    margin: 0 24px 15px 0;
  }
}

.c-news-sl__date {
  color: #3a9e44;
}
.c-news-sl__tit h3 {
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #3a9e44;
}
.c-news-sl__link a span {
  color: #2e2a24;
}
@media (min-width: 600px) {
  .c-news-sl__contents {
    padding: 6vw 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    max-width: 950px;
    margin: 0 auto;
  }
  .c-news-sl__contents {
    padding: 4vw 0 8vw;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    max-width: 1000px;
    padding: 0;
  }
  .c-news-sl__contents {
    padding: 50px 0 80px;
  }
  .c-news-sl__tit h3 {
    font-size: 1.5em;
  }
}

.c-contact__tel h3 {
  text-align: center;
  margin-bottom: 8px;
}
.c-contact__tel h3 span {
  background-color: #1e6630;
  display: inline-block;
  padding: 3px 30px;
  border-radius: 9999px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 1.1em;
}
.c-contact__tel h4 {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 12px;
  color: #3a9e44;
}
.c-contact__tel dl {
  display: flex;
  justify-content: center;
}
@media (min-width: 600px) {
  .c-contact__tel h4 {
    font-size: 2.8em;
  }
}
@media (min-width: 960px) {
  .c-contact__tel p {
    text-align: center;
  }
  .c-contact__tel .Wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .c-contact__tel .Wrap h3 {
    margin: 0 30px 0 0;
  }
  .c-contact__tel .Wrap h4 {
    margin-bottom: 0;
  }
}
.c-contact .contact-form {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.c-contact .contact-form::before {
  position: absolute;
  content: "";
  width: calc(100% + 12vw);
  height: 100%;
  top: 20px;
  left: -6vw;
  margin: auto;
  background-color: #f7f4ee;
  z-index: -1;
  overflow: hidden;
  border-radius: 10vw;
}
.c-contact .contact-form .p-title .en {
  padding-left: 0;
}
.c-contact .contact-form .p-title .en::before {
  display: none;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 24px;
}
@media (min-width: 600px) {
  .c-contact .contact-form .ct-tit {
    width: 540px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    width: 800px;
  }
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  background-color: red;
  margin-left: 10px;
  white-space: nowrap;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
}
.c-contact .contact-form .wpcf7-list-item {
  margin: 0;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #858585;
  background-color: #ddd;
  color: #fff;
}
.c-contact .contact-form .submit-btn input {
  border-color: #2e2a24;
  width: 70%;
  max-width: 320px;
  background-color: #3a9e44;
  color: #fff;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
.c-contact .contact-form#contact {
  scroll-margin: 80px;
}
@media (min-width: 600px) {
  .c-contact .contact-form::before {
    border-radius: 7vw;
  }
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form .wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form {
    margin-bottom: 80px;
  }
  .c-contact .contact-form::before {
    border-radius: 5vw;
    width: 100%;
    left: 0;
    top: 25px;
  }
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form .must {
    padding: 8px 0;
  }
  .c-contact .contact-form .must::after {
    font-size: 14px;
  }
  .c-contact .contact-form .free {
    padding: 8px 0;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 20px;
  }
  .c-contact .contact-form#contact {
    scroll-margin: 100px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy .more-btn {
  margin-top: 45px;
}
@media (min-width: 960px) {
  .c-privacy-item {
    margin-bottom: 50px;
  }
  .c-privacy .more-btn {
    margin-top: 60px;
  }
}

.c-thanks h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin-top: 45px;
}
@media (min-width: 960px) {
  .c-thanks-item {
    margin-bottom: 50px;
  }
  .c-thanks .more-btn {
    margin-top: 60px;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 1px 11px 0 13px;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 48px;
  width: 200px;
  opacity: 1;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s;
  background-color: #fff;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.631372549);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container li .small {
  font-size: 60%;
  padding-left: 30px;
}
.p-header .sp-navbtn__container a {
  position: relative;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 30px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 24px;
  width: 24px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp1 {
  width: 50%;
  background-color: #e8882a;
}
.p-header .sp-navbtn__container .sp3 {
  width: 50%;
  background-color: #3a9e44;
}
.p-header .sp-navbtn__container .sp3 a::before {
  width: 28px;
  height: 28px;
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .sp-navbtn.hide {
  transform: translateY(100%);
}
@media (max-width: 959px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 80px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9019607843);
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-right: 1.8vw;
    transition: all 0.3s;
    text-align: center;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #2e2a24;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav__contact {
    text-align: center;
    margin-right: 1.1vw;
  }
  .p-header .pc-container .pc-nav__contact .tel {
    margin-bottom: 5px;
  }
  .p-header .pc-container .pc-nav__contact .tel a {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    padding-left: 22px;
    position: relative;
  }
  .p-header .pc-container .pc-nav__contact .tel a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/common/icon-tel.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .p-header .pc-container .pc-nav__contact .mail a {
    display: inline-block;
    background-color: #3a9e44;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 9999px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0px 10px 0px 15px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 55px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    padding-right: 1.8vw;
  }
  .p-header .pc-container .pc-nav__contact {
    display: flex;
    align-items: center;
    margin-right: 2vw;
    padding-top: 10px;
  }
  .p-header .pc-container .pc-nav__contact .tel {
    margin: 0 1.5vw 0 0;
  }
  .p-header .pc-container .pc-nav__contact .tel a {
    font-size: 1.6em;
  }
  .p-header .pc-container .pc-nav__contact .mail a {
    font-size: 15px;
    padding: 5px 15px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  opacity: 0;
  z-index: -1;
  transition: all 1.2s;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.mobile-menu__list {
  width: 100%;
  padding: 100px 6vw 30px;
}
.mobile-menu__item {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #72c25a;
}
.mobile-menu__item a {
  color: #2e2a24;
}
.mobile-menu__contact {
  margin: 0 6vw;
  text-align: center;
}
.mobile-menu__contact a {
  display: inline-block;
  border: 2px solid #3a9e44;
  padding: 15px 0;
  border-radius: 10px;
  width: 80%;
  color: #3a9e44;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-style: normal;
  font-size: 1.6em;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu__contact a:hover {
    background-color: #3a9e44;
    color: #fff;
  }
}
@media (min-width: 600px) {
  .mobile-menu__nav {
    width: 60%;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9019607843);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 200;
  background-color: #3a9e44;
  width: 64px;
  height: 64px;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 20px 17px;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-container__contact {
  display: none;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn {
    padding: 19px 15px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
  .mobile-container .mobile-menu__btn span:nth-child(2) {
    width: 25px;
  }
  .mobile-container__contact {
    display: block;
    margin-right: 90px;
  }
  .mobile-container__contact a {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-size: 1.7em;
    padding-left: 24px;
    position: relative;
  }
  .mobile-container__contact a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/common/icon-tel.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 1.2s;
  opacity: 1;
  transform: translateX(0%);
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
@media (min-width: 600px) {
  .menu-open.mobile-menu {
    transform: translateX(40%);
  }
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transition-delay: 70ms;
    transform: translateY(11px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transition-delay: 140ms;
    transform: translateY(-11px) rotate(-135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 1.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.cls-1,
.cls-2 {
  fill: none;
  stroke-miterlimit: 10;
}

.cls-1 {
  stroke: #231815;
}

.cls-2 {
  stroke: #232339;
}

.svg-animation {
  display: none;
}

.pace-running {
  opacity: 0;
}
.pace-running .superwrapper {
  opacity: 0;
}

.pace-done .svg-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: byeOpening 5.5s forwards;
  padding: 0 10vw;
}
.pace-done .svg-animation .svg-inner {
  padding: 20px;
}
.pace-done .svg-animation .svg-inner svg {
  height: 100%;
  width: 100%;
}

@keyframes byeOpening {
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
#wrap_all path:nth-child(1) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.1s;
}

#wrap_all path:nth-child(2) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.2s;
}

#wrap_all path:nth-child(3) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.3s;
}

#wrap_all path:nth-child(4) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.4s;
}

#wrap_all path:nth-child(5) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.5s;
}

#wrap_all path:nth-child(6) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.6s;
}

#wrap_all path:nth-child(7) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.7s;
}

#wrap_all path:nth-child(8) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.8s;
}

#wrap_all path:nth-child(9) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 0.9s;
}

#wrap_all path:nth-child(10) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1s;
}

#wrap_all path:nth-child(11) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.1s;
}

#wrap_all path:nth-child(12) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.2s;
}

#wrap_all path:nth-child(13) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.3s;
}

#wrap_all path:nth-child(14) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.4s;
}

#wrap_all path:nth-child(15) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.5s;
}

#wrap_all path:nth-child(16) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.6s;
}

#wrap_all path:nth-child(17) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.7s;
}

#wrap_all path:nth-child(18) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.8s;
}

#wrap_all path:nth-child(19) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 1.9s;
}

#wrap_all path:nth-child(20) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2s;
}

#wrap_all path:nth-child(21) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.1s;
}

#wrap_all path:nth-child(22) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.2s;
}

#wrap_all path:nth-child(23) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.3s;
}

#wrap_all path:nth-child(24) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.4s;
}

#wrap_all path:nth-child(25) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.5s;
}

#wrap_all path:nth-child(26) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.6s;
}

#wrap_all path:nth-child(27) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.7s;
}

#wrap_all path:nth-child(28) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.8s;
}

#wrap_all path:nth-child(29) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 2.9s;
}

#wrap_all path:nth-child(30) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3s;
}

#wrap_all path:nth-child(31) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.1s;
}

#wrap_all path:nth-child(32) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.2s;
}

#wrap_all path:nth-child(33) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.3s;
}

#wrap_all path:nth-child(34) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.4s;
}

#wrap_all path:nth-child(35) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.5s;
}

#wrap_all path:nth-child(36) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.6s;
}

#wrap_all path:nth-child(37) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.7s;
}

#wrap_all path:nth-child(38) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.8s;
}

#wrap_all path:nth-child(39) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 3.9s;
}

#wrap_all path:nth-child(40) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4s;
}

#wrap_all path:nth-child(41) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.1s;
}

#wrap_all path:nth-child(42) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.2s;
}

#wrap_all path:nth-child(43) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.3s;
}

#wrap_all path:nth-child(44) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.4s;
}

#wrap_all path:nth-child(45) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.5s;
}

#wrap_all path:nth-child(46) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.6s;
}

#wrap_all path:nth-child(47) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.7s;
}

#wrap_all path:nth-child(48) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.8s;
}

#wrap_all path:nth-child(49) {
  fill: rgb(9, 9, 51);
  stroke: rgb(102, 102, 102);
  stroke-width: 2px;
  animation: svg 3s ease-in both;
  animation-delay: 4.9s;
}

#wrap_all path {
  fill: rgb(235, 13, 13);
  stroke: rgb(153, 149, 149);
  stroke-width: 2px;
  animation: svg 5s ease-in both;
}

@keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 2000px;
    stroke-dashoffset: 2000px;
  }
  20% {
    stroke-dashoffset: 0;
  }
  30% {
    fill: transparent;
  }
  70% {
    fill: rgb(9, 9, 51);
    stroke: transparent;
  }
  100% {
    fill: rgb(9, 9, 51);
    stroke: transparent;
  }
}
.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 1.2s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

dt.js-accordion-title.is-active {
  transition: all 0.3s;
}
dt.js-accordion-title.is-active .i_box::after {
  height: 0;
}

.ac-content.is-open {
  display: block;
}

.ac-content:not(.is-open) {
  display: none;
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #e8882a;
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid #e8882a;
  font-weight: bold;
  color: #e8882a;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 0.85em;
}
@media (min-width: 600px) {
  .tab-cate {
    gap: 15px;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .tab-cate .tab {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .tab-cate {
    gap: 30px;
  }
  .tab-cate .tab {
    padding: 15px 5px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #e8882a;
  border: 1px solid #e8882a;
}

.panel.is-show {
  display: block;
}

@media (min-width: 600px) {
  .c-company .c-container, .c-company .breadcrumb {
    padding: 0 10vw;
  }
  .c-company .c-about__desc th {
    width: 30%;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
  }
  .c-company .c-about__desc td {
    width: 70%;
  }
  .c-company .c-about__desc th, .c-company .c-about__desc td {
    padding: 8px 16px;
    border-bottom: 1px solid #ccc;
  }
  .c-company .c-about__desc tr {
    display: flex;
  }
  .c-works-wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-works .c-features .c-container, .c-works .c-features .breadcrumb {
    display: flex;
    justify-content: space-between;
  }
  .c-works .c-features .c-title {
    width: 30%;
  }
  .c-works .c-features__desc {
    width: 65%;
  }
  .c-works .c-points__img img {
    height: 420px !important;
  }
  .c-works .c-points__desc {
    padding: 4vw 2vw 4vw 4vw;
    width: 75%;
    display: flex;
    justify-content: space-between;
    margin: -85px 0 80px 25vw;
  }
  .c-works .c-points__desc .item-tit {
    font-size: 22px;
    text-align: left;
  }
  .c-works .c-points__desc .item-tit .onlyPC {
    display: block;
  }
  .c-works .c-points__desc .item-tit::after {
    transform: rotate(90deg);
    width: 150px;
    bottom: -12px;
    right: -68px;
  }
  .c-works .c-points__desc .num-wrap {
    width: 48%;
  }
  .c-works .c-points__desc .item-desc {
    width: 48%;
  }
  .c-price__img {
    height: 200px;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb {
    padding: 0 5vw;
  }
  .c-recruit ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-recruit ul li {
    width: 45%;
    line-height: 1;
  }
  .c-recruit ul .points-title {
    margin-bottom: 25px;
  }
  .c-recruit ul .points-title .c-txt-lr {
    line-height: 1.5;
    font-size: 18px;
  }
  .c-recruit ul .points-desc .c-txt-sm, .c-recruit ul .points-desc .breadcrumb {
    font-size: 14px;
    line-height: 1.7;
  }
  .c-recruit .contents-recruit .c-table01 tr th {
    vertical-align: top;
    min-width: 200px;
  }
  .c-recruit .contents-recruit .c-table01 .u-view-sp {
    display: none;
  }
  .c-business .c-container, .c-business .breadcrumb {
    padding: 0 25vw;
  }
  .c-business #business02 .c-business-item__wrap,
  .c-business #business04 .c-business-item__wrap,
  .c-business #business06 .c-business-item__wrap,
  .c-business #business08 .c-business-item__wrap {
    flex-direction: row-reverse;
  }
  .c-business-item .c-title {
    padding-left: 0;
  }
  .c-business-item__wrap {
    display: flex;
    justify-content: space-around;
  }
  .c-business-item__img {
    display: block;
    width: 40%;
    height: 280px;
  }
  .c-business-item__img img {
    width: 100%;
  }
  .c-business-item__desc {
    position: relative;
    margin-top: 20px;
    width: 55%;
    padding: 3vw;
  }
  .faq-wrapper .c-container, .faq-wrapper .breadcrumb {
    padding: 0 7vw;
  }
  .faq-wrapper .faq__title {
    text-align: center;
  }
  .faq-wrapper .faq .c-txt-sm, .faq-wrapper .faq .breadcrumb {
    font-size: 16px;
  }
  .faq-wrapper .faq dt::before {
    font-size: 28px;
  }
  .faq-wrapper .faq dt span {
    margin-left: 7vw;
  }
  .faq-wrapper .faq dt span::after {
    width: 3vw;
  }
  .faq-wrapper .faq dd::before {
    font-size: 30px;
  }
  .faq-wrapper .faq dd .m-description-article {
    margin-left: 7vw;
  }
}
@media (min-width: 960px) {
  .c-company .c-container, .c-company .breadcrumb {
    padding: 0 15vw;
  }
  .c-company .c-about {
    padding: 80px 0 100px;
  }
  .c-company .c-about__desc th, .c-company .c-about__desc td {
    padding: 12px 20px;
  }
  .faq-wrapper {
    padding: 80px 0;
  }
  .faq-wrapper .c-container, .faq-wrapper .breadcrumb {
    padding: 0 15vw;
  }
  .faq-wrapper .faq dt span {
    margin-left: 5vw;
  }
  .faq-wrapper .faq dt span::after {
    height: 24px;
  }
  .faq-wrapper .faq dd .m-description-article {
    margin-left: 5vw;
  }
  .faq-wrapper .faq .c-txt-sm, .faq-wrapper .faq .breadcrumb {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-container, .c-company .breadcrumb {
    padding: 0 18vw;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb {
    padding: 0 18vw;
  }
  .c-recruit .recruit-message {
    margin: 0 -5vw;
  }
  .c-recruit .recruit-message ul li .points-title {
    margin-bottom: 30px;
  }
  .c-recruit .recruit-message ul li .points-title .c-txt-lr {
    font-size: 22px;
  }
  .c-recruit .recruit-message ul li .points-desc .c-txt-sm, .c-recruit .recruit-message ul li .points-desc .breadcrumb {
    font-size: 18px;
  }
  .c-business .c-container, .c-business .breadcrumb {
    padding: 0 30vw;
  }
  .faq-wrapper .c-container, .faq-wrapper .breadcrumb {
    padding: 0 20vw;
  }
  .faq-wrapper .faq dt span {
    margin-left: 4vw;
  }
  .faq-wrapper .faq dd .m-description-article {
    margin-left: 4vw;
  }
  .faq-wrapper .faq .c-txt-sm, .faq-wrapper .faq .breadcrumb {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */