@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&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: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 24px;
  }
}
@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 .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .c-news-sl__contents, .p-news__content, .breadcrumb {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .c-news-sl__contents, .p-news__content, .breadcrumb {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .c-news-sl__contents, .p-news__content, .breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .c-news-sl__contents, .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-text, .p-voice .hero, .p-feature__desc, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .p-voice .hero, .p-feature__desc, .p-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .p-voice .hero, .p-feature__desc, .p-title {
    margin-bottom: 45px;
  }
}

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

.mb-lr, .c-thanks, .c-privacy, .c-contact, .faq-contents, .p-access, .p-trainer, .p-voice, .p-flow, .p-feature, .p-worry, .p-news {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-contact, .faq-contents, .p-access, .p-trainer, .p-voice, .p-flow, .p-feature, .p-worry, .p-news {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-contact, .faq-contents, .p-access, .p-trainer, .p-voice, .p-flow, .p-feature, .p-worry, .p-news {
    margin-bottom: 80px;
  }
}

.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 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}

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

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

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

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

Stylesheet: ベーススタイル

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

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

body {
  color: #fff;
  background-color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

body.hidden {
  overflow: hidden;
}

.eng, .p-access__map .text-link a, .p-flow__list__item .Desc .num, .p-feature__desc .num {
  font-family: "Oswald", sans-serif;
}

.font {
  font-family: "Noto Serif JP", serif;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 220px;
}
.c-topview__title {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
  color: #fff;
}
.c-topview__title h2 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-topview__title h3 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #888;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 260px;
  }
  .c-topview__title h2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
  .c-topview__title h3 {
    font-size: 1.1rem;
    line-height: 2;
  }
}
@media (min-width: 960px) {
  .c-topview__img {
    height: 280px;
  }
  .c-topview__title {
    top: 50%;
  }
  .c-topview__title h2 {
    font-size: 2.2rem;
  }
  .c-topview__title h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 350px;
  }
  .c-topview__title h2 {
    font-size: 2.8rem;
  }
  .c-topview__title h3 {
    font-size: 1.6rem;
  }
}

.p-title {
  text-align: center;
  line-height: 1.3;
}
.p-title .ja {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.p-title .en {
  color: #b38210;
  font-size: 1.1rem;
}
@media (min-width: 600px) {
  .p-title {
    margin-bottom: 40px;
  }
  .p-title .ja {
    font-size: 1.8rem;
  }
  .p-title .en {
    color: #b38210;
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .p-title {
    line-height: 1.7;
    margin-bottom: 50px;
  }
  .p-title .ja {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
  .p-title .en {
    color: #b38210;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-title .ja {
    font-size: 2.6rem;
  }
  .p-title .en {
    color: #b38210;
    font-size: 1.7rem;
  }
}

.c-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-left: 30px;
  position: relative;
}
.c-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #b38210;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .c-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 960px) {
  .c-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-left: 45px;
  }
  .c-title::before {
    width: 30px;
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .c-title {
    margin-bottom: 45px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #b38210;
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #b38210;
  border-radius: 9999px;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  font-weight: 600;
}
.more-btn__link span:first-child {
  padding-right: 25px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #2d2d2d;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  border-top: 3px solid #1a1f2e;
  border-right: 3px solid #1a1f2e;
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 20px 50px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact .contact-form select, .c-contact .contact-form .more-btn__link select, .more-btn__link .c-contact .contact-form input, .c-contact .contact-form .more-btn__link input, .more-btn__link .c-contact .contact-form textarea, .c-contact .contact-form .more-btn__link textarea, .more-btn__link .c-contact-text, .more-btn__link .c-news-sl__contents, .more-btn__link .p-news__content, .more-btn__link .breadcrumb {
    font-size: 20px;
  }
  .more-btn__link span:first-child {
    padding-right: 35px;
  }
  .more-btn__link span:first-child::before {
    width: 13px;
    height: 13px;
  }
}

.red {
  color: #8b1e1e;
}

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

.p-cta {
  padding: 50px 0;
  background: url(../images/home/cta-bg.webp) no-repeat center/cover;
  position: relative;
}
.p-cta::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
}
.p-cta__desc {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-bottom: 30px;
}
.p-cta__desc h2 {
  text-align: center;
}
.p-cta__desc h2 small {
  display: block;
  margin-bottom: 8px;
}
.p-cta__desc h2 strong {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-cta .web-item {
  text-align: center;
  position: relative;
  z-index: 10;
}
.p-cta .web-item .web-form {
  display: inline-block;
  width: 80%;
  max-width: 340px;
  padding: clamp(20px, 2vw, 40px) 40px;
  background-color: #b38210;
  border-radius: 9999px;
  color: #fff;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 600;
  transition: all 0.3s;
}
.p-cta .web-item .web-form:hover {
  opacity: 0.6;
}
.p-cta .web-item .web-form span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.p-cta .web-item .web-form span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  .p-cta {
    background: url(../images/home/cta-bg.webp) no-repeat 50% 45%/cover;
    padding: 60px 0;
  }
  .p-cta__desc {
    margin-bottom: 40px;
  }
  .p-cta__desc h2 {
    text-align: center;
  }
  .p-cta__desc h2 small {
    font-size: 1.4rem;
  }
  .p-cta__desc h2 strong {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .p-cta {
    padding: 120px 0;
  }
  .p-cta__desc {
    margin-bottom: 50px;
  }
  .p-cta__desc h2 small {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .p-cta__desc h2 strong {
    font-size: 2.4rem;
  }
  .p-cta .web-item .web-form {
    max-width: 480px;
    padding: 35px;
    font-size: 1.8rem;
  }
  .p-cta .web-item .web-form span {
    padding-right: 50px;
  }
  .p-cta .web-item .web-form span::before {
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

@media (max-width: 959px) {
  .top-view .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view .view-sp {
    display: none;
  }
}

.p-zisseki {
  padding: 50px 0;
}
.p-zisseki .p-title .ja {
  color: #fff;
}
.p-zisseki .hero .swiper-container3 {
  position: relative;
  padding-bottom: 50px;
}
.p-zisseki .hero .swiper-container3 .swiper-button-prev,
.p-zisseki .hero .swiper-container3 .swiper-button-next {
  top: 50%;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-zisseki .hero .swiper-container3 .swiper-button-prev::after,
.p-zisseki .hero .swiper-container3 .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.p-zisseki .hero .swiper-container3 .swiper-button-prev:hover,
.p-zisseki .hero .swiper-container3 .swiper-button-next:hover {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.p-zisseki .hero .swiper-container3 .swiper-button-prev:active,
.p-zisseki .hero .swiper-container3 .swiper-button-next:active {
  transform: scale(0.95);
}
.p-zisseki .hero .swiper-container3 .swiper-button-prev {
  left: 10px;
}
.p-zisseki .hero .swiper-container3 .swiper-button-next {
  right: 10px;
}
.p-zisseki .hero .swiper-container3 .swiper-pagination {
  bottom: 0px;
  z-index: 100 !important;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-zisseki .hero .swiper-container3 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(203, 203, 203, 0.5019607843);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
}
.p-zisseki .hero .swiper-container3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #b38210;
  width: 28px;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .p-zisseki .hero .swiper-container3 {
    padding-bottom: 60px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-button-prev,
  .p-zisseki .hero .swiper-container3 .swiper-button-next {
    width: 56px;
    height: 56px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-button-prev::after,
  .p-zisseki .hero .swiper-container3 .swiper-button-next::after {
    font-size: 24px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-button-prev {
    left: 20px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-button-next {
    right: 20px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
  }
}
@media (min-width: 960px) {
  .p-zisseki .hero .swiper-container3 .swiper-button-prev,
  .p-zisseki .hero .swiper-container3 .swiper-button-next {
    top: -100px;
    width: 70px;
    height: 70px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-button-prev::after,
  .p-zisseki .hero .swiper-container3 .swiper-button-next::after {
    font-size: 28px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-button-prev {
    left: auto;
    right: calc(5vw + 95px);
  }
  .p-zisseki .hero .swiper-container3 .swiper-button-next {
    right: 5vw;
    left: auto;
  }
  .p-zisseki .hero .swiper-container3 .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
  .p-zisseki .hero .swiper-container3 .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
  }
}
.p-zisseki__img {
  margin: 0 10px;
}
.p-zisseki__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-zisseki .caution {
  margin-top: 30px;
}
.p-zisseki .caution p {
  color: #fff;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 600px) {
  .p-zisseki {
    padding: 60px 0;
  }
  .p-zisseki__img {
    margin: 0 15px;
  }
  .p-zisseki .caution {
    text-align: center;
    margin-top: 30px;
  }
  .p-zisseki .caution p {
    color: #fff;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media (min-width: 960px) {
  .p-zisseki {
    padding: 90px 0;
  }
  .p-zisseki .caution {
    margin-top: 40px;
  }
  .p-zisseki .caution p {
    font-size: 14px;
  }
}

.p-catch {
  position: relative;
}
.p-catch::before {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(90deg, #e8e8e8 0%, #f5f5f5 35%, #d4d4d4 70%, #c0c0c0 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-10deg);
  z-index: 10;
}
.p-catch__desc {
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 20;
  color: #2d2d2d;
}
.p-catch__desc h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-catch__desc h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
.p-catch__desc h2 strong {
  font-size: 1.8rem;
  color: #b38210;
  font-weight: 700;
}
@media (min-width: 600px) {
  .p-catch__desc h3 {
    font-size: 1.6rem;
  }
  .p-catch__desc h2 {
    font-size: 1.8rem;
  }
  .p-catch__desc h2 strong {
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .p-catch::before {
    transform: translateY(-50%) skewY(-5deg);
  }
  .p-catch__desc h3 {
    font-size: 2rem;
  }
  .p-catch__desc h2 {
    font-size: 2.4rem;
  }
  .p-catch__desc h2 strong {
    font-size: 3rem;
  }
}

.p-news {
  padding-top: 50px;
}
.p-news__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p-news__link {
  display: flex;
  align-items: center;
  color: #fff;
}
.p-news__img {
  flex-basis: 30%;
  max-width: 150px;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
.p-news__img.no-thumbnail {
  background-color: #2d2d2d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news__img.no-thumbnail .no-image-text {
  font-size: 10px;
}
.p-news-wrap {
  flex: 1;
  padding-left: 20px;
}
.p-news .cate-item {
  display: inline-block;
  background-color: #8b1e1e;
  font-size: 12px;
  padding: 3px 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.p-news__date {
  font-size: 12px;
  margin-bottom: 5px;
}
.p-news .more-btn {
  margin-top: 30px;
}
.p-news .more-btn__link {
  border: 1px solid #b38210;
}
.p-news.c-news {
  padding-top: 0;
}
.p-news .category-list {
  margin-top: 50px;
}
.p-news .category-list h4 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.p-news .category-list ul {
  max-width: 300px;
  margin: 0 auto;
}
.p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.p-news .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.p-news .category-list ul li a {
  color: #fff;
}
@media (min-width: 600px) {
  .p-news__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-news__img.no-thumbnail .no-image-text {
    font-size: 13px;
  }
  .p-news-wrap {
    padding-left: 30px;
  }
  .p-news__date {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .p-news__content {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding-top: 80px;
  }
  .p-news__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-news__img {
    flex-basis: 30%;
    max-width: 200px;
  }
  .p-news__img.no-thumbnail .no-image-text {
    font-size: 14px;
  }
  .p-news-wrap {
    padding-left: 40px;
    align-self: center;
  }
  .p-news .cate-item {
    font-size: 16px;
    padding: 5px 15px;
  }
  .p-news__date {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: 15px;
  }
  .p-news__content {
    font-size: 20px;
  }
  .p-news .more-btn {
    margin-top: 50px;
  }
  .p-news.c-news .c-container, .p-news.c-news .breadcrumb {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 75% 25%;
    padding: 0 5vw;
  }
  .p-news.c-news .c-container .p-title, .p-news.c-news .breadcrumb .p-title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .p-news.c-news .c-container .p-news__list, .p-news.c-news .breadcrumb .p-news__list {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-right: 5vw;
  }
  .p-news.c-news .c-container .pagination, .p-news.c-news .breadcrumb .pagination {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-news.c-news .c-container .category-list, .p-news.c-news .breadcrumb .category-list {
    grid-row: 2/4;
    grid-column: 2/3;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .p-news__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-news.c-news .p-title {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .p-news.c-news .c-container, .p-news.c-news .breadcrumb {
    padding: 0 10vw;
  }
  .p-news.c-news .p-news__list {
    margin-right: 3vw;
    width: 90%;
  }
}
@media (min-width: 2000px) {
  .p-news.c-news .c-container, .p-news.c-news .breadcrumb {
    max-width: 1500px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .p-news.c-news__list {
    margin-right: 30px;
  }
}

@media (max-width: 599px) {
  .p-concept .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .p-concept .view-sp {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-concept {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }
  .p-concept img {
    max-width: 1200px;
  }
}

.p-worry {
  padding: 50px 0 0;
  position: relative;
}
.p-worry::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-worry__tit {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #2d2d2d;
}
@media (min-width: 600px) {
  .p-worry {
    padding-top: 80px;
  }
  .p-worry__tit {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 959px) {
  .p-worry .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-worry .view-sp {
    display: none;
  }
  .p-worry::before {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .p-worry {
    padding-top: 100px;
  }
  .p-worry__tit {
    font-size: 2.4rem;
    margin-bottom: 70px;
  }
}

.p-feature__list__item {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.p-feature__list__item::before {
  position: absolute;
  top: 8%;
  left: 20%;
  content: "";
  display: block;
  height: 90%;
  width: 100%;
  background-color: #b38210;
  z-index: -1;
  opacity: 0.4;
}
.p-feature__list__item:nth-child(2) .p-feature__img .Desc-box ul li {
  text-align: right;
}
.p-feature__list__item:nth-child(3) .p-feature__img .Desc-box {
  bottom: 15%;
}
.p-feature__list__item:nth-child(3) .p-feature__img .Desc-box ul li {
  text-align: right;
}
.p-feature__list__item:nth-child(5) .p-feature__img .Desc-box {
  bottom: 40%;
}
.p-feature__img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
}
.p-feature__img .Desc-box {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
}
.p-feature__img .Desc-box ul li {
  font-size: 15px;
  font-style: italic;
  text-shadow: -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 3px #000;
}
.p-feature__desc {
  position: relative;
}
.p-feature__desc .num {
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 4rem;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 5px;
  line-height: 1;
  color: #b38210;
}
.p-feature__desc h4 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
  color: #d33030;
}
.p-feature__desc .Btn {
  text-align: center;
  margin-top: 20px;
}
.p-feature__desc .Btn a {
  display: inline-block;
  padding: 20px 40px;
  max-width: 340px;
  background-color: #b38210;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 9999px;
}
.p-feature__desc .Btn a span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.p-feature__desc .Btn a span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  .p-feature__img .Desc-box ul li {
    font-size: 18px;
    line-height: 2;
  }
  .p-feature__desc h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .p-feature__list__item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .p-feature__list__item::before {
    top: 15%;
    right: -10vw;
    left: auto;
    height: 85%;
    width: 50%;
  }
  .p-feature__list__item:nth-child(2n) {
    flex-direction: row;
  }
  .p-feature__list__item:nth-child(2n)::before {
    left: -10vw;
    right: auto;
  }
  .p-feature__img {
    flex-basis: 48%;
    max-width: none;
    margin: 0;
  }
  .p-feature__desc {
    flex-basis: 48%;
    align-self: flex-end;
  }
  .p-feature__desc h4 {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .p-feature__img {
    flex-basis: auto;
    max-width: 450px;
  }
  .p-feature__desc {
    flex: 1;
    flex-basis: auto;
    margin-right: 5vw;
  }
  .p-feature__desc h4 {
    font-size: 1.7rem;
  }
  .p-feature__list__item {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-feature__list__item:nth-child(2n) .p-feature__desc {
    margin-right: 0;
    margin-left: 5vw;
  }
}

.achievements {
  padding: 90px 0 50px;
  background: url(../images/home/bg-4.webp) no-repeat center top/cover;
  position: relative;
}
.achievements::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
}
.achievements::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, transparent 49.5%, #000000 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #000000 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.achievements__desc {
  position: relative;
  z-index: 10;
  text-align: center;
}
.achievements__desc h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.achievements__desc h2 {
  font-size: 1.7rem;
}
.achievements__desc h2 strong {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #b38210;
}
@media (min-width: 600px) {
  .achievements {
    padding: 110px 0 60px;
  }
  .achievements__desc h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .achievements__desc h2 {
    font-size: 2rem;
  }
  .achievements__desc h2 strong {
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  .achievements {
    padding: 200px 0 80px;
  }
  .achievements::after {
    height: 130px;
  }
  .achievements__desc h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .achievements__desc h2 {
    font-size: 2.4rem;
  }
  .achievements__desc h2 strong {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .achievements {
    padding: 15vw 0 12vw;
  }
  .achievements__desc h2 br {
    display: none;
  }
}

.p-flow {
  padding: 50px 0;
  background-color: #e6e6e6;
  color: #2d2d2d;
}
.p-flow__list__item {
  position: relative;
  margin-bottom: 100px;
}
.p-flow__list__item::before {
  content: "";
  width: 3px;
  height: 100px;
  background-color: #b38210;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 30%;
  margin: auto;
}
.p-flow__list__item:last-child::before {
  display: none;
}
.p-flow__list__item:last-child::after {
  content: "・・・・";
  width: 70px;
  height: 20px;
  color: #b38210;
  font-size: 1.1rem;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.p-flow__list__item .Img {
  position: absolute;
  top: -80px;
  right: -10px;
  width: 60%;
  max-width: 220px;
  z-index: 20;
  overflow: hidden;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  max-height: 120px;
}
.p-flow__list__item .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-flow__list__item .Desc {
  border: 1px solid #888;
  padding: 50px 20px 20px;
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
.p-flow__list__item .Desc .num {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.5rem;
  top: -20px;
  left: -10px;
  color: #fff;
  font-weight: bold;
}
.p-flow__list__item .Desc .num::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #b38210;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.p-flow__list__item .Desc .Title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.p-flow__desc {
  text-align: center;
}
.p-flow__desc h2 {
  font-size: 1.6rem;
}
.p-flow__desc h2 strong {
  display: block;
  color: #b38210;
  font-weight: 700;
}
@media (min-width: 600px) {
  .p-flow__list__item::before {
    height: 110px;
    bottom: -110px;
    left: 0;
  }
  .p-flow__list__item .Img {
    top: -90px;
    right: -20px;
    max-width: 300px;
    max-height: 150px;
  }
  .p-flow__list__item .Desc {
    padding: 80px 30px 30px;
    margin-top: 110px;
  }
  .p-flow__list__item .Desc .num {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.8rem;
  }
  .p-flow__list__item .Desc .Title {
    font-size: 1.3rem;
  }
  .p-flow__desc h2 {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media (min-width: 960px) {
  .p-flow {
    padding: 80px 0;
  }
  .p-flow .p-title br {
    display: none;
  }
  .p-flow__list__item {
    margin-bottom: 80px;
  }
  .p-flow__list__item::before {
    width: 5px;
    height: 80px;
    bottom: -80px;
    left: 0;
    right: 0;
  }
  .p-flow__list__item:last-child::after {
    font-size: 1.5rem;
    bottom: -60px;
  }
  .p-flow__list__item .Img {
    top: -30px;
    right: 15px;
    max-width: 300px;
    max-height: 180px;
    min-height: 180px;
  }
  .p-flow__list__item .Desc {
    padding: 40px 350px 40px 40px;
    margin-top: 80px;
  }
  .p-flow__list__item .Desc .Title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .p-flow__desc {
    margin-top: 120px;
  }
  .p-flow__desc h2 {
    font-size: 2.3rem;
  }
  .p-flow__desc h2 strong {
    display: inline-block;
  }
}

.p-voice .hero .swiper-container2 {
  position: relative;
  padding-bottom: 80px;
}
.p-voice .hero .swiper-container2 .swiper-button-prev,
.p-voice .hero .swiper-container2 .swiper-button-next {
  top: auto;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.p-voice .hero .swiper-container2 .swiper-button-prev::after,
.p-voice .hero .swiper-container2 .swiper-button-next::after {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.p-voice .hero .swiper-container2 .swiper-button-prev:hover,
.p-voice .hero .swiper-container2 .swiper-button-next:hover {
  background-color: #f5f5f5;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.p-voice .hero .swiper-container2 .swiper-button-prev {
  left: 50%;
  transform: translateX(-70px);
}
.p-voice .hero .swiper-container2 .swiper-button-prev:hover {
  transform: translateX(-70px) translateY(-2px);
}
.p-voice .hero .swiper-container2 .swiper-button-next {
  right: 50%;
  transform: translateX(70px);
}
.p-voice .hero .swiper-container2 .swiper-button-next:hover {
  transform: translateX(70px) translateY(-2px);
}
.p-voice__item {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #5a5a5a;
  padding: 20px;
  min-height: 250px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.p-voice__item .Img {
  margin-bottom: 15px;
}
.p-voice__item .Desc .name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
  font-size: 17px;
}
@media (min-width: 600px) {
  .p-voice__item {
    padding: 30px;
  }
  .p-voice__item .Desc .name {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .p-voice .hero .swiper-container2 {
    padding-bottom: 120px;
  }
  .p-voice .hero .swiper-container2 .swiper-button-prev,
  .p-voice .hero .swiper-container2 .swiper-button-next {
    width: 80px;
    height: 80px;
  }
  .p-voice .hero .swiper-container2 .swiper-button-prev::after,
  .p-voice .hero .swiper-container2 .swiper-button-next::after {
    font-size: 28px;
  }
  .p-voice .hero .swiper-container2 .swiper-button-prev {
    transform: translateX(-100px);
  }
  .p-voice .hero .swiper-container2 .swiper-button-next {
    transform: translateX(100px);
  }
  .p-voice__item .Desc .name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .p-voice__item .Img {
    margin-bottom: 30px;
  }
  .p-voice__item .Desc .name {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.read-more-001 {
  position: relative;
}
.read-more-001 .reList {
  position: relative;
  max-height: 160px;
  /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.read-more-001 .reList::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(90, 90, 90, 0), #5a5a5a 60%);
  content: "";
}
@media (min-width: 960px) {
  .read-more-001 .reList {
    max-height: 250px;
  }
  .read-more-001 .reList::after {
    height: 120px;
    background: linear-gradient(180deg, rgba(90, 90, 90, 0), #5a5a5a 70%);
  }
}
.read-more-001 label {
  display: flex;
  align-items: center;
  gap: 0 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s;
}
.read-more-001 label::after {
  display: inline-block;
  width: 15px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.read-more-001 label:hover {
  color: #b38210;
  cursor: pointer;
}
@media (min-width: 960px) {
  .read-more-001 label {
    font-size: 1.2rem;
  }
}
.read-more-001 input {
  display: none;
}
.read-more-001:has(:checked) label {
  display: none;
}
.read-more-001:has(:checked) .reList {
  max-height: 100%;
}
.read-more-001:has(:checked) .reList::after {
  content: none;
}
.read-more-001:has(:checked) .reList2 {
  max-height: 100%;
}
.read-more-001:has(:checked) .reList2::after {
  content: none;
}

.p-trainer {
  padding: 50px 0 20px;
  color: #2d2d2d;
  position: relative;
}
.p-trainer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: skewY(-7deg);
  z-index: -1;
}
.p-trainer__img {
  margin-bottom: 30px;
}
.p-trainer__table {
  margin-bottom: 30px;
}
.p-trainer__table h3 {
  background-color: #2d2d2d;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.p-trainer__table dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #888;
}
.p-trainer__table dl:last-child {
  border-bottom: none;
  font-weight: bold;
  margin-top: 15px;
}
.p-trainer__desc p {
  margin-bottom: 15px;
}
.p-trainer__desc h3 {
  font-size: 1rem;
  line-height: 2;
  color: #b38210;
}
@media (min-width: 600px) {
  .p-trainer {
    padding: 60px 0 30px;
  }
  .p-trainer::before {
    transform: skewY(-5deg);
  }
  .p-trainer__table {
    margin-bottom: 30px;
  }
  .p-trainer__table h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .p-trainer__table dl {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .p-trainer__table dl dt {
    width: 100px;
  }
  .p-trainer__table dl dd {
    flex: 1;
  }
  .p-trainer__table dl:last-child {
    margin-top: 20px;
  }
  .p-trainer__desc h3 {
    margin-top: 50px;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .p-trainer {
    padding: 80px 0 60px;
  }
  .p-trainer__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .p-trainer__img {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 50px;
  }
  .p-trainer__table {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-trainer__table .c-container, .p-trainer__table .breadcrumb {
    padding: 0 8vw 0 0;
  }
  .p-trainer__desc {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .p-trainer__desc h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-trainer::before {
    transform: skewY(-4deg);
  }
  .p-trainer__img {
    margin-left: 10vw;
  }
  .p-trainer__table .c-container, .p-trainer__table .breadcrumb {
    padding: 0 10vw 0 0;
  }
  .p-trainer__desc h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.p-access__wrap {
  margin-bottom: 50px;
}
.p-access__desc {
  margin-bottom: 30px;
}
.p-access__desc h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.p-access__desc .List {
  margin-top: 10px;
}
.p-access__desc .List dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.p-access__desc .List dl dt {
  margin-right: 5px;
}
.p-access__desc .List dl div {
  flex: 1;
}
.p-access__desc .List dl dd a {
  color: #ccc;
  border-bottom: 1px solid #ccc;
}
.p-access__map .g-map {
  height: 350px;
  margin-bottom: 10px;
}
.p-access__map .g-map iframe {
  width: 100%;
  height: 100%;
}
.p-access__map .text-link {
  text-align: right;
}
.p-access__map .text-link a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding-right: 30px;
  transition: all 0.3s;
  position: relative;
}
.p-access__map .text-link a::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-access__map .text-link a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(30deg);
}
.p-access__map .text-link a:hover {
  opacity: 0.6;
}
@media (min-width: 600px) {
  .p-access__desc h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .p-access__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-access__desc {
    align-self: flex-end;
    margin-bottom: 50px;
  }
  .p-access__desc h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-access__desc .List {
    margin-top: 20px;
  }
  .p-access__desc .List dl dt {
    margin-right: 10px;
  }
  .p-access__map {
    flex: 1;
    margin-left: 5vw;
  }
  .p-access__map .text-link {
    margin-top: 20px;
  }
  .p-access__map .text-link a {
    font-size: 22px;
    padding-right: 40px;
  }
  .p-access__map .text-link a::before {
    width: 30px;
    height: 2px;
  }
  .p-access__map .text-link a::after {
    width: 14px;
    height: 2px;
    top: -7px;
  }
}
.faq__item {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 15px;
  color: #2d2d2d;
}
.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq dt::before {
  content: "Q";
  position: absolute;
  top: -10px;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
  color: #b38210;
}
.faq dt span {
  padding-right: 8vw;
  margin-left: 6vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 3vw;
}
.faq dt span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  visibility: visible;
  border-bottom: 3px solid #b38210;
  border-right: 3px solid #b38210;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.faq dd {
  position: relative;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: #1a1f2e;
}
.faq dd .m-description-article {
  margin: 30px 15px 0 6vw;
  padding-left: 3vw;
}
.faq dd b {
  color: #b38210;
}
.faq dd span {
  display: block;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 600px) {
  .faq__item {
    padding: 20px;
  }
  .faq dt .c-txt-sm, .faq dt .c-contact .contact-form select, .c-contact .contact-form .faq dt select, .faq dt .c-contact .contact-form input, .c-contact .contact-form .faq dt input, .faq dt .c-contact .contact-form textarea, .c-contact .contact-form .faq dt textarea, .faq dt .c-contact-text, .faq dt .c-news-sl__contents, .faq dt .breadcrumb, .faq dt .p-news__content {
    font-size: 16px;
  }
  .faq dt span {
    padding-right: 8vw;
    margin-left: 3vw;
    line-height: 1.5;
    display: block;
    position: relative;
    padding-left: 3vw;
  }
  .faq dd .m-description-article {
    margin: 30px 15px 0 3vw;
  }
}
@media (min-width: 960px) {
  .faq__item {
    padding: 30px;
    margin-bottom: 30px;
  }
  .faq dt .c-txt-sm, .faq dt .c-contact .contact-form select, .c-contact .contact-form .faq dt select, .faq dt .c-contact .contact-form input, .c-contact .contact-form .faq dt input, .faq dt .c-contact .contact-form textarea, .c-contact .contact-form .faq dt textarea, .faq dt .c-contact-text, .faq dt .c-news-sl__contents, .faq dt .breadcrumb, .faq dt .p-news__content {
    font-size: 18px;
  }
  .faq dt::before {
    top: -14px;
    font-size: 32px;
  }
  .faq dt span {
    margin-left: 1.5vw;
  }
  .faq dt span::after {
    width: 16px;
    height: 16px;
    border-bottom: 4px solid #b38210;
    border-right: 4px solid #b38210;
  }
  .faq dd::before {
    font-size: 32px;
    line-height: 1;
  }
  .faq dd .m-description-article {
    margin: 40px 40px 20px 1.5vw;
  }
}
@media (min-width: 1200px) {
  .faq dt .c-txt-sm, .faq dt .c-contact .contact-form select, .c-contact .contact-form .faq dt select, .faq dt .c-contact .contact-form input, .c-contact .contact-form .faq dt input, .faq dt .c-contact .contact-form textarea, .c-contact .contact-form .faq dt textarea, .faq dt .c-contact-text, .faq dt .c-news-sl__contents, .faq dt .breadcrumb, .faq dt .p-news__content {
    font-size: 22px;
  }
  .faq dt::before {
    font-size: 38px;
  }
  .faq dd::before {
    font-size: 38px;
  }
}

.c-news-sl {
  padding: 30px 0 50px;
  position: relative;
}
.c-news-sl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}
.c-news-sl .c-container, .c-news-sl .breadcrumb {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__tit .c-txt-md {
  font-weight: 600;
  line-height: 1.8;
}
.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: 2px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.c-news-sl__link a span {
  color: #fff;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    padding: 50px 0 80px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 4vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl__contents figure {
    max-width: 800px;
    margin: 30px auto;
  }
}
@media (min-width: 2000px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 25vw;
  }
}

.wp-categories {
  margin-bottom: 20px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: #fff;
  background-color: #8b1e1e;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .wp-categories ul li a {
    font-size: 15px;
  }
}

.pagination .page-numbers {
  margin: 6vw 0;
}
@media (min-width: 960px) {
  .pagination .page-numbers {
    margin: 30px 0;
  }
}
.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
  font-size: 12px;
  padding-left: 3px;
}
.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #b38210 !important;
  color: #2d2d2d !important;
}
.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border: 1px solid #c4ccd1;
  background: transparent;
  color: #fff;
  margin: 0 1.3vw;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #2d2d2d;
  top: 0;
}
.pagination .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-wh.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-contact {
  scroll-margin: 80px;
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
@media (min-width: 600px) {
  .c-contact .wrap {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .c-contact .wrap {
    max-width: 800px;
  }
}
@media (min-width: 960px) {
  .c-contact-text {
    font-size: 18px;
  }
  .c-contact-text br {
    display: none;
  }
}
.c-contact .contact-form {
  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: none;
  background-color: #eee;
  padding: 0px 10px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
  padding: 10px;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  height: 45px;
  width: 100%;
  border: none;
  background-color: #eee;
  padding: 0px 10px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 0 0 8px;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  background-color: #8b1e1e;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 8px;
}
.c-contact .contact-form .ct-radio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .ct-radio input[type=radio] {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ct-radio .wpcf7-radio {
  display: flex;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: auto;
}
.c-contact .contact-form .ct-age {
  flex-basis: 48%;
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-age select {
  width: 100%;
  height: 45px;
}
.c-contact .contact-form .ct-history {
  display: inline-block;
  text-align: right;
  flex-basis: 48%;
}
.c-contact .contact-form .ct-history dt {
  text-align: left;
}
.c-contact .contact-form .ct-history select {
  width: 100%;
  height: 45px;
}
.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 {
  position: relative;
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #c4c4c4;
}
.c-contact .contact-form .submit-btn input {
  border-color: #2d2d2d;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: -10px;
}
@media (min-width: 600px) {
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 20px;
    width: 20px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form .must, .c-contact .contact-form .free {
    padding: 0 0 15px;
  }
  .c-contact .contact-form .must::after, .c-contact .contact-form .free::after {
    font-size: 14px;
  }
  .c-contact .contact-form .ct-radio .wpcf7-list-item {
    font-size: 22px;
    margin: 0 30px 0 0;
  }
  .c-contact .contact-form .ct-radio input[type=radio] {
    height: 35px;
    width: 25px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ct-radio .wpcf7-radio {
    display: flex;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 25px;
    width: 25px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 22px;
  }
  .c-contact .contact-form .privacy {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form .ct-age select,
  .c-contact .contact-form .ct-history select {
    height: 55px;
  }
}
.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;
}

.p-footer {
  padding: 40px 0 20px 0;
  border-top: 1px solid #ccc;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 25px;
}
.p-footer__logo img {
  width: 70%;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .copyright {
  text-align: center;
  color: #ccc;
  font-size: 10px;
}
@media (min-width: 960px) {
  .p-footer {
    padding: 50px 0 30px;
  }
  .p-footer__logo {
    margin-bottom: 30px;
  }
  .p-footer__logo img {
    width: 70%;
    max-width: 320px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy__title {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  margin: 20px 0 50px;
  font-weight: bold;
}
.c-privacy h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item .List {
  margin: 15px 0;
}
.c-privacy-item .List li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-privacy-item .box {
  margin-top: 30px;
}
.c-privacy-item .box h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}
.c-privacy-item .box .c-txt-sm, .c-privacy-item .box .breadcrumb, .c-privacy-item .box .p-news__content, .c-privacy-item .box .c-news-sl__contents, .c-privacy-item .box .c-contact-text, .c-privacy-item .box .c-contact .contact-form input, .c-contact .contact-form .c-privacy-item .box input, .c-privacy-item .box .c-contact .contact-form textarea, .c-contact .contact-form .c-privacy-item .box textarea, .c-privacy-item .box .c-contact .contact-form select, .c-contact .contact-form .c-privacy-item .box select {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .c-privacy__title {
    font-size: 1.8rem;
  }
  .c-privacy h3 {
    font-size: 1.3rem;
  }
  .c-privacy-item .box {
    margin-top: 30px;
  }
  .c-privacy-item .box h4 {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .c-privacy-item .box .c-txt-sm, .c-privacy-item .box .breadcrumb, .c-privacy-item .box .p-news__content, .c-privacy-item .box .c-news-sl__contents, .c-privacy-item .box .c-contact-text, .c-privacy-item .box .c-contact .contact-form input, .c-contact .contact-form .c-privacy-item .box input, .c-privacy-item .box .c-contact .contact-form textarea, .c-contact .contact-form .c-privacy-item .box textarea, .c-privacy-item .box .c-contact .contact-form select, .c-contact .contact-form .c-privacy-item .box select {
    font-size: 1.3rem;
  }
}

.c-thanks__title {
  text-align: center;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.c-thanks h3 {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-thanks__title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 0;
  }
  .c-thanks__title {
    font-size: 1.6rem;
    margin: 20px 0 50px;
  }
  .c-thanks h3 {
    font-size: 1.3rem;
  }
}

.p-header {
  height: 64px;
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 7px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/sp_head_logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 46px;
  width: 168px;
  opacity: 1;
  transition: all 0.3s;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-header .sp-navbtn__title {
  padding-bottom: 15px;
  position: relative;
}
.p-header .sp-navbtn__title::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #8b1e1e;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-header .sp-navbtn__title h2 {
  font-size: clamp(0.9rem, 2.5vw, 1.3rem);
  background-color: #8b1e1e;
  color: #fff;
  padding: clamp(8px, 1.5vw, 15px) 0;
  text-align: center;
  letter-spacing: 0;
}
.p-header .sp-navbtn__title h2 span {
  font-size: clamp(0.8rem, 2vw, 1rem);
  display: inline-block;
  background-color: #fff;
  border-radius: 9999px;
  padding: clamp(3px, 0.5vw, 5px) clamp(12px, 2vw, 15px);
  color: #2d2d2d;
  margin-bottom: 3px;
}
@media (min-width: 600px) {
  .p-header .sp-navbtn__title h2 span {
    margin-bottom: 0;
  }
  .p-header .sp-navbtn__title h2 br {
    display: none;
  }
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header .sp-navbtn__container li {
  width: 100%;
  padding: clamp(4px, 1vw, 10px) clamp(4px, 1vw, 10px) clamp(8px, 1.5vw, 12px) 0;
  margin: 0 2px clamp(8px, 1vw, 15px);
  background-color: #02b902;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  position: relative;
}
.p-header .sp-navbtn__container li::before {
  content: "";
  width: clamp(20px, 3vw, 30px);
  height: clamp(20px, 3vw, 30px);
  background: url(../images/common/sns3.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(8px, 1.5vw, 20px);
  margin: auto;
}
.p-header .sp-navbtn__container a {
  position: relative;
  color: #fff;
}
.p-header .sp-navbtn__container a span {
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: bold;
  display: inline-block;
  padding-left: clamp(16px, 3vw, 20px);
  position: relative;
}
.p-header .sp-navbtn__container .sp2 {
  background-color: #b38210;
}
.p-header .sp-navbtn__container .sp2::before {
  width: clamp(18px, 2.8vw, 28px);
  height: clamp(18px, 2.8vw, 28px);
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
}
.p-header .sp-navbtn__container .sp3 {
  background-color: #1a1f2e;
}
.p-header .sp-navbtn__container .sp3::before {
  background: url(../images/common/tel-white.png) no-repeat center/contain;
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@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: #000000;
  }
  .p-header .pc-container__nav {
    flex: 1;
    height: 100px;
  }
  .p-header .pc-container__title {
    background-color: #8b1e1e;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  .p-header .pc-container__title h2 {
    font-size: 1.3rem;
  }
  .p-header .pc-container__list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-header .pc-container__list__item {
    margin: 0 5px;
  }
  .p-header .pc-container__list__item a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s;
  }
  .p-header .pc-container__list__item a strong {
    font-size: 2rem;
    line-height: 1;
    font-family: "Oswald", sans-serif;
  }
  .p-header .pc-container__list__item a:hover {
    opacity: 0.6;
  }
  .p-header .pc-container__list__item:nth-child(2) a {
    background-color: #02b902;
    padding: 5px 20px 5px 50px;
    border-radius: 9999px;
    position: relative;
  }
  .p-header .pc-container__list__item:nth-child(2) a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/sns3.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }
  .p-header .pc-container__list__item:nth-child(3) a {
    color: #000000;
    background-color: #fff;
    padding: 5px 20px 5px 50px;
    border-radius: 9999px;
    position: relative;
  }
  .p-header .pc-container__list__item:nth-child(3) a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/icon-mail.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 30px 0 10px;
  }
  .p-header .pc-container .logo {
    background-image: url(../images/common/head_logo.webp);
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .p-header {
    height: 150px;
  }
  .p-header .pc-container {
    height: 150px;
  }
  .p-header .pc-container__nav {
    height: 150px;
  }
  .p-header .pc-container__title {
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .p-header .pc-container__title h2 {
    font-size: 1.6rem;
  }
  .p-header .pc-container__list__item {
    margin: 0 10px;
  }
  .p-header .pc-container__list__item a {
    font-size: 1.6rem;
  }
  .p-header .pc-container__list__item a strong {
    font-size: 2.8rem;
  }
  .p-header .pc-container__list__item:nth-child(2) a {
    padding: 10px 30px 14px 60px;
  }
  .p-header .pc-container__list__item:nth-child(2) a::before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
  .p-header .pc-container__list__item:nth-child(3) a {
    padding: 10px 30px 14px 60px;
  }
  .p-header .pc-container__list__item:nth-child(3) a::before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
  .p-header .pc-container .logo__img {
    margin: 0 40px 0 20px;
  }
  .p-header .pc-container .logo {
    height: 150px;
    width: 150px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-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%;
  text-align: center;
  list-style: none;
  padding: 110px 0 80px;
}
.mobile-menu__item {
  margin: 0 35px 30px 35px;
  font-size: 16px;
  font-weight: 600;
}
.mobile-menu a {
  color: #2d2d2d;
}
@media (min-width: 600px) {
  .mobile-menu__item {
    margin: 0 35px 40px 35px;
    font-size: 20px;
    font-weight: 600;
  }
}

.contact-btn {
  padding: 0 10px;
}
.contact-btn-list {
  display: flex;
  justify-content: space-between;
}
.contact-btn-item {
  width: 48%;
  text-align: center;
}
.contact-btn-item span {
  position: relative;
  font-size: 12px;
  color: #2d2d2d;
  padding: 40px 5px 10px 5px;
  display: block;
  background-color: #fff;
  border: 1px solid pink;
}
.contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-btn-item .tel::before {
  background-image: url(../images/common/icon-tel.png);
}
.contact-btn-item .mail::before {
  background-image: url(../images/common/icon-link-1-black.png);
}
.contact-btn-item .insta::before {
  background-image: url(../images/common/insta-black.png);
}

.mobile-container {
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #000000;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  background-color: #b38210;
  width: 64px;
  height: 64px;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 22px 18px;
  transition: all 0.5s;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.5s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
  width: 14px;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn {
    padding: 20px 14px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  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 {
  padding: 26px 18px;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 0ms;
  transform: translateY(4.5px) rotate(45deg);
  width: 28px;
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 0ms;
  transform: translateY(-4.5px) rotate(-45deg);
  width: 28px;
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 0ms;
  opacity: 0;
  transform: scaleX(0);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
    width: 35px;
  }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    transform: translateY(-5.5px) rotate(-45deg);
    width: 35px;
  }
}

.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 .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 1.1s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 1.3s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 1.7s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 1.9s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 2.1s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 2.2s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 2.3s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 2.6s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 2.7s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 2.9s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 3.1s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 3.3s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 3.4s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 3.7s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 3.8s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 3.9s;
}

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

.ac-title.is-active {
  transition: all 3s;
}
.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 */