@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Zen+Old+Mincho&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.d-block {
  display: block !important;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.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: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .c-about__desc dl, .p-news .category-list ul li a, .breadcrumb {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-about__desc dl, .p-news .category-list ul li a, .breadcrumb {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-about__desc dl, .p-news .category-list ul li a, .breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-about__desc dl, .p-news .category-list ul li a, .breadcrumb {
    font-size: 18px;
  }
}

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

.mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .p-footer__logo, .p-news__list, .p-cta-box, .tit {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .p-footer__logo, .p-news__list, .p-cta-box, .tit {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .p-footer__logo, .p-news__list, .p-cta-box, .tit {
    margin-bottom: 30px;
  }
}

.mb-md, .c-merit, .point, .c-business, .c-access__map, .c-value, .c-about, .p-news.top-page, .p-service, .c-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-merit, .point, .c-business, .c-access__map, .c-value, .c-about, .p-news.top-page, .p-service, .c-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-md, .c-merit, .point, .c-business, .c-access__map, .c-value, .c-about, .p-news.top-page, .p-service, .c-title {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .c-contact .contact-form, .c-news-sl, .c-member, .c-skimu, .c-access, .p-news {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-contact .contact-form, .c-news-sl, .c-member, .c-skimu, .c-access, .p-news {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-contact .contact-form, .c-news-sl, .c-member, .c-skimu, .c-access, .p-news {
    margin-bottom: 120px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

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

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #00438c;
  border: 1px solid #00438c;
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: #00438c;
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transform: scale(1.2);
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

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

Stylesheet: ベーススタイル

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

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

body {
  color: rgb(39, 39, 39);
  letter-spacing: 1px;
  font-family: "Libre Baskerville", "Zen Old Mincho", serif;
}

body.hidden {
  overflow: hidden;
}

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

.p-title {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #00694c;
}
.p-title::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #00694c;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.p-title .ja {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.p-title .en {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .p-title {
    margin-bottom: 30px;
  }
  .p-title .ja {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 960px) {
  .p-title {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p-title::before {
    height: 30px;
  }
  .p-title .ja {
    font-size: 2.2rem;
    letter-spacing: 4px;
    line-height: 1.8;
  }
  .p-title .en {
    font-size: 1.1rem;
  }
}

.c-title {
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .c-title {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
@media (min-width: 960px) {
  .c-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .c-title {
    font-size: 2.2rem;
  }
}

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

.c-sub-title p {
  position: relative;
  padding-left: 30px;
}
.c-sub-title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: #00438c;
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #40a34d;
  border: 1px solid #40a34d;
  display: inline-block;
  padding: 15px 10px;
  width: 240px;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 10px;
  background-image: url(../images/common/arw-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #40a34d;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arw-gr.svg);
}
@media (min-width: 600px) {
  .more-btn__link {
    width: 280px;
  }
}
@media (min-width: 960px) {
  .more-btn__link {
    width: 300px;
    padding: 20px 10px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-about__desc dl, .c-about__desc .more-btn__link dl, .more-btn__link .p-news .category-list ul li a, .p-news .category-list ul li .more-btn__link a, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
  .more-btn__link span:first-child {
    padding-right: 40px;
  }
  .more-btn__link span:first-child::before {
    width: 25px;
    height: 15px;
  }
}

.mark {
  background: linear-gradient(transparent 50%, rgba(255, 244, 92, 0.6274509804) 50%);
  font-weight: bold;
}

.p-cta {
  position: relative;
}
.p-cta::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 125%;
  background: #353535;
  z-index: -1;
}
.p-cta-inr h2 {
  text-align: center;
  color: #fff;
}
.p-cta-inr h2 .cta-balloon {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: 5px 12px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  right: 0;
  top: -40px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
.p-cta-inr h2 .cta-balloon::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.p-cta-box {
  text-align: center;
}
.p-cta-box p {
  color: #fff;
}
.p-cta-box p.color {
  color: yellow;
  font-size: 2rem;
  font-weight: bold;
}
.p-cta-tel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.p-cta-tel h4 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-cta-tel small {
  color: #ccc;
  font-size: 0.9rem;
}
.p-cta-tel a {
  color: #fff;
  font-size: 2rem;
}
.p-cta-info {
  text-align: center;
}
.p-cta-info ul li {
  margin-bottom: 20px;
}
.p-cta-info ul li a {
  background: #fff;
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(39, 39, 39);
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.p-cta-info ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgb(39, 39, 39);
}
.p-cta-info ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.p-cta-info ul li a span {
  position: relative;
}
.p-cta-info ul li a span::before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/icon_calculator.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta-info ul li a.tel {
  background-color: rgb(39, 39, 39);
  color: #fff;
}
.p-cta-info ul li a.tel::before {
  background-color: #FFEA61;
}
.p-cta-info ul li a.tel::after {
  border-top: 3px solid rgb(39, 39, 39);
  border-right: 3px solid rgb(39, 39, 39);
}
.p-cta-info ul li a.tel span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/tel-white.png);
}
.p-cta-info ul li a.tel small {
  display: block;
  width: 100%;
}
.p-cta-info ul li a.line {
  background-color: rgb(11, 157, 11);
  color: #fff;
}
.p-cta-info ul li a.line::before {
  background-color: #fff;
}
.p-cta-info ul li a.line::after {
  border-top: 3px solid rgb(39, 39, 39);
  border-right: 3px solid rgb(39, 39, 39);
}
.p-cta-info ul li a.line span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/icon-line-cta.png);
}
.p-cta-info ul li a.line small {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .p-cta::after {
    top: -95%;
    height: 250px;
    width: 250px;
  }
  .p-cta-box {
    font-size: 24px;
  }
  .p-cta-box p.color {
    font-size: 3rem;
  }
  .p-cta-inr h2 {
    font-size: 2rem;
  }
  .p-cta-inr h2 .cta-balloon {
    right: 40%;
  }
  .p-cta .flex {
    display: flex;
    justify-content: space-around;
  }
  .p-cta-info {
    width: 45%;
  }
}

.title-band {
  background: linear-gradient(90deg, #40a34d, #00694c);
  position: relative;
  height: 10rem;
  transform: skewY(-3deg);
  color: #fff;
  z-index: 99;
  margin-bottom: 50px;
}
.title-band-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.title-band-box div {
  background: #40a34d;
  width: 140px;
  height: 2px;
  margin: 0 auto;
  transform: skewY(3deg);
  text-align: center;
  font-weight: 600;
}
.title-band-box h2 {
  transform: skewY(3deg);
  text-align: center;
  font-weight: 600;
}
.title-band-box p {
  transform: skewY(3deg);
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .title-band {
    height: 8rem;
  }
  .title-band .title {
    font-size: 1.6rem;
  }
  .title-band .subtitle {
    text-indent: 1rem;
    letter-spacing: 1rem;
    font-size: 1rem;
  }
}

.sub-header {
  width: 100%;
  position: relative;
  background-color: #00694c;
  height: 30vh;
  margin-bottom: 40vw;
}
.sub-header__title {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 100;
}
.sub-header__title .en {
  font-size: 0.8rem;
  letter-spacing: 2px;
  display: block;
}
.sub-header__title .ja {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.sub-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30vw;
  background: linear-gradient(#00694c, #40a34d);
  clip-path: polygon(0 0, 65% 0, 100% 0, 0% 100%);
  width: 100%;
  height: 30vw;
}
.sub-header__img {
  position: absolute;
  bottom: -25vw;
  left: 0;
  width: 100%;
  padding: 0 5vw;
  height: 25vw;
}
@media (min-width: 600px) {
  .sub-header {
    height: 40vh;
  }
  .sub-header__title {
    top: 45%;
  }
  .sub-header__title .en {
    font-size: 1rem;
    letter-spacing: 2px;
    display: block;
  }
  .sub-header__title .ja {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
}
@media (min-width: 960px) {
  .sub-header {
    height: 50vh;
    margin-bottom: 35vw;
  }
  .sub-header__title .en {
    font-size: 1.2rem;
  }
  .sub-header__title .ja {
    font-size: 2.8rem;
    letter-spacing: 4px;
  }
  .sub-header__img {
    padding: 0 10vw;
  }
}
@media (min-width: 1200px) {
  .sub-header {
    margin-bottom: 30vw;
  }
  .sub-header__title .en {
    font-size: 1.6rem;
  }
  .sub-header__title .ja {
    font-size: 3.8rem;
    line-height: 1.8;
    letter-spacing: 6px;
  }
  .sub-header__img {
    padding: 0 15vw;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb li {
  color: #fff;
  padding-right: 10px;
}
.breadcrumb li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 18px;
  }
}

.top-view {
  position: relative;
}
.top-view::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 0%);
  width: 100%;
  height: 10vh;
  z-index: 20;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .swiper-container {
  position: relative;
}
.top-view .hero .swiper-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00694c;
  opacity: 0.4;
  z-index: 10;
}
.top-view .hero__text {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 5vw;
  z-index: 200;
  color: #fff;
}
.top-view .hero__text h2 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
.top-view .hero__text h3 {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 500;
}
.top-view .swiper-wrapper .swiper-slide {
  height: 60vh;
}
@media (min-width: 600px) {
  .top-view::before {
    height: 15vh;
  }
  .top-view .hero__text {
    top: 55%;
  }
  .top-view .hero__text h2 {
    font-size: 2.4rem;
  }
  .top-view .hero__text h3 {
    font-size: 1.2rem;
  }
  .top-view .swiper-wrapper .swiper-slide {
    height: 70vh;
  }
}
@media (max-width: 959px) {
  .top-view .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view .view-sp {
    display: none;
  }
  .top-view::before {
    height: 20vh;
  }
  .top-view .hero__text {
    text-align: right;
    top: 65%;
    padding: 0 10vw;
  }
  .top-view .hero__text h2 {
    font-size: 3.2rem;
  }
  .top-view .hero__text h3 {
    font-size: 1.6rem;
  }
  .top-view .swiper-wrapper .swiper-slide {
    height: 85vh;
  }
}
@media (min-width: 1200px) {
  .top-view::before {
    height: 25vh;
  }
  .top-view .hero__text {
    top: 60%;
  }
  .top-view .hero__text h2 {
    font-size: 4.2rem;
  }
  .top-view .hero__text h3 {
    font-size: 2rem;
  }
}

.p-concept__desc {
  margin-bottom: 30px;
}
.p-concept__desc h3 {
  font-size: 1.7rem;
  letter-spacing: 3px;
  color: #40a34d;
  margin-bottom: 20px;
  line-height: 2;
}
.p-concept__desc .onlyPC {
  display: none;
}
.p-concept__img {
  height: 100vw;
  position: relative;
}
.p-concept__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 100% 0%);
  width: 100%;
  height: 20vw;
  z-index: 10;
}
.p-concept__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f9f7f3;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 0%);
  width: 100%;
  height: 20vw;
  z-index: 10;
}
@media (min-width: 600px) {
  .p-concept__desc {
    margin-bottom: 50px;
  }
  .p-concept__desc .onlySP {
    display: none;
  }
  .p-concept__desc .c-txt-sm, .p-concept__desc .c-about__desc dl, .c-about__desc .p-concept__desc dl, .p-concept__desc .p-news .category-list ul li a, .p-news .category-list ul li .p-concept__desc a, .p-concept__desc .breadcrumb {
    line-height: 2.2;
  }
  .p-concept__img {
    height: 60vw;
    position: relative;
  }
  .p-concept__img::before {
    height: 15vw;
  }
  .p-concept__img::after {
    height: 15vw;
  }
}
@media (min-width: 960px) {
  .p-concept__desc {
    margin-bottom: 0px;
  }
  .p-concept__desc h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .p-concept__desc .c-txt-sm, .p-concept__desc .c-about__desc dl, .c-about__desc .p-concept__desc dl, .p-concept__desc .p-news .category-list ul li a, .p-news .category-list ul li .p-concept__desc a, .p-concept__desc .breadcrumb {
    line-height: 2.5;
  }
  .p-concept__desc .onlyPC {
    display: block;
  }
  .p-concept__img {
    height: 50vw;
    position: relative;
  }
  .p-concept__img::before {
    height: 20vh;
  }
  .p-concept__img::after {
    height: 10vw;
  }
}
@media (min-width: 1200px) {
  .p-concept__img {
    height: 50vw;
  }
  .p-concept__img::before {
    height: 25vh;
  }
}

.p-service {
  background-color: #f9f7f3;
  padding: 15vw 0 30vw;
  position: relative;
}
.p-service::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);
  width: 100%;
  height: 20vw;
}
.p-service__list__item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.p-service__list__item .Desc {
  margin-bottom: 20px;
}
.p-service__list__item .Img {
  margin: 0 5vw 60px 0;
  position: relative;
  z-index: 10;
}
.p-service__list__item .Img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00694c;
  position: absolute;
  bottom: -60px;
  right: -5vw;
  z-index: -1;
}
.p-service__list__item .link-btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 20;
}
.p-service__list__item .link-btn a {
  color: #fff;
  font-size: 14px;
}
.p-service__list__item .link-btn a span {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
.p-service__list__item .link-btn a span::before {
  content: "";
  width: 30px;
  height: 15px;
  background: url(../images/common/arw-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all 0.3s;
}
.p-service__list__item .link-btn a:hover span::before {
  right: 0;
}
.p-service__list__item:nth-child(2) .Img::before {
  background-color: #40a34d;
}
.p-service__list__item:last-child {
  margin-bottom: 0;
}
.p-service__list__item:last-child .Img::before {
  background-color: #009686;
}
@media (min-width: 600px) {
  .p-service {
    padding: 0 0 20vw;
    position: relative;
  }
  .p-service::after {
    height: 15vw;
  }
  .p-service__list__item .Desc {
    margin-bottom: 30px;
  }
  .p-service__list__item .Img {
    margin: 0 10vw 70px 0;
  }
  .p-service__list__item .Img::before {
    bottom: -70px;
    right: -10vw;
  }
  .p-service__list__item .link-btn a {
    font-size: 18px;
  }
  .p-service__list__item .link-btn a span {
    padding-right: 80px;
  }
  .p-service__list__item .link-btn a span::before {
    width: 30px;
    height: 15px;
    right: 30px;
  }
  .p-service__list__item .link-btn a:hover span::before {
    right: 15px;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding: 8vw 0 15vw;
  }
  .p-service::after {
    height: 10vw;
  }
  .p-service__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-service__list__item {
    flex-basis: 45%;
  }
  .p-service__list__item .Img {
    margin: 0 30px 70px 0;
  }
  .p-service__list__item .Img::before {
    bottom: -70px;
    right: -30px;
  }
  .p-service__list__item:nth-child(1) {
    margin: 0 10% 50px 0;
  }
}
@media (min-width: 1200px) {
  .p-service {
    padding: 5vw 0 12vw;
  }
  .p-service__list__item {
    flex-basis: 31%;
  }
  .p-service__list__item .Img {
    margin: 0 30px 70px 0;
  }
  .p-service__list__item .Img::before {
    bottom: -70px;
    right: -30px;
  }
  .p-service__list__item:nth-child(1) {
    margin: 0 3% 0 0;
  }
  .p-service__list__item:nth-child(2) {
    margin: 0 3% 0 0;
  }
  .p-service__list__item:nth-child(3) {
    margin: 0;
  }
}

.p-news__item {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.p-news__item a {
  color: rgb(39, 39, 39);
  position: relative;
  display: block;
}
.p-news__img.has-thumbnail {
  height: 200px;
  overflow: hidden;
}
.p-news__img.no-thumbnail {
  height: 200px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__img.no-thumbnail span {
  color: #fff;
}
.p-news-wrap {
  background-color: #fff;
  padding: 15px 0 0;
}
.p-news__date {
  padding: 5px 0;
  font-size: 12px;
  color: #aaa;
}
.p-news .cate-item {
  border-radius: 3px;
  background-color: #00694c;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px;
  margin-right: 3px;
  position: relative;
}
.p-news__content {
  margin-top: 10px;
}
.p-news .category-list {
  max-width: 400px;
  margin: 0 auto;
}
.p-news .category-list h4 {
  text-align: center;
  border-bottom: 1px solid #888;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.p-news .category-list ul li {
  border-bottom: 1px dotted #888;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.p-news .category-list ul li a {
  color: rgb(39, 39, 39);
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.p-news .category-list ul li a::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #40a34d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .p-news__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 0 0;
    padding: 30px 15px;
  }
  .p-news__item:nth-child(2n) {
    margin: 0;
  }
  .p-news.top-page .p-news__item {
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  .p-news .c-container, .p-news .breadcrumb {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 70% 30%;
  }
  .p-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-news .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
    max-width: none;
    margin: 0;
    padding: 0 15px;
  }
  .p-news .category-list h4 {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .p-news.top-page .c-container, .p-news.top-page .breadcrumb {
    grid-template-columns: auto auto;
  }
  .p-news.top-page .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
  }
  .p-news.top-page .more-btn {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-right: 50px;
  }
  .p-news.top-page .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-news__img.has-thumbnail {
    height: 250px;
  }
  .p-news__img.no-thumbnail {
    height: 250px;
  }
  .p-news-wrap {
    padding: 20px 0 0;
  }
  .p-news__date {
    padding: 8px 0;
    font-size: 14px;
  }
  .p-news .cate-item {
    font-size: 14px;
    padding: 8px 16px;
  }
  .p-news__content {
    margin-top: 15px;
  }
}

.p-contact {
  background-color: #00694c;
  padding: 30vw 0 50px;
  position: relative;
}
.p-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 0% 0, 0% 0%);
  width: 100%;
  height: 20vw;
}
.p-contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(64, 163, 77, 0.8);
  clip-path: polygon(0% 0%, 40% 60%, 0% 100%, 0% 0%);
  width: 100%;
  height: 20vw;
}
.p-contact .p-title {
  text-align: center;
  color: #fff;
}
.p-contact .p-title::before {
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.p-contact__wrap {
  text-align: center;
}
.p-contact__tel {
  padding: 20px 10px;
  display: inline-block;
  position: relative;
  z-index: 100;
  text-align: center;
  border: 1px solid #fff;
}
.p-contact__tel a {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}
.p-contact__tel a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/ico-mail-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 374px) {
  .p-contact__tel {
    width: 300px;
  }
}
@media (min-width: 600px) {
  .p-contact {
    padding: 15vw 0 70px;
  }
  .p-contact::before {
    height: 15vw;
  }
  .p-contact::after {
    height: 15vw;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 15vw 0 100px;
  }
  .p-contact::before {
    height: 12vw;
  }
  .p-contact::after {
    height: 12vw;
  }
  .p-contact .c-container, .p-contact .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-contact .p-title {
    text-align: left;
    padding: 0 80px 0 0;
    margin-bottom: 0;
  }
  .p-contact .p-title::before {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    height: 75px;
    right: 15px;
    left: auto;
    margin: auto;
  }
  .p-contact__tel {
    flex: 1;
    height: 85px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-contact__tel a {
    font-size: 24px;
  }
  .p-contact__tel a::before {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .p-contact__tel {
    width: 380px;
  }
  .p-contact .p-title {
    padding: 0 110px 0 0;
  }
  .p-contact .p-title::before {
    height: 95px;
  }
}

.p-footer {
  padding: 50px 0 12vh;
  background-color: #fff;
  border-top: 2px solid #00694c;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 240px;
}
.p-footer__address {
  text-align: center;
  margin-bottom: 30px;
}
.p-footer__address .c-txt-sm, .p-footer__address .c-about__desc dl, .c-about__desc .p-footer__address dl, .p-footer__address .breadcrumb, .p-footer__address .p-news .category-list ul li a, .p-news .category-list ul li .p-footer__address a {
  margin-bottom: 5px;
  font-size: 12px;
}
.p-footer__nav {
  display: block;
  margin-bottom: 30px;
}
.p-footer__nav li {
  padding: 10px 5vw;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.p-footer__nav li a {
  color: #00694c;
}
.p-footer__nav li span {
  position: relative;
  display: block;
}
.p-footer__nav li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #40a34d;
  border-left: 2px solid #40a34d;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-about__desc dl, .c-about__desc .p-footer__nav li dl, .p-footer__nav li .breadcrumb, .p-footer__nav .p-news .category-list ul li a, .p-news .category-list ul .p-footer__nav li a {
  font-size: 13px;
  font-weight: bold;
  color: #00694c;
}
.p-footer .copyright {
  text-align: center;
  color: #888;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .p-footer__address {
    flex: 1;
    text-align: left;
    margin-bottom: 0;
  }
  .p-footer__wrap {
    margin-right: 8vw;
  }
  .p-footer__logo {
    margin-bottom: 20px;
  }
  .p-footer__logo img {
    width: 220px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-footer__nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-footer__nav ul li {
    border-bottom: none;
    padding: 10px 20px;
  }
  .p-footer__nav ul li span::before {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    margin-bottom: 50px;
    justify-content: center;
  }
  .p-footer__address {
    flex: none;
  }
  .p-footer__address .c-txt-sm, .p-footer__address .c-about__desc dl, .c-about__desc .p-footer__address dl, .p-footer__address .breadcrumb, .p-footer__address .p-news .category-list ul li a, .p-news .category-list ul li .p-footer__address a {
    font-size: 15px;
  }
  .p-footer__logo {
    margin-bottom: 15px;
  }
  .p-footer__logo img {
    width: 300px;
  }
  .p-footer__nav {
    margin-bottom: 40px;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-about__desc dl, .c-about__desc .p-footer__nav li dl, .p-footer__nav li .breadcrumb, .p-footer__nav .p-news .category-list ul li a, .p-news .category-list ul .p-footer__nav li a {
    font-size: 16px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer__wrap {
    margin-right: 5vw;
  }
}

.c-about__desc dl {
  margin-bottom: 15px;
}
.c-about__desc dl dt {
  line-height: 2;
}
.c-about__desc dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.c-about__desc dl dd a {
  color: #40a34d;
  border-bottom: 1px solid #40a34d;
}
@media (min-width: 600px) {
  .c-about .c-container, .c-about .breadcrumb {
    padding: 0 10vw;
  }
  .c-about__desc dl {
    margin-bottom: 20px;
  }
  .c-about__desc dl dt {
    margin-bottom: 5px;
  }
  .c-about__desc dl dd {
    padding-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .c-about .c-container, .c-about .breadcrumb {
    padding: 0 15vw;
  }
  .c-about__desc dl {
    display: flex;
  }
  .c-about__desc dl dt {
    flex-basis: 30%;
    border-bottom: 2px solid #00694c;
    padding: 0 15px 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .c-about__desc dl dd {
    flex-basis: 70%;
    border-bottom: 2px solid #ccc;
    padding: 0 15px 15px;
  }
}
@media (min-width: 1200px) {
  .c-about .c-container, .c-about .breadcrumb {
    padding: 0 18vw;
  }
  .c-about__desc dl {
    margin-bottom: 30px;
  }
  .c-about__desc dl dt {
    flex-basis: 25%;
    padding: 0 20px 20px;
  }
  .c-about__desc dl dd {
    flex-basis: 75%;
    padding: 0 30px 20px;
  }
}

.c-value {
  background-color: #f9f7f3;
  padding: 30vw 0 30vw;
  position: relative;
}
.c-value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0, 0% 0%);
  width: 100%;
  height: 20vw;
}
.c-value::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 0%);
  width: 100%;
  height: 20vw;
}
.c-value__list__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.c-value__list__item h3 {
  text-align: center;
  color: #40a34d;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.c-value__list__item h4 {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.c-value__list__item h4::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #40a34d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .c-value {
    padding: 20vw 0 20vw;
    position: relative;
  }
  .c-value::before {
    height: 15vw;
  }
  .c-value::after {
    height: 15vw;
  }
  .c-value__list__item {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .c-value__list__item h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .c-value__list__item h4 {
    font-size: 1.2rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .c-value {
    padding: 15vw 0 15vw;
  }
  .c-value::before {
    height: 10vw;
  }
  .c-value::after {
    height: 10vw;
  }
  .c-value__list__item {
    padding-bottom: 40px;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
  }
  .c-value__list__item h3 {
    font-size: 1.8rem;
    flex-basis: 30%;
  }
  .c-value__list__item .Desc {
    flex: 1;
  }
  .c-value__list__item h4 {
    font-size: 1.4rem;
    padding: 0 0 0 70px;
    margin-bottom: 30px;
    text-align: left;
  }
  .c-value__list__item h4::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #40a34d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: translateX(0%);
  }
}
@media (min-width: 1200px) {
  .c-value {
    padding: 12vw 0 12vw;
  }
}

.c-access__map {
  height: 350px;
}
.c-access__map iframe {
  filter: grayscale(50%);
}
.c-access__desc {
  display: flex;
}
.c-access__desc h3 {
  writing-mode: sideways-lr;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ccc;
  margin: 0;
  text-align: right;
  font-weight: normal;
}
.c-access__desc .List {
  flex: 1;
  margin-left: 15px;
}
.c-access__desc .List dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.c-access__desc .List dl dt {
  font-weight: 400;
}
.c-access__desc .List dl dd {
  color: #888;
  padding-left: 20px;
  position: relative;
}
.c-access__desc .List dl dd::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .c-access__desc h3 {
    font-size: 22px;
  }
  .c-access__desc .List {
    flex: 1;
    margin-left: 30px;
  }
  .c-access__desc .List dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .c-access .c-container, .c-access .breadcrumb {
    padding: 0 12vw;
  }
  .c-access__map {
    height: 450px;
  }
  .c-access__desc .List dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .c-access__desc .List dl dd {
    padding-left: 30px;
  }
  .c-access__desc .List dl dd::before {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .c-access .c-container, .c-access .breadcrumb {
    padding: 0 18vw;
  }
}

.c-business__list__item {
  margin-bottom: 70px;
  scroll-margin: 70px;
}
.c-business__list__item .Title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.c-business__list__item .Text {
  background-color: #00694c;
  color: #fff;
  padding: 30px 5vw;
}
.c-business__list__item .Text .List {
  background-color: #fff;
  padding: 15px 15px 10px;
  margin: 20px 0;
}
.c-business__list__item .Text .List-item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.c-business__list__item .Text .List-item h4 {
  color: #40a34d;
  font-size: 18px;
  line-height: 2;
}
.c-business__list__item .Text .List-item .c-txt-sm, .c-business__list__item .Text .List-item .breadcrumb, .c-business__list__item .Text .List-item .p-news .category-list ul li a, .p-news .category-list ul li .c-business__list__item .Text .List-item a, .c-business__list__item .Text .List-item .c-about__desc dl, .c-about__desc .c-business__list__item .Text .List-item dl {
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding-left: 22px;
  color: rgb(39, 39, 39);
}
.c-business__list__item .Text .List-item .c-txt-sm::before, .c-business__list__item .Text .List-item .breadcrumb::before, .c-business__list__item .Text .List-item .p-news .category-list ul li a::before, .p-news .category-list ul li .c-business__list__item .Text .List-item a::before, .c-business__list__item .Text .List-item .c-about__desc dl::before, .c-about__desc .c-business__list__item .Text .List-item dl::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.c-business__list__item .Text .List-item .c-txt-sm span, .c-business__list__item .Text .List-item .breadcrumb span, .c-business__list__item .Text .List-item .p-news .category-list ul li a span, .p-news .category-list ul li .c-business__list__item .Text .List-item a span, .c-business__list__item .Text .List-item .c-about__desc dl span, .c-about__desc .c-business__list__item .Text .List-item dl span {
  background: linear-gradient(transparent 60%, #ffeeb6 40%);
  padding: 0 2px;
}
@media (min-width: 600px) {
  .c-business__list__item {
    margin-bottom: 80px;
  }
  .c-business__list__item .Title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .c-business__list__item .Text {
    padding: 50px 8vw;
  }
  .c-business__list__item .Text .List {
    padding: 30px 30px 15px;
    margin: 30px 0 0;
  }
  .c-business__list__item .Text .List-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .c-business__list__item:nth-child(6) .Text .List {
    display: flex;
    flex-wrap: wrap;
  }
  .c-business__list__item:nth-child(6) .Text .List-item {
    flex-basis: 50%;
  }
}
@media (min-width: 960px) {
  .c-business__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 40% 60%;
    scroll-margin: 100px;
    margin-bottom: 100px;
  }
  .c-business__list__item .Title {
    grid-row: 1/2;
    grid-column: 1/3;
    font-size: 28px;
    margin-bottom: 50px;
  }
  .c-business__list__item .Img {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-business__list__item .Text {
    grid-row: 2/3;
    grid-column: 2/3;
    padding: 40px;
  }
  .c-business__list__item .Text .List-item h4 {
    font-size: 22px;
  }
  .c-business__list__item .Text .List-item .c-txt-sm, .c-business__list__item .Text .List-item .breadcrumb, .c-business__list__item .Text .List-item .p-news .category-list ul li a, .p-news .category-list ul li .c-business__list__item .Text .List-item a, .c-business__list__item .Text .List-item .c-about__desc dl, .c-about__desc .c-business__list__item .Text .List-item dl {
    font-size: 14px;
  }
  .c-business__list__item:nth-child(2n) {
    grid-template-columns: 60% 40%;
  }
  .c-business__list__item:nth-child(2n) .Img {
    grid-column: 2/3;
  }
  .c-business__list__item:nth-child(2n) .Text {
    grid-column: 1/2;
  }
}
@media (min-width: 1200px) {
  .c-business__list__item .Title {
    font-size: 32px;
  }
  .c-business__list__item .Text {
    padding: 50px 5vw;
  }
}

.point {
  padding: 30vw 0 30vw;
  position: relative;
  background-color: #f9f7f3;
}
.point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0, 0% 0%);
  width: 100%;
  height: 20vw;
}
.point::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 0%);
  width: 100%;
  height: 20vw;
}
.point ol li {
  margin-bottom: 50px;
  box-shadow: 10px 10px 15px rgb(202, 202, 202);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.point ol li:last-child {
  margin-bottom: 0;
}
.point ol li::before {
  position: absolute;
  top: -35px;
  right: 15px;
  content: "01";
  font-size: 60px;
  color: #40a34d;
  font-weight: bold;
}
.point ol li .Img {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
}
.point ol li .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.point ol li .Desc h3 {
  color: #40a34d;
  margin-bottom: 15px;
}
.point ol li:nth-child(2)::before {
  content: "02";
}
.point ol li:nth-child(3)::before {
  content: "03";
}
.point ol li:nth-child(4)::before {
  content: "04";
}
.point ol li:nth-child(5)::before {
  content: "05";
}
.point ol li:nth-child(6)::before {
  content: "06";
}
@media (min-width: 600px) {
  .point {
    padding: 20vw 0 20vw;
    position: relative;
  }
  .point::before {
    height: 15vw;
  }
  .point::after {
    height: 15vw;
  }
  .point ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .point ol li {
    width: 48%;
  }
  .point ol li:nth-child(1) {
    margin: 0 4% 50px 0;
  }
}
@media (min-width: 960px) {
  .point {
    padding: 15vw 0 15vw;
  }
  .point::before {
    height: 10vw;
  }
  .point::after {
    height: 10vw;
  }
  .point ol li {
    padding: 30px;
  }
  .point ol li .Desc h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .point {
    padding: 12vw 0 15vw;
  }
  .point ol li {
    width: 32%;
  }
  .point ol li:nth-child(1) {
    margin: 0 2% 0 0;
  }
  .point ol li:nth-child(2) {
    margin: 0 2% 0 0;
  }
  .point ol li:nth-child(3) {
    margin: 0;
  }
}

.c-skimu__img {
  max-width: 800px;
  margin: 0 auto 30px;
}
.c-skimu__list dl dt {
  background-color: #00694c;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
  margin-bottom: 10px;
}
.c-skimu__list dl dd {
  margin-bottom: 15px;
}
.c-skimu__list dl dd h3 {
  font-size: 16px;
  color: #40a34d;
  margin-bottom: 5px;
}
.c-skimu__list dl dd .c-txt-sm, .c-skimu__list dl dd .breadcrumb, .c-skimu__list dl dd .p-news .category-list ul li a, .p-news .category-list ul li .c-skimu__list dl dd a, .c-skimu__list dl dd .c-about__desc dl, .c-about__desc .c-skimu__list dl dd dl {
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-skimu .c-title br {
    display: none;
  }
  .c-skimu__list dl dt {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 12px 0;
    margin-bottom: 15px;
  }
  .c-skimu__list dl dd {
    margin-bottom: 30px;
  }
  .c-skimu__list dl dd h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 960px) {
  .c-skimu__list dl {
    display: flex;
  }
  .c-skimu__list dl dt {
    flex-basis: 280px;
    font-size: 22px;
    padding: 12px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
  }
  .c-skimu__list dl dd {
    flex: 1;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    padding: 20px 30px;
    margin-bottom: 0;
  }
  .c-skimu__list dl dd h3 {
    font-size: 20px;
  }
  .c-skimu__list dl dd .c-txt-sm, .c-skimu__list dl dd .breadcrumb, .c-skimu__list dl dd .p-news .category-list ul li a, .p-news .category-list ul li .c-skimu__list dl dd a, .c-skimu__list dl dd .c-about__desc dl, .c-about__desc .c-skimu__list dl dd dl {
    font-size: 16px;
  }
}
.c-merit {
  padding: 30vw 0 30vw;
  position: relative;
  background-color: #f4f4f4;
}
.c-merit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0, 0% 0%);
  width: 100%;
  height: 20vw;
}
.c-merit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 0%);
  width: 100%;
  height: 20vw;
}
.c-merit__list__item {
  margin-bottom: 30px;
}
.c-merit__list__item h3 {
  background-color: #00694c;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #00694c;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.c-merit__list__item h3 .num {
  background-color: #fff;
  color: #40a34d;
  padding: 15px 25px 15px 15px;
  position: relative;
  margin-right: 10px;
}
.c-merit__list__item h3 .num::before {
  content: "";
  width: 15px;
  height: 100%;
  background-color: #00694c;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0, 0% 0%);
  position: absolute;
  top: 0;
  right: 0;
}
.c-merit__list__item .Desc {
  background-color: #fff;
  border: 2px solid #00694c;
}
.c-merit__list__item .c-txt-sm, .c-merit__list__item .breadcrumb, .c-merit__list__item .p-news .category-list ul li a, .p-news .category-list ul li .c-merit__list__item a, .c-merit__list__item .c-about__desc dl, .c-about__desc .c-merit__list__item dl {
  padding: 15px 15px 20px;
}
.c-merit__desc p {
  margin-bottom: 15px;
}
.c-merit__desc p span {
  background: linear-gradient(transparent 60%, #ffeeb6 40%);
  padding: 0 2px;
  font-weight: 700;
  color: #40a34d;
}
.c-merit__desc .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .c-merit {
    padding: 20vw 0 20vw;
    position: relative;
  }
  .c-merit::before {
    height: 15vw;
  }
  .c-merit::after {
    height: 15vw;
  }
  .c-merit__list__item {
    display: flex;
    margin-bottom: 30px;
  }
  .c-merit__list__item .Img {
    flex-basis: 30%;
  }
  .c-merit__list__item .Desc {
    flex-basis: 70%;
  }
  .c-merit__list__item .c-txt-sm, .c-merit__list__item .breadcrumb, .c-merit__list__item .p-news .category-list ul li a, .p-news .category-list ul li .c-merit__list__item a, .c-merit__list__item .c-about__desc dl, .c-about__desc .c-merit__list__item dl {
    padding: 20px;
  }
  .c-merit__desc {
    margin-top: 50px;
  }
}
@media (min-width: 960px) {
  .c-merit {
    padding: 15vw 0 15vw;
  }
  .c-merit::before {
    height: 10vw;
  }
  .c-merit::after {
    height: 10vw;
  }
  .c-merit__list__item h3 {
    font-size: 20px;
  }
  .c-merit__desc {
    text-align: center;
  }
  .c-merit__desc .onlyPC {
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-merit__list__item h3 {
    font-size: 26px;
  }
  .c-merit__list__item .c-txt-sm, .c-merit__list__item .breadcrumb, .c-merit__list__item .p-news .category-list ul li a, .p-news .category-list ul li .c-merit__list__item a, .c-merit__list__item .c-about__desc dl, .c-about__desc .c-merit__list__item dl {
    padding: 30px;
    font-size: 22px;
  }
}

.c-member__list__item {
  margin-bottom: 50px;
}
.c-member__list__item .Img {
  margin: 0 5vw 50px 0;
  position: relative;
}
.c-member__list__item .Img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  position: absolute;
  bottom: -35px;
  right: -5vw;
  z-index: -1;
}
.c-member__list__item .Img .Name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  bottom: -50px;
  left: 0;
  color: #40a34d;
  opacity: 0.4;
}
.c-member__list__item .Desc .name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.c-member__list__item .Desc .role {
  margin-bottom: 30px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}
.c-member__list__item .Desc .c-txt-sm, .c-member__list__item .Desc .breadcrumb, .c-member__list__item .Desc .p-news .category-list ul li a, .p-news .category-list ul li .c-member__list__item .Desc a, .c-member__list__item .Desc .c-about__desc dl, .c-about__desc .c-member__list__item .Desc dl {
  margin-bottom: 15px;
}
.c-member__list__item:nth-child(2n) .Img {
  margin: 0 0 50px 5vw;
}
.c-member__list__item:nth-child(2n) .Img::before {
  bottom: -35px;
  left: -5vw;
}
.c-member__list__item:nth-child(2n) .Img .Name {
  left: -5vw;
}
@media (min-width: 600px) {
  .c-member__list__item {
    margin-bottom: 70px;
  }
  .c-member__list__item .Img {
    margin: 0 10vw 70px 0;
  }
  .c-member__list__item .Img::before {
    bottom: -50px;
    right: -10vw;
  }
  .c-member__list__item .Img .Name {
    font-size: 2rem;
    bottom: -70px;
  }
  .c-member__list__item .Desc .name {
    font-size: 2rem;
  }
  .c-member__list__item .Desc .role {
    font-size: 1.3rem;
    line-height: 2;
  }
  .c-member__list__item:nth-child(2n) .Img {
    margin: 0 0 70px 10vw;
  }
  .c-member__list__item:nth-child(2n) .Img::before {
    bottom: -50px;
    left: -10vw;
  }
  .c-member__list__item:nth-child(2n) .Img .Name {
    left: -10vw;
  }
}
@media (min-width: 960px) {
  .c-member__list__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .c-member__list__item .Img {
    flex-basis: 48%;
    margin: 0;
  }
  .c-member__list__item .Img::before {
    bottom: -50px;
    right: -10vw;
  }
  .c-member__list__item .Img .Name {
    font-size: 4.5rem;
    line-height: 1.2;
    bottom: -50px;
  }
  .c-member__list__item .Desc {
    flex-basis: 48%;
  }
  .c-member__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-member__list__item:nth-child(2n) .Img {
    margin: 0;
  }
  .c-member__list__item:nth-child(2n) .Img::before {
    bottom: -50px;
    left: -10vw;
  }
  .c-member__list__item:nth-child(2n) .Img .Name {
    left: 0vw;
  }
}
@media (min-width: 1200px) {
  .c-member__list {
    margin-top: 35vw;
  }
  .c-member__list__item {
    margin-bottom: 150px;
  }
  .c-member__list__item .Img .Name {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

.c-news-sl {
  margin-top: 30px;
}
.c-news-sl .c-container, .c-news-sl .breadcrumb {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__date {
  color: #aaa;
  font-size: 12px;
}
.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: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl__link {
    margin: 0 0 5vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 20vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  background-color: #00694c;
  color: #fff;
  padding: 7px 12px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .wp-categories {
    margin-bottom: 20px;
  }
  .wp-categories ul li a {
    padding: 10px 15px;
    font-size: 16px;
  }
}

.page-numbers {
  margin: 6vw 0 15vw;
}
@media (min-width: 600px) {
  .page-numbers {
    margin: 8vw 0;
  }
}
@media (min-width: 960px) {
  .page-numbers {
    margin: 3vw 0;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(39, 39, 39);
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #40a34d !important;
  color: #fff;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #C4CCD1;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  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 (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-contact .sub-header {
  margin-bottom: 30vw;
}
@media (min-width: 600px) {
  .c-contact .sub-header {
    margin-bottom: 20vw;
  }
  .c-contact .sub-header::before {
    height: 20vw;
    bottom: -20vw;
  }
}
@media (min-width: 960px) {
  .c-contact .sub-header {
    margin-bottom: 15vw;
  }
  .c-contact .sub-header::before {
    height: 15vw;
    bottom: -15vw;
  }
}
.c-contact-text {
  font-size: 14px;
  line-height: 2;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}
.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}
.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 #ccc;
  border-radius: 5px;
  padding: 5px 12px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 12px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 320px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  font-weight: 600;
}
.c-contact .contact-form dt strong {
  color: rgb(199, 1, 1);
}
.c-contact .contact-form .ct-name .number {
  position: relative;
}
.c-contact .contact-form .ct-name .number .num {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: red;
  margin-left: 10px;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .free .anNeed {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(107, 144, 219);
  background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
.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 .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(39, 39, 39);
  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: 16px;
  }
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .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 select {
    width: 250px;
  }
  .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: 960px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form .must {
    padding: 10px 0;
  }
  .c-contact .contact-form .must::after {
    font-size: 14px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .wrap {
    width: 800px;
    margin: 0 auto;
  }
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}
.c-contact .ct-check {
  background-color: #fff;
}
.c-contact .ct-check .must {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex .wpcf7-checkbox {
    display: flex;
  }
}
.c-contact .ct-check.flex .wpcf7-list-item-label {
  white-space: nowrap;
}
.c-contact .ct-check.flex .need {
  margin-left: -10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex.second .wpcf7-checkbox {
    flex-wrap: wrap;
  }
  .c-contact .ct-check.flex.second .wpcf7-checkbox .wpcf7-list-item {
    width: 48%;
  }
}
.c-contact .ct-check input {
  height: 18px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-check .wpcf7-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0 20px 0 0;
}
.c-contact .ct-check .wpcf7-list-item-label {
  font-size: 14px;
  width: 80%;
}
@media (min-width: 1200px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 26px;
  }
}
.c-contact .ct-text-sm textarea {
  height: 80px;
}
@media (min-width: 960px) {
  .c-contact .ct-text-sm textarea {
    height: 120px;
  }
}
.c-contact .ct-redio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .ct-redio input {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-redio .wpcf7-radio {
  display: flex;
}
.c-contact .tyui {
  text-align: center;
  margin: 0 auto 20px auto;
  width: 340px;
}
.c-contact .tyui p {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-contact .tyui {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact .tyui {
    width: 800px;
  }
}
@media (min-width: 960px) {
  .c-contact#contact5 .ct-check.flex .wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
  }
}
.c-contact#contact5 .ct-check .wpcf7-list-item {
  padding-right: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy .breadcrumb {
  position: relative;
}
.c-privacy .breadcrumb li {
  color: #888;
}
.c-privacy .breadcrumb li a {
  color: #40a34d;
  border-bottom: 1px solid #40a34d;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin: 30px 0 50px;
  font-weight: 600;
  color: #00694c;
}
.c-privacy h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy .more-btn {
  margin-top: 50px;
  display: block;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 20px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 12vw;
  }
  .c-privacy .c-title {
    font-size: 32px;
    margin: 50px 0 70px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
  .c-privacy .more-btn {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 18vw;
  }
}

.c-thanks .breadcrumb {
  position: relative;
}
.c-thanks .breadcrumb li {
  color: #888;
}
.c-thanks .breadcrumb li a {
  color: #40a34d;
  border-bottom: 1px solid #40a34d;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 22px;
  display: block;
  margin: 30px 0 50px;
  color: #00694c;
  font-weight: 600;
}
@media (min-width: 600px) {
  .c-thanks .c-title .onlySP {
    display: none;
  }
}
.c-thanks h3 {
  font-weight: 500;
  color: #40a34d;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin-top: 50px;
  display: block;
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 20px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 12vw;
  }
  .c-thanks .c-title {
    font-size: 32px;
    margin: 50px 0 70px;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
  .c-thanks .more-btn {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 18vw;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 55px;
  width: 158px;
  opacity: 1;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 9vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #40a34d;
}
.p-header .sp-navbtn__container {
  height: 100%;
}
.p-header .sp-navbtn__container a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  padding-left: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-header .sp-navbtn__container a small {
  font-size: 0.6rem;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.7;
  align-self: flex-end;
}
.p-header .sp-navbtn__container a span {
  align-self: flex-start;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 130px;
  background: url(../images/home/contact.jpg) no-repeat center/cover;
}
.p-header .sp-navbtn__container a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/arw-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn {
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 2000;
  background-color: #40a34d;
  padding: 20px;
  border-radius: 10px 0 0 10px;
}
.p-header .pc-navbtn__container a {
  display: block;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  writing-mode: vertical-rl;
  position: relative;
  padding-bottom: 30px;
}
.p-header .pc-navbtn__container a::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/common/arw-wh.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 959px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.9019607843);
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: bold;
    padding-right: 2vw;
    text-align: center;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(39, 39, 39);
  }
  .p-header .pc-container .pc-nav-item:hover {
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item:hover a {
    color: #00694c;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 10px 3px 10px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 88px;
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    padding-right: 2.2vw;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 10px 3px 15px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 88px;
    width: 200px;
  }
  .p-header .pc-navbtn {
    padding: 30px 20px 20px;
  }
  .p-header .pc-navbtn__container a {
    font-size: 24px;
    padding-bottom: 45px;
  }
  .p-header .pc-navbtn__container a::before {
    height: 30px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  overflow: scroll;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 90px;
}
.mobile-menu__item {
  padding: 20px 10vw;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.mobile-menu__item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #40a34d;
  border-left: 2px solid #40a34d;
  position: absolute;
  top: 50%;
  right: 10vw;
  transform: translateY(-50%) rotate(135deg);
}
.mobile-menu a {
  color: rgb(39, 39, 39);
  display: block;
}
@media (min-width: 600px) {
  .mobile-menu__item {
    font-size: 18px;
    padding: 20px 12vw;
  }
  .mobile-menu__item::before {
    right: 12vw;
  }
  .mobile-menu__item .accordion-trigger::after {
    right: -0.5vw;
    font-size: 22px;
  }
  .mobile-menu__item .submenu.active {
    margin-top: 30px;
    max-height: 220px;
  }
  .mobile-menu__item .submenu li a {
    font-size: 18px;
  }
  .mobile-menu .sns-link ul li {
    margin: 40px 10px 0;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9019607843);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 21px;
  right: 15px;
  z-index: 9999;
  display: flex;
  align-items: center;
}
.mobile-container .mobile-button .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-button .mobile-menu__btn.inview > span {
  background-color: #00694c;
}
.mobile-container .mobile-button .mobile-menu__btn > span {
  background-color: #00694c;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-button .mobile-menu__btn > span:nth-child(2) {
  width: 22px;
}
.mobile-container .mobile-button .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-container .mobile-button.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 960px) {
  .mobile-container .mobile-button {
    display: none !important;
  }
}

.translate {
  margin-right: 5px;
}
.translate .gtranslate_wrapper {
  position: relative;
}
.translate .gtranslate_wrapper::before {
  content: "/";
  font-size: 16px;
  color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}
.translate .gtranslate_wrapper a {
  color: #888;
  display: inline-block;
  padding: 0 10px 0 8px;
  position: relative;
}
.translate .gtranslate_wrapper a.gt-current-lang {
  color: #40a34d;
}
@media (min-width: 960px) {
  .translate {
    margin-right: 3vw;
  }
}
.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: #00694c !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) 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(-8px) 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-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.bound,
.clip-js1.reveal.bound,
.clip-js2.reveal.bound,
.clip-js3.reveal.bound {
  animation-name: bound;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.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 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);
}

.wow.inview .item,
.wow2.inview .item {
  animation-name: wow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.wow.inview .item:nth-child(1),
.wow2.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.wow.inview .item:nth-child(2),
.wow2.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.wow.inview .item:nth-child(3),
.wow2.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.wow.inview .item:nth-child(4),
.wow2.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.wow.inview .item:nth-child(5),
.wow2.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.wow.inview .item:nth-child(6),
.wow2.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.wow.inview .item:nth-child(7),
.wow2.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.wow.inview .item:nth-child(8),
.wow2.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.wow.inview .item:nth-child(9),
.wow2.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.wow.inview .item:nth-child(10),
.wow2.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.wow.inview .item:nth-child(11),
.wow2.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.wow.inview .item:nth-child(12),
.wow2.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.wow.inview .item:nth-child(13),
.wow2.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.wow.inview .item:nth-child(14),
.wow2.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.wow.inview .item:nth-child(15),
.wow2.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.wow.inview .item:nth-child(16),
.wow2.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.wow.inview .item:nth-child(17),
.wow2.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.wow.inview .item:nth-child(18),
.wow2.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.wow.inview .item:nth-child(19),
.wow2.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.wow.inview .item:nth-child(20),
.wow2.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.wow.inview .item:nth-child(21),
.wow2.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.wow.inview .item:nth-child(22),
.wow2.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.wow.inview .item:nth-child(23),
.wow2.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.wow.inview .item:nth-child(24),
.wow2.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.wow.inview .item:nth-child(25),
.wow2.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.wow.inview .item:nth-child(26),
.wow2.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.wow.inview .item:nth-child(27),
.wow2.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.wow.inview .item:nth-child(28),
.wow2.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.wow.inview .item:nth-child(29),
.wow2.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.wow.inview .item:nth-child(30),
.wow2.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.wow.inview .item:nth-child(31),
.wow2.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.wow.inview .item:nth-child(32),
.wow2.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.wow.inview .item:nth-child(33),
.wow2.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.wow.inview .item:nth-child(34),
.wow2.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.wow.inview .item:nth-child(35),
.wow2.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.wow.inview .item:nth-child(36),
.wow2.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.wow.inview .item:nth-child(37),
.wow2.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.wow.inview .item:nth-child(38),
.wow2.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.wow.inview .item:nth-child(39),
.wow2.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

@keyframes bound {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(40px);
  }
  30% {
    transform: translateY(-40px);
  }
  40% {
    transform: translateY(0);
  }
}
@keyframes wow {
  0% {
    transform: scale(0) rotate(10deg);
  }
  5% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  10% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  15% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  20% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  30% {
    transform: scale(0.9) rotate(-3deg);
  }
  35% {
    transform: scale(1) rotate(0);
  }
  40% {
    transform: translate(-10px, 5px);
  }
  45% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-10px, 5px);
  }
  55% {
    transform: translate(0);
  }
}
.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  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 #40a34d;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  flex-basis: 48%;
  margin: 0 1% 15px;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 20px 20px;
    flex-basis: 31%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

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

.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(10px);
}

.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(10px);
}

.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.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

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

.ac-title.is-active {
  transition: all 3s;
}
.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;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */