@charset "UTF-8";
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.center {
  text-align: center;
}

.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, .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, .breadcrumb {
    font-size: 15px;
    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, .breadcrumb {
    font-size: 16px;
  }
}

.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 .privacy, .c-contact-text, .p-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .privacy, .c-contact-text, .p-title {
    margin-bottom: 50px;
  }
}

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

.mb-lr {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-lr {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr {
    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 6vw;
}
@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: 30px;
  padding-bottom: 15px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #6eb5a9;
  border-bottom: 1px solid #6eb5a9;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 1px;
}

body.hidden {
  overflow: hidden;
}

.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.1;
}
.p-title .ja {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.p-title .en {
  color: #6eb5a9;
  font-size: 0.8rem;
}
@media (min-width: 600px) {
  .p-title {
    line-height: 1.3;
  }
  .p-title .ja {
    font-size: 1.8rem;
  }
  .p-title .en {
    font-size: 0.9rem;
  }
}
@media (min-width: 960px) {
  .p-title {
    line-height: 1.5;
  }
  .p-title .ja {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .p-title .en {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .p-title .ja {
    font-size: 2.6rem;
  }
  .p-title .en {
    color: #6eb5a9;
    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: #6eb5a9;
  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: #6eb5a9;
  display: inline-block;
  padding: 15px 0px;
  width: 250px;
  border: 2px solid #6eb5a9;
  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: #6eb5a9;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  border-top: 3px solid #6eb5a9;
  border-right: 3px solid #6eb5a9;
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 0px;
    width: 320px;
  }
  .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 .breadcrumb {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 20px 50px;
    width: 350px;
  }
  .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 .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: #d4a574;
}

.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: #6eb5a9;
  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;
  }
}

.top-view {
  position: relative;
}
.top-view__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideDown 0.8s ease-out 0.5s forwards;
}
.top-view__people {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-view__people .Img:nth-child(1) {
  width: 100%;
  height: 22%;
  position: absolute;
  top: 38%;
  right: 0;
  z-index: 10;
  opacity: 0;
  animation: popIn 0.5s ease-out 1s forwards;
}
.top-view__people .Img:nth-child(1) img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
  padding-right: 3vw;
}
.top-view__people .Img:nth-child(2) {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 10;
  opacity: 0;
  animation: popIn 0.5s ease-out 1.3s forwards;
}
.top-view__people .Img:nth-child(2) img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
  padding-left: 8vw;
}
@media (max-width: 959px) {
  .top-view .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view .view-sp {
    display: none;
  }
  .top-view::before {
    content: "";
    width: 100%;
    height: 20vh;
    background: url(../images/home/top-bg.svg) repeat-x center bottom/contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .top-view__img {
    height: calc(100vh - 80px);
    position: relative;
  }
  .top-view__img::before {
    content: "";
    width: 12vw;
    height: 12vw;
    background: url(../images/home/top-deco1.svg) no-repeat center/contain;
    position: absolute;
    bottom: 5%;
    right: 10%;
    z-index: 8;
  }
  .top-view__img::after {
    content: "";
    width: 12vw;
    height: 12vw;
    background: url(../images/home/top-deco2.svg) no-repeat center/contain;
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: 8;
  }
  .top-view__title {
    text-align: center;
  }
  .top-view__title img {
    width: 60%;
    max-width: 650px;
  }
  .top-view__people .Img:nth-child(1) {
    height: 32%;
    top: 38%;
  }
  .top-view__people .Img:nth-child(1) img {
    padding-right: 14vw;
  }
  .top-view__people .Img:nth-child(2) {
    height: 40%;
    bottom: 8%;
  }
  .top-view__people .Img:nth-child(2) img {
    padding-left: 24vw;
  }
}
@media (min-width: 1400px) {
  .top-view::before {
    content: "";
    width: 100%;
    height: 150px;
    background: url(../images/home/top-bg.svg) repeat-x center bottom/contain;
    background-size: 1200px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .top-view__img {
    height: 800px;
  }
  .top-view__img::before {
    width: 180px;
    height: 180px;
    bottom: 55px;
    right: auto;
    left: calc(50% + 280px);
    z-index: 8;
  }
  .top-view__img::after {
    width: 150px;
    height: 150px;
    top: 300px;
    left: calc(50% - 550px);
    z-index: 8;
  }
  .top-view__people {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
  }
  .top-view__people .Img:nth-child(1) {
    height: 300px;
    width: 400px;
    top: 250px;
    left: calc(50% + 50px);
    right: auto;
  }
  .top-view__people .Img:nth-child(1) img {
    padding-right: 0;
  }
  .top-view__people .Img:nth-child(2) {
    height: 400px;
    width: 230px;
    bottom: 30px;
    left: calc(50% - 350px);
    right: auto;
  }
  .top-view__people .Img:nth-child(2) img {
    padding-left: 0;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-message {
  background-color: #6eb5a9;
  color: #fff;
  padding-bottom: 50px;
}
.p-message .p-title .en {
  color: #fff;
}
.p-message__desc p {
  font-weight: bold;
  margin-bottom: 15px;
}
.p-message__desc h3 {
  margin-bottom: 15px;
  line-height: 2;
}
.p-message__desc .name {
  margin-top: 30px;
  line-height: 2;
}
.p-message__img {
  display: none;
}
@media (min-width: 600px) {
  .p-message__desc h3 {
    margin: 30px 0;
    font-size: 1.4rem;
  }
  .p-message__desc .name {
    font-size: 1.2rem;
    margin-top: 40px;
    line-height: 1.7;
  }
}
@media (min-width: 960px) {
  .p-message {
    padding: 80px 0;
    scroll-margin: 80px;
    position: relative;
  }
  .p-message__desc {
    text-align: center;
  }
  .p-message__desc p {
    margin-bottom: 20px;
  }
  .p-message__desc .c-txt-sm, .p-message__desc .c-contact .contact-form select, .c-contact .contact-form .p-message__desc select, .p-message__desc .c-contact .contact-form input, .c-contact .contact-form .p-message__desc input, .p-message__desc .c-contact .contact-form textarea, .c-contact .contact-form .p-message__desc textarea, .p-message__desc .c-contact-text, .p-message__desc .breadcrumb {
    line-height: 2;
  }
  .p-message__desc h3 {
    font-size: 1.6rem;
  }
  .p-message__desc .name {
    font-size: 1.3rem;
  }
  .p-message__img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-message__img .Img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-message__img .Img:nth-child(1) {
    position: absolute;
    top: 42%;
    left: calc(50% + 300px);
    width: 200px;
    height: 250px;
  }
  .p-message__img .Img:nth-child(2) {
    position: absolute;
    top: 22%;
    right: calc(50% + 280px);
    width: 200px;
    height: 200px;
  }
  .p-message__img .Img:nth-child(3) {
    position: absolute;
    top: 7%;
    left: calc(50% + 200px);
    width: 160px;
    height: 120px;
  }
  .p-message__img .Img:nth-child(4) {
    position: absolute;
    top: 70%;
    right: calc(50% + 300px);
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .p-message__img .Img:nth-child(1) {
    left: calc(50% + 350px);
    width: 220px;
    height: 320px;
  }
  .p-message__img .Img:nth-child(2) {
    right: calc(50% + 350px);
    width: 250px;
    height: 250px;
  }
  .p-message__img .Img:nth-child(4) {
    top: 68%;
    right: calc(50% + 350px);
    width: 200px;
    height: 200px;
  }
}

.p-five {
  padding: 50px 0;
  background-image: url(../images/home/bg-1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-five .p-title .ja {
  line-height: 1.4;
}
.p-five__list {
  margin-bottom: 50px;
}
.p-five__list__item {
  margin-bottom: 20px;
}
.p-five__list__item a {
  display: block;
  transition: all 0.3s;
}
.p-five__list__item a::before {
  z-index: 10;
}
.p-five__list__item a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-five__list__item a:hover {
  opacity: 0.6;
}
.p-five__list__item:nth-child(1) {
  padding-right: 40vw;
}
.p-five__list__item:nth-child(1) a {
  position: relative;
}
.p-five__list__item:nth-child(1) a::before {
  content: "";
  width: 80%;
  height: 80%;
  background: url(../images/home/people7.svg) no-repeat center/contain;
  position: absolute;
  top: 30%;
  bottom: 0;
  right: -38vw;
  margin: auto;
  overflow: hidden;
}
.p-five__list__item:nth-child(2) {
  padding-left: 40vw;
}
.p-five__list__item:nth-child(2) a {
  position: relative;
}
.p-five__list__item:nth-child(2) a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/people8.svg) no-repeat center/contain;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: -45vw;
  margin: auto;
  overflow: hidden;
}
.p-five__list__item:nth-child(3) {
  padding-right: 40vw;
}
.p-five__list__item:nth-child(3) a {
  position: relative;
}
.p-five__list__item:nth-child(3) a::before {
  content: "";
  width: 120%;
  height: 100%;
  background: url(../images/home/people9.svg) no-repeat center/contain;
  position: absolute;
  top: 20%;
  bottom: 0;
  right: -50vw;
  margin: auto;
  overflow: hidden;
}
.p-five__list__item:nth-child(4) {
  padding-left: 40vw;
}
.p-five__list__item:nth-child(4) a {
  position: relative;
}
.p-five__list__item:nth-child(4) a::before {
  content: "";
  width: 75%;
  height: 75%;
  background: url(../images/home/people10.svg) no-repeat center/contain;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: -38vw;
  margin: auto;
  overflow: hidden;
}
.p-five__list__item:nth-child(5) {
  padding-right: 40vw;
}
.p-five__list__item:nth-child(5) a {
  position: relative;
}
.p-five__list__item:nth-child(5) a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/people11.svg) no-repeat center/contain;
  position: absolute;
  top: 20%;
  bottom: 0;
  right: -45vw;
  margin: auto;
  overflow: hidden;
}
.p-five__target {
  background-color: #fff;
  box-shadow: 5px 5px 0 #c9caca;
  padding: 30px 20px;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.p-five__target h3 {
  text-align: center;
  color: #4771ac;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.p-five__target h3::before, .p-five__target h3::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/pin.svg) no-repeat center/contain;
  position: absolute;
  top: 10px;
}
.p-five__target h3::before {
  left: 10px;
}
.p-five__target h3::after {
  right: 10px;
}
.p-five__target ul::before, .p-five__target ul::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/pin.svg) no-repeat center/contain;
  position: absolute;
  bottom: 10px;
}
.p-five__target ul::before {
  left: 10px;
}
.p-five__target ul::after {
  right: 10px;
}
.p-five__target ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}
.p-five__target ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
}
@media (min-width: 600px) {
  .p-five__list__item {
    margin-bottom: 30px;
  }
  .p-five__list__item:nth-child(1) {
    padding-right: 50vw;
  }
  .p-five__list__item:nth-child(1) a::before {
    width: 100%;
    height: 100%;
    top: 10%;
  }
  .p-five__list__item:nth-child(2) {
    padding-left: 50vw;
  }
  .p-five__list__item:nth-child(2) a::before {
    width: 120%;
    height: 120%;
    top: 5%;
    left: -45vw;
  }
  .p-five__list__item:nth-child(3) {
    padding-right: 50vw;
  }
  .p-five__list__item:nth-child(3) a::before {
    width: 140%;
    height: 120%;
    top: 10%;
    right: -50vw;
  }
  .p-five__list__item:nth-child(4) {
    padding-left: 50vw;
  }
  .p-five__list__item:nth-child(4) a::before {
    width: 85%;
    height: 85%;
    top: 10%;
    left: -38vw;
  }
  .p-five__list__item:nth-child(5) {
    padding-right: 50vw;
  }
  .p-five__list__item:nth-child(5) a::before {
    width: 110%;
    height: 110%;
    top: 10%;
    bottom: 0;
    right: -45vw;
  }
}
@media (min-width: 960px) {
  .p-five {
    padding: 80px 0;
  }
  .p-five .p-title {
    margin-bottom: 80px;
  }
  .p-five__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-five__list__item {
    flex-basis: 40%;
    margin-bottom: 30px;
  }
  .p-five__list__item a {
    width: 260px;
    height: 260px;
  }
  .p-five__list__item:nth-child(1) {
    flex-basis: 100%;
    padding-right: 0vw;
    margin-bottom: 0;
  }
  .p-five__list__item:nth-child(1) a {
    width: 40%;
    margin: 0 auto;
  }
  .p-five__list__item:nth-child(1) a::before {
    width: 180px;
    height: 180px;
    top: -250px;
    bottom: 0;
    left: 200px;
    right: 0;
    margin: auto;
  }
  .p-five__list__item:nth-child(2) {
    padding-left: 0vw;
    margin-right: 10%;
    margin-top: -30px;
    margin-bottom: 80px;
  }
  .p-five__list__item:nth-child(2) a::before {
    width: 240px;
    height: 240px;
    top: -400px;
    bottom: 0;
    left: -200px;
    right: 0;
    margin: auto;
  }
  .p-five__list__item:nth-child(3) {
    padding-right: 0vw;
    margin-left: 10%;
    margin-top: -30px;
    margin-bottom: 80px;
    display: flex;
    justify-content: right;
  }
  .p-five__list__item:nth-child(3) a::before {
    width: 280px;
    height: 180px;
    top: -400px;
    bottom: 0;
    left: 100px;
    right: 0;
    margin: auto;
  }
  .p-five__list__item:nth-child(4) {
    padding-left: 0vw;
    margin-right: 5%;
    display: flex;
    justify-content: right;
  }
  .p-five__list__item:nth-child(4) a::before {
    width: 180px;
    height: 180px;
    top: -250px;
    bottom: 0;
    left: -300px;
    right: 0;
    margin: auto;
  }
  .p-five__list__item:nth-child(5) {
    padding-right: 0vw;
    margin-left: 5%;
  }
  .p-five__list__item:nth-child(5) a::before {
    width: 200px;
    height: 200px;
    top: -200px;
    bottom: 0;
    left: 200px;
    right: 0;
    margin: auto;
  }
  .p-five__target {
    padding: 40px 30px;
    max-width: 600px;
  }
  .p-five__target h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .p-five__target h3::before, .p-five__target h3::after {
    width: 14px;
    height: 14px;
    top: 20px;
  }
  .p-five__target h3::before {
    left: 20px;
  }
  .p-five__target h3::after {
    right: 20px;
  }
  .p-five__target ul {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .p-five__target ul::before, .p-five__target ul::after {
    width: 14px;
    height: 14px;
    bottom: 20px;
  }
  .p-five__target ul::before {
    left: 20px;
  }
  .p-five__target ul::after {
    right: 20px;
  }
  .p-five__target ul li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
  }
  .p-five__target ul li::before {
    width: 22px;
    height: 22px;
    left: -5px;
  }
}
@media (min-width: 1200px) {
  .p-five__list__item a {
    width: 280px;
    height: 280px;
  }
}

.p-service {
  padding: 50px 0;
  background-image: url(../images/home/bg-5.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-service .p-title {
  color: #fff;
}
.p-service .p-title .en {
  color: #fff;
}
.p-service__list__item {
  background-color: #fff;
  margin-top: 80px;
  scroll-margin: 130px;
  padding: 30px;
  border-radius: 0 20px 20px 20px;
  position: relative;
}
.p-service__list__item h3 {
  position: absolute;
  top: -50px;
  left: 0;
  display: inline-block;
  background-color: #fff;
  color: #fff;
  height: 50px;
  font-size: 1.4rem;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}
.p-service__list__item .Img {
  height: 40vh;
  margin: 0 auto 20px;
}
.p-service__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__list__item .Desc {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.p-service__list__item .Desc .List__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #ccc;
}
.p-service__list__item .Desc .List__item h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}
.p-service__list__item:nth-child(1) h3 {
  background-color: #d89ba0;
}
.p-service__list__item:nth-child(2) h3 {
  background-color: #7cb9d4;
}
.p-service__list__item:nth-child(3) h3 {
  background-color: #8cc98d;
}
.p-service__list__item:nth-child(4) h3 {
  background-color: #a88fca;
}
.p-service__list__item:nth-child(5) h3 {
  background-color: #f5c471;
}
@media (min-width: 600px) {
  .p-service__list__item {
    margin-top: 100px;
    scroll-margin: 150px;
    padding: 30px 40px;
  }
  .p-service__list__item h3 {
    top: -70px;
    height: 70px;
    font-size: 1.7rem;
  }
  .p-service__list__item .Img {
    height: 40vh;
    margin: 0 auto 30px;
  }
  .p-service__list__item .Desc {
    padding-top: 30px;
  }
  .p-service__list__item .Desc .List__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-service__list__item .Desc .List__item h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding: 80px 0;
    scroll-margin: 80px;
  }
  .p-service__list__item {
    margin-top: 100px;
    scroll-margin: 180px;
    padding: 30px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-service__list__item h3 {
    font-size: 2rem;
    padding: 0 50px;
  }
  .p-service__list__item .Img {
    height: auto;
    margin: 0;
    flex-basis: 35%;
  }
  .p-service__list__item .Desc {
    flex-basis: 60%;
    align-self: center;
    padding-top: 0;
    border-top: none;
  }
  .p-service__list__item .Desc .List__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-service__list__item .Desc .List__item h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .p-service__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-service__list__item {
    margin-top: 120px;
    padding: 40px;
  }
  .p-service__list__item h3 {
    font-size: 2rem;
    padding: 0 50px;
  }
  .p-service__list__item .Img {
    flex-basis: 300px;
  }
  .p-service__list__item .Desc {
    flex-basis: auto;
    flex: 1;
    margin-left: 50px;
  }
}

.p-area {
  padding: 50px 0;
  background-image: url(../images/home/bg-3.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-area .p-title .en {
  color: #fff;
}
.p-area__img {
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-area__img::before, .p-area__img::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/pin.svg) no-repeat center/contain;
  position: absolute;
  top: 10px;
}
.p-area__img::before {
  left: 10px;
}
.p-area__img::after {
  right: 10px;
}
.p-area__img .Img::before, .p-area__img .Img::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/pin.svg) no-repeat center/contain;
  position: absolute;
  bottom: 10px;
}
.p-area__img .Img::before {
  left: 10px;
}
.p-area__img .Img::after {
  right: 10px;
}
.p-area__img .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-area__desc {
  text-align: center;
}
.p-area__desc h3 {
  display: inline-block;
  background-color: #fff;
  padding: 20px 30px;
  width: 100%;
  border-radius: 20px;
  font-size: clamp(0.9rem, 3vw, 1.1rem);
  line-height: 1.4;
}
@media (min-width: 960px) {
  .p-area {
    padding: 80px 0;
  }
  .p-area__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-area__img {
    flex-basis: 55%;
    margin: 0;
    max-width: none;
  }
  .p-area__img::before, .p-area__img::after {
    width: 14px;
    height: 14px;
    top: 20px;
  }
  .p-area__img::before {
    left: 20px;
  }
  .p-area__img::after {
    right: 20px;
  }
  .p-area__img .Img::before, .p-area__img .Img::after {
    width: 14px;
    height: 14px;
    bottom: 20px;
  }
  .p-area__img .Img::before {
    left: 20px;
  }
  .p-area__img .Img::after {
    right: 20px;
  }
  .p-area__desc {
    flex-basis: 43%;
  }
  .p-area__desc h3 {
    display: inline-block;
    background-color: #fff;
    max-width: none;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .p-area__wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-area__img {
    flex-basis: 50%;
  }
  .p-area__desc {
    flex-basis: 46%;
  }
  .p-area__desc h3 {
    font-size: 1.4rem;
  }
}

.p-price {
  padding: 50px 0;
  background-image: url(../images/home/bg-1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-price__list {
  margin-bottom: 50px;
}
.p-price__list__item {
  margin-bottom: 30px;
}
.p-price__list__item h3 {
  font-size: 1rem;
  border-left: 5px solid #6eb5a9;
  padding: 3px 0 3px 12px;
  margin-bottom: 15px;
}
.p-price__list__item .Table {
  background-color: #fff;
  margin-bottom: 15px;
}
.p-price__list__item .Table table {
  width: 100%;
  table-layout: fixed;
}
.p-price__list__item .Table table th,
.p-price__list__item .Table table td {
  border: 1px solid #e0dcd0;
  padding: 10px 0;
  text-align: center;
}
.p-price__list__item .Table table thead th {
  background-color: #6eb5a9;
  color: #fff;
  padding: 15px 0;
}
.p-price__list__item .Table table thead th.c-txt-sm, .p-price__list__item .Table table thead th.c-contact-text, .p-price__list__item .Table table thead th.breadcrumb {
  line-height: 1.3;
}
.p-price__list__item .Table table thead th:first-child {
  width: 20%;
}
.p-price__list__item .Table table tbody th {
  width: 20%;
}
.p-price__list__item .Table table tbody th.c-txt-sm, .p-price__list__item .Table table tbody th.c-contact-text, .p-price__list__item .Table table tbody th.breadcrumb {
  font-size: 12px;
}
.p-price__list__item .Table table tbody td.c-txt-sm, .p-price__list__item .Table table tbody td.c-contact-text, .p-price__list__item .Table table tbody td.breadcrumb {
  font-size: 13px;
}
.p-price__list__item .caution p {
  padding-left: 1em;
  text-indent: -1em;
}
.p-price__list__item .caution p.c-txt-sm, .p-price__list__item .caution p.c-contact-text, .p-price__list__item .caution p.breadcrumb {
  font-size: 13px;
}
.p-price__list__item:nth-child(2) .Table table tbody tr:nth-child(1) td {
  background-color: #f2f2f2;
}
.p-price__caution {
  background-color: #fff;
  box-shadow: 5px 5px 0 #c9caca;
  padding: 30px 20px;
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.p-price__caution ul {
  margin-bottom: 15px;
}
.p-price__caution ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}
.p-price__caution ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
}
.p-price__caution p.c-txt-sm, .p-price__caution p.c-contact-text, .p-price__caution p.breadcrumb {
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-price__list__item {
    margin-bottom: 40px;
  }
  .p-price__list__item h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  .p-price__list__item .Table {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .p-price__list__item .Table table th,
  .p-price__list__item .Table table td {
    padding: 15px 0;
  }
  .p-price__list__item .Table table thead th {
    padding: 18px 0;
  }
  .p-price__list__item .Table table tbody th.c-txt-sm, .p-price__list__item .Table table tbody th.c-contact-text, .p-price__list__item .Table table tbody th.breadcrumb {
    font-size: 15px;
  }
  .p-price__list__item .Table table tbody td.c-txt-sm, .p-price__list__item .Table table tbody td.c-contact-text, .p-price__list__item .Table table tbody td.breadcrumb {
    font-size: 15px;
  }
  .p-price__list__item .caution p.c-txt-sm, .p-price__list__item .caution p.c-contact-text, .p-price__list__item .caution p.breadcrumb {
    font-size: 14px;
  }
  .p-price__caution {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .p-price {
    padding: 80px 0;
    scroll-margin: 80px;
  }
  .p-price__list__item {
    margin-bottom: 60px;
  }
  .p-price__list__item h3 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    margin-bottom: 30px;
    padding: 5px 0 5px 15px;
    border-left: 8px solid #6eb5a9;
  }
  .p-price__list__item .Table {
    max-width: 800px;
    margin-bottom: 30px;
  }
  .p-price__list__item .Table table th,
  .p-price__list__item .Table table td {
    padding: 20px 0;
  }
  .p-price__list__item .Table table thead th {
    padding: 25px 0;
  }
  .p-price__list__item .Table table thead th.c-txt-sm, .p-price__list__item .Table table thead th.c-contact-text, .p-price__list__item .Table table thead th.breadcrumb {
    font-size: 18px;
  }
  .p-price__list__item .Table table thead th br {
    display: none;
  }
  .p-price__list__item .Table table tbody th.c-txt-sm, .p-price__list__item .Table table tbody th.c-contact-text, .p-price__list__item .Table table tbody th.breadcrumb {
    font-size: 16px;
  }
  .p-price__list__item .Table table tbody td.c-txt-sm, .p-price__list__item .Table table tbody td.c-contact-text, .p-price__list__item .Table table tbody td.breadcrumb {
    font-size: 16px;
  }
  .p-price__list__item .caution {
    text-align: center;
  }
  .p-price__list__item .caution p.c-txt-sm, .p-price__list__item .caution p.c-contact-text, .p-price__list__item .caution p.breadcrumb {
    font-size: 15px;
  }
  .p-price__caution {
    padding: 40px 30px;
    max-width: 600px;
  }
  .p-price__caution ul {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .p-price__caution ul li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
  }
  .p-price__caution ul li::before {
    width: 22px;
    height: 22px;
    left: -5px;
  }
  .p-price__caution p.c-txt-sm, .p-price__caution p.c-contact-text, .p-price__caution p.breadcrumb {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-price__list__item h3 {
    max-width: 900px;
    font-size: 1.5rem;
  }
  .p-price__list__item .Table table tbody th.c-txt-sm, .p-price__list__item .Table table tbody th.c-contact-text, .p-price__list__item .Table table tbody th.breadcrumb {
    font-size: 18px;
  }
  .p-price__list__item .Table table tbody td.c-txt-sm, .p-price__list__item .Table table tbody td.c-contact-text, .p-price__list__item .Table table tbody td.breadcrumb {
    font-size: 18px;
  }
}

.p-flow {
  padding: 50px 0;
  background-color: #6eb5a9;
}
.p-flow .p-title {
  color: #fff;
}
.p-flow .p-title .en {
  color: #fff;
}
@media (max-width: 959px) {
  .p-flow .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-flow {
    padding: 80px 0;
    scroll-margin: 80px;
  }
  .p-flow .view-sp {
    display: none;
  }
  .p-flow__img {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
}

.p-access {
  padding: 50px 0;
  background-image: url(../images/home/bg-5.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-access .p-title {
  color: #fff;
}
.p-access .p-title .en {
  color: #fff;
}
.p-access__wrap {
  background-image: url(../images/home/bg-1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  margin-bottom: 50px;
}
.p-access__desc h3 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-access__desc .List {
  padding: 30px;
}
.p-access__desc .List dl {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  margin-bottom: 8px;
}
.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: #e8956c;
  border-bottom: 1px solid #e8956c;
  font-size: 1.4rem;
}
.p-access__desc .List dl .c-txt-sm, .p-access__desc .List dl .c-contact .contact-form select, .c-contact .contact-form .p-access__desc .List dl select, .p-access__desc .List dl .c-contact .contact-form input, .c-contact .contact-form .p-access__desc .List dl input, .p-access__desc .List dl .c-contact .contact-form textarea, .c-contact .contact-form .p-access__desc .List dl textarea, .p-access__desc .List dl .c-contact-text, .p-access__desc .List dl .breadcrumb {
  font-size: 15px;
}
.p-access__desc .List dl.tel-item {
  align-items: center;
}
.p-access__map .g-map {
  height: 300px;
  margin-bottom: 15px;
}
.p-access__map .g-map iframe {
  width: 100%;
  height: 100%;
}
.p-access__map .text-link {
  text-align: right;
  padding-bottom: 30px;
}
.p-access__map .text-link a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #4771ac;
  padding-right: 45px;
  transition: all 0.3s;
  position: relative;
}
.p-access__map .text-link a::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #4771ac;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.p-access__map .text-link a::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #4771ac;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(30deg);
}
.p-access__map .text-link a:hover {
  opacity: 0.6;
}
.p-access__message {
  background-image: url(../images/home/bg-1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 30px 20px;
}
.p-access__message h3 {
  text-align: center;
  color: #4771ac;
  margin-bottom: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.p-access__message .Icon {
  width: 180px;
  height: 180px;
  margin: 0 auto 15px;
}
.p-access__message .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-access__message .name {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.p-access__message .name small {
  display: block;
}
.p-access__message .Desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-access__desc {
    padding: 30px;
  }
  .p-access__desc .List {
    padding: 30px 0;
    max-width: 350px;
    margin: 0 auto;
  }
  .p-access__desc .List dl {
    margin-bottom: 12px;
  }
  .p-access__desc .List dl dd a {
    font-size: 1.8rem;
  }
  .p-access__desc .List dl .c-txt-sm, .p-access__desc .List dl .c-contact .contact-form select, .c-contact .contact-form .p-access__desc .List dl select, .p-access__desc .List dl .c-contact .contact-form input, .c-contact .contact-form .p-access__desc .List dl input, .p-access__desc .List dl .c-contact .contact-form textarea, .c-contact .contact-form .p-access__desc .List dl textarea, .p-access__desc .List dl .c-contact-text, .p-access__desc .List dl .breadcrumb {
    font-size: 18px;
  }
  .p-access__desc .List dl .onlySP {
    display: none;
  }
  .p-access__message {
    padding: 30px;
  }
  .p-access__message h3 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .p-access__message .Wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 200px auto;
  }
  .p-access__message .Icon {
    width: 200px;
    height: 200px;
    margin: 0;
  }
  .p-access__message .Icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-access__message .name {
    flex: 1;
    text-align: left;
    font-size: 1.6rem;
    align-self: center;
    margin: 0 0 0 5vw;
  }
  .p-access__message .Desc {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 30px;
  }
  .p-access__message .Desc p {
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .p-access {
    padding: 80px 0;
    scroll-margin: 80px;
  }
  .p-access__wrap {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-access__desc {
    flex-basis: 53%;
  }
  .p-access__desc h3 {
    text-align: center;
  }
  .p-access__desc h3 img {
    max-width: 380px;
  }
  .p-access__desc .List {
    max-width: 380px;
  }
  .p-access__desc .List dl dt {
    margin-right: 10px;
  }
  .p-access__map {
    flex: 1;
  }
  .p-access__map .g-map {
    height: 500px;
    margin-bottom: 20px;
  }
  .p-access__map .text-link {
    padding-bottom: 20px;
  }
  .p-access__map .text-link a {
    font-size: 22px;
    padding-right: 60px;
  }
  .p-access__map .text-link a::before {
    width: 30px;
    height: 2px;
    right: 20px;
  }
  .p-access__map .text-link a::after {
    width: 14px;
    height: 2px;
    top: -7px;
    right: 20px;
  }
  .p-access__message {
    padding: 50px 30px;
  }
  .p-access__message h3 {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
  .p-access__message .Wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 200px auto;
  }
  .p-access__message .Icon {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 200px;
    height: 200px;
    margin: 0;
  }
  .p-access__message .Icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-access__message .name {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 1.8rem;
    margin: 0 0 0 5vw;
  }
  .p-access__message .Desc {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 30px 0 0 5vw;
  }
}
@media (min-width: 1200px) {
  .p-access__desc {
    flex-basis: 45%;
  }
  .p-access__message {
    padding: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-access__message h3 {
    margin-bottom: 50px;
    font-size: 2.2rem;
  }
  .p-access__message .Wrap {
    grid-template-columns: 250px auto;
  }
  .p-access__message .Icon {
    width: 250px;
    height: 250px;
  }
  .p-access__message .name {
    font-size: 2rem;
    margin: 0 0 0 50px;
  }
  .p-access__message .Desc {
    margin: 30px 0 0 50px;
  }
}

.p-insta {
  padding: 50px 0;
  background-image: url(../images/home/bg-3.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-insta .p-title .en {
  color: #fff;
}
.p-insta__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-insta__desc {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (min-width: 600px) {
  .p-insta__desc {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .p-insta {
    padding: 80px 0;
  }
  .p-insta__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .p-insta__img {
    grid-row: 1/3;
    grid-column: 1/2;
    max-width: none;
    margin: 0;
  }
  .p-insta__desc {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
  }
  .p-insta .more-btn {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .p-insta__wrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-insta__img {
    width: 500px;
  }
}

.p-link {
  padding: 50px 0;
  background-image: url(../images/home/bg-5.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-link__wrap {
  background-color: rgba(255, 255, 255, 0.6509803922);
  padding: 40px 20px 20px;
  border-radius: 20px;
}
.p-link__desc {
  margin-bottom: 30px;
}
.p-link__list {
  margin-top: 30px;
}
.p-link__list__item {
  margin-bottom: 12px;
}
.p-link__list__item a {
  display: block;
  max-width: 330px;
  height: 86px;
  margin: 0 auto;
}
.p-link__list__item a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-link__list__item:nth-child(1) a {
  background-color: #fff;
}
.p-link__list__item:nth-child(1) a img {
  padding: 0 20px;
}
.p-link__list__item:nth-child(2) a {
  background-color: #000;
}
@media (min-width: 600px) {
  .p-link__wrap {
    padding: 50px 40px 20px;
    border-radius: 20px;
  }
  .p-link__list__item {
    margin-bottom: 18px;
  }
}
@media (min-width: 960px) {
  .p-link {
    padding: 80px 0;
  }
  .p-link__wrap {
    padding: 50px;
  }
  .p-link__desc {
    margin-bottom: 45px;
  }
  .p-link__list {
    display: flex;
    justify-content: center;
  }
  .p-link__list__item {
    margin: 0 15px;
  }
  .p-link__list__item a {
    max-width: 350px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .p-link__wrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-link__img {
    width: 500px;
  }
}

.c-contact {
  scroll-margin: 50px;
  padding: 50px 0 150px;
  background-image: url(../images/home/bg-1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.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;
  }
}
.c-contact-text {
  font-weight: bold;
}
@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: #fff;
  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: #6eb5a9;
  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 .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: #2c3e50;
  background-color: #f2f2f2;
  color: #fff;
}
.c-contact .contact-form .submit-btn input {
  border-color: #333333;
  background-color: #6eb5a9;
  color: #fff;
  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;
}
@media (min-width: 960px) {
  .c-contact {
    padding: 80px 0;
    scroll-margin: 80px;
  }
}
.p-footer {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  background-color: #6eb5a9;
  position: relative;
}
.p-footer__btn {
  position: absolute;
  top: -125px;
  right: 3vw;
  height: 120px;
  width: 120px;
}
.p-footer__btn a {
  display: block;
}
.p-footer__btn a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media (min-width: 600px) {
  .p-footer__btn {
    top: -145px;
    right: 5vw;
    height: 140px;
    width: 140px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 30px 0;
  }
  .p-footer__btn {
    top: -165px;
    right: 8vw;
    height: 160px;
    width: 160px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer__btn {
    right: auto;
    left: calc(50% + 350px);
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  padding: 0 0 150px;
  background-image: url(../images/home/bg-1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.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-desc {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .c-privacy {
    padding: 0 0 80px;
    height: calc(100vh - 165px);
    min-height: 1000px;
  }
  .c-privacy__title {
    font-size: 1.8rem;
  }
  .c-privacy h3 {
    font-size: 1.3rem;
  }
  .c-privacy-desc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-thanks {
  padding: 0 0 150px;
  background-image: url(../images/home/bg-1.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.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;
}
.c-thanks-desc {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .c-thanks__title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    padding: 0 0 80px;
    height: calc(100vh - 165px);
    min-height: 600px;
  }
  .c-thanks__title {
    font-size: 1.6rem;
    margin: 20px 0 50px;
  }
  .c-thanks h3 {
    font-size: 1.3rem;
  }
  .c-thanks-desc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-header {
  height: 64px;
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 2px 10px 0 10px;
}
.p-header .logo__img a {
  transition: all 0.3s;
}
.p-header .logo__img a:hover {
  opacity: 0.6;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 168px;
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 959px) {
  .p-header .pc-navbtn {
    display: none;
  }
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 80px;
  }
  .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: 80px;
    background-color: #fff;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    justify-content: center;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    padding: 0 1.3vw;
  }
  .p-header .pc-container .pc-nav-link {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .p-header .pc-container .pc-nav-link span {
    position: relative;
  }
  .p-header .pc-container .pc-nav-link span::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #6eb5a9;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-link:hover span::before {
    width: 100%;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 10px 0 10px;
  }
  .p-header .pc-container .logo {
    height: 65px;
    width: 180px;
  }
  .p-header .pc-container .contact-btn-pc {
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .p-header .pc-container .contact-btn-pc ul {
    display: flex;
    align-items: flex-start;
  }
  .p-header .pc-container .contact-btn-pc ul li a {
    display: block;
  }
  .p-header .pc-container .contact-btn-pc ul li a img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-header .pc-container .contact-btn-pc ul li a.mail {
    animation: slideDown 0.6s ease-out 0.2s forwards;
    width: 130px;
    height: 80px;
    margin-right: 1vw;
  }
  .p-header .pc-container .contact-btn-pc ul li a.mail img {
    -o-object-position: top center;
       object-position: top center;
    transform: rotate(5deg);
    transition: all 0.3s;
  }
  .p-header .pc-container .contact-btn-pc ul li a.mail:hover img {
    transform: rotate(-4deg);
  }
  .p-header .pc-container .contact-btn-pc ul li a.tel {
    width: 160px;
    margin-top: 20px;
    transition: all 0.3s;
  }
  .p-header .pc-container .contact-btn-pc ul li a.tel:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    padding: 0 1.6vw;
  }
  .p-header .pc-container .pc-nav-link {
    font-size: 17px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .p-header .pc-container .logo {
    height: 74px;
    width: 210px;
  }
  .p-header .pc-container .contact-btn-pc ul li a.mail {
    width: 140px;
    height: 80px;
    margin-right: 1.2vw;
  }
  .p-header .pc-container .contact-btn-pc ul li a.tel {
    width: 200px;
    margin-top: 15px;
  }
}

.contact-btn {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 9999;
  width: 120px;
  height: 56px;
  opacity: 0;
  animation: slideDown 0.6s ease-out 0.2s forwards;
}
.contact-btn a {
  display: block;
}
.contact-btn a img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(5deg);
  transition: all 0.3s;
}
.contact-btn a:hover img {
  transform: rotate(-4deg);
}

.mobile-container {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 64px;
  width: 100%;
  z-index: 8000;
  background-color: #fff;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  background-color: #6eb5a9;
  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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */