@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.center {
  text-align: center;
}

.gra-tit {
  background: -webkit-linear-gradient(0deg, #cc8e13, #f3bd36, #f27b2b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  color: #367ef3;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 960px) {
  .gra-tit {
    font-size: 2.4rem;
  }
}

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

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

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

.c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news .category-list ul li, .p-news__content, .breadcrumb {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news .category-list ul li, .p-news__content, .breadcrumb {
    line-height: 1.7;
    font-size: 15px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news .category-list ul li, .p-news__content, .breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news .category-list ul li, .p-news__content, .breadcrumb {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #c4c4c4;
}
@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, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .c-contact-text, .c-news .category-list, .c-news__list, .faq-contents .faq .c-txtarea01, .p-news__list, .nav-link ul li, .c-rectop__desc, .main-tit {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .c-contact-text, .c-news .category-list, .c-news__list, .faq-contents .faq .c-txtarea01, .p-news__list, .nav-link ul li, .c-rectop__desc, .main-tit {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .c-contact-text, .c-news .category-list, .c-news__list, .faq-contents .faq .c-txtarea01, .p-news__list, .nav-link ul li, .c-rectop__desc, .main-tit {
    margin-bottom: 50px;
  }
}

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

.mb-lr, .c-works-sl, .c-liver, .c-news-sl, .c-news, .faq-contents, .c-about, .c-message, .p-news, #flow, .p-liver, .p-concept, .nav-link, .c-rectop {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-works-sl, .c-liver, .c-news-sl, .c-news, .faq-contents, .c-about, .c-message, .p-news, #flow, .p-liver, .p-concept, .nav-link, .c-rectop {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-works-sl, .c-liver, .c-news-sl, .c-news, .faq-contents, .c-about, .c-message, .p-news, #flow, .p-liver, .p-concept, .nav-link, .c-rectop {
    margin-bottom: 100px;
  }
}

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

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

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

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

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transition: transform 3s;
}
.swiper-slide-active > img {
  transform: none;
}

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

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

Stylesheet: ベーススタイル

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

.breadcrumb {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #1B2838;
  border-bottom: 1px solid #1B2838;
}

.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 14px;
  border-radius: 30px;
  font-size: 12px;
}

body {
  color: rgb(39, 39, 39);
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  position: relative;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  height: 250px;
}
.c-topview__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 300px;
  }
}
@media (min-width: 960px) {
  .c-topview__img {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 400px;
  }
}

.p-title {
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.p-title .en {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
}
.p-title .ja {
  position: relative;
  letter-spacing: 2px;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .p-title .ja {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    font-size: 3.2rem;
    letter-spacing: 6px;
    line-height: 1.4;
  }
  .p-title .ja {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 3.6rem;
    letter-spacing: 8px;
    line-height: 1.6;
  }
  .p-title .ja {
    font-size: 1.5rem;
  }
}

.c-title {
  position: relative;
}
.c-title .en {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 rgba(201, 169, 97, 0.6);
  -webkit-text-stroke: 1px #888;
  line-height: 1;
  padding-bottom: 12px;
}
.c-title .ja {
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #434749;
}
@media (min-width: 600px) {
  .c-title .en {
    font-size: 3.2rem;
  }
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 3.6rem;
  }
  .c-title .ja {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .c-title .en {
    font-size: 4.2rem;
  }
}

.sub-tit {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  color: rgb(62, 14, 14);
  font-weight: bold;
}
.sub-tit::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/icon/tree.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.main-tit {
  text-align: center;
  font-size: 22px;
  color: #1B2838;
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .main-tit {
    font-size: 26px;
  }
}
@media (min-width: 960px) {
  .main-tit {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .main-tit {
    font-size: 32px;
  }
}

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

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn .c-txt-sm, .more-btn .c-contact-text, .more-btn .c-news-sl__contents, .more-btn .c-news .category-list ul li, .c-news .category-list ul .more-btn li, .more-btn .p-news__content, .more-btn .breadcrumb {
  font-size: 14px;
}
.more-btn__link {
  background-color: #1B2838;
  display: inline-block;
  padding: 13px 25px 15px 40px;
  border: 1px solid #1B2838;
  border-radius: 9999px;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  background-image: url(../images/common/arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: rgb(39, 39, 39);
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 18px 45px 20px 60px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact-text, .more-btn__link .c-news-sl__contents, .more-btn__link .c-news .category-list ul li, .c-news .category-list ul .more-btn__link li, .more-btn__link .p-news__content, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}

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

.p-cta {
  padding: 50px 0;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
}
.p-cta-tit {
  color: #C9A961;
  display: inline;
}
.p-cta-tit h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.p-cta-info {
  text-align: center;
}
.p-cta-info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-cta-info ul .web-item {
  width: 320px;
}
.p-cta-info ul li a {
  display: block;
  padding: 18px 0;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.p-cta-info ul li a span {
  position: relative;
}
.p-cta-info ul li a span::before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta-info ul li a.web-form {
  background-color: #C9A961;
  color: #fff;
  box-shadow: 3px 5px 0px #249ba4;
}
.p-cta-info ul li a.web-form::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
}
.p-cta-info ul li a.web-form::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #1B2838;
  border-right: 3px solid #1B2838;
  transform: rotate(45deg);
}
.p-cta-info ul li a.web-form span::before {
  top: 0;
  left: -35px;
  background-image: url(../images/common/ico-mail-wh.png);
}
@media (min-width: 960px) {
  .p-cta {
    padding: 80px 0;
  }
  .p-cta-tit {
    width: 50%;
    display: inline;
  }
  .p-cta-tit h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .p-cta ul {
    width: 65%;
  }
  .p-cta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-cta-info ul {
    display: flex;
    justify-content: space-around;
  }
  .p-cta-info ul .web-item {
    width: 380px;
  }
  .p-cta-info ul li a {
    font-size: 22px;
    padding: 22px 0;
  }
  .p-cta-info ul li a span::before {
    width: 30px;
    height: 30px;
  }
  .p-cta-info ul li a.web-form::before {
    right: 15px;
    width: 35px;
    height: 35px;
  }
  .p-cta-info ul li a.web-form::after {
    right: 28px;
  }
  .p-cta-info ul li a.web-form span::before {
    top: 0;
    left: -45px;
  }
}
@media (min-width: 1200px) {
  .p-cta .c-container, .p-cta .breadcrumb {
    padding: 0 21vw;
  }
}

.c-rectop {
  margin-top: 20px;
  position: relative;
}
.c-rectop #js-infiniteslide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 0 !important;
  margin: -10px 0 !important;
}
.c-rectop #js-infiniteslide img {
  width: 400px;
  margin: 0 5px;
}
@media (min-width: 600px) {
  .c-rectop #js-infiniteslide img {
    width: 500px;
    height: 500px !important;
  }
}
@media (min-width: 1200px) {
  .c-rectop #js-infiniteslide img {
    width: 70vh;
    height: 70vh !important;
  }
}
.c-rectop__desc {
  text-align: center;
}
.c-rectop__desc h2 {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
  position: relative;
  z-index: 10;
  background: linear-gradient(135deg, #ff6b6b 20%, #ffd817 50%, #4ECDC4 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-rectop__desc h2 strong {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 600px) {
  .c-rectop__desc h2 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .c-rectop__desc h2 strong {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
@media (min-width: 960px) {
  .c-rectop {
    margin-top: 5px;
    margin-bottom: 70px;
  }
  .c-rectop__wrap {
    background-color: rgba(255, 255, 255, 0.9019607843);
    padding: 20px 30px 20px 5vw;
    position: relative;
    z-index: 30;
    border-radius: 0 20px 20px 0;
  }
  .c-rectop__desc {
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .c-rectop__desc h2 {
    text-align: left;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .c-rectop__desc h2 strong {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .c-rectop__desc {
    bottom: 10vh;
  }
  .c-rectop__wrap {
    padding: 20px 50px 20px 8vw;
  }
}

.nav-link {
  background-color: #a73f3f;
  padding: 50px 0;
}
.nav-link .c-title .en {
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
}
.nav-link .c-title .ja {
  color: #fff;
}
.nav-link .c-title .ja::after {
  background-color: #fff;
}
.nav-link ul li {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.nav-link ul li::before {
  position: absolute;
  right: 10px;
  bottom: 3px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #1B2838;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}
.nav-link ul li .Img {
  height: 200px;
}
.nav-link ul li .txt {
  padding: 10px 15px 20px;
  color: rgb(39, 39, 39);
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.nav-link ul li .txt h4 {
  color: #1B2838;
  font-size: 18px;
  letter-spacing: 2px;
  border-bottom: 2px dotted #1B2838;
  padding: 5px 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .nav-link .c-container, .nav-link .breadcrumb {
    padding: 0 20vw;
  }
  .nav-link ul li::before {
    border-left: 15px solid #1B2838;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .nav-link ul li .Img {
    height: 250px;
  }
  .nav-link ul li .txt {
    padding: 10px 20px 30px;
  }
}
@media (min-width: 960px) {
  .nav-link {
    padding: 80px 0;
  }
  .nav-link .c-container, .nav-link .breadcrumb {
    padding: 0 8vw;
  }
  .nav-link ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .nav-link ul li {
    width: 48%;
  }
  .nav-link ul li .txt h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .nav-link .c-container, .nav-link .breadcrumb {
    padding: 0 15vw;
  }
  .nav-link ul li {
    width: 45%;
  }
  .nav-link ul li .txt {
    padding: 20px 30px 30px;
  }
  .nav-link ul li .txt h4 {
    font-size: 24px;
  }
}

.p-concept {
  padding: 50px 0;
  position: relative;
  background-color: #707070;
  border-radius: 5vw;
  color: #fff;
}
.p-concept::before {
  content: "";
  width: 40%;
  height: 300px;
  background: url(../images/home/asirai1.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
.p-concept::after {
  content: "";
  width: 70%;
  height: 200px;
  background: url(../images/home/asirai2.svg) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 30;
}
.p-concept .c-title {
  position: relative;
  z-index: 10;
}
.p-concept .c-title .en {
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
}
.p-concept .c-title .ja {
  color: #fff;
}
.p-concept .c-title .ja::after {
  background-color: #fff;
}
.p-concept__topimg, .p-concept__btmimg {
  position: relative;
  z-index: 20;
}
.p-concept__topimg img, .p-concept__btmimg img {
  border-radius: 20px;
}
.p-concept__desc {
  margin: 30px 0;
}
.p-concept__desc .onlyPC {
  display: none;
}
.p-concept__desc .c-txt-sm, .p-concept__desc .c-contact-text, .p-concept__desc .c-news-sl__contents, .p-concept__desc .c-news .category-list ul li, .c-news .category-list ul .p-concept__desc li, .p-concept__desc .p-news__content, .p-concept__desc .breadcrumb {
  margin-bottom: 20px;
  line-height: 2.5;
}
.p-concept .more-btn__link {
  border: 1px solid #fff;
  background-color: #fff;
}
.p-concept .more-btn__link span {
  color: rgb(39, 39, 39);
}
.p-concept .more-btn__link span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
.p-concept .more-btn__link.slide-bg .bg {
  background-color: #1B2838;
}
.p-concept .more-btn__link.slide-bg:hover span {
  color: #fff;
}
.p-concept .more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow-wh.png);
}
@media (min-width: 600px) {
  .p-concept {
    padding: 70px 0;
  }
  .p-concept::before {
    width: 50%;
    height: 300px;
    top: 40px;
    right: 0;
  }
  .p-concept::after {
    content: "";
    width: 50%;
    height: 300px;
    bottom: 30px;
    left: 0;
  }
  .p-concept__topimg {
    margin-right: 20vw;
    margin-left: -8vw;
  }
  .p-concept__topimg img {
    border-radius: 0 20px 20px 0;
  }
  .p-concept__btmimg {
    margin-left: 20vw;
    margin-right: -8vw;
  }
  .p-concept__btmimg img {
    border-radius: 20px 0 0 20px;
  }
  .p-concept__desc {
    margin: 50px 0;
  }
  .p-concept__desc .c-txt-sm, .p-concept__desc .c-contact-text, .p-concept__desc .c-news-sl__contents, .p-concept__desc .c-news .category-list ul li, .c-news .category-list ul .p-concept__desc li, .p-concept__desc .p-news__content, .p-concept__desc .breadcrumb {
    line-height: 2.8;
  }
  .p-concept .more-btn {
    margin-top: 40px;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .p-concept {
    padding: 90px 0;
  }
  .p-concept::before {
    width: 60%;
    height: 350px;
    top: 80px;
    right: 0;
  }
  .p-concept::after {
    content: "";
    width: 60%;
    height: 350px;
    bottom: 60px;
    left: 0;
  }
  .p-concept__topimg {
    margin-right: 30vw;
    margin-left: -10vw;
  }
  .p-concept__topimg img {
    border-radius: 0 30px 30px 0;
  }
  .p-concept__btmimg {
    margin-left: 30vw;
    margin-right: -10vw;
  }
  .p-concept__btmimg img {
    border-radius: 30px 0 0 30px;
  }
  .p-concept__desc {
    text-align: center;
  }
  .p-concept__desc .c-txt-sm, .p-concept__desc .c-contact-text, .p-concept__desc .c-news-sl__contents, .p-concept__desc .c-news .category-list ul li, .c-news .category-list ul .p-concept__desc li, .p-concept__desc .p-news__content, .p-concept__desc .breadcrumb {
    line-height: 2.8;
  }
  .p-concept__desc .onlyPC {
    display: block;
  }
  .p-concept .more-btn {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .p-concept::before {
    width: 40%;
    height: 350px;
    top: 80px;
    right: 0;
  }
  .p-concept::after {
    content: "";
    width: 40%;
    height: 350px;
    bottom: 60px;
    left: 0;
  }
  .p-concept__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 45% 45%;
    gap: 0 10%;
  }
  .p-concept__topimg {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-right: 0vw;
    margin-left: -15vw;
  }
  .p-concept__btmimg {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 0vw;
    margin-right: -15vw;
  }
  .p-concept__desc {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .p-concept__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 20% 60% 20%;
    gap: 0;
  }
  .p-concept__topimg {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-right: 3vw;
    margin-left: -15vw;
  }
  .p-concept__btmimg {
    grid-row: 2/3;
    grid-column: 3/4;
    margin-left: 3vw;
    margin-right: -15vw;
  }
  .p-concept__desc {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
  }
}

.c-feapoint__list {
  padding-top: 50px;
}
.c-feapoint__list__item {
  background-color: #E8EBF0;
  padding: 20px 15px 30px;
  position: relative;
  margin-bottom: 80px;
}
.c-feapoint__list__item .num {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  z-index: 10;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  color: #1B2838;
}
.c-feapoint__list__item .num span {
  display: block;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 rgba(201, 169, 97, 0.7019607843);
  -webkit-text-stroke: 1px #888;
  line-height: 1;
}
.c-feapoint__list__item:nth-child(2n) {
  background-color: #E8EBF0;
}
.c-feapoint__list__item:nth-child(2n) .num {
  color: #1B2838;
}
.c-feapoint__list__item:nth-child(2n) .num span {
  text-shadow: 3px 3px 0 rgba(201, 169, 97, 0.7019607843);
}
.c-feapoint__list__item:nth-child(2n) .Img {
  background-color: #1B2838;
}
.c-feapoint__list__item .Img {
  width: 120px;
  height: 120px;
  margin: 20px auto;
  padding: 20px;
  background-color: #1B2838;
  border-radius: 50%;
}
.c-feapoint__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-feapoint__list__item .Desc h3 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
@media (min-width: 600px) {
  .c-feapoint__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
  }
  .c-feapoint__list__item {
    flex-basis: 48%;
  }
  .c-feapoint__list__item .Desc .c-txt-sm, .c-feapoint__list__item .Desc .c-contact-text, .c-feapoint__list__item .Desc .c-news-sl__contents, .c-feapoint__list__item .Desc .c-news .category-list ul li, .c-news .category-list ul .c-feapoint__list__item .Desc li, .c-feapoint__list__item .Desc .p-news__content, .c-feapoint__list__item .Desc .breadcrumb {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  .c-feapoint .c-container, .c-feapoint .breadcrumb {
    padding: 0 5vw;
  }
  .c-feapoint__list__item {
    padding: 30px 15px;
    flex-basis: 49%;
    display: flex;
    align-items: center;
  }
  .c-feapoint__list__item .num {
    top: -60px;
    font-size: 18px;
  }
  .c-feapoint__list__item .num span {
    font-size: 58px;
  }
  .c-feapoint__list__item .Img {
    margin: 0 15px 0 0;
    width: 100px;
    height: 100px;
  }
  .c-feapoint__list__item .Desc {
    flex: 1;
  }
  .c-feapoint__list__item .Desc h3 {
    text-align: left;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .c-feapoint {
    margin-bottom: 50px;
  }
  .c-feapoint .c-container, .c-feapoint .breadcrumb {
    padding: 0 10vw;
  }
  .c-feapoint__list__item .Img {
    margin: 0 20px 0 0;
    width: 120px;
    height: 120px;
  }
}

.p-liver {
  padding-bottom: 30px;
  position: relative;
}
.p-liver::before {
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
  border: 3px solid #1B2838;
  border-radius: 0 8vw 8vw 0;
  position: absolute;
  bottom: 0;
  right: 5vw;
  z-index: -1;
}
.p-liver .c-container, .p-liver .breadcrumb {
  padding: 0 8vw;
}
.p-liver__item {
  background-color: #fff;
  padding: 15px 15px 10px;
}
.p-liver__link {
  color: rgb(39, 39, 39);
  display: block;
}
.p-liver__img {
  height: 300px;
  border: 1px solid #ccc;
}
.p-liver__img img {
  -o-object-position: top center;
     object-position: top center;
}
.p-liver-wrap {
  padding: 20px 0 10px;
}
.p-liver-wrap h3 {
  text-align: center;
  font-size: 18px;
}
.p-liver-swiper .swiper-slide:nth-child(3n+1) {
  border: 2px solid #1B2838;
}
.p-liver-swiper .swiper-slide:nth-child(3n+2) {
  border: 2px solid #1B2838;
}
.p-liver-swiper .swiper-slide:nth-child(3n+3) {
  border: 2px solid #C9A961;
}
.p-liver-swiper__navigation {
  display: flex;
  gap: 10px;
  margin: 15px 0 20px;
  justify-content: flex-start;
}
.p-liver-swiper-prev, .p-liver-swiper-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #fff;
  border: 1px solid rgb(39, 39, 39);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-liver-swiper-prev::after, .p-liver-swiper-next::after {
  font-size: 10px;
  color: rgb(39, 39, 39);
  font-weight: bold;
}
.p-liver-swiper-prev:hover, .p-liver-swiper-next:hover {
  background: rgb(39, 39, 39);
}
.p-liver-swiper-prev:hover::after, .p-liver-swiper-next:hover::after {
  color: #fff;
}
@media (min-width: 600px) {
  .p-liver-swiper__navigation {
    margin: 20px 0 30px;
  }
}
@media (min-width: 960px) {
  .p-liver-swiper__navigation {
    margin: 40px 0 0;
  }
  .p-liver-swiper-prev, .p-liver-swiper-next {
    width: 60px;
    height: 60px;
  }
  .p-liver-swiper-prev::after, .p-liver-swiper-next::after {
    font-size: 16px;
  }
  .p-liver-swiper .swiper-slide:nth-child(3n+1) {
    border: 3px solid #1B2838;
  }
  .p-liver-swiper .swiper-slide:nth-child(3n+2) {
    border: 3px solid #1B2838;
  }
  .p-liver-swiper .swiper-slide:nth-child(3n+3) {
    border: 3px solid #C9A961;
  }
}
@media (min-width: 2000px) {
  .p-liver-swiper-prev {
    right: auto;
    left: 22vw;
  }
  .p-liver-swiper-next {
    right: auto;
    left: calc(22vw + 100px);
  }
}
.p-liver .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (min-width: 600px) {
  .p-liver {
    padding-bottom: 40px;
  }
  .p-liver::before {
    height: calc(100% - 200px);
  }
}
@media (min-width: 960px) {
  .p-liver {
    padding: 80px 0 50px;
  }
  .p-liver .c-container, .p-liver .breadcrumb {
    padding: 0 18vw 0 10vw;
    position: relative;
  }
  .p-liver::before {
    height: 100%;
    right: 20vw;
    border: 8px solid #1B2838;
  }
  .p-liver__img {
    height: 350px;
  }
  .p-liver .more-btn {
    position: absolute;
    top: 30px;
    right: 30vw;
  }
}
@media (min-width: 2000px) {
  .p-liver .c-container, .p-liver .breadcrumb {
    padding: 0 28vw 0 20vw;
  }
  .p-liver::before {
    right: 25vw;
    border-radius: 0 5vw 5vw 0;
  }
}

#flow .flow__list {
  padding-left: 0;
}
#flow .flow__list__item {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
#flow .flow__list__item .num {
  background-color: #1B2838;
  padding: 20px 5vw 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  position: relative;
}
#flow .flow__list__item .num::before {
  position: absolute;
  z-index: 10;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1B2838;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
#flow .flow__list__item .txt_box {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 0 6px 6px 0;
  flex-basis: 100%;
  position: relative;
}
#flow .flow__list__item .txt_box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-contact-text, #flow .flow__list__item .txt_box .c-news-sl__contents, #flow .flow__list__item .txt_box .c-news .category-list ul li, .c-news .category-list ul #flow .flow__list__item .txt_box li, #flow .flow__list__item .txt_box .p-news__content, #flow .flow__list__item .txt_box .breadcrumb {
  line-height: 1.6;
}
#flow .flow__list__item .txt_box .Icon {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 80px;
  height: 80px;
}
#flow .flow__list__item .txt_box .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#flow .flow__list__item:last-child .num::before {
  display: none;
}
#flow .flow__list__item:nth-child(2) .num {
  background-color: #1B2838;
}
#flow .flow__list__item:nth-child(2) .num::before {
  border-bottom: 10px solid #1B2838;
}
#flow .flow__list__item:nth-child(3) .num {
  background-color: #C9A961;
}
#flow .flow__list__item:nth-child(3) .num::before {
  border-bottom: 10px solid #C9A961;
}
@media (min-width: 600px) {
  #flow .c-container, #flow .breadcrumb {
    padding: 0 14vw;
  }
  #flow .flow__list__item {
    margin-bottom: 70px;
  }
  #flow .flow__list__item .num {
    padding: 20px 3.5vw 0;
    font-size: 18px;
  }
  #flow .flow__list__item .txt_box {
    padding: 30px;
  }
  #flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-contact-text, #flow .flow__list__item .txt_box .c-news-sl__contents, #flow .flow__list__item .txt_box .c-news .category-list ul li, .c-news .category-list ul #flow .flow__list__item .txt_box li, #flow .flow__list__item .txt_box .p-news__content, #flow .flow__list__item .txt_box .breadcrumb {
    font-size: 14px;
  }
  #flow .flow__list__item .txt_box .Icon {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 960px) {
  #flow .c-container, #flow .breadcrumb {
    padding: 0 5vw;
  }
  #flow .flow__list {
    display: flex;
    justify-content: space-between;
  }
  #flow .flow__list__item {
    display: block;
    flex-basis: 31%;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border-radius: 10px;
  }
  #flow .flow__list__item .num {
    padding: 20px;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
  }
  #flow .flow__list__item .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #1B2838;
    top: 50%;
    bottom: auto;
    right: -20px;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }
  #flow .flow__list__item .txt_box {
    padding: 20px 20px 30px;
    border-radius: 0 0 10px 10px;
  }
  #flow .flow__list__item .txt_box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-contact-text, #flow .flow__list__item .txt_box .c-news-sl__contents, #flow .flow__list__item .txt_box .c-news .category-list ul li, .c-news .category-list ul #flow .flow__list__item .txt_box li, #flow .flow__list__item .txt_box .p-news__content, #flow .flow__list__item .txt_box .breadcrumb {
    font-size: 16px;
    line-height: 2;
  }
  #flow .flow__list__item .txt_box .Icon {
    top: -120px;
  }
  #flow .flow__list__item:nth-child(2) .num {
    background-color: #1B2838;
  }
  #flow .flow__list__item:nth-child(2) .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #1B2838;
  }
  #flow .flow__list__item:nth-child(3) .num {
    background-color: #C9A961;
  }
  #flow .flow__list__item:nth-child(3) .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #C9A961;
  }
}
@media (min-width: 1200px) {
  #flow .c-container, #flow .breadcrumb {
    padding: 0 12vw;
  }
  #flow .flow__list__item .txt_box {
    padding: 20px 30px 30px;
  }
}

.p-news__item {
  border-bottom: 1px solid #1B2838;
  margin-bottom: 20px;
}
.p-news__item a {
  color: rgb(39, 39, 39);
}
.p-news__date {
  color: #1B2838;
  letter-spacing: 2px;
  font-size: 13px;
}
.p-news .cate-item {
  font-size: 12px;
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #888;
  color: #888;
  border-radius: 9999px;
  margin-left: 10px;
}
.p-news__content {
  font-size: 1rem;
  font-weight: 900;
  padding: 10px 0 20px;
}
.p-news .more-btn {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .p-news {
    margin-bottom: 70px;
  }
  .p-news .c-container, .p-news .breadcrumb {
    display: grid;
    grid-template-rows: min-content min-content;
    grid-template-columns: 35% 65%;
  }
  .p-news .c-title {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 30px;
    align-self: flex-end;
    text-align: left;
  }
  .p-news .c-title .ja::after {
    left: 0;
    transform: translateX(0%);
  }
  .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-news__content {
    font-size: 1.3rem;
  }
  .p-news .more-btn {
    grid-row: 2/3;
    grid-column: 1/2;
    text-align: left;
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .p-news .category-list {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .breadcrumb {
    grid-template-columns: 32% 68%;
  }
}

.p-footer {
  padding: 30px 0 0;
  background-color: #fff;
}
.p-footer__logo {
  margin-bottom: 50px;
  text-align: center;
}
.p-footer__logo img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
  margin-bottom: 30px;
}
.p-footer__nav ul {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-footer__nav li {
  margin: 0 20px 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .c-news .category-list ul li, .c-news .category-list ul .p-footer__nav li li, .p-footer__nav li .breadcrumb, .p-footer__nav li .p-news__content {
  font-size: 13px;
  color: rgb(39, 39, 39);
}
.p-footer .copyright {
  font-size: 12px;
  text-align: center;
  background-color: #1B2838;
  color: #fff;
  padding: 20px 0;
}
@media (min-width: 600px) {
  .p-footer__logo img {
    width: 180px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 50px 0 0;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
  }
  .p-footer__logo {
    margin-right: 30px;
  }
  .p-footer__nav {
    flex: 1;
  }
  .p-footer__nav ul {
    justify-content: left;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .c-news .category-list ul li, .c-news .category-list ul .p-footer__nav li li, .p-footer__nav li .breadcrumb, .p-footer__nav li .p-news__content {
    font-size: 16px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer__nav {
    flex: none;
  }
}

.p-contact__list__item {
  text-align: center;
  margin-bottom: 10vw;
}
.p-contact__list__item a {
  display: block;
  padding: 10vw 0;
  position: relative;
}
.p-contact__list__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-contact__list__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.p-contact__list__item a .Icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 12px;
}
.p-contact__list__item a h3 {
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.p-contact__list__item a .Btn {
  display: inline-block;
  padding: 10px 20px 10px 40px;
  border-radius: 9999px;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.p-contact__list__item a .Btn::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.p-contact__list__item:nth-child(1) a {
  color: #1B2838;
  transition: all 0.3s;
}
.p-contact__list__item:nth-child(1) a::before {
  border: 3px solid #1B2838;
  top: -3vw;
  left: 3vw;
  transition: all 0.3s;
}
.p-contact__list__item:nth-child(1) a::after {
  background-color: #E8EBF0;
  bottom: -3vw;
  right: 3vw;
  transition: all 0.3s;
}
.p-contact__list__item:nth-child(1) a .Icon {
  background: url(../images/home/cta1.svg) no-repeat center/contain;
}
.p-contact__list__item:nth-child(1) a .Btn {
  color: #1B2838;
  border: 2px solid #1B2838;
  transition: all 0.3s;
}
.p-contact__list__item:nth-child(1) a .Btn::before {
  background: url(../images/common/line.svg) no-repeat center/contain;
}
.p-contact__list__item:nth-child(1) a:hover {
  color: #fff;
}
.p-contact__list__item:nth-child(1) a:hover::before {
  top: 0;
  left: 0;
}
.p-contact__list__item:nth-child(1) a:hover::after {
  background-color: #1B2838;
  bottom: 0;
  right: 0;
}
.p-contact__list__item:nth-child(1) a:hover .Icon {
  background: url(../images/home/fea3.svg) no-repeat center/contain;
}
.p-contact__list__item:nth-child(2) a {
  color: #1B2838;
  transition: all 0.3s;
}
.p-contact__list__item:nth-child(2) a::before {
  border: 3px solid #1B2838;
  top: -3vw;
  right: 3vw;
  transition: all 0.3s;
}
.p-contact__list__item:nth-child(2) a::after {
  background-color: #E8EBF0;
  bottom: -3vw;
  left: 3vw;
  transition: all 0.3s;
}
.p-contact__list__item:nth-child(2) a .Icon {
  background: url(../images/home/cta2.svg) no-repeat center/80% 80%;
}
.p-contact__list__item:nth-child(2) a .Btn {
  color: #1B2838;
  border: 2px solid #1B2838;
}
.p-contact__list__item:nth-child(2) a .Btn::before {
  background: url(../images/common/mail-bl.svg) no-repeat center/contain;
}
.p-contact__list__item:nth-child(2) a:hover {
  color: #fff;
}
.p-contact__list__item:nth-child(2) a:hover::before {
  top: 0;
  right: 0;
}
.p-contact__list__item:nth-child(2) a:hover::after {
  background-color: #1B2838;
  bottom: 0;
  left: 0;
}
.p-contact__list__item:nth-child(2) a:hover .Icon {
  background: url(../images/home/cta2-wh.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .p-contact__list__item {
    margin-bottom: 8vw;
  }
  .p-contact__list__item a {
    padding: 8vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-contact__list__item a .Icon {
    width: 120px;
    height: 120px;
    margin: 0 30px 0 0;
  }
  .p-contact__list__item a h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .p-contact__list__item a .Btn {
    padding: 15px 25px 15px 50px;
    font-size: 17px;
  }
  .p-contact__list__item a .Btn::before {
    width: 27px;
    height: 27px;
    left: 15px;
  }
  .p-contact__list__item:nth-child(1) a::before {
    top: -1.5vw;
    left: 3vw;
  }
  .p-contact__list__item:nth-child(1) a::after {
    bottom: -1.5vw;
    right: 3vw;
  }
  .p-contact__list__item:nth-child(2) a::before {
    top: -1.5vw;
    right: 3vw;
  }
  .p-contact__list__item:nth-child(2) a::after {
    bottom: -1.5vw;
    left: 3vw;
  }
}
@media (min-width: 960px) {
  .p-contact__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-contact__list__item {
    flex-basis: 50%;
    margin-bottom: 50px;
  }
  .p-contact__list__item a {
    padding: 70px 0;
  }
  .p-contact__list__item:nth-child(1) a::before {
    top: -20px;
    left: -20px;
  }
  .p-contact__list__item:nth-child(1) a::after {
    bottom: 0;
    right: 0;
  }
  .p-contact__list__item:nth-child(2) a::before {
    top: auto;
    bottom: -20px;
    right: -20px;
  }
  .p-contact__list__item:nth-child(2) a::after {
    bottom: 0;
    left: 0;
  }
  .p-contact__list__item:nth-child(2) a .Icon {
    background: url(../images/home/cta2.svg) no-repeat center/70% 70%;
  }
}
@media (min-width: 1200px) {
  .p-contact__list__item {
    margin-bottom: 70px;
  }
  .p-contact__list__item a {
    padding: 70px 0;
  }
  .p-contact__list__item a .Icon {
    width: 150px;
    height: 150px;
  }
  .p-contact__list__item a h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .p-contact__list__item a .Btn {
    padding: 15px 30px 15px 60px;
    font-size: 20px;
  }
  .p-contact__list__item a .Btn::before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
  .p-contact__list__item:nth-child(1) a {
    justify-content: right;
  }
  .p-contact__list__item:nth-child(1) a .Desc {
    margin-right: 5vw;
  }
  .p-contact__list__item:nth-child(2) a {
    justify-content: left;
  }
  .p-contact__list__item:nth-child(2) a .Icon {
    margin-left: 5vw;
  }
}

.c-message {
  background: url(../images/common/msg-bg.svg);
  background-size: 15px 15px;
  padding: 50px 0;
}
.c-message .c-title {
  text-align: center;
  margin-bottom: 30px;
}
.c-message__desc {
  border: 2px solid #1B2838;
  padding: 30px 20px;
  background-color: #fff;
}
.c-message__desc .onlyPC {
  display: none;
}
.c-message__desc .desc {
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 25px, #ddd 25px, #ddd 26px);
}
.c-message__desc .desc .c-txt-sm, .c-message__desc .desc .c-contact-text, .c-message__desc .desc .c-news-sl__contents, .c-message__desc .desc .c-news .category-list ul li, .c-news .category-list ul .c-message__desc .desc li, .c-message__desc .desc .breadcrumb, .c-message__desc .desc .p-news__content {
  line-height: 2;
}
@media (min-width: 600px) {
  .c-message {
    padding: 70px 0;
  }
  .c-message .c-title {
    margin-bottom: 40px;
  }
  .c-message__desc {
    padding: 50px 30px;
  }
  .c-message__desc .desc {
    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 32px, #ddd 32px, #ddd 33px);
  }
  .c-message__desc .desc .c-txt-sm, .c-message__desc .desc .c-contact-text, .c-message__desc .desc .c-news-sl__contents, .c-message__desc .desc .c-news .category-list ul li, .c-news .category-list ul .c-message__desc .desc li, .c-message__desc .desc .breadcrumb, .c-message__desc .desc .p-news__content {
    line-height: 2.2;
  }
}
@media (min-width: 960px) {
  .c-message {
    padding: 90px 0;
    background-size: 20px 20px;
  }
  .c-message .c-title {
    margin-bottom: 50px;
  }
  .c-message .c-container, .c-message .breadcrumb {
    padding: 0 8vw;
  }
  .c-message__wrap {
    display: flex;
    justify-content: center;
  }
  .c-message__img {
    flex-basis: 45%;
    margin: 0 -5vw 50px 0;
  }
  .c-message__desc {
    flex-basis: 65%;
    margin: 50px 0 0 -5vw;
    padding: 50px 40px 40px;
  }
  .c-message__desc .onlyPC {
    display: block;
  }
  .c-message__desc .desc {
    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 34px, #ddd 34px, #ddd 35px);
  }
}
@media (min-width: 1200px) {
  .c-message .c-container, .c-message .breadcrumb {
    padding: 0 12vw;
  }
  .c-message__desc {
    padding: 60px 50px 40px;
  }
  .c-message__desc .desc {
    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 40px, #ddd 40px, #ddd 41px);
  }
  .c-message__desc .desc .c-txt-sm, .c-message__desc .desc .c-contact-text, .c-message__desc .desc .c-news-sl__contents, .c-message__desc .desc .c-news .category-list ul li, .c-news .category-list ul .c-message__desc .desc li, .c-message__desc .desc .breadcrumb, .c-message__desc .desc .p-news__content {
    line-height: 2.3;
  }
}

.c-about .c-title {
  margin-bottom: 30px;
}
.c-about__desc dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1B2838;
}
.c-about__desc dl dt {
  color: #aaa;
  margin-bottom: 5px;
}
.c-about__desc dl dd a {
  color: #1B2838;
  border-bottom: 1px solid #1B2838;
}
@media (min-width: 600px) {
  .c-about .c-title {
    margin-bottom: 40px;
  }
  .c-about__desc dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .c-about__desc dl dt {
    margin-bottom: 0;
    flex-basis: 30%;
  }
  .c-about__desc dl dd {
    flex-basis: 70%;
  }
}
@media (min-width: 960px) {
  .c-about .c-container, .c-about .breadcrumb {
    display: flex;
    align-items: flex-start;
    padding: 0 8vw;
  }
  .c-about .c-title {
    margin-right: 50px;
  }
  .c-about__desc {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .c-about .c-container, .c-about .breadcrumb {
    padding: 0 12vw;
  }
  .c-about .c-title {
    margin-right: 5vw;
  }
}

.faq-contents {
  padding: 50px 0;
  background-color: #E8EBF0;
  border-radius: 5vw;
}
.faq-contents .faq .c-txt-sm, .faq-contents .faq .c-contact-text, .faq-contents .faq .c-news-sl__contents, .faq-contents .faq .c-news .category-list ul li, .c-news .category-list ul .faq-contents .faq li, .faq-contents .faq .breadcrumb, .faq-contents .faq .p-news__content {
  font-size: 14px;
}
.faq-contents .faq__item {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 20px 15px;
  border: 2px solid #1B2838;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  margin: 0 0 6vw 0;
}
.faq-contents .faq dt.js-accordion-title.ac-title {
  margin-bottom: 0;
}
.faq-contents .faq dt::before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  color: #1B2838;
}
.faq-contents .faq dt span {
  padding-right: 6vw;
  margin-left: 6vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 3vw;
}
.faq-contents .faq dt span::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  visibility: visible;
  margin-left: -12px;
  border-bottom: 3px solid #1B2838;
  border-right: 3px solid #1B2838;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #1B2838;
}
.faq-contents .faq dd .m-description-article {
  margin: 4vw 0 0 6vw;
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  padding-left: 3vw;
}
@media (min-width: 600px) {
  .faq-contents {
    padding: 70px 0;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .c-contact-text, .faq-contents .faq .c-news-sl__contents, .faq-contents .faq .c-news .category-list ul li, .c-news .category-list ul .faq-contents .faq li, .faq-contents .faq .breadcrumb, .faq-contents .faq .p-news__content {
    font-size: 16px;
  }
  .faq-contents .faq__item {
    padding: 20px;
  }
  .faq-contents .faq dt span {
    padding-left: 0;
    margin-left: 5vw;
  }
  .faq-contents .faq dd .m-description-article {
    margin: 2vw 0 0 5vw;
    font-size: 3.7vw;
    display: block;
    line-height: 2;
    padding-left: 0vw;
  }
}
@media (min-width: 960px) {
  .faq-contents {
    padding: 90px 0;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 12vw;
  }
  .faq-contents .faq dt::before {
    font-size: 24px;
  }
  .faq-contents .faq dt span {
    margin-left: 4vw;
  }
  .faq-contents .faq dt span::after {
    top: 0;
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .c-contact-text, .faq-contents .faq .c-news-sl__contents, .faq-contents .faq .c-news .category-list ul li, .c-news .category-list ul .faq-contents .faq li, .faq-contents .faq .breadcrumb, .faq-contents .faq .p-news__content {
    font-size: 18px;
  }
  .faq-contents .faq dd::before {
    top: -5px;
    font-size: 26px;
  }
  .faq-contents .faq dd .m-description-article {
    margin: 2vw 0 0 4vw;
  }
}
@media (min-width: 1200px) {
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 18vw;
  }
  .faq-contents .faq__item {
    padding: 30px;
  }
  .faq-contents .faq dt::before {
    top: -8px;
    font-size: 28px;
  }
  .faq-contents .faq dt span {
    margin-left: 3vw;
  }
  .faq-contents .faq dt span::after {
    top: 0;
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .c-contact-text, .faq-contents .faq .c-news-sl__contents, .faq-contents .faq .c-news .category-list ul li, .c-news .category-list ul .faq-contents .faq li, .faq-contents .faq .breadcrumb, .faq-contents .faq .p-news__content {
    font-size: 20px;
  }
  .faq-contents .faq dd::before {
    top: -5px;
    font-size: 30px;
  }
  .faq-contents .faq dd .m-description-article {
    margin: 2vw 0 0 3vw;
  }
}

.c-news__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.c-news__item a {
  color: rgb(39, 39, 39);
}
.c-news__date {
  color: #1B2838;
  letter-spacing: 2px;
  font-size: 13px;
}
.c-news .cate-item {
  font-size: 12px;
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #888;
  color: #888;
  border-radius: 9999px;
  margin-left: 10px;
}
.c-news__img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.c-news__img img {
  border-radius: 10px;
}
.c-news__img.has-thumbnail {
  height: 240px;
  overflow: hidden;
}
.c-news__img.no-thumbnail {
  height: 240px;
  /* 同じ高さで統一感を保つ */
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-news__img.no-thumbnail span {
  color: #fff;
}
.c-news__content {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 2px;
  margin: 5px 0;
}
.c-news__excerpt {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #888;
}
.c-news .category-list {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.c-news .category-list h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.c-news .category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-news .category-list ul li {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 9999px;
  margin: 5px;
  position: relative;
}
.c-news .category-list ul li a {
  color: rgb(39, 39, 39);
}
.c-news .category-list ul li.current-cat {
  background-color: #1B2838;
}
.c-news .category-list ul li.current-cat a {
  color: #fff;
}
@media (min-width: 600px) {
  .c-news__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .c-news__item {
    flex-basis: 48%;
    margin: 0 4% 40px 0;
  }
  .c-news__item:nth-child(2n) {
    margin: 0 0 40px;
  }
}
@media (min-width: 960px) {
  .c-news__item {
    flex-basis: 32%;
    margin: 0 2% 40px 0;
  }
  .c-news__item:nth-child(2n) {
    margin: 0 2% 40px 0;
  }
  .c-news__item:nth-child(3n) {
    margin: 0 0 40px;
  }
}

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

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(39, 39, 39);
  font-size: 13px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid #1B2838;
  background: #E8EBF0 !important;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #1B2838;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (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 {
  margin-top: 30px;
}
.c-news-sl .c-container, .c-news-sl .breadcrumb {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__date {
  color: #1B2838;
}
.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 #1B2838;
}
.c-news-sl__link a span {
  color: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 20vw;
  }
}

.c-liver__item {
  padding: 15px 15px 10px;
  margin-bottom: 30px;
}
.c-liver__item:nth-child(3n+1) {
  border: 2px solid #1B2838;
}
.c-liver__item:nth-child(3n+2) {
  border: 2px solid #1B2838;
}
.c-liver__item:nth-child(3n+3) {
  border: 2px solid #C9A961;
}
.c-liver__item a {
  display: block;
  color: rgb(39, 39, 39);
}
.c-liver__img {
  height: 300px;
  border: 1px solid #ccc;
}
.c-liver__img img {
  -o-object-position: top center;
     object-position: top center;
}
.c-liver-wrap {
  padding: 20px 0 10px;
}
.c-liver-wrap h3 {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 600px) {
  .c-liver__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-liver__item {
    flex-basis: 48%;
    margin: 0 4% 40px 0;
  }
  .c-liver__item:nth-child(2n) {
    margin: 0 0 40px;
  }
}
@media (min-width: 960px) {
  .c-liver__item {
    flex-basis: 32%;
    margin: 0 2% 40px 0;
  }
  .c-liver__item:nth-child(2n) {
    margin: 0 2% 40px 0;
  }
  .c-liver__item:nth-child(3n) {
    margin: 0 0 40px;
  }
  .c-liver__img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .c-liver__img {
    height: 300px;
  }
}

.c-works-sl {
  margin-top: 30px;
}
.c-works-sl-name {
  margin: 20px 0 40px;
}
.c-works-sl-name h2 {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.c-works-sl__subtit {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-weight: bold;
}
.c-works-sl__subtit .en {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #1B2838;
}
.c-works-sl__subtit .ja {
  font-size: 0.9rem;
}
.c-works-sl__subtit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #1B2838;
}
.c-works-sl__img {
  max-width: 500px;
  margin: 0 auto;
}
.c-works-sl__desc {
  margin-bottom: 50px;
}
.c-works-sl__desc__item {
  margin-bottom: 40px;
}
.c-works-sl .sns-link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-works-sl .sns-link ul li {
  width: 50px;
  height: 50px;
  margin: 10px 15px 0 0;
}
.c-works-sl .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .c-works-sl-name {
    margin: 30px 0 50px;
  }
  .c-works-sl__subtit {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .c-works-sl__subtit .en {
    font-size: 1.6rem;
  }
  .c-works-sl__subtit .ja {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .c-works-sl__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .c-works-sl__img {
    max-width: none;
    margin: 0 4% 0 0;
    flex-basis: 48%;
  }
  .c-works-sl-name {
    flex-basis: 48%;
    margin: 0;
  }
  .c-works-sl-name h2 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .c-works-sl__subtit {
    padding-bottom: 12px;
    margin-bottom: 30px;
    flex-basis: 200px;
  }
  .c-works-sl__subtit::before {
    height: 2px;
    width: 80px;
  }
  .c-works-sl__desc__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .c-works-sl__desc__item .c-txt-sm, .c-works-sl__desc__item .c-contact-text, .c-works-sl__desc__item .breadcrumb, .c-works-sl__desc__item .p-news__content, .c-works-sl__desc__item .c-news .category-list ul li, .c-news .category-list ul .c-works-sl__desc__item li, .c-works-sl__desc__item .c-news-sl__contents {
    flex: 1;
  }
  .c-works-sl .sns-link ul {
    justify-content: left;
  }
  .c-works-sl .sns-link ul li {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
  }
}

.c-contact h3 {
  display: inline-block;
  width: 340px;
}
.c-contact h3 .desc {
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-contact h3 {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact h3 {
    width: 800px;
  }
  .c-contact h3 .desc {
    font-size: 18px;
  }
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact .contact-form {
  margin-bottom: 40px;
  text-align: center;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #eee;
  padding: 3px 8px;
  border-radius: 5px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 340px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #1B2838;
  margin-left: 10px;
  white-space: nowrap;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .free::after {
  content: "任意";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #1B2838;
  margin-left: 10px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(39, 39, 39);
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .must, .c-contact .contact-form .free {
    padding: 0 0 10px;
  }
  .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: 20px;
    width: 20px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form {
    padding-top: 30px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form .must, .c-contact .contact-form .free {
    padding: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form {
    width: 800px;
    margin: 0 auto;
  }
  .c-contact .contact-form .c-container, .c-contact .contact-form .breadcrumb {
    padding: 0;
  }
  .c-contact .contact-form dl {
    width: 800px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy-text {
  margin-top: 30px;
}
.c-privacy-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}
.c-privacy h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item p {
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .c-privacy .c-title {
    font-size: 36px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
  .c-privacy-item {
    margin-bottom: 50px;
  }
}

.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.c-thanks h3 {
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks-text {
  margin-top: 15px;
}
.c-thanks .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-thanks .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks .c-title {
    font-size: 26px;
  }
}

.p-header {
  width: 100%;
  height: 64px;
  transition: height 0.4s, background-color 0.3s ease;
}
.p-header .logo__img {
  display: inline-block;
  margin: 3px 10px 0 8px;
}
.p-header .logo {
  background-image: url(../images/common/logo-n.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 160px;
  opacity: 1;
  transition: height 0.4s, width 0.4s;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 9vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #fff;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 50%;
  height: 100%;
  background-color: #06C755;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a {
  position: relative;
  color: rgb(39, 39, 39);
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  padding-left: 35px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../images/common/line-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 {
  background-color: #1B2838;
}
.p-header .sp-navbtn__container .sp2 a::before {
  top: 8px;
  background-image: url(../images/common/mail-wh.svg);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 11vh;
  width: 100%;
  z-index: 2000;
  transition: all 0.3s;
}
.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%;
  border: 2px solid #06C755;
  background-color: rgba(255, 255, 255, 0.9019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1B2838;
}
.p-header .pc-navbtn__container li a {
  position: relative;
  letter-spacing: 2px;
  color: #06C755;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  padding-left: 55px;
  height: 100%;
}
.p-header .pc-navbtn__container li a::before {
  position: absolute;
  top: 23px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 40px;
  width: 40px;
  background-image: url(../images/common/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .pc-navbtn__container li small {
  color: #06C755;
  font-size: 16px;
  display: inline-block;
  padding-left: 55px;
}
.p-header .pc-navbtn__container .sp2 {
  border: 2px solid #1B2838;
}
.p-header .pc-navbtn__container .sp2 a {
  color: #1B2838;
}
.p-header .pc-navbtn__container .sp2 a::before {
  top: 32px;
  background-image: url(../images/common/mail-bl.svg);
}
.p-header .pc-navbtn__container .sp2 small {
  color: #1B2838;
}
.p-header .pc-navbtn__container a:hover,
.p-header .pc-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
.p-header .hide.pc-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media (min-width: 600px) {
  .p-header .sp-navbtn__container a {
    font-size: 18px;
    padding-left: 45px;
  }
  .p-header .sp-navbtn__container a br {
    display: none;
  }
  .p-header .sp-navbtn__container a::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 959px) {
  .p-header .pc-navbtn {
    display: none;
  }
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.9019607843);
    transition: height 0.4s;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    font-weight: 600;
    padding-right: 2.5vw;
    transition: all 0.3s;
    text-align: center;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(39, 39, 39);
    transition: all 0.3s;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #1B2838;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item:hover a::before {
    width: 100%;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 15px 5px 20px 10px;
    transition: margin 0.4s;
  }
  .p-header .pc-container .logo__img .logo {
    height: 70px;
    width: 220px;
  }
  .p-header .pc-container .pc-contact-btn {
    display: flex;
    align-items: center;
    margin-right: 2vw;
  }
  .p-header .pc-container .pc-contact-btn li {
    margin-right: 1vw;
  }
  .p-header .pc-container .pc-contact-btn li a {
    display: block;
    border: 2px solid #1B2838;
    color: #1B2838;
    padding: 10px 20px 10px 40px;
    font-size: 16px;
    border-radius: 9999px;
    position: relative;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact-btn li a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/mail-bl.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact-btn li a:hover {
    background-color: #1B2838;
    color: #fff;
  }
  .p-header .pc-container .pc-contact-btn li a:hover::before {
    background: url(../images/common/mail-wh.svg) no-repeat center/contain;
  }
  .p-header .pc-container .pc-contact-btn li:nth-child(1) a {
    border: 2px solid #06C755;
    color: #06C755;
  }
  .p-header .pc-container .pc-contact-btn li:nth-child(1) a::before {
    background: url(../images/common/line.svg) no-repeat center/contain;
  }
  .p-header .pc-container .pc-contact-btn li:nth-child(1) a:hover {
    background-color: #06C755;
    color: #fff;
  }
  .p-header .pc-container .pc-contact-btn li:nth-child(1) a:hover::before {
    background: url(../images/common/line-wh.svg) no-repeat center/contain;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 20px;
    padding-right: 3vw;
  }
  .p-header .pc-container .pc-contact-btn li a {
    padding: 12px 30px 12px 60px;
    font-size: 18px;
  }
  .p-header .pc-container .pc-contact-btn li a::before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 120px;
}
.mobile-menu__item {
  text-align: center;
  margin: 0 8vw 20px 8vw;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px dashed #1B2838;
}
.mobile-menu a {
  color: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .mobile-menu__item {
    margin: 0 12vw 20px 12vw;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9019607843);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 23px;
  right: 10px;
  z-index: 200;
  transition: top 0.3s ease;
}
.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: #1B2838;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-button {
    top: 18px;
    right: 15px;
  }
  .mobile-container .mobile-menu__btn > span {
    width: 40px;
    height: 3px;
    margin-bottom: 7px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
  transform: translateY(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: #1B2838 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) 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(-7px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-10px) 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 3.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);
}

.appear.up .item {
  transform: translateY(10px);
}

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

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

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

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

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

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

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

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

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

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

.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: #fff;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

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

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

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

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

#faq .ac-title.is-active {
  transition: all 3s;
}
#faq .ac-title.is-active span::after {
  transform: rotate(-135deg);
  transition: all 0.2s;
}

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