@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Shippori+Antique&family=Zen+Kaku+Gothic+New&display=swap");
.c-txt-lg {
  font-size: 20px;
  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: 18px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 30px;
  }
}

.c-txt-sm, .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl dt, .c-product-sl__desc p, .p-news__content {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl dt, .c-product-sl__desc p, .p-news__content {
    font-size: 15px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl dt, .c-product-sl__desc p, .p-news__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl dt, .c-product-sl__desc p, .p-news__content {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #4fb71f;
}
@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, .wp-categories, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-product-sl__desc .info, .c-product-sl__title, .c-company .c-about__desc, .c-company .c-message__desc, .p-contact__tel, .p-contact__desc, .p-news__list, .p-works__list, .voices .hero .swiper-container3, .voices .hero, .osusume__desc, .worries-tit, .link-btn-wrap.job {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .wp-categories, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-product-sl__desc .info, .c-product-sl__title, .c-company .c-about__desc, .c-company .c-message__desc, .p-contact__tel, .p-contact__desc, .p-news__list, .p-works__list, .voices .hero .swiper-container3, .voices .hero, .osusume__desc, .worries-tit, .link-btn-wrap.job {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .tab-cate, .wp-categories, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-product-sl__desc .info, .c-product-sl__title, .c-company .c-about__desc, .c-company .c-message__desc, .p-contact__tel, .p-contact__desc, .p-news__list, .p-works__list, .voices .hero .swiper-container3, .voices .hero, .osusume__desc, .worries-tit, .link-btn-wrap.job {
    margin-bottom: 50px;
  }
}

.mb-md, .c-contact .c-description, .c-works, .c-company .c-about, .c-company .c-message, .top-cta, .p-news, .p-flow, .p-taiou, .osusume, .worries, .top-view {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-contact .c-description, .c-works, .c-company .c-about, .c-company .c-message, .top-cta, .p-news, .p-flow, .p-taiou, .osusume, .worries, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-contact .c-description, .c-works, .c-company .c-about, .c-company .c-message, .top-cta, .p-news, .p-flow, .p-taiou, .osusume, .worries, .top-view {
    margin-bottom: 100px;
  }
}

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

.c-container, .osusume__desc, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container, .osusume__desc, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .osusume__desc, .breadcrumb {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .osusume__desc, .breadcrumb {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container, .osusume__desc, .breadcrumb {
    padding: 0 25vw;
  }
}

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

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

body {
  color: #626262;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font, .c-product-sl__title, .top-cta-info h3, .p-flow__list__item .Title h3, .sub-tit, .main-tit {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#main-wrapper,
.superwrapper {
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #00a13f;
  border-bottom: 1px solid #00a13f;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.link-btn-wrap {
  text-align: center;
}
.link-btn-wrap .link-btn {
  display: inline-block;
}
.link-btn-wrap .link-btn .btn,
.link-btn-wrap .link-btn a.btn,
.link-btn-wrap .link-btn button.btn {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  color: #212529;
}
@media (min-width: 960px) {
  .link-btn-wrap .link-btn .btn,
  .link-btn-wrap .link-btn a.btn,
  .link-btn-wrap .link-btn button.btn {
    font-size: 1.4rem;
  }
}
.link-btn-wrap .link-btn .btn.btn-flat,
.link-btn-wrap .link-btn a.btn.btn-flat,
.link-btn-wrap .link-btn button.btn.btn-flat {
  overflow: hidden;
  padding: 1.5rem 4rem;
  color: #626262;
  background: #f5f7f4;
}
.link-btn-wrap .link-btn .btn.btn-flat span,
.link-btn-wrap .link-btn a.btn.btn-flat span,
.link-btn-wrap .link-btn button.btn.btn-flat span {
  position: relative;
  z-index: 1;
}
.link-btn-wrap .link-btn .btn.btn-flat:hover,
.link-btn-wrap .link-btn a.btn.btn-flat:hover,
.link-btn-wrap .link-btn button.btn.btn-flat:hover {
  color: #fff;
}
.link-btn-wrap .link-btn .btn.btn-flat:hover::before,
.link-btn-wrap .link-btn a.btn.btn-flat:hover::before,
.link-btn-wrap .link-btn button.btn.btn-flat:hover::before {
  transform: rotate(45deg) translateX(0) translateY(-50%);
}
.link-btn-wrap .link-btn .btn.btn-flat:hover::after,
.link-btn-wrap .link-btn a.btn.btn-flat:hover::after,
.link-btn-wrap .link-btn button.btn.btn-flat:hover::after {
  transform: rotate(45deg) translateX(0) translateY(50%);
}
.link-btn-wrap .link-btn .btn.btn-flat::before,
.link-btn-wrap .link-btn a.btn.btn-flat::before,
.link-btn-wrap .link-btn button.btn.btn-flat::before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #4fb71f;
}
@media (min-width: 960px) {
  .link-btn-wrap .link-btn .btn.btn-flat::before,
  .link-btn-wrap .link-btn a.btn.btn-flat::before,
  .link-btn-wrap .link-btn button.btn.btn-flat::before {
    left: calc(-140% + 50px);
  }
}
.link-btn-wrap .link-btn .btn.btn-flat::after,
.link-btn-wrap .link-btn a.btn.btn-flat::after,
.link-btn-wrap .link-btn button.btn.btn-flat::after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #4fb71f;
}
@media (min-width: 960px) {
  .link-btn-wrap .link-btn .btn.btn-flat::after,
  .link-btn-wrap .link-btn a.btn.btn-flat::after,
  .link-btn-wrap .link-btn button.btn.btn-flat::after {
    right: calc(-140% + 50px);
  }
}
.link-btn-wrap .link-btn #contactBtn::before {
  left: calc(-130% + 50px);
}
.link-btn-wrap .link-btn #contactBtn::after {
  right: calc(-130% + 50px);
}
.link-btn-wrap.job a {
  padding: 1.5rem 2rem !important;
}
.link-btn-wrap.rec a {
  padding: 1.5rem 2rem !important;
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
  margin: 30px 0;
}
.more-btn__link {
  background-color: #e7f8e4;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #00a13f;
  text-align: center;
  border-radius: 9999px;
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 15px 40px;
  }
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 20px 50px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .more-btn__link dd, .more-btn__link .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .more-btn__link dt, .more-btn__link .c-product-sl__desc p, .c-product-sl__desc .more-btn__link p, .more-btn__link .p-news__content {
    font-size: 20px;
  }
}
.more-btn__link span {
  position: relative;
  color: #00a13f;
  padding-right: 20px;
  font-weight: bold;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/arrow-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.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 span {
  color: #626262;
  transform: none;
}

.c-title {
  text-align: center;
  position: relative;
  font-size: 22px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ccc;
}
.c-title::before {
  content: "";
  width: 30%;
  height: 2px;
  background: #00a13f;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .c-title {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .c-title {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .c-title {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.main-tit {
  font-size: 22px;
  padding: 70px 0;
  position: relative;
  z-index: 200;
}
.main-tit .ja {
  position: relative;
}
.main-tit .ja::before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #e7f8e4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  z-index: -1;
}
.main-tit .en {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: -30px;
  right: -50px;
  transform: rotate(-10deg);
  color: #00a13f;
  z-index: -1;
  font-size: 32px;
  opacity: 0.5;
}
@media (min-width: 600px) {
  .main-tit {
    font-size: 26px;
  }
  .main-tit .ja::before {
    left: -130px;
  }
}
@media (min-width: 960px) {
  .main-tit {
    font-size: 42px;
    letter-spacing: 2px;
    padding: 150px 0;
  }
  .main-tit .ja::before {
    left: 60%;
    width: 220px;
    height: 220px;
  }
  .main-tit .en {
    bottom: -60px;
    right: -80px;
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .main-tit {
    font-size: 48px;
  }
}

.sub-tit {
  color: #00a13f;
  line-height: 1.8;
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.sub-tit::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #00a13f;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 600px) {
  .sub-tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .sub-tit {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .sub-tit {
    font-size: 30px;
    padding: 5px 0 5px 30px;
  }
}

.page_cmn_ttl_box {
  position: relative;
  margin: 40px 10px;
}
.page_cmn_ttl_box .ttl {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-left: 20px;
  width: 100%;
  font-weight: 600;
  padding-bottom: 10px;
}
.page_cmn_ttl_box .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ccc;
  width: 300%;
  height: 1px;
}
.page_cmn_ttl_box .scr {
  position: absolute;
  writing-mode: vertical-lr;
  font-size: 10px;
  letter-spacing: 0.08em;
  left: 5px;
  line-height: 1em;
  bottom: 20px;
  height: auto;
  white-space: nowrap;
  font-weight: 600;
  bottom: 20px;
}
.page_cmn_ttl_box .scr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
  width: 1px;
  height: 90px;
  display: block;
  left: 40%;
  top: 110%;
}
@media (min-width: 960px) {
  .page_cmn_ttl_box {
    margin: 40px 100px;
  }
  .page_cmn_ttl_box .ttl {
    width: 50%;
  }
}

.c-topview {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .c-topview {
    margin-top: 60px;
  }
  .c-topview .main-tit {
    padding: 150px 0 100px 10vw;
  }
  .c-topview .main-tit .ja::before {
    left: -130px;
  }
}
@media (min-width: 1200px) {
  .c-topview .main-tit {
    padding: 150px 0 100px 8vw;
  }
}
@media (min-width: 2000px) {
  .c-topview .main-tit {
    padding: 150px 0 100px 5vw;
  }
}

.top-view {
  position: relative;
}
.top-view::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #00a13f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0.5;
}
.top-view .hero {
  position: relative;
}
.top-view .hero__text {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 8vw;
  transform: translateY(-50%);
  width: 100%;
  z-index: 600;
  color: #fff;
}
.top-view .hero__text h2 {
  font-size: 38px;
  letter-spacing: 4px;
  line-height: 1.3;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.top-view .hero__text h2::before {
  content: "";
  width: 150px;
  height: 200px;
  background: url(../images/home/map.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
  opacity: 0.6;
}
.top-view .hero__text h3 {
  font-size: 15px;
  line-height: 2;
}
@media (min-width: 600px) {
  .top-view .hero__text h2 {
    font-size: 42px;
  }
  .top-view .hero__text h2::before {
    right: -100px;
  }
  .top-view .hero__text h3 {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .top-view .hero__text {
    top: 65%;
    left: -15vw;
  }
  .top-view .hero__text h2 {
    font-size: 58px;
  }
  .top-view .hero__text h2::before {
    width: 200px;
    height: 250px;
    right: -180px;
  }
  .top-view .hero__text h3 {
    font-size: 20px;
  }
  .top-view .hero__text h3 .onlySP {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    padding: 0 12vw;
  }
  .top-view .hero__text h2 {
    font-size: 62px;
  }
}
@media (max-width: 599px) {
  .top-view .hero .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .top-view .hero .view-sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view {
    margin-top: 0;
    margin-left: 15vw;
    margin-bottom: 20vh;
  }
  .top-view::before {
    display: none;
  }
  .top-view::after {
    content: "";
    width: 150%;
    height: 100%;
    background-color: #00a13f;
    position: absolute;
    top: 70%;
    left: -60%;
    transform: translateY(-50%);
    z-index: 200;
    clip-path: polygon(100% 0%, 25% 15%, 10% 60%, 70% 100%);
    opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  .top-view {
    margin-left: 20vw;
  }
  .top-view::after {
    width: 160%;
    height: 95%;
    left: -70%;
    clip-path: polygon(100% 0%, 25% 15%, 10% 60%, 70% 100%);
  }
}

.worries {
  background: url(../images/home/bg2.webp) no-repeat center/cover;
  padding: 50px 0 20px 0;
  position: relative;
}
.worries::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}
.worries-tit {
  font-size: 23px;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
}
.worries-tit span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  padding: 0 5px;
  transform: rotate(-5deg);
  color: #c1ecff;
}
@media (min-width: 960px) {
  .worries-tit .sp-visible {
    display: none !important;
  }
}
.worries__img {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 10px;
}
.worries__img img {
  border-radius: 50%;
  width: 130px;
  height: 130px !important;
}
.worries ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.worries ul li {
  width: 48%;
  margin-bottom: 20px;
}
.worries__desc {
  text-align: center;
  position: relative;
}
.worries__desc .c-txt-sm, .worries__desc .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .worries__desc dd, .worries__desc .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .worries__desc dt, .worries__desc .c-product-sl__desc p, .c-product-sl__desc .worries__desc p, .worries__desc .p-news__content {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 600px) {
  .worries__img img {
    width: 200px;
    height: 200px !important;
  }
  .worries__desc .c-txt-sm, .worries__desc .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .worries__desc dd, .worries__desc .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .worries__desc dt, .worries__desc .c-product-sl__desc p, .c-product-sl__desc .worries__desc p, .worries__desc .p-news__content {
    font-size: 22px;
  }
  .worries ul li {
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .worries {
    padding: 80px 0;
  }
  .worries__img img {
    width: 150px;
    height: 150px !important;
  }
  .worries__desc .c-txt-sm, .worries__desc .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .worries__desc dd, .worries__desc .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .worries__desc dt, .worries__desc .c-product-sl__desc p, .c-product-sl__desc .worries__desc p, .worries__desc .p-news__content {
    font-size: 18px;
  }
  .worries ul li {
    width: 25%;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .worries .c-container, .worries .osusume__desc, .worries .breadcrumb {
    padding: 0 16vw;
  }
}
@media (min-width: 2000px) {
  .worries .c-container, .worries .osusume__desc, .worries .breadcrumb {
    padding: 0 28vw;
  }
}

.osusume {
  position: relative;
}
.osusume::before {
  content: "";
  width: 220px;
  height: 220px;
  background-color: #e7f8e4;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: -110px;
}
.osusume-tit {
  background-color: #00a13f;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  padding: 10px 0;
  width: 80%;
  position: relative;
  margin: 0 auto 20px;
}
.osusume-tit::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00a13f;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.osusume-tit02 {
  position: relative;
  z-index: 10;
  font-size: 27px;
  margin-bottom: 50px;
  text-align: center;
  color: #00a13f;
}
.osusume-tit02 span {
  font-size: 37px;
  background: linear-gradient(to bottom, #ffcc80 0%, #ff9500 50%, #ff3b30 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0 5px;
}
.osusume__img img {
  -o-object-position: center top;
     object-position: center top;
}
.osusume__wrap {
  position: relative;
  z-index: 20;
}
@media (min-width: 600px) {
  .osusume::before {
    top: 70px;
    left: 60%;
  }
  .osusume-tit {
    width: 60%;
  }
  .osusume-tit02 {
    margin-bottom: 20px;
  }
  .osusume__img {
    text-align: center;
  }
  .osusume__img img {
    width: 70%;
  }
}
@media (min-width: 960px) {
  .osusume::before {
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    z-index: 30;
    opacity: 0.5;
  }
  .osusume .sp-visible {
    display: none !important;
  }
  .osusume-tit {
    width: 40%;
    font-size: 24px;
  }
  .osusume-tit::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #00a13f;
    bottom: -20px;
  }
  .osusume-tit02 {
    font-size: 32px;
    margin-bottom: 80px;
    position: relative;
    z-index: 50;
  }
  .osusume-tit02 span {
    font-size: 48px;
  }
  .osusume__wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .osusume__img {
    flex-basis: 48%;
    margin-bottom: 0;
    height: 450px;
  }
  .osusume__img img {
    width: 100%;
  }
  .osusume__desc {
    flex-basis: 48%;
    padding: 0 5vw 0 0;
    margin-bottom: 0;
  }
  .osusume .sub-tit::before {
    top: auto;
    bottom: 0;
    height: 200%;
  }
}
@media (min-width: 1200px) {
  .osusume {
    margin-bottom: 0;
  }
  .osusume__img {
    height: 700px;
  }
  .osusume__desc {
    margin-bottom: 150px;
  }
}
@media (min-width: 2000px) {
  .osusume {
    padding: 0 20vw;
  }
}

.p-strength {
  background-color: #e7f8e4;
  padding: 20px 0 50px;
}
.p-strength .main-tit .ja::before {
  background-color: #fff;
}
.p-strength__img {
  display: none;
}
.p-strength__img img {
  -o-object-position: right center;
     object-position: right center;
}
.p-strength__list__item {
  margin-bottom: 40px;
}
.p-strength__list__item .Img {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .p-strength__list__item .Img {
    margin-top: 20px;
    text-align: center;
  }
  .p-strength__list__item .Img img {
    width: 60%;
  }
}
@media (min-width: 960px) {
  .p-strength {
    padding: 120px 0 50px;
    position: relative;
  }
  .p-strength__img {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    width: 46%;
    height: 600px;
  }
  .p-strength__list {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .p-strength__list__item {
    margin-bottom: 50px;
  }
  .p-strength__list__item:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .p-strength__list__item:nth-child(2) {
    grid-row: 3/5;
    grid-column: 1/2;
  }
  .p-strength__list__item:nth-child(3) {
    grid-row: 2/4;
    grid-column: 2/3;
  }
  .p-strength__list__item .Wrap {
    background-color: #fff;
    padding: 50px 30px 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .p-strength__list__item .Wrap .Img {
    margin: 0 0 20px;
  }
  .p-strength__list__item .Wrap .Img img {
    width: 100%;
  }
  .p-strength__list__item .sub-tit {
    margin-left: 15px;
  }
  .p-strength__list__item .sub-tit::before {
    height: 150%;
  }
}
@media (min-width: 1200px) {
  .p-strength {
    margin-top: -100px;
  }
  .p-strength__img {
    display: block;
    position: absolute;
    top: 150px;
    right: 0;
    width: 46%;
    height: 600px;
  }
  .p-strength__list__item .Wrap {
    padding: 50px;
  }
  .p-strength__list__item .sub-tit {
    margin-left: 25px;
  }
}
@media (min-width: 2000px) {
  .p-strength__img {
    right: 20vw;
    width: 27%;
  }
}

.voices {
  padding: 20px 0 100px;
}
.voices .hero .swiper-container3 {
  position: relative;
}
.voices .hero .swiper-container3 .swiper-slide {
  position: relative;
}
.voices .hero .swiper-container3 .swiper-slide .Img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.voices .hero .swiper-container3 .swiper-slide .Desc {
  margin-top: 100px;
  padding: 100px 30px 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 440px;
}
.voices .hero .swiper-container3 .swiper-slide .Desc .name {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.voices .hero .swiper-container3 .swiper-slide .Desc .name.c-txt-sm, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc .info dl dd.name, .c-product-sl__desc .info dl .voices .hero .swiper-container3 .swiper-slide .Desc dd.name, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc .info dl dt.name, .c-product-sl__desc .info dl .voices .hero .swiper-container3 .swiper-slide .Desc dt.name, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc p.name, .c-product-sl__desc .voices .hero .swiper-container3 .swiper-slide .Desc p.name, .voices .hero .swiper-container3 .swiper-slide .Desc .name.p-news__content {
  font-size: 16px;
}
@media (min-width: 600px) {
  .voices .hero .swiper-container3 .swiper-slide .Desc {
    height: 470px;
  }
  .voices .hero .swiper-container3 .swiper-slide .Desc .name.c-txt-sm, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc .info dl dd.name, .c-product-sl__desc .info dl .voices .hero .swiper-container3 .swiper-slide .Desc dd.name, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc .info dl dt.name, .c-product-sl__desc .info dl .voices .hero .swiper-container3 .swiper-slide .Desc dt.name, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc p.name, .c-product-sl__desc .voices .hero .swiper-container3 .swiper-slide .Desc p.name, .voices .hero .swiper-container3 .swiper-slide .Desc .name.p-news__content {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .voices .hero .swiper-container3 .swiper-slide .Desc {
    height: 500px;
  }
  .voices .hero .swiper-container3 .swiper-slide .Desc .name.c-txt-sm, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc .info dl dd.name, .c-product-sl__desc .info dl .voices .hero .swiper-container3 .swiper-slide .Desc dd.name, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc .info dl dt.name, .c-product-sl__desc .info dl .voices .hero .swiper-container3 .swiper-slide .Desc dt.name, .voices .hero .swiper-container3 .swiper-slide .Desc .c-product-sl__desc p.name, .c-product-sl__desc .voices .hero .swiper-container3 .swiper-slide .Desc p.name, .voices .hero .swiper-container3 .swiper-slide .Desc .name.p-news__content {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .voices .hero .swiper-container3 .swiper-slide .Desc {
    height: 530px;
  }
}
.voices .hero .swiper-container3 .swiper-button-prev,
.voices .hero .swiper-container3 .swiper-button-next {
  top: 110%;
  border: 1px solid #00a13f;
  border-radius: 100px;
  width: 34px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.6078431373);
}
.voices .hero .swiper-container3 .swiper-button-prev::after,
.voices .hero .swiper-container3 .swiper-button-next::after {
  color: #fff;
  font-size: 28px;
  display: none;
}
.voices .hero .swiper-container3 .swiper-button-prev {
  left: 0;
}
.voices .hero .swiper-container3 .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 15px;
  width: 15px;
  border-top: 2px solid #00a13f;
  border-left: 2px solid #00a13f;
  transform: rotate(-45deg);
}
.voices .hero .swiper-container3 .swiper-button-next {
  left: 60px;
}
.voices .hero .swiper-container3 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 15px;
  width: 15px;
  border-top: 2px solid #00a13f;
  border-right: 2px solid #00a13f;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  .voices .hero .swiper-container3 .swiper-button-prev,
  .voices .hero .swiper-container3 .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 113%;
  }
  .voices .hero .swiper-container3 .swiper-button-prev::after,
  .voices .hero .swiper-container3 .swiper-button-next::after {
    color: #fff;
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .voices .hero .swiper-container3 {
    margin-bottom: 120px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev,
  .voices .hero .swiper-container3 .swiper-button-next {
    height: 50px;
    width: 50px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev::after,
  .voices .hero .swiper-container3 .swiper-button-next::after {
    color: #fff;
    font-size: 40px;
  }
  .voices .hero .swiper-container3 .swiper-button-next {
    right: none;
  }
}
@media (min-width: 960px) {
  .voices {
    padding: 0 0 100px;
  }
}

.p-works {
  padding: 20px 0 50px;
  background-color: #f8f8f8;
}
.p-works__link {
  color: #626262;
  display: block;
}
.p-works__date {
  color: #00a13f;
  padding: 5px 12px;
  font-size: 13px;
}
.p-works__list__item {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px;
}
.p-works__list__item .thumbnail-img {
  height: 200px;
  margin-bottom: 15px;
}
.p-works__content h3 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 5px;
}
.p-works__content .info {
  margin-bottom: 10px;
  display: flex;
}
.p-works__content .info p {
  font-size: 13px;
  color: #888;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .p-works__list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .p-works__list__item {
    flex-basis: 48%;
    margin: 0 1% 40px;
  }
  .p-works__content {
    letter-spacing: 1px;
  }
}
@media (min-width: 960px) {
  .p-works {
    padding: 0 0 50px;
  }
  .p-works .c-container, .p-works .breadcrumb, .p-works .osusume__desc {
    padding: 0 5vw;
  }
  .p-works__list__item {
    flex-basis: 31%;
  }
}
@media (min-width: 1200px) {
  .p-works .c-container, .p-works .breadcrumb, .p-works .osusume__desc {
    padding: 0 10vw;
  }
}
@media (min-width: 2000px) {
  .p-works .c-container, .p-works .breadcrumb, .p-works .osusume__desc {
    padding: 0 25vw;
  }
}

.p-taiou {
  background-color: #00a13f;
  padding: 50px 0 0;
}
.p-taiou .sub-tit {
  color: #fff7eb;
}
.p-taiou .sub-tit::before {
  background-color: #fff;
}
.p-taiou__list__item {
  margin-bottom: 50px;
}
.p-taiou__list__item .List li {
  display: inline-block;
  background-color: #fff;
  color: #00a13f;
  padding: 10px 30px;
  border-radius: 9999px;
  margin: 5px;
}
.p-taiou__list__item .List li.c-txt-sm, .p-taiou__list__item .List li.p-news__content {
  letter-spacing: 0;
  font-weight: 700;
}
.p-taiou__list__item .Desc {
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 959px) {
  .p-taiou .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-taiou {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0;
  }
  .p-taiou .view-sp {
    display: none;
  }
  .p-taiou .c-container, .p-taiou .breadcrumb, .p-taiou .osusume__desc {
    flex-basis: 58%;
    padding: 90px 5vw 10px 0;
  }
  .p-taiou .sub-tit::before {
    top: auto;
    bottom: 0;
    height: 140px;
  }
  .p-taiou__img {
    flex-basis: 38%;
  }
  .p-taiou__list__item {
    margin-bottom: 80px;
  }
  .p-taiou__list__item .List {
    background-color: #fff;
    padding: 30px 15px;
  }
  .p-taiou__list__item .List li {
    border: 1px solid #00a13f;
    color: #626262;
    margin: 8px;
  }
}
@media (min-width: 1200px) {
  .p-taiou .c-container, .p-taiou .breadcrumb, .p-taiou .osusume__desc {
    padding: 90px 12vw 10px 0;
  }
  .p-taiou .sub-tit::before {
    height: 153px;
  }
}
@media (min-width: 2000px) {
  .p-taiou {
    padding: 0 10vw 0 20vw;
  }
}

.p-flow__list__item {
  margin-bottom: 40px;
  position: relative;
}
.p-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #00a13f;
  /* 色は任意に変更可能 */
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-flow__list__item:last-child::before {
  display: none;
}
.p-flow__list__item .Title {
  background-color: #00a13f;
  text-align: center;
  padding: 20px 0;
}
.p-flow__list__item .Title .Icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.p-flow__list__item .Title .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__list__item .Title h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  margin-left: -5px;
}
.p-flow__list__item .Desc {
  background-color: #e7f8e4;
  padding: 30px 15px;
}
@media (min-width: 600px) {
  .p-flow__list__item .Desc {
    padding: 40px 20px;
  }
}
@media (min-width: 960px) {
  .p-flow__list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .p-flow__list__item {
    flex-basis: 42%;
    margin: 0 8% 40px 0;
    background-color: #e7f8e4;
  }
  .p-flow__list__item::before {
    display: none;
  }
  .p-flow__list__item::after {
    position: absolute;
    content: "";
    /* 上向きの二等辺三角形の場合 */
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid #00a13f;
    top: 50%;
    right: -20%;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-flow__list__item:last-child::after {
    display: none;
  }
  .p-flow__list__item .Title .Icon {
    width: 80px;
    height: 80px;
  }
  .p-flow__list__item .Title h3 {
    font-size: 20px;
  }
  .p-flow__list__item .Desc {
    padding: 30px 30px 40px;
  }
}
@media (min-width: 1200px) {
  .p-flow .c-container, .p-flow .breadcrumb, .p-flow .osusume__desc {
    padding: 0 5vw;
  }
  .p-flow__list {
    justify-content: left;
  }
  .p-flow__list__item {
    flex-basis: 29%;
    margin: 0 4% 50px 0;
  }
}
@media (min-width: 1400px) {
  .p-flow .c-container, .p-flow .breadcrumb, .p-flow .osusume__desc {
    padding: 0 8vw;
  }
  .p-flow__list__item::after {
    right: -70px;
  }
}
@media (min-width: 2000px) {
  .p-flow .c-container, .p-flow .breadcrumb, .p-flow .osusume__desc {
    padding: 0 15vw;
  }
}

.faq-contents {
  padding: 50px 0;
  background-color: #00a13f;
}
.faq-contents .sub-tit {
  color: #fff7eb;
}
.faq-contents .sub-tit::before {
  background-color: #fff;
}
.faq-contents .faq__item {
  margin-bottom: 15px;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  color: #00a13f;
}
.faq-contents .faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background: #90cea8;
  height: 100%;
  padding: 10px;
}
.faq-contents .faq dt span {
  margin-left: 10vw;
  margin-right: 8vw;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq-contents .faq dt span.c-txt-sm, .faq-contents .faq dt span.p-news__content {
  font-size: 15px;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #00a13f;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #00a13f;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
  background-color: #fff;
}
.faq-contents .faq dd .m-description-article {
  display: block;
  padding: 20px;
}
.faq-contents .faq dd .c-txt-sm, .faq-contents .faq dd .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .faq-contents .faq dd dd, .faq-contents .faq dd .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .faq-contents .faq dd dt, .faq-contents .faq dd .c-product-sl__desc p, .c-product-sl__desc .faq-contents .faq dd p, .faq-contents .faq dd .p-news__content {
  font-size: 13px;
}
.faq-contents .faq .more-btn {
  display: block;
}
@media (min-width: 600px) {
  .faq-contents .faq dt::before {
    font-size: 24px;
    line-height: 45px;
    padding: 10px 20px;
  }
  .faq-contents .faq dt span {
    margin-left: 10vw;
    margin-right: 5vw;
  }
  .faq-contents .faq dt span.c-txt-sm, .faq-contents .faq dt span.p-news__content {
    font-size: 16px;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 20px 30px;
  }
  .faq-contents .faq dd .c-txt-sm, .faq-contents .faq dd .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .faq-contents .faq dd dd, .faq-contents .faq dd .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .faq-contents .faq dd dt, .faq-contents .faq dd .c-product-sl__desc p, .c-product-sl__desc .faq-contents .faq dd p, .faq-contents .faq dd .p-news__content {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .faq-contents {
    padding: 80px 0;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .osusume__desc {
    padding: 0 12vw;
  }
  .faq-contents .sub-tit::before {
    top: auto;
    bottom: 0;
    height: 130px;
  }
  .faq-contents .faq dt::before {
    font-size: 28px;
    line-height: 50px;
  }
  .faq-contents .faq dt span {
    margin-left: 7vw;
  }
  .faq-contents .faq dt span.c-txt-sm, .faq-contents .faq dt span.p-news__content {
    font-size: 18px;
  }
  .faq-contents .faq dt .i_box {
    right: 1.5rem;
    width: 25px;
    height: 25px;
    margin-top: -12px;
  }
  .faq-contents .faq dt .i_box::before {
    width: 22px;
  }
  .faq-contents .faq dt .i_box::after {
    height: 22px;
    right: 10px;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 40px 50px;
  }
  .faq-contents .faq dd .c-txt-sm, .faq-contents .faq dd .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .faq-contents .faq dd dd, .faq-contents .faq dd .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .faq-contents .faq dd dt, .faq-contents .faq dd .c-product-sl__desc p, .c-product-sl__desc .faq-contents .faq dd p, .faq-contents .faq dd .p-news__content {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .osusume__desc {
    padding: 0 20vw;
  }
  .faq-contents .sub-tit::before {
    height: 145px;
  }
  .faq-contents .faq dt span {
    margin-left: 5vw;
  }
  .faq-contents .faq dd .c-txt-sm, .faq-contents .faq dd .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .faq-contents .faq dd dd, .faq-contents .faq dd .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .faq-contents .faq dd dt, .faq-contents .faq dd .c-product-sl__desc p, .c-product-sl__desc .faq-contents .faq dd p, .faq-contents .faq dd .p-news__content {
    font-size: 18px;
  }
}

.p-news {
  padding-top: 20px;
}
.p-news__title {
  text-align: center;
}
.p-news__btn {
  text-align: center;
}
.p-news__item {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.p-news__item a {
  color: #626262;
}
.p-news__date {
  color: #00a13f;
  letter-spacing: 2px;
}
.p-news__content {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .p-news .c-container, .p-news .breadcrumb, .p-news .osusume__desc {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .p-news .main-tit {
    padding: 120px 0 100px;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .breadcrumb, .p-news .osusume__desc {
    padding: 0 18vw;
  }
}

.p-contact {
  padding: 50px 0;
  background-color: #e7f8e4;
}
.p-contact__tel {
  text-align: center;
  font-weight: bold;
}
.p-contact__tel a {
  position: relative;
  color: #626262;
  font-size: 30px;
  padding-left: 20px;
  letter-spacing: 3px;
}
.p-contact__tel a::before {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(../images/common/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact__form {
  padding: 20px 10px;
  background-color: #fff;
  border: 2px solid #00a13f;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
.p-contact__form a {
  position: relative;
  color: #626262;
  padding-left: 30px;
}
.p-contact__form a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/common/ico-mail-bl.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 374px) {
  .p-contact__form {
    width: 315px;
  }
}
@media (min-width: 960px) {
  .p-contact__form {
    width: 370px;
  }
}
@media (min-width: 600px) {
  .p-contact .c-container, .p-contact .breadcrumb, .p-contact .osusume__desc {
    padding: 0 6vw;
  }
  .p-contact__tel a {
    padding-left: 25px;
    font-size: 38px;
  }
  .p-contact__tel a::before {
    width: 35px;
    height: 35px;
    left: -25px;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 80px 0;
  }
  .p-contact .sub-tit {
    text-align: center;
  }
  .p-contact .sub-tit::before {
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    top: -80px;
  }
  .p-contact__desc {
    text-align: center;
  }
  .p-contact__desc .c-txt-sm, .p-contact__desc .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .p-contact__desc dd, .p-contact__desc .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .p-contact__desc dt, .p-contact__desc .c-product-sl__desc p, .c-product-sl__desc .p-contact__desc p, .p-contact__desc .p-news__content {
    font-size: 18px;
  }
  .p-contact .c-container, .p-contact .breadcrumb, .p-contact .osusume__desc {
    padding: 0 12vw;
  }
  .p-contact__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-contact__tel {
    margin-bottom: 0;
  }
  .p-contact__tel a {
    padding-left: 30px;
    font-size: 48px;
  }
  .p-contact__tel a::before {
    left: -30px;
    top: 10px;
    width: 45px;
    height: 45px;
  }
  .p-contact__form {
    margin: 0;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-contact .c-container, .p-contact .breadcrumb, .p-contact .osusume__desc {
    padding: 0 18vw;
  }
}
@media (min-width: 1400px) {
  .p-contact .c-container, .p-contact .breadcrumb, .p-contact .osusume__desc {
    padding: 0 22vw;
  }
}
@media (min-width: 2000px) {
  .p-contact .c-container, .p-contact .breadcrumb, .p-contact .osusume__desc {
    padding: 0 30vw;
  }
}

.p-business {
  padding: 20px 0 50px;
  background-color: #e7f8e4;
}
.p-business .main-tit .ja::before {
  background-color: #fff;
}
.p-business ul li {
  padding: 75px 0 20px 0;
  text-align: center;
  border-radius: 20px;
  background-size: cover;
  margin-bottom: 25px;
  height: 200px;
  box-shadow: 3px 3px 3px rgb(170, 170, 170);
}
.p-business ul li a {
  color: #00a13f;
}
.p-business ul li a h3 {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7450980392);
  position: relative;
}
.p-business ul li a h3::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/common/arrow-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-business ul .bg-img1 {
  background: url(../images/home/img14.webp) no-repeat center/cover;
}
.p-business ul .bg-img2 {
  background: url(../images/home/img7.webp) no-repeat center/cover;
}
.p-business ul .bg-img3 {
  background: url(../images/home/img12.webp) no-repeat center/cover;
}
.p-business ul .bg-img4 {
  background: url(../images/home/img11.webp) no-repeat center/cover;
}
.p-business ul .bg-img5 {
  background: url(../images/home/img19.webp) no-repeat center/cover;
}
.p-business .more-btn {
  margin-top: 50px;
}
.p-business .more-btn__link {
  width: 200px;
}
@media (min-width: 600px) {
  .p-business ul {
    margin: 0 10vw;
  }
  .p-business ul li {
    padding: 100px 0 0;
    height: 250px;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .p-business {
    padding: 0 0 50px;
  }
  .p-business ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .p-business ul li {
    flex-basis: 46%;
    margin: 0 2% 40px;
    padding: 90px 0 0;
  }
  .p-business ul li a h3 {
    padding: 20px 0;
    font-size: 22px;
  }
  .p-business ul li a h3::before {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .p-business .more-btn__link {
    width: 280px;
  }
}

.top-cta-inr .hukidasi {
  text-align: center;
}
.top-cta-inr .hukidasi span {
  background-color: #e7f8e4;
  display: inline-block;
  padding: 15px 30px;
  font-size: 15px;
  color: #00a13f;
  position: relative;
  border-radius: 9999px;
  margin-bottom: 15px;
}
.top-cta-inr .hukidasi span::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e7f8e4;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.top-cta-inr .caution {
  font-size: 14px;
}
.top-cta-info {
  display: block;
  border: 2px solid #00a13f;
  border-radius: 15px;
  padding: 20px 15px;
  background-color: #e7f8e4;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-cta-info h3 {
  font-size: 28px;
  line-height: 1.4;
  color: #00a13f;
  margin-bottom: 0;
}
.top-cta-info h3 span.middle {
  display: inline-block;
  padding-left: 10px;
}
.top-cta-info h3 span.bottom {
  display: inline-block;
  padding-left: 20px;
}
.top-cta-info .Img {
  width: 120px;
  height: 150px;
}
.top-cta-info .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .top-cta .c-container, .top-cta .breadcrumb, .top-cta .osusume__desc {
    padding: 0 15vw;
  }
}
@media (max-width: 959px) {
  .top-cta .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-cta .view-sp {
    display: none;
  }
  .top-cta-inr .hukidasi span {
    font-size: 24px;
    padding: 20px 60px;
    margin-bottom: 30px;
  }
  .top-cta-inr .hukidasi span::before {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 20px solid #e7f8e4;
    bottom: -20px;
  }
  .top-cta-inr .caution {
    font-size: 16px;
  }
  .top-cta-info {
    padding: 30px 20px;
    position: relative;
  }
  .top-cta-info::before {
    content: "";
    width: 30%;
    height: 100%;
    background: url(../images/home/sp-cta.webp) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    right: -130px;
  }
  .top-cta-info h3 {
    font-size: 38px;
    text-align: center;
    margin-right: 30px;
  }
  .top-cta-info h3 .onlySP {
    display: none;
  }
  .top-cta-info h3 span.middle {
    display: inline-block;
    padding-left: 0px;
  }
  .top-cta-info h3 span.bottom {
    display: inline-block;
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .top-cta .c-container, .top-cta .breadcrumb, .top-cta .osusume__desc {
    padding: 0 20vw;
  }
  .top-cta-info {
    max-width: 800px;
    margin: 0 auto 10px;
  }
  .top-cta-inr .caution {
    max-width: 800px;
    margin: 0 auto;
  }
}

.p-footer {
  padding: 50px 0 30px;
}
.p-footer__logo {
  margin-bottom: 20px;
}
.p-footer__logo img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link ul {
  display: flex;
  justify-content: left;
  margin-bottom: 15px;
}
.p-footer .sns-link ul li {
  width: 50px;
  height: 50px;
  margin: 0 8px;
}
.p-footer .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__address {
  margin-bottom: 40px;
  color: #626262;
}
.p-footer__address .address {
  margin-bottom: 10px;
}
.p-footer__address .address a {
  font-weight: bold;
  color: #00a13f;
  border-bottom: 1px solid #00a13f;
}
.p-footer__address .map a {
  color: #626262;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.p-footer__address .map a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/map.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-footer__nav {
  margin-bottom: 30px;
}
.p-footer__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-footer__nav ul li {
  flex-basis: 45%;
  margin-bottom: 15px;
}
.p-footer__nav ul li span {
  display: block;
}
.p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .p-footer__nav ul li dd, .p-footer__nav ul li .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .p-footer__nav ul li dt, .p-footer__nav ul li .c-product-sl__desc p, .c-product-sl__desc .p-footer__nav ul li p, .p-footer__nav ul li .p-news__content {
  position: relative;
  font-size: 14px;
  color: #626262;
  padding-left: 25px;
  color: #626262;
}
.p-footer__nav ul li .c-txt-sm::before, .p-footer__nav ul li .c-product-sl__desc .info dl dd::before, .c-product-sl__desc .info dl .p-footer__nav ul li dd::before, .p-footer__nav ul li .c-product-sl__desc .info dl dt::before, .c-product-sl__desc .info dl .p-footer__nav ul li dt::before, .p-footer__nav ul li .c-product-sl__desc p::before, .c-product-sl__desc .p-footer__nav ul li p::before, .p-footer__nav ul li .p-news__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(../images/common/arrow-top.svg) no-repeat center/contain;
}
.p-footer .copyright {
  text-align: center;
  color: #888;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 70px 0 30px;
  }
  .p-footer__logo img {
    width: 280px;
  }
  .p-footer__nav ul li {
    flex-basis: 30%;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .osusume__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10vw;
  }
  .p-footer__wrap {
    flex-basis: 38%;
  }
  .p-footer__nav {
    flex-basis: 60%;
  }
  .p-footer__nav ul {
    margin-top: 30px;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .p-footer__nav ul li dd, .p-footer__nav ul li .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .p-footer__nav ul li dt, .p-footer__nav ul li .c-product-sl__desc p, .c-product-sl__desc .p-footer__nav ul li p, .p-footer__nav ul li .p-news__content {
    font-size: 16px;
    padding-left: 30px;
  }
  .p-footer__nav ul li .c-txt-sm::before, .p-footer__nav ul li .c-product-sl__desc .info dl dd::before, .c-product-sl__desc .info dl .p-footer__nav ul li dd::before, .p-footer__nav ul li .c-product-sl__desc .info dl dt::before, .c-product-sl__desc .info dl .p-footer__nav ul li dt::before, .p-footer__nav ul li .c-product-sl__desc p::before, .c-product-sl__desc .p-footer__nav ul li p::before, .p-footer__nav ul li .p-news__content::before {
    width: 17px;
    height: 17px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .osusume__desc {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .osusume__desc {
    padding: 0 25vw;
  }
}

.c-company .c-message {
  position: relative;
}
.c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .c-company .c-message__desc dd, .c-company .c-message__desc .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .c-company .c-message__desc dt, .c-company .c-message__desc .c-product-sl__desc p, .c-product-sl__desc .c-company .c-message__desc p, .c-company .c-message__desc .p-news__content {
  margin-bottom: 15px;
}
.c-company .c-message__name {
  margin-top: 50px;
  text-align: right;
  font-size: 17px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb, .c-company .c-message .osusume__desc {
    padding: 0 10vw;
  }
  .c-company .c-message__name {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb, .c-company .c-message .osusume__desc {
    padding: 0 12vw;
  }
  .c-company .c-message__name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb, .c-company .c-message .osusume__desc {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb, .c-company .c-message .osusume__desc {
    padding: 0 28vw;
  }
}
.c-company .c-about__desc dl {
  padding: 15px 0;
  margin-bottom: 0;
}
.c-company .c-about__desc dl dt {
  margin-bottom: 10px;
  border-left: 1px solid #00a13f;
  padding-left: 15px;
}
.c-company .c-about__desc dl dd {
  padding-left: 15px;
}
.c-company .c-about__desc dl dd a {
  color: #00a13f;
  border-bottom: 1px solid #00a13f;
}
.c-company .c-about__map {
  height: 350px;
}
.c-company .c-about__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb, .c-company .c-about .osusume__desc {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb, .c-company .c-about .osusume__desc {
    padding: 0 12vw;
  }
  .c-company .c-about__desc {
    margin-bottom: 50px;
  }
  .c-company .c-about__desc dl {
    margin-bottom: 20px;
    padding: 1.5vw 0;
    display: flex;
    align-items: center;
  }
  .c-company .c-about__desc dl dt {
    flex-basis: 20%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .c-company .c-about__desc dl dd {
    margin-bottom: 0;
    flex-basis: 80%;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-company .c-about__desc {
    flex-basis: 40%;
    margin-bottom: 0;
  }
  .c-company .c-about__map {
    flex-basis: 56%;
    height: auto;
  }
}
@media (min-width: 2000px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb, .c-company .c-about .osusume__desc {
    padding: 0 25vw;
  }
  .c-company .c-about__desc {
    flex-basis: 48%;
  }
  .c-company .c-about__map {
    flex-basis: 48%;
  }
}

.menu #business01,
.menu #business02,
.menu #business03,
.menu #business04 {
  scroll-margin: 70px;
}
@media (min-width: 960px) {
  .menu #business01,
  .menu #business02,
  .menu #business03,
  .menu #business04 {
    scroll-margin: 120px;
  }
}
.menu ul.detail > li {
  margin-bottom: 50px;
}
.menu ul.detail > li .Img {
  margin: 30px 0 20px;
}
@media (min-width: 600px) {
  .menu .c-container, .menu .breadcrumb, .menu .osusume__desc {
    padding: 0 15vw;
  }
  .menu ul.detail > li .Img {
    text-align: center;
  }
  .menu ul.detail > li .Img img {
    width: 70%;
  }
}
@media (min-width: 960px) {
  .menu ul.detail > li {
    margin-bottom: 80px;
  }
  .menu ul.detail > li:nth-child(2n) .top {
    flex-direction: row-reverse;
  }
  .menu ul.detail > li .Img {
    margin: 0;
  }
  .menu ul.detail > li .Img img {
    width: 100%;
  }
  .menu .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu .top .Img {
    flex-basis: 38%;
  }
  .menu .top .text {
    flex-basis: 58%;
  }
  .menu .c-container, .menu .breadcrumb, .menu .osusume__desc {
    padding: 0 10vw;
  }
}
@media (min-width: 1200px) {
  .menu .c-container, .menu .breadcrumb, .menu .osusume__desc {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .menu .c-container, .menu .breadcrumb, .menu .osusume__desc {
    padding: 0 25vw;
  }
}

.c-works .p-works__list__item {
  padding: 0;
}
@media (min-width: 600px) {
  .c-works .p-works__list__item {
    flex-basis: 46%;
    margin: 0 2% 40px;
  }
}
@media (min-width: 960px) {
  .c-works .p-works__list__item {
    flex-basis: 29%;
    margin: 0 2% 50px;
  }
}

.c-product-sl {
  padding-top: 50px;
}
.c-product-sl__title {
  font-size: 20px;
}
.c-product-sl__desc {
  padding: 50px 0;
}
.c-product-sl__desc p {
  line-height: 2;
}
.c-product-sl__desc .info dl {
  margin-bottom: 20px;
}
.c-product-sl__desc .info dl dt {
  letter-spacing: 1px;
  border-left: 1px solid #00a13f;
  color: #00a13f;
  padding-left: 20px;
  margin-bottom: 15px;
}
.c-product-sl__desc .info dl dd {
  letter-spacing: 1px;
}
.c-product-sl-slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.c-product-sl-slider .mySwiper2 {
  margin-bottom: 30px;
  overflow: hidden;
  height: 250px;
}
.c-product-sl-slider .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  height: 100%;
}
.c-product-sl-slider .mySwiper2 .c-product-sl__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product-sl-slider .mySwiper2 .c-product-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product-sl-slider .mySwiper.cal {
  padding: 0 10px;
  height: 160px;
}
.c-product-sl-slider .mySwiper.cal .swiper-container {
  height: 100%;
}
.c-product-sl-slider .mySwiper.cal .swiper-wrapper {
  height: 100%;
}
.c-product-sl-slider .mySwiper.cal .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  filter: grayscale(100%);
  height: calc((100% - 2px) / 2);
  margin-bottom: 2px;
}
.c-product-sl-slider .mySwiper.cal .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #00a13f;
  filter: grayscale(0%);
}
.c-product-sl-slider .mySwiper.cal .swiper-slide:hover {
  opacity: 0.8;
}
.c-product-sl-slider .mySwiper.cal .c-product-sl__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
.c-product-sl-slider .mySwiper.cal .c-product-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.c-product-sl-slider .swiper-button-prev,
.c-product-sl-slider .swiper-button-next {
  color: #00a13f;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.c-product-sl-slider .swiper-button-prev:hover,
.c-product-sl-slider .swiper-button-next:hover {
  background: #00a13f;
  color: white;
  transform: scale(1.1);
}
.c-product-sl-slider .swiper-button-prev::after,
.c-product-sl-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.c-product-sl .more-btn__wrap {
  margin: 50px 0;
}
@media (min-width: 600px) {
  .c-product-sl-slider .mySwiper2 {
    height: 400px;
  }
  .c-product-sl-slider .mySwiper.cal {
    height: 242px;
  }
  .c-product-sl__title {
    font-size: 24px;
  }
  .c-product-sl__desc .info dl {
    display: flex;
    margin-bottom: 20px;
  }
  .c-product-sl__desc .info dl dt {
    flex-basis: 25%;
    letter-spacing: 1px;
    border-left: 1px solid #00a13f;
    color: #00a13f;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .c-product-sl__desc .info dl dd {
    letter-spacing: 1px;
    flex-basis: 75%;
  }
}
@media (min-width: 960px) {
  .c-product-sl {
    padding-top: 120px;
  }
  .c-product-sl .c-container, .c-product-sl .breadcrumb, .c-product-sl .osusume__desc {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .c-product-sl__title {
    font-size: 28px;
  }
  .c-product-sl-slider .mySwiper2 {
    height: 500px;
  }
  .c-product-sl__desc p {
    font-size: 17px;
  }
  .c-product-sl-slider .swiper-button-prev,
  .c-product-sl-slider .swiper-button-next {
    width: 68px;
    height: 68px;
    margin-top: -22px;
  }
  .c-product-sl-slider .swiper-button-prev::after,
  .c-product-sl-slider .swiper-button-next::after {
    font-size: 24px;
    font-weight: bold;
  }
  .c-product-sl .more-btn__wrap {
    margin: 50px 0 80px;
  }
}
@media (min-width: 1200px) {
  .c-product-sl__title {
    font-size: 36px;
  }
}

.c-news {
  padding: 0 0 10vw 0;
  letter-spacing: 3px;
  /* カテゴリフィルター */
}
.c-news__item:first-child {
  border-top: 1px solid rgb(235, 235, 235);
}
.c-news__link {
  display: block;
  padding: 4vw 0;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.c-news__link p {
  margin-top: 2vw;
  color: #626262;
}
.c-news__date {
  color: #00a13f;
  margin-bottom: 5px;
}
.c-news__list {
  padding-bottom: 5vw;
}
.c-news__contents {
  line-height: 2;
  font-size: 0.8rem;
}
.c-news__title {
  text-align: center;
  margin: 10vw 0;
  letter-spacing: 2px;
  font-weight: 100;
}
.c-news .c-news__block {
  padding: 8vw 0;
}
.c-news__filter {
  max-width: 500px;
  margin: 50px auto 0;
}
.c-news__filter__list li {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}
.c-news__filter__list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow-top.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-news__filter__list li a {
  color: #666;
  transition: color 0.3s ease;
  font-size: 14px;
}
.c-news__filter__list li a.active {
  color: #00a13f;
}
@media (min-width: 600px) {
  .c-news {
    padding: 0 0 5vw 0;
  }
  .c-news__link {
    display: block;
    padding: 2vw 0;
  }
  .c-news__link p {
    margin-top: 1vw;
    color: #626262;
  }
  .c-news__list {
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .osusume__desc {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 68% 28%;
    gap: 0 4%;
  }
  .c-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-news__filter {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .c-news {
    padding: 0 0 3vw 0;
  }
  .c-news .c-container, .c-news .breadcrumb, .c-news .osusume__desc {
    padding: 0 12vw;
    grid-template-columns: 64% 28%;
    gap: 0 8%;
  }
}
@media (min-width: 2000px) {
  .c-news {
    padding: 0;
  }
  .c-news .c-container, .c-news .breadcrumb, .c-news .osusume__desc {
    padding: 0 25vw;
  }
}

.cate-item {
  display: inline-block;
  background-color: #8bcaa4;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 5px 15px;
  border-radius: 5px;
  margin-left: 10px;
}
.cate-item a {
  color: #fff;
}

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

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #626262;
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid #00a13f;
  background: #e7f8e4 !important;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #00a13f;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #626262;
  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;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  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;
  }
}

.c-news-sl {
  padding-top: 50px;
}
.c-news-sl__date {
  color: #00a13f;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #626262;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .osusume__desc {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    padding-top: 120px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .osusume__desc {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl__link {
    margin: 0 0 8vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .osusume__desc {
    padding: 0 20vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
  .c-news-sl__link {
    margin: 0 0 6vw 0;
  }
}
@media (min-width: 2000px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .osusume__desc {
    padding: 0 30vw;
  }
}

.c-contact__text.mark {
  content: "*";
  font-size: 16px;
  color: #b60100;
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact .c-description {
  padding: 40px 0;
  background-color: #626262;
  color: #fff;
}
.c-contact .c-description ul {
  padding: 20px 0;
}
.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}
.c-contact .contact-form {
  padding-bottom: 40px;
  text-align: center;
}
.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: 1px solid #00a13f;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid #626262;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 15px;
  padding: 5px 5px 15px 0;
}
.c-contact .contact-form dt p {
  border-left: 1px solid #00a13f;
  padding-left: 10px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 5px 15px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "※";
  font-size: 16px;
  color: #00a13f;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.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;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .list-title .c-txt-sm, .c-contact .contact-form .list-title .p-news__content, .c-contact .contact-form .list-title .c-product-sl__desc p, .c-product-sl__desc .c-contact .contact-form .list-title p, .c-contact .contact-form .list-title .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .c-contact .contact-form .list-title dt, .c-contact .contact-form .list-title .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .c-contact .contact-form .list-title dd {
  font-size: 16px;
  margin-bottom: 15px;
}
.c-contact .contact-form .ct-ap input {
  border: none;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #858585;
  background-color: #ccc;
}
.c-contact .contact-form .submit-btn input {
  border-color: #00a13f;
  background-color: #00a13f;
  color: #fff;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form dt p {
    padding-left: 15px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form .list-title .c-txt-sm, .c-contact .contact-form .list-title .p-news__content, .c-contact .contact-form .list-title .c-product-sl__desc p, .c-product-sl__desc .c-contact .contact-form .list-title p, .c-contact .contact-form .list-title .c-product-sl__desc .info dl dt, .c-product-sl__desc .info dl .c-contact .contact-form .list-title dt, .c-contact .contact-form .list-title .c-product-sl__desc .info dl dd, .c-product-sl__desc .info dl .c-contact .contact-form .list-title dd {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .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: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 650px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
@media (min-width: 1400px) {
  .c-contact .contact-form .wrap {
    padding: 0 200px;
  }
}
.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 {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #00a13f;
}
.c-privacy .sub-tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
.c-privacy-desc {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .c-privacy {
    margin-top: 80px;
  }
  .c-privacy .sub-tit {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-privacy-item h3 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 150px;
    padding-bottom: 80px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .osusume__desc {
    padding: 0 12vw;
  }
  .c-privacy .sub-tit {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .c-privacy-item h3 {
    font-size: 22px;
  }
  .c-privacy-desc {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .osusume__desc {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .osusume__desc {
    padding: 0 25vw;
  }
}

.c-thanks {
  margin-top: 50px;
  padding-bottom: 50px;
}
.c-thanks .sub-tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks-item h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
.c-thanks-desc {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .c-thanks {
    margin-top: 80px;
  }
  .c-thanks .sub-tit {
    margin-bottom: 40px;
  }
  .c-thanks .sub-tit .onlySP {
    display: none;
  }
  .c-thanks-item h3 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 150px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .osusume__desc {
    padding: 0 12vw;
  }
  .c-thanks .sub-tit {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .c-thanks-item h3 {
    font-size: 22px;
  }
  .c-thanks-desc {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .osusume__desc {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .osusume__desc {
    padding: 0 25vw;
  }
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

.swiper-container {
  overflow: visible !important;
  height: 70vh;
}
@media (min-width: 960px) {
  .swiper-container {
    height: 80vh;
  }
}

.top-view .swiper-slide {
  overflow: hidden;
}
.top-view .swiper-slide-active img {
  animation: zoom 4.5s forwards;
}
@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0px 10px 0 5px;
  position: relative;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 63px;
  width: 220px;
  opacity: 1;
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
  .p-header .mobile-menu {
    display: none;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 9vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.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 {
  width: 50%;
  height: 100%;
  background-color: #f29300;
  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: #626262;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
  font-size: 14px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp3 {
  background-color: #4dd05f;
}
.p-header .sp-navbtn__container .sp3 a::before {
  top: 3px;
  height: 25px;
  width: 25px;
  left: -10px;
  background-image: url(../images/common/line.svg);
}
.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%);
}
.p-header .pc-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 2000;
  transition: all 0.3s;
  background-color: #fff;
}
.p-header .pc-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 .pc-navbtn__container li {
  width: 50%;
  height: 100%;
  background-color: #f29300;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.p-header .pc-navbtn__container li p {
  font-size: 16px;
  padding-left: 35px;
}
.p-header .pc-navbtn__container .sp3 {
  background-color: #4dd05f;
}
.p-header .pc-navbtn__container .sp3 a::before {
  width: 30px;
  height: 30px;
  left: -5px;
  background-image: url(../images/common/line.svg);
}
.p-header .pc-navbtn__container a {
  position: relative;
  color: #626262;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding-left: 35px;
  height: 100%;
}
.p-header .pc-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .pc-navbtn__container a:hover,
.p-header .pc-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn.hide {
  transform: translateY(100%);
}
@media (max-width: 959px) {
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 0px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    transition: all 0.5s ease;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    padding-top: 10px;
    padding-right: 2.5vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    font-weight: 700;
  }
  .p-header .pc-container .pc-nav-item a span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
  }
  .p-header .pc-container .pc-nav-item a span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/arrow-top.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-header .pc-container .pc-nav-item:hover {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .p-header .pc-container .mail-btn {
    padding-right: 2.5vw;
  }
  .p-header .pc-container .mail-btn a {
    display: inline-block;
    background-color: #00a13f;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px 20px 20px 40px;
    border-radius: 9999px;
    position: relative;
  }
  .p-header .pc-container .mail-btn a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .p-header .pc-container .mail-btn a span {
    display: none;
  }
  .p-header .pc-container .logo__img {
    position: fixed;
    top: 0;
    left: 0;
    margin: 15px 10px 8px 15px;
  }
  .p-header .pc-container .logo {
    height: 63px;
    width: 200px;
  }
  .p-header .pc-container.scrolled {
    background-color: white;
  }
  .p-header .pc-container.scrolled .pc-nav-item a {
    color: #00a13f;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
  .p-header.c-header .pc-container .pc-nav-item a {
    color: #00a13f;
  }
  .p-header.c-header .pc-container.scrolled {
    background-color: rgba(255, 255, 255, 0.8823529412);
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .logo {
    height: 63px;
    width: 270px;
  }
  .p-header .pc-container .mail-btn a {
    padding: 10px 20px 10px 40px;
  }
  .p-header .pc-container .mail-btn a::before {
    left: 15px;
  }
  .p-header .pc-container .mail-btn a span {
    display: inline-block;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 15vw;
  }
  .p-header .pc-container .logo__img {
    left: 15vw;
  }
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.mobile-menu__list {
  width: 100%;
  padding-top: 110px;
}
.mobile-menu__item {
  opacity: 0;
  padding: 15px 0;
  margin: 0 8vw;
  font-size: 18px;
}
.mobile-menu__item a {
  color: #626262 !important;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.mobile-menu__item a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow-top.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #fff;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 200;
  background-color: #00a13f;
  height: 64px;
  width: 64px;
  padding: 20px 13px;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.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;
}
.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);
}

.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 2.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);
}

.tab-group {
  display: flex;
  justify-content: space-around;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #00a13f;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab-cate .tab,
.tab-cate .tab2 {
  padding: 10px 10px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 30%;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    font-size: 20px;
    padding: 20px 20px;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

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

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

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

.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 0.6s;
  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: #e2eaf3;
  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%;
}

.faq-contents .faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */