@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&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-contact-text, .c-news-sl__contents, .c-news__tit, .c-product-sl__desc p, .p-news__content, .breadcrumb {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news__tit, .c-product-sl__desc p, .p-news__content, .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news__tit, .c-product-sl__desc p, .p-news__content, .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news__tit, .c-product-sl__desc p, .p-news__content, .breadcrumb {
    font-size: 16px;
  }
}

.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, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-news__title, .c-product-sl__desc .info, .c-product-sl__title, .c-predesc__title, .c-company .c-message__desc, .c-topview, .c-title, .p-title, .link-btn-wrap.job {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-news__title, .c-product-sl__desc .info, .c-product-sl__title, .c-predesc__title, .c-company .c-message__desc, .c-topview, .c-title, .p-title, .link-btn-wrap.job {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-news__title, .c-product-sl__desc .info, .c-product-sl__title, .c-predesc__title, .c-company .c-message__desc, .c-topview, .c-title, .p-title, .link-btn-wrap.job {
    margin-bottom: 50px;
  }
}

.mb-md, .c-product-sl, .p-slide, .c-menu, .c-company .c-about__desc, .p-news, .p-taiou, .top-view {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-product-sl, .p-slide, .c-menu, .c-company .c-about__desc, .p-news, .p-taiou, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-product-sl, .p-slide, .c-menu, .c-company .c-about__desc, .p-news, .p-taiou, .top-view {
    margin-bottom: 100px;
  }
}

.mb-lr, .c-news-sl, .c-news, .c-works, .p-flow, .c-price, .c-predesc, .c-company .c-about, .c-company .c-message, .p-works {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-news-sl, .c-news, .c-works, .p-flow, .c-price, .c-predesc, .c-company .c-about, .c-company .c-message, .p-works {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-news-sl, .c-news, .c-works, .p-flow, .c-price, .c-predesc, .c-company .c-about, .c-company .c-message, .p-works {
    margin-bottom: 120px;
  }
}

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

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

Stylesheet: ベーススタイル

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

body {
  color: #000000;
  letter-spacing: 1px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.breadcrumb {
  display: flex;
  padding: 5px 10px;
  margin-bottom: 0;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #5B9AC8;
  border-bottom: 1px solid #5B9AC8;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding: 15px 20px 10px;
  }
}
@media (min-width: 2000px) {
  .breadcrumb {
    padding: 15px 18vw 10px;
  }
}

.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: #000000;
  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: #000000;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #000000;
  text-align: center;
}
@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-contact-text, .more-btn__link .c-news-sl__contents, .more-btn__link .c-news__tit, .more-btn__link .c-product-sl__desc p, .c-product-sl__desc .more-btn__link p, .more-btn__link .p-news__content, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}
.more-btn__link span {
  position: relative;
  color: #fff;
  padding-right: 40px;
  font-weight: 400;
}
.more-btn__link span:first-child::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.more-btn__link span:first-child::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(30deg);
}
.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 {
  border: 1px solid #5B9AC8;
}
.more-btn__link.slide-bg:hover span {
  color: #5B9AC8;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-color: #5B9AC8;
}
.more-btn__link.slide-bg:hover span:first-child::after {
  background-color: #5B9AC8;
}

.p-title .main {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-style: italic;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.p-title .sub {
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-title .main {
    font-size: 1.6rem;
  }
  .p-title .sub {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .p-title .main {
    font-size: 2.2rem;
  }
  .p-title .sub {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .p-title .main {
    font-size: 2.8rem;
  }
  .p-title .sub {
    font-size: 1.5rem;
  }
}

.c-title {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.c-title::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #5B9AC8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title .en {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.4;
}
.c-title .ja {
  color: #5B9AC8;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-title .en {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 960px) {
  .c-title {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .c-title .en {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .c-title .ja {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .c-title .en {
    font-size: 2rem;
  }
}

.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: #d6f1fa;
  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: #5B9AC8;
  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: #5B9AC8;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
}
.sub-tit::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #5B9AC8;
  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 {
  position: relative;
}
.c-topview__img {
  height: 140px;
  position: relative;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  opacity: 0.7;
}
.c-topview__img .position {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 5vw;
  color: #fff;
  display: flex;
  align-items: center;
}
.c-topview__title .num {
  color: #FFF176;
  font-size: 3.8rem;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
  font-style: italic;
  margin-right: 15px;
}
.c-topview__title .ja {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.5em;
}
.c-topview__title .en {
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}
.c-topview.no-img {
  height: 140px;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
}
.c-topview.no-img .c-topview__title {
  width: 100%;
  text-align: center;
}
.c-topview.no-img .c-topview__title .ja {
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.c-topview.no-img .c-topview__title .en {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 599px) {
  .c-topview__submenu {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 150px;
  }
  .c-topview__title {
    padding: 0 8vw;
  }
  .c-topview__title .num {
    font-size: 4.2rem;
    font-weight: 400;
    margin-right: 25px;
  }
  .c-topview__title .ja {
    font-size: 1.2rem;
  }
  .c-topview__submenu {
    position: absolute;
    bottom: 0;
    right: 8vw;
  }
  .c-topview__submenu li a {
    display: flex;
    align-items: center;
    color: #000000;
  }
  .c-topview__submenu li a .num {
    color: #FFF176;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    font-style: italic;
    margin-right: 10px;
  }
  .c-topview__submenu li a p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .c-topview.no-img {
    height: 150px;
  }
  .c-topview.no-img .c-topview__title .en {
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  .c-topview__img {
    height: 200px;
  }
  .c-topview__title {
    padding: 0 12vw;
  }
  .c-topview__title .num {
    font-size: 5.6rem;
    letter-spacing: 0.02em;
    margin-right: 30px;
  }
  .c-topview__title .ja {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-topview__title .en {
    font-size: 0.9rem;
  }
  .c-topview__submenu {
    right: 15vw;
  }
  .c-topview__submenu li a .num {
    font-size: 2.2rem;
    margin-right: 15px;
  }
  .c-topview__submenu li a p {
    font-size: 0.9em;
  }
  .c-topview.no-img {
    height: 180px;
  }
  .c-topview.no-img .c-topview__title {
    top: 50%;
  }
  .c-topview.no-img .c-topview__title .en {
    font-size: 2rem;
    line-height: 1.8;
  }
  .c-topview.no-img .c-topview__title .ja {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 250px;
  }
  .c-topview__title {
    padding: 0 18vw;
  }
  .c-topview__title .num {
    font-size: 7.2rem;
    margin-right: 40px;
  }
  .c-topview__title .ja {
    font-size: 1.8rem;
    line-height: 2;
  }
  .c-topview__submenu {
    right: 20vw;
    bottom: 10px;
  }
  .c-topview__submenu li a .num {
    font-size: 3rem;
    margin-right: 20px;
  }
  .c-topview__submenu li a p {
    font-size: 1.2em;
  }
  .c-topview.no-img {
    height: 200px;
  }
  .c-topview.no-img .c-topview__title .en {
    font-size: 2.4rem;
  }
  .c-topview.no-img .c-topview__title .ja {
    font-size: 1.2rem;
  }
}
@media (min-width: 2000px) {
  .c-topview__title {
    padding: 0 25vw;
  }
  .c-topview__submenu {
    right: 28vw;
  }
}

.top-view {
  position: relative;
}
.top-view::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  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 5vw;
  transform: translateY(-50%);
  width: 100%;
  z-index: 600;
  color: #fff;
}
.top-view .hero__text h2 {
  font-size: 1.7rem;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.top-view .hero__text h3 {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 400;
}
@media (min-width: 600px) {
  .top-view .hero__text h2 {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .top-view .hero__text h3 {
    font-size: 1rem;
  }
  .top-view .hero__text h3 br {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view .hero__text {
    top: 65%;
    padding: 0 8vw;
  }
  .top-view .hero__text h2 {
    font-size: 3.2rem;
  }
  .top-view .hero__text h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    padding: 0 12vw;
  }
  .top-view .hero__text h2 {
    font-size: 3.6rem;
  }
  .top-view .hero__text h3 {
    font-size: 1.6rem;
  }
}
@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-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .top-view {
    margin-bottom: 200px;
  }
}

.p-business {
  padding: 40px 0;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  margin-right: 5vw;
  position: relative;
  margin-bottom: calc(50px + 5vw);
}
.p-business::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/bg.webp) no-repeat center/cover;
  position: absolute;
  top: 5vw;
  right: -5vw;
  z-index: -1;
}
.p-business .c-container {
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 47% 47%;
  gap: 0 6%;
}
.p-business .p-title {
  grid-row: 1/2;
  grid-column: 1/3;
}
.p-business__subdesc {
  grid-row: 2/3;
  grid-column: 2/3;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 30px;
}
.p-business__subdesc .onlyPC {
  display: none;
}
.p-business__item {
  margin-bottom: 20px;
}
.p-business__item .Img {
  height: 55vw;
  position: relative;
}
.p-business__item .Img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.8));
  z-index: 10;
}
.p-business__item.top {
  grid-row: 2/4;
  grid-column: 1/2;
}
.p-business__item.top h3::before {
  content: "";
  width: 120%;
  height: 30px;
  background: url(../images/common/line1.svg) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  right: -20px;
  z-index: -1;
  transform: rotate(-5deg);
}
.p-business__item.bottom {
  grid-row: 3/5;
  grid-column: 2/3;
  align-self: flex-end;
}
.p-business__item.bottom h3::before {
  content: "";
  width: 170%;
  height: 35px;
  background: url(../images/common/line2.svg) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  right: -20px;
  z-index: -1;
  transform: rotate(-5deg);
}
.p-business__item a {
  color: #fff;
  display: block;
  position: relative;
}
.p-business__item a .num {
  position: absolute;
  z-index: 20;
  bottom: -18px;
  left: -10px;
  color: #FFF176;
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
  font-weight: 300;
}
.p-business__item a h3 {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  right: 10px;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 600px) {
  .p-business {
    padding: 60px 0;
    margin-bottom: calc(100px + 5vw);
  }
  .p-business__subdesc {
    font-size: 0.9rem;
    line-height: 2.2;
  }
  .p-business__item.top h3::before {
    width: 140%;
    height: 40px;
    bottom: -40px;
    right: -40px;
  }
  .p-business__item.bottom h3::before {
    content: "";
    width: 170%;
    height: 35px;
    bottom: -30px;
    right: -40px;
  }
  .p-business__item a .num {
    bottom: -30px;
    left: -20px;
    font-size: 4rem;
  }
  .p-business__item a h3 {
    bottom: 30px;
    right: 20px;
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .p-business {
    padding: 40px 0;
    margin-right: 10vw;
    margin-bottom: 100px;
    margin-top: 80px;
  }
  .p-business::before {
    top: -80px;
    right: -10vw;
  }
  .p-business::after {
    position: absolute;
    content: "";
    width: calc(100% - 15vw);
    height: 100%;
    top: -80px;
    left: 0;
    background-color: #000000;
    z-index: -1;
  }
  .p-business .c-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 45% 45%;
    gap: 0 10%;
    margin-top: -80px;
  }
  .p-business .p-title {
    margin-top: -20px;
    margin-bottom: 20px;
    grid-column: 1/2;
  }
  .p-business .p-title .main {
    color: #fff;
    margin-bottom: 50px;
  }
  .p-business__subdesc {
    grid-row: 2/3;
    grid-column: 1/2;
    line-height: 1.8;
  }
  .p-business__subdesc .onlyPC {
    display: block;
  }
  .p-business__item {
    margin-bottom: 20px;
  }
  .p-business__item .Img {
    height: 400px;
  }
  .p-business__item .Img img {
    filter: grayscale(100%);
    transition: all 0.3s;
  }
  .p-business__item.top {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-business__item.top h3::before {
    width: 220px;
    height: 65px;
    bottom: -60px;
    right: -70px;
    transform: rotate(-10deg);
  }
  .p-business__item.bottom {
    grid-row: 1/4;
    grid-column: 2/3;
    align-self: flex-start;
  }
  .p-business__item.bottom h3::before {
    content: "";
    width: 200px;
    height: 50px;
    bottom: -50px;
    right: -70px;
    transform: rotate(-10deg);
  }
  .p-business__item a .num {
    bottom: -30px;
    left: -20px;
    font-size: 6rem;
    font-weight: 500;
  }
  .p-business__item a h3 {
    bottom: 50px;
    right: 40px;
    font-size: 1.8rem;
  }
  .p-business__item a:hover .Img img {
    filter: grayscale(0%);
  }
}
@media (min-width: 1200px) {
  .p-business {
    margin-right: 15vw;
    margin-bottom: 120px;
    margin-top: 100px;
  }
  .p-business::before {
    top: -100px;
    right: -15vw;
  }
  .p-business::after {
    width: calc(100% - 20vw);
    top: -100px;
  }
  .p-business .c-container {
    padding: 0 8vw;
  }
  .p-business__subdesc {
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .p-business__item .Img {
    height: 500px;
  }
}
@media (min-width: 2000px) {
  .p-business .c-container {
    padding: 0 15vw;
  }
}

.p-works .p-title {
  padding: 0 5vw 40px;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.p-works .p-title::before {
  content: "";
  width: 200px;
  height: 50px;
  background: url(../images/common/line3.svg) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  left: calc(-5vw - 15px);
  transform: rotate(-15deg);
  z-index: -1;
}
.p-works .p-title .main {
  color: #fff;
}
.p-works__item {
  background-color: #fff;
}
.p-works__link {
  color: #000000;
}
.p-works__img {
  height: 50vw;
}
.p-works__content {
  padding: 30px 15px;
}
.p-works__content h3 {
  height: 60px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-works__content p {
  height: 170px;
}
.p-works__btn {
  padding: 0 40px;
  width: calc(100% - 20px);
  text-align: right;
}
.p-works__btn a {
  display: block;
  background-color: #000000;
  padding: 5px 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
.p-works__btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -20px;
  border-top: 31px solid #000000;
  border-right: 20px solid transparent;
}
.p-works__btn a span {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
.p-works__btn a span::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.p-works__btn a span::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(30deg);
}
.p-works__btn a:hover {
  opacity: 0.6;
}
.p-works__category {
  position: relative;
  padding: 50px 0 20px;
  margin-bottom: 80px;
}
.p-works__category::before {
  content: "";
  width: 70%;
  height: 300px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-works__category::after {
  content: "";
  width: 45%;
  height: 100%;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  position: absolute;
  top: 30px;
  right: 0;
  z-index: -1;
}
.p-works__category .c-container {
  padding: 0 10vw;
}
.p-works__slider-container {
  position: relative;
  padding: 0 40px;
}
.p-works-swiper-facility, .p-works-swiper-restore {
  background-color: #fff;
}
.p-works__swiper-wrapper {
  position: relative;
  z-index: 20;
  padding: 30px 0 0;
  background: linear-gradient(#000000 10%, transparent 50%);
  overflow: hidden;
}
.p-works-swiper__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 30;
  pointer-events: none;
}
.p-works-swiper__navigation .swiper-button-prev,
.p-works-swiper__navigation .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid #5B9AC8;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  pointer-events: auto;
}
.p-works-swiper__navigation .swiper-button-prev::after,
.p-works-swiper__navigation .swiper-button-next::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #5B9AC8;
  border-right: 1px solid #5B9AC8;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-works-swiper__navigation .swiper-button-prev:hover,
.p-works-swiper__navigation .swiper-button-next:hover {
  opacity: 0.6;
}
.p-works-swiper__navigation .swiper-button-prev {
  left: 5px;
  background-color: #000000;
}
.p-works-swiper__navigation .swiper-button-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-works-swiper__navigation .swiper-button-next {
  right: 5px;
  background-color: #fff;
}
.p-works-swiper__navigation .swiper-button-next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}
.p-works-swiper__navigation .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (min-width: 600px) {
  .p-works__content {
    padding: 30px 5vw;
  }
  .p-works__content h3 {
    height: 70px;
    font-size: 1.2rem;
  }
  .p-works__content p {
    height: 130px;
  }
  .p-works__slider-container, .p-works__btn {
    padding: 0 80px;
  }
  .p-works-swiper__navigation .swiper-button-prev {
    left: 30px;
  }
  .p-works-swiper__navigation .swiper-button-next {
    right: 30px;
  }
}
@media (min-width: 960px) {
  .p-works {
    margin-bottom: 150px;
  }
  .p-works__category {
    padding: 80px 0 10px;
    margin-bottom: 110px;
  }
  .p-works__category::before {
    width: 50%;
    height: 400px;
  }
  .p-works__category::after {
    width: 60%;
    top: 60px;
  }
  .p-works .p-title {
    padding: 0 8vw 60px;
  }
  .p-works .p-title::before {
    width: 280px;
    height: 70px;
    bottom: -20px;
    left: 1vw;
    transform: rotate(-8deg);
    z-index: -1;
  }
  .p-works .p-title .main {
    color: #fff;
  }
  .p-works__link {
    display: flex;
    align-items: center;
  }
  .p-works__img {
    flex-basis: 45%;
    height: 300px;
  }
  .p-works__content {
    flex-basis: 55%;
    padding: 30px;
  }
  .p-works__btn {
    width: calc(100% - 30px);
  }
  .p-works__btn a {
    padding: 10px 0;
    font-size: 18px;
  }
  .p-works__btn a::before {
    right: -30px;
    border-top: 47px solid #000000;
    border-right: 30px solid transparent;
  }
  .p-works__btn a span {
    padding-right: 80px;
  }
  .p-works__btn a span::before {
    width: 50px;
    top: 9px;
    right: 20px;
  }
  .p-works__btn a span::after {
    width: 18px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .p-works__category::before {
    width: 45%;
  }
  .p-works__category::after {
    width: 65%;
  }
  .p-works .p-title::before {
    left: 5vw;
  }
  .p-works__img {
    flex-basis: 50%;
    height: 400px;
  }
  .p-works__content {
    flex-basis: 50%;
    padding: 30px 3vw;
  }
  .p-works__content h3 {
    height: 90px;
    font-size: 1.4rem;
  }
  .p-works__content p {
    height: 170px;
  }
  .p-works__slider-container, .p-works__btn {
    padding: 0 12vw;
  }
  .p-works-swiper__navigation .swiper-button-prev,
  .p-works-swiper__navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .p-works-swiper__navigation .swiper-button-prev::after,
  .p-works-swiper__navigation .swiper-button-next::after {
    width: 10px;
    height: 10px;
  }
  .p-works-swiper__navigation .swiper-button-prev {
    left: calc(12vw - 70px);
  }
  .p-works-swiper__navigation .swiper-button-next {
    right: calc(12vw - 70px);
  }
}
@media (min-width: 2000px) {
  .p-works__slider-container, .p-works__btn {
    padding: 0 20vw;
  }
  .p-works-swiper__navigation .swiper-button-prev {
    left: calc(20vw - 70px);
  }
  .p-works-swiper__navigation .swiper-button-next {
    right: calc(20vw - 70px);
  }
}

.p-taiou {
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  padding: 40px 0 0;
}
.p-taiou .p-title {
  display: flex;
  align-items: center;
}
.p-taiou .p-title .main {
  color: #fff;
  margin-bottom: 0;
}
.p-taiou .p-title .sub {
  font-size: 0.8rem;
  margin-left: 15px;
}
.p-taiou__subtit {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.p-taiou__subtit::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-taiou .Wrap__list__item {
  margin-bottom: 30px;
}
.p-taiou__list__item {
  margin-bottom: 50px;
}
.p-taiou__list__item .List li {
  display: inline-block;
  background-color: #fff;
  color: #000000;
  padding: 10px 30px;
  border-radius: 9999px;
  margin: 5px;
}
.p-taiou__list__item .List li.c-txt-sm, .p-taiou__list__item .List li.c-contact-text, .p-taiou__list__item .List li.c-news-sl__contents, .p-taiou__list__item .List li.c-news__tit, .p-taiou__list__item .List li.p-news__content, .p-taiou__list__item .List li.breadcrumb {
  letter-spacing: 0;
  font-weight: 400;
}
.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 {
    flex-basis: 58%;
    padding: 60px 5vw 10px 0;
  }
  .p-taiou .p-title {
    margin-bottom: 30px;
  }
  .p-taiou .p-title .sub {
    font-size: 1.1rem;
  }
  .p-taiou__subtit {
    font-size: 1.2rem;
  }
  .p-taiou__img {
    flex-basis: 38%;
  }
  .p-taiou__list__item {
    margin-bottom: 50px;
  }
  .p-taiou__list__item .List {
    background-color: #fff;
    padding: 20px 15px;
  }
  .p-taiou__list__item .List li {
    border: 1px solid #5B9AC8;
    color: #000000;
    margin: 8px;
  }
}
@media (min-width: 1200px) {
  .p-taiou .c-container {
    padding: 60px 12vw 10px 0;
  }
}
@media (min-width: 2000px) {
  .p-taiou {
    padding: 0 10vw 0 20vw;
  }
}

.p-news__titwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  padding: 15px 0;
}
.p-news__tit {
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.p-news__tit .en {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-style: italic;
  line-height: 1.2;
  display: inline-block;
  margin-right: 20px;
}
.p-news__tit .ja {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.p-news .moreBtn a {
  display: inline-block;
  background-color: #fff;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-style: italic;
  padding: 4px 15px;
  position: relative;
  transition: all 0.3s;
}
.p-news .moreBtn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -20px;
  border-bottom: 29px solid #fff;
  border-right: 20px solid transparent;
  transition: all 0.3s;
}
.p-news .moreBtn a:hover {
  background-color: #000000;
  color: #fff;
}
.p-news .moreBtn a:hover::before {
  border-bottom: 29px solid #000000;
}
.p-news__item {
  padding: 15px 5vw;
  border-bottom: 1px solid #ccc;
}
.p-news__item a {
  color: #000000;
}
.p-news__date {
  font-size: 13px;
  font-weight: 300;
}
.p-news__content {
  margin-top: 5px;
}
@media (min-width: 600px) {
  .p-news__titwrap {
    padding: 25px 0;
  }
  .p-news__tit .en {
    font-size: 1.8rem;
    margin-right: 30px;
  }
  .p-news__tit .ja {
    font-size: 0.9rem;
    margin-right: 30px;
  }
  .p-news .moreBtn a {
    font-size: 16px;
    padding: 6px 22px;
  }
  .p-news .moreBtn a::before {
    right: -30px;
    border-bottom: 36px solid #fff;
    border-right: 30px solid transparent;
    transition: all 0.3s;
  }
  .p-news .moreBtn a:hover::before {
    border-bottom: 36px solid #000000;
  }
  .p-news__item {
    padding: 25px 5vw;
  }
}
@media (min-width: 960px) {
  .p-news {
    display: flex;
  }
  .p-news__titwrap {
    flex-basis: 30%;
    flex-direction: column;
  }
  .p-news__tit {
    display: block;
    margin-bottom: 50px;
  }
  .p-news__tit .en {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-right: 0px;
  }
  .p-news__tit .ja {
    text-align: center;
    display: block;
    font-size: 1.1rem;
    margin-right: 0px;
  }
  .p-news .moreBtn a {
    margin-left: -10px;
    font-size: 16px;
    padding: 6px 30px 6px 40px;
  }
  .p-news__list {
    margin-bottom: 0;
    flex: 1;
  }
  .p-news__item {
    padding: 15px 60px 15px 30px;
    position: relative;
  }
  .p-news__item:first-child {
    border-top: 1px solid #ccc;
  }
  .p-news__item::before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .p-news__item::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 34px;
    margin: auto;
    transform: rotate(45deg);
  }
  .p-news__content {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .p-news__titwrap {
    flex-basis: 25%;
  }
  .p-news__tit {
    display: block;
    margin-bottom: 50px;
  }
  .p-news__tit .en {
    font-size: 2.8rem;
  }
  .p-news__tit .ja {
    font-size: 1.3rem;
  }
  .p-news__item {
    padding: 20px 80px 20px 50px;
  }
  .p-news__item::before {
    right: 35px;
  }
  .p-news__item::after {
    right: 49px;
  }
  .p-news__content {
    margin-top: 12px;
  }
}

.p-contact {
  padding: 50px 0;
  background: url(../images/home/img19.webp) no-repeat center/cover;
  position: relative;
}
.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
}
.p-contact .p-title {
  position: relative;
  z-index: 10;
}
.p-contact .p-title .main {
  color: #fff;
}
.p-contact__tel {
  max-width: 400px;
  position: relative;
  z-index: 10;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border: 2px solid #ccc;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 15px;
}
.p-contact__tel a {
  position: relative;
  color: #fff;
  letter-spacing: 3px;
}
.p-contact__tel span {
  font-size: 28px;
  letter-spacing: 2.2px;
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
.p-contact__tel span::before {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/common/tel-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact__tel small {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.p-contact__form {
  max-width: 400px;
  position: relative;
  z-index: 10;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border: 2px solid #ccc;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
.p-contact__form a {
  position: relative;
  color: #fff;
  padding-left: 30px;
}
.p-contact__form a::before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/common/ico-mail-wh.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 960px) {
  .p-contact {
    padding: 60px 0;
  }
  .p-contact .c-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-contact .p-title {
    margin-bottom: 0;
  }
  .p-contact__tel {
    width: 400px;
    margin: 0 0 20px 0;
    padding: 30px 0;
    line-height: 1.3;
  }
  .p-contact__tel span {
    font-size: 32px;
    padding-left: 20px;
  }
  .p-contact__tel span::before {
    left: -20px;
    height: 30px;
    width: 30px;
  }
  .p-contact__tel small {
    font-size: 0.9rem;
  }
  .p-contact__form {
    width: 400px;
    margin: 0;
    font-size: 24px;
    padding: 30px 0;
  }
  .p-contact__form a {
    padding-left: 35px;
  }
  .p-contact__form a::before {
    left: -15px;
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1400px) {
  .p-contact .c-container {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .p-contact .c-container {
    padding: 0 25vw;
  }
}

.p-footer {
  background-color: #000000;
  padding: 45px 0 0;
  position: relative;
}
.p-footer::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.p-footer__logo img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link ul {
  margin-bottom: 0;
  display: flex;
}
.p-footer .sns-link ul li {
  width: 45px;
  height: 45px;
  margin: 0 4px;
}
.p-footer .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  margin-bottom: 30px;
}
.p-footer__nav ul li {
  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-contact-text, .p-footer__nav ul li .c-news-sl__contents, .p-footer__nav ul li .c-news__tit, .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 .breadcrumb, .p-footer__nav ul li .p-news__content {
  position: relative;
  font-size: 14px;
  color: #000000;
  padding-left: 15px;
  color: #fff;
}
.p-footer__nav ul li .c-txt-sm::before, .p-footer__nav ul li .c-contact-text::before, .p-footer__nav ul li .c-news-sl__contents::before, .p-footer__nav ul li .c-news__tit::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 .breadcrumb::before, .p-footer__nav ul li .p-news__content::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #5B9AC8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-footer .copyright {
  text-align: center;
  background-color: #666;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
}
@media (min-width: 600px) {
  .p-footer__logo img {
    width: 280px;
  }
  .p-footer__wrap {
    margin-bottom: 50px;
  }
  .p-footer .sns-link ul li {
    margin: 0 8px;
  }
  .p-footer__nav {
    margin-bottom: 10px;
  }
  .p-footer__nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-footer__nav ul li {
    margin: 0 30px 20px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 60px 0 0;
  }
  .p-footer .c-container {
    display: flex;
    justify-content: space-between;
    padding: 0 10vw;
  }
  .p-footer__wrap {
    display: block;
    margin-right: 5vw;
    margin-bottom: 0;
  }
  .p-footer__logo {
    margin-bottom: 20px;
  }
  .p-footer__nav {
    flex: 1;
  }
  .p-footer__nav ul {
    margin-bottom: 40px;
  }
  .p-footer__nav ul li {
    flex-basis: 48%;
    margin: 0 0 20px;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .c-contact-text, .p-footer__nav ul li .c-news-sl__contents, .p-footer__nav ul li .c-news__tit, .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 .breadcrumb, .p-footer__nav ul li .p-news__content {
    font-size: 16px;
    padding-left: 22px;
  }
  .p-footer__nav ul li .c-txt-sm::before, .p-footer__nav ul li .c-contact-text::before, .p-footer__nav ul li .c-news-sl__contents::before, .p-footer__nav ul li .c-news__tit::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 .breadcrumb::before, .p-footer__nav ul li .p-news__content::before {
    width: 12px;
  }
  .p-footer .copyright {
    padding: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container {
    padding: 0 15vw;
  }
  .p-footer__wrap {
    margin-right: 8vw;
  }
}
@media (min-width: 2000px) {
  .p-footer .c-container {
    padding: 0 25vw;
  }
}

.c-company .c-message {
  margin-top: 50px;
  position: relative;
}
.c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .c-contact-text, .c-company .c-message__desc .c-news-sl__contents, .c-company .c-message__desc .c-news__tit, .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 .breadcrumb, .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: 500;
}
@media (min-width: 600px) {
  .c-company .c-message .c-container {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-company .c-message {
    margin-top: 80px;
  }
  .c-company .c-message .c-container {
    padding: 0 15vw;
  }
  .c-company .c-message__name {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-message .c-container {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-company .c-message .c-container {
    padding: 0 28vw;
  }
}
.c-company .c-about__desc {
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc dl {
  margin-bottom: 0;
}
.c-company .c-about__desc dl dt {
  text-align: center;
  background-color: #eee;
  font-weight: 500;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc dl dd {
  padding: 18px;
  margin-bottom: 0;
}
.c-company .c-about__desc dl dd a {
  color: #5B9AC8;
  border-bottom: 1px solid #5B9AC8;
}
.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 {
    padding: 0 10vw;
  }
  .c-company .c-about__desc {
    margin-bottom: 50px;
  }
  .c-company .c-about__desc dl {
    display: flex;
    border: 1px solid #ccc;
    border-bottom: none;
  }
  .c-company .c-about__desc dl dt {
    flex-basis: 30%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .c-company .c-about__desc dl dd {
    margin-bottom: 0;
    flex-basis: 70%;
  }
}
@media (min-width: 960px) {
  .c-company .c-about .c-container {
    padding: 0 12vw;
  }
  .c-company .c-about__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-company .c-about__desc {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .c-company .c-about__map {
    flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about .c-container {
    padding: 0 15vw;
  }
  .c-company .c-about__map {
    height: 450px;
  }
}
@media (min-width: 2000px) {
  .c-company .c-about .c-container {
    padding: 0 25vw;
  }
}

.c-predesc {
  margin-top: 50px;
}
.c-predesc__title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
}
.c-predesc__title span {
  border-bottom: 3px solid #5B9AC8;
}
.c-predesc__wrap {
  margin-bottom: 50px;
}
.c-predesc__img {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .c-predesc__title {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .c-predesc {
    margin-top: 80px;
  }
  .c-predesc__wrap {
    text-align: center;
    margin-bottom: 70px;
  }
}
.c-menu__list {
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  padding: 20px 10px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.c-menu__list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0px;
  border-bottom: 30px solid #fff;
  border-left: 40px solid transparent;
}
.c-menu__list li {
  background-color: #fff;
  padding: 3px 8px;
  margin: 5px;
  color: #5B9AC8;
  font-size: 15px;
}
.c-menu__list li:last-child {
  background-color: transparent;
  color: #fff;
}
@media (min-width: 960px) {
  .c-menu__list {
    padding: 20px;
  }
  .c-menu__list::after {
    border-bottom: 40px solid #fff;
    border-left: 60px solid transparent;
  }
  .c-menu__list li {
    padding: 5px 12px;
    margin: 8px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-menu__list {
    max-width: 1000px;
  }
  .c-menu__list li {
    font-size: 20px;
  }
}

.p-slide__wrap {
  width: 100%;
  overflow: hidden;
}
.p-slide .gallery {
  display: flex;
  width: 100%;
}
.p-slide .gallery .slide-item {
  width: 80%;
  height: 200px !important;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .p-slide .gallery .slide-item {
    width: 35%;
    height: 250px !important;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    width: 30%;
  }
}
@media (min-width: 2000px) {
  .p-slide .gallery .slide-item {
    width: 20%;
  }
}

.c-price__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-price__list__item {
  flex-basis: 49%;
  background-color: #5B9AC8;
  margin-bottom: 20px;
}
.c-price__list__item h3 {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  margin: 15px 0;
}
.c-price__list__item .Img {
  border-left: 3px solid #5B9AC8;
  border-right: 3px solid #5B9AC8;
}
.c-price__list__item .Price {
  text-align: center;
  background-color: #fff;
  font-size: 0.6rem;
  letter-spacing: 0;
  margin: 3px;
  padding: 10px 0;
}
.c-price__list__item .Price strong {
  font-size: 1rem;
  color: #5B9AC8;
  font-weight: 500;
}
@media (min-width: 600px) {
  .c-price__list__item {
    flex-basis: 47%;
    margin-bottom: 30px;
  }
  .c-price__list__item h3 {
    font-size: 1rem;
  }
  .c-price__list__item .Price {
    font-size: 0.8rem;
  }
  .c-price__list__item .Price strong {
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .c-price__list__item {
    flex-basis: 31%;
    margin-bottom: 30px;
  }
  .c-price__list__item h3 {
    font-size: 1.1rem;
  }
  .c-price__list__item .Price {
    font-size: 0.9rem;
  }
  .c-price__list__item .Price strong {
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .c-price__list__item h3 {
    font-size: 1.2rem;
  }
  .c-price__list__item .Price strong {
    font-size: 1.6rem;
  }
}

.p-flow__list__item {
  margin-bottom: 40px;
  position: relative;
  background: linear-gradient(-45deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
}
.p-flow__list__item .num {
  position: absolute;
  font-size: 2.2rem;
  font-style: italic;
  top: -25px;
  left: 10px;
}
.p-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #5B9AC8;
  /* 色は任意に変更可能 */
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-flow__list__item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0px;
  border-bottom: 30px solid #fff;
  border-left: 40px solid transparent;
}
.p-flow__list__item:last-child::before {
  display: none;
}
.p-flow__list__item .Title {
  display: flex;
  align-items: center;
  padding: 20px 0 10px;
}
.p-flow__list__item .Title .Icon {
  width: 45px;
  height: 45px;
  margin: 0 15px 0 40px;
}
.p-flow__list__item .Title .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__list__item .Title h3 {
  flex: 1;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: -5px;
}
.p-flow__list__item .Desc {
  padding: 0 20px 20px;
  color: #fff;
}
@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: #d6f1fa;
  }
  .p-flow__list__item .num {
    font-size: 2.8rem;
    top: -33px;
    left: 15px;
  }
  .p-flow__list__item::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #5B9AC8;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -29px;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-flow__list__item::after {
    border-bottom: 40px solid #fff;
    border-left: 60px solid transparent;
  }
  .p-flow__list__item .Title .Icon {
    width: 55px;
    height: 55px;
  }
  .p-flow__list__item .Title h3 {
    font-size: 20px;
  }
  .p-flow__list__item .Desc {
    padding: 15px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .p-flow .c-container {
    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 {
    padding: 0 8vw;
  }
}
@media (min-width: 2000px) {
  .p-flow .c-container {
    padding: 0 20vw;
  }
}

.c-works__item {
  margin-bottom: 25px;
  box-shadow: 5px 5px 8px rgba(51, 51, 51, 0.3019607843);
}
.c-works__link {
  color: #000000;
}
.c-works__img {
  height: 200px;
}
.c-works-tit {
  padding: 15px;
  background-color: #dcd3be;
}
@media (min-width: 600px) {
  .c-works__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .c-works__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-works__item:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .c-works__item {
    flex-basis: 40%;
    margin: 0 2% 30px 8%;
  }
  .c-works__item:nth-child(2n) {
    margin: 0 8% 30px 2%;
  }
}
@media (min-width: 1200px) {
  .c-works__img {
    height: 250px;
  }
  .c-works__item {
    flex-basis: 32%;
    margin: 0 2% 40px 0;
  }
  .c-works__item:nth-child(2n) {
    margin: 0 2% 40px 0;
  }
  .c-works__item:nth-child(3n) {
    margin: 0 0 40px 0;
  }
}

.c-product-sl {
  padding-top: 50px;
}
.c-product-sl__title {
  font-size: 1.2rem;
  color: #5B9AC8;
}
.c-product-sl__desc {
  padding: 50px 0;
}
.c-product-sl__desc p {
  line-height: 2;
}
.c-product-sl__desc .info {
  border-bottom: 1px solid #ccc;
}
.c-product-sl__desc .info dl {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.c-product-sl__desc .info dl dt {
  flex-basis: 25%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #5B9AC8;
}
.c-product-sl__desc .info dl dd {
  flex-basis: 75%;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.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: #5B9AC8;
  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: #5B9AC8;
  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: #5B9AC8;
  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;
}
@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: 1.4rem;
  }
  .c-product-sl__desc .info dl {
    padding: 20px 0;
  }
  .c-product-sl__desc .info dl dt {
    flex-basis: 20%;
    font-size: 14px;
  }
  .c-product-sl__desc .info dl dd {
    flex-basis: 80%;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .c-product-sl {
    padding-top: 80px;
  }
  .c-product-sl .c-container {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .c-product-sl__title {
    font-size: 1.8rem;
  }
  .c-product-sl-slider .mySwiper2 {
    height: 500px;
  }
  .c-product-sl__desc .info dl {
    padding: 30px 0;
  }
  .c-product-sl__desc .info dl dt {
    flex-basis: 20%;
    font-size: 16px;
  }
  .c-product-sl__desc .info dl dd {
    flex-basis: 80%;
    font-size: 16px;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .c-product-sl__title {
    font-size: 2rem;
  }
}

.c-news {
  /* カテゴリフィルター */
}
.c-news__title {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 3px;
  background-color: #d6f1fa;
  padding: 8px 15px;
  border-radius: 2px;
}
.c-news__item:first-child {
  border-top: 1px solid #ccc;
}
.c-news__link {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  color: #000000;
  display: flex;
  align-items: flex-start;
}
.c-news__img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.c-news__img.has-thumbnail {
  overflow: hidden;
}
.c-news__img.no-thumbnail {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-news__img.no-thumbnail span {
  padding: 5px;
  display: inline-block;
}
.c-news__img.no-thumbnail span img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-news__wrap {
  flex: 1;
}
.c-news__date {
  font-size: 13px;
  font-weight: 300;
}
.c-news__tit {
  color: #5B9AC8;
  margin-bottom: 10px;
}
.c-news .cate-item {
  margin: 0 5px 5px 0;
  font-size: 10px;
  background-color: #5B9AC8;
  border-radius: 9999px;
}
.c-news__filter {
  max-width: 500px;
  margin: 50px auto 0;
}
.c-news__filter .c-news__title {
  background-color: #000000;
  color: #fff;
  margin-bottom: 20px;
}
.c-news__filter__list li {
  padding: 0 15px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #888;
  position: relative;
}
.c-news__filter__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  position: absolute;
  top: -15px;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
.c-news__filter__list li a {
  color: #000000;
  transition: color 0.3s ease;
  font-size: 14px;
}
.c-news__filter__list li a.active {
  color: #5B9AC8;
}
@media (min-width: 600px) {
  .c-news__img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 960px) {
  .c-news .c-container {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 68% 28%;
    gap: 0 4%;
  }
  .c-news__title {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: 1.3rem;
    padding: 12px 15px;
  }
  .c-news__list {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-news .pagination {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .c-news .pagination .page-numbers {
    margin: 3vw 0 0;
  }
  .c-news__date {
    font-size: 15px;
  }
  .c-news__tit {
    font-size: 18px;
  }
  .c-news .cate-item {
    font-size: 12px;
  }
  .c-news__filter {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
  }
  .c-news__filter__list li::before {
    width: 10px;
    height: 10px;
  }
  .c-news__filter__list li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-news .c-container {
    padding: 0 10vw;
    grid-template-columns: 64% 28%;
    gap: 0 8%;
  }
  .c-news__img {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 2000px) {
  .c-news .c-container {
    padding: 0 25vw;
  }
}

.cate-item {
  display: inline-block;
  background-color: #aaa;
  color: #fff;
  font-size: 12px;
  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: #000000;
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid #5B9AC8;
  background: #d6f1fa !important;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #5B9AC8;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #000000;
  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: #888;
  font-size: 13px;
  font-weight: 300;
}
.c-news-sl__tit {
  color: #5B9AC8;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #000000;
}
@media (min-width: 600px) {
  .c-news-sl .c-container {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container {
    padding: 0 20vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}
@media (min-width: 2000px) {
  .c-news-sl .c-container {
    padding: 0 30vw;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.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;
}

.c-contact-text {
  text-align: left;
}
.c-contact-text.mark {
  content: "*";
  font-size: 16px;
  color: #FFF176;
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.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 #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
}
.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 #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 15px;
  padding: 5px 5px 5px 3px;
  font-weight: 500;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 5px 5px 3px;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "※";
  font-size: 16px;
  color: #5B9AC8;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.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: #ccc;
  background: #eee;
}
.c-contact .contact-form .submit-btn input {
  border-color: #fff;
  background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
  color: #fff;
  width: 70%;
  max-width: 320px;
  border-radius: 0;
}
.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 {
    text-align: center;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form dl {
    display: flex;
    width: 540px;
    margin: 0 auto;
    align-items: center;
  }
  .c-contact .contact-form dl dt {
    flex-basis: 30%;
  }
  .c-contact .contact-form dl dd {
    flex-basis: 70%;
  }
  .c-contact .contact-form dl.ct-other {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 700px;
  }
  .c-contact .contact-form dl dt {
    flex-basis: 35%;
  }
  .c-contact .contact-form dl dd {
    flex-basis: 65%;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form input, .c-contact .contact-form textarea {
    font-size: 16px;
  }
  .c-contact .contact-form select {
    font-size: 16px;
  }
}
.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 {
  padding: 15px 0 50px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item h3 {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #5B9AC8;
}
.c-privacy-desc {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .c-privacy {
    padding: 20px 0 60px;
  }
  .c-privacy .c-container {
    padding: 0 12vw;
  }
  .c-privacy-item h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container {
    padding: 0 18vw;
  }
  .c-privacy-desc {
    margin-bottom: 60px;
  }
}
@media (min-width: 2000px) {
  .c-privacy .c-container {
    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;
  font-weight: 500;
}
.c-thanks-desc {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .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: 80px;
    padding-bottom: 80px;
  }
  .c-thanks .c-container {
    padding: 0 12vw;
  }
  .c-thanks .sub-tit {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .c-thanks-item h3 {
    font-size: 20px;
  }
  .c-thanks-desc {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-thanks .c-container {
    padding: 0 25vw;
  }
}

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

.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: 13px 10px 0 10px;
  position: relative;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 44px;
  width: 220px;
  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: #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: #000000;
  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: #000000;
  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-container {
    display: none;
  }
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 80px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 8000;
    width: 100%;
    height: 80px;
    transition: all 0.5s ease;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(51, 51, 51, 0.3019607843);
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    justify-content: right;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    padding-top: 30px;
    margin-bottom: 0;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item::before {
    content: "";
    width: 0;
    height: 5px;
    background-color: #5B9AC8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #000000;
  }
  .p-header .pc-container .pc-nav-item a span {
    position: relative;
    display: inline-block;
    padding: 0 3.5vw;
    border-left: 1px solid #000000;
  }
  .p-header .pc-container .pc-nav-item:last-child a span {
    border-right: 1px solid #000000;
  }
  .p-header .pc-container .pc-nav-item:hover::before {
    width: 100%;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 0 3.5vw;
    border-left: 1px solid #000000;
    position: relative;
    cursor: pointer;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p::before {
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #5B9AC8;
    border-right: 2px solid #5B9AC8;
    transform: rotate(135deg);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown .drop-item {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown .drop-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown .drop-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown .drop-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown .drop-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown .drop-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .p-header .pc-container .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 80px;
    left: 0;
    right: 0;
    width: 100vw;
    padding: 30px 8vw;
    background: linear-gradient(135deg, #5B9AC8 0%, #6BAAA8 40%, #9DC391 90%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .p-header .pc-container .dropDown .Title {
    color: #fff;
  }
  .p-header .pc-container .dropDown .Title h2 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-style: italic;
    margin-bottom: 0;
  }
  .p-header .pc-container .dropDown .Title h3 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .p-header .pc-container .dropDown ul {
    margin-bottom: 0;
    display: flex;
  }
  .p-header .pc-container .dropDown ul .drop-item {
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .dropDown ul .drop-item:nth-child(1) {
    margin-right: 30px;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner {
    color: #fff;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner .Wrap {
    position: relative;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner .Wrap .Img {
    width: 180px;
    height: 180px;
    position: relative;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner .Wrap .Img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, transparent 20%, rgba(0, 0, 0, 0.8));
    transition: all 0.3s;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner .Wrap h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    font-weight: 400;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner:hover .Wrap .Img::before {
    opacity: 0;
  }
  .p-header .pc-container .dropDown.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .p-header .pc-container .dropDown.is-active .drop-item {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .dropDown.is-active .drop-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .pc-container .dropDown.is-active .drop-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .pc-container .dropDown.is-active .drop-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .pc-container .dropDown.is-active .drop-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .pc-container .dropDown.is-active .drop-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .p-header .pc-container .mail-btn {
    padding: 0 2.5vw;
    align-self: center;
  }
  .p-header .pc-container .mail-btn a {
    display: inline-block;
    background-color: #5B9AC8;
    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 {
    margin: 19px 10px 8px 15px;
  }
  .p-header .pc-container .logo {
    height: 50px;
    width: 240px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .logo {
    height: 63px;
    width: 270px;
  }
  .p-header .pc-container .pc-nav-item a span {
    padding: 0 3vw;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p {
    padding: 0 3vw;
  }
  .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;
  }
  .p-header .pc-container .dropDown {
    padding: 30px 15vw;
  }
  .p-header .pc-container .dropDown .Title h2 {
    font-size: 2.8rem;
  }
  .p-header .pc-container .dropDown .Title h3 {
    font-size: 1.4rem;
  }
  .p-header .pc-container .dropDown ul .drop-item:nth-child(1) {
    margin-right: 50px;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner .Wrap .Img {
    width: 220px;
    height: 220px;
  }
  .p-header .pc-container .dropDown ul .drop-item__inner .Wrap h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    font-weight: 400;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 15vw;
  }
  .p-header .pc-container .pc-nav-item a span {
    padding: 0 2vw;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p {
    padding: 0 2vw;
  }
  .p-header .pc-container .dropDown {
    padding: 30px 25vw;
  }
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
  background-color: #000000;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 64px;
  padding-bottom: 20px;
}
.mobile-menu__item {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  /* アコーディオントリガー用のスタイル */
  /* サブメニューのスタイル */
}
.mobile-menu__item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #5B9AC8;
  border-right: 2px solid #5B9AC8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-menu__item.arrow-none {
  padding-bottom: 0;
}
.mobile-menu__item.arrow-none::before {
  display: none;
}
.mobile-menu__item span {
  display: inline-block;
  margin-left: 30px;
}
.mobile-menu__item b {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #5B9AC8;
  font-weight: 500;
}
.mobile-menu__item a,
.mobile-menu__item p {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  width: 100%;
  display: block;
}
.mobile-menu__item .accordion-trigger {
  position: relative;
  padding-bottom: 15px;
}
.mobile-menu__item .accordion-trigger::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  background-color: #fff;
  top: -15px;
  bottom: 0;
  right: 22px;
  margin: auto;
}
.mobile-menu__item .accordion-trigger::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 23px;
  background-color: #fff;
  top: -15px;
  bottom: 0;
  right: 32.3px;
  margin: auto;
  transition: all 0.3s ease;
}
.mobile-menu__item .accordion-trigger.active::after {
  height: 0;
}
.mobile-menu__item .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
  padding: 0;
}
.mobile-menu__item .submenu.active {
  padding: 15px 0 0;
  max-height: 210px;
}
.mobile-menu__item .submenu li a {
  display: block;
  padding: 20px 8vw;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  position: relative;
}
.mobile-menu__item .submenu li a::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #5B9AC8;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-menu__item .submenu li a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #5B9AC8;
  border-right: 2px solid #5B9AC8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-menu .sns-link {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.mobile-menu .sns-link li {
  width: 50px;
  height: 50px;
  margin: 0 8px;
}
.mobile-menu .sns-link li a {
  display: block;
}
.mobile-menu .sns-link li a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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: #5B9AC8;
  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;
  transform: translateX(0%);
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.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);
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #5B9AC8;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab-cate .tab {
  padding: 10px 10px;
  border: 1px solid gray;
  font-weight: 400;
  color: gray;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  flex-basis: 48%;
  max-width: 200px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .tab-cate {
    justify-content: center;
  }
  .tab-cate .tab {
    margin: 0 10px 10px;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .tab-cate .tab {
    font-size: 18px;
    padding: 20px 20px;
    flex-basis: 300px;
    max-width: none;
  }
}

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

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

.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 */